anaconda 33.16.6.7 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 223, in _updateCompleteness
    spoke.selector.set_incomplete(not spoke.completed and spoke.mandatory)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 308, in _update_spokes
    self._updateCompleteness(spoke)
TypeError: Argument 1 does not allow None as a value

Local variables in innermost frame:
update_continue: True
spoke: KdumpSpoke
self: SummaryHub


Anaconda instance, containing members:
_display_mode: DisplayModes instance, containing members:
  _display_mode._value_: GUI
  _display_mode._name_: GUI
  _display_mode.__objclass__: <enum 'DisplayModes'>
_interactive_mode: True
gui_startup_failed: False
_intf: GraphicalUserInterface instance, containing members:
  _intf.storage: None
  _intf.payload: DNFPayload instance, containing members:
    _intf.payload.data: Skipped
    _intf.payload.verbose_errors: []
    _intf.payload._session: Session instance, containing members:
      _intf.payload._session.headers: {'User-Agent': 'python-requests/2.20.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}
      _intf.payload._session.auth: None
      _intf.payload._session.proxies: {}
      _intf.payload._session.hooks: {'response': []}
      _intf.payload._session.params: {}
      _intf.payload._session.stream: False
      _intf.payload._session.verify: True
      _intf.payload._session.cert: None
      _intf.payload._session.max_redirects: 30
      _intf.payload._session.trust_env: True
      _intf.payload._session.cookies: RequestsCookieJar instance, containing members:
        _intf.payload._session.cookies._policy: DefaultCookiePolicy instance, containing members:
          _intf.payload._session.cookies._policy.netscape: True
          _intf.payload._session.cookies._policy.rfc2965: False
          _intf.payload._session.cookies._policy.rfc2109_as_netscape: None
          _intf.payload._session.cookies._policy.hide_cookie2: False
          _intf.payload._session.cookies._policy.strict_domain: False
          _intf.payload._session.cookies._policy.strict_rfc2965_unverifiable: True
          _intf.payload._session.cookies._policy.strict_ns_unverifiable: False
          _intf.payload._session.cookies._policy.strict_ns_domain: 0
          _intf.payload._session.cookies._policy.strict_ns_set_initial_dollar: False
          _intf.payload._session.cookies._policy.strict_ns_set_path: False
          _intf.payload._session.cookies._policy._blocked_domains: ()
          _intf.payload._session.cookies._policy._allowed_domains: None
        _intf.payload._session.cookies._cookies_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f8efb084120>
        _intf.payload._session.cookies._cookies: {}
      _intf.payload._session.adapters: {'https://': HTTPAdapter instance, containing members:
        _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None, status=None)
        _intf.payload._session.adapters.config: {}
        _intf.payload._session.adapters.proxy_manager: {}
        _intf.payload._session.adapters._pool_connections: 10
        _intf.payload._session.adapters._pool_maxsize: 10
        _intf.payload._session.adapters._pool_block: False
        _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members:
          _intf.payload._session.adapters.poolmanager.headers: {}
          _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True}
          _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members:
            _intf.payload._session.adapters.poolmanager.pools._maxsize: 10
            _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7f8effc786a8>
            _intf.payload._session.adapters.poolmanager.pools._container: {}
            _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f8efb084150>
          _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': <class 'urllib3.connectionpool.HTTPConnectionPool'>
, 'https': <class 'urllib3.connectionpool.HTTPSConnectionPool'>
}
          _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': functools.partial(<function _default_key_normalizer at 0x7f8f1191cb70>, <class 'urllib3.poolmanager.PoolKey'>)
, 'https': functools.partial(<function _default_key_normalizer at 0x7f8f1191cb70>, <class 'urllib3.poolmanager.PoolKey'>)
}
, 'http://': HTTPAdapter instance, containing members:
        _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None, status=None)
        _intf.payload._session.adapters.config: {}
        _intf.payload._session.adapters.proxy_manager: {}
        _intf.payload._session.adapters._pool_connections: 10
        _intf.payload._session.adapters._pool_maxsize: 10
        _intf.payload._session.adapters._pool_block: False
        _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members:
          _intf.payload._session.adapters.poolmanager.headers: {}
          _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True}
          _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members:
            _intf.payload._session.adapters.poolmanager.pools._maxsize: 10
            _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7f8efb0879d8>
            _intf.payload._session.adapters.poolmanager.pools._container: {}
            _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f8efb084180>
          _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': Already dumped (type instance)
, 'https': Already dumped (type instance)
}
          _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': Already dumped (partial instance)
, 'https': Already dumped (partial instance)
}
, 'file://': FileAdapter instance, containing members:
, 'ftp://': FTPAdapter instance, containing members:
        _intf.payload._session.adapters.func_table: {'LIST': <bound method FTPAdapter.list of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'RETR': <bound method FTPAdapter.retr of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'STOR': <bound method FTPAdapter.stor of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'NLST': <bound method FTPAdapter.nlst of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'SIZE': <bound method FTPAdapter.size of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'HEAD': <bound method FTPAdapter.head of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
, 'GET': <bound method FTPAdapter.get of <requests_ftp.ftp.FTPAdapter object at 0x7f8eff499438>>
}
}
    _intf.payload.requirements: []
    _intf.payload._dnf_proxy: <dasbus.client.proxy.ObjectProxy object at 0x7f8efb083f98>
    _intf.payload.install_device: None
    _intf.payload.tx_id: 2
    _intf.payload._install_tree_metadata: InstallTreeMetadata instance, containing members:
      _intf.payload._install_tree_metadata._tree_info: AlmaLinux-8 AppStream.x86_64
      _intf.payload._install_tree_metadata._meta_repos: [RepoMetadata instance, containing members:
        _name: AppStream
        _obj: AppStream
        _root_path: file:///run/install/sources/mount-0000-cdrom
, RepoMetadata instance, containing members:
        _name: BaseOS
        _obj: BaseOS
        _root_path: file:///run/install/sources/mount-0000-cdrom
]
      _intf.payload._install_tree_metadata._path: file:///run/install/sources/mount-0000-cdrom
    _intf.payload._rpm_macros: []
    _intf.payload._environment_addons: {'graphical-server-environment': (['smb-server', 'debugging', 'dns-server', 'file-server', 'ftp-server', 'guest-agents', 'infiniband', 'mail-server', 'network-file-system-client', 'network-server', 'performance', 'remote-desktop-clients', 'remote-system-management', 'virtualization-client', 'virtualization-hypervisor', 'virtualization-tools', 'web-server'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'headless-management', 'rpm-development-tools', 'scientific', 'security-tools', 'smart-card', 'system-tools']), 'server-product-environment': (['hardware-monitoring', 'smb-server', 'debugging', 'dns-server', 'file-server', 'ftp-server', 'gnome-desktop', 'guest-agents', 'infiniband', 'mail-server', 'network-file-system-client', 'network-server', 'performance', 'remote-system-management', 'virtualization-hypervisor', 'web-server'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'headless-management', 'rpm-development-tools', 'scientific', 'security-tools', 'smart-card', 'system-tools']), 'minimal-environment': (['guest-agents', 'standard'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'headless-management', 'network-server', 'rpm-development-tools', 'scientific', 'security-tools', 'smart-card', 'system-tools']), 'workstation-product-environment': (['backup-client', 'gnome-apps', 'headless-management', 'internet-applications', 'office-suite', 'remote-desktop-clients', 'smart-card'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'network-server', 'rpm-development-tools', 'scientific', 'security-tools', 'system-tools']), 'custom-environment': (['guest-agents', 'standard'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'headless-management', 'network-server', 'rpm-development-tools', 'scientific', 'security-tools', 'smart-card', 'system-tools']), 'virtualization-host-environment': (['debugging', 'network-file-system-client', 'remote-system-management', 'virtualization-platform'], ['legacy-unix', 'container-management', 'development', 'dotnet-core', 'graphical-admin-tools', 'headless-management', 'network-server', 'rpm-development-tools', 'scientific', 'security-tools', 'smart-card', 'system-tools'])}
    _intf.payload._base: Base instance, containing members:
      _intf.payload._base._closed: False
      _intf.payload._base._conf: MainConf instance, containing members:
        _intf.payload._base._conf._config: <libdnf.conf.ConfigMain; proxy of <Swig Object of type 'libdnf::ConfigMain *' at 0x7f8efb0844e0> >
        _intf.payload._base._conf._section: main
        _intf.payload._base._conf.substitutions: {'arch': x86_64, 'basearch': x86_64, 'releasever': 8, 'contentdir': almalinux, 'infra': stock}
        _intf.payload._base._conf.tempfiles: []
      _intf.payload._base._goal: Goal instance, containing members:
        _intf.payload._base._goal.group_members: {'sssd-common', 'initscripts', 'linux-firmware', 'iwl105-firmware', 'plymouth', 'kbd', 'basesystem', 'audit', 'less', 'sg3_utils', 'parted', 'iwl6000g2a-firmware', 'yum', 'kernel-tools', 'xfsprogs', 'setup', 'iwl100-firmware', 'rootfiles', 'systemd', 'lsscsi', 'sssd-kcm', 'iputils', 'firewalld', 'dnf', 'prefixdevname', 'passwd', 'NetworkManager-tui', 'iproute', 'sudo', 'iwl5000-firmware', 'libsysfs', 'rsyslog', 'procps-ng', 'ncurses', 'hostname', 'authselect', 'openssh-clients', 'shadow-utils', 'openssh-server', 'sg3_utils-libs', 'curl', 'iwl3160-firmware', 'NetworkManager', 'kexec-tools', 'iwl5150-firmware', 'filesystem', 'util-linux', 'policycoreutils', 'irqbalance', 'iwl6000-firmware', 'vim-minimal', 'e2fsprogs', 'man-db', 'iwl1000-firmware', 'lshw', 'iprutils', 'NetworkManager-team', 'selinux-policy-targeted', 'dnf-plugins-core', 'iwl2030-firmware', 'microcode_ctl', 'tuned', 'biosdevname', 'cronie', 'bash', 'grubby', 'iwl6050-firmware', 'coreutils', 'rpm', 'iwl135-firmware', 'glibc', 'dracut-config-rescue', 'iwl7260-firmware', 'iwl2000-firmware'}
      _intf.payload._base._repo_persistor: None
      _intf.payload._base._sack: Sack instance, containing members:
      _intf.payload._base._transaction: RPMTransaction instance, containing members:
        _intf.payload._base._transaction.history: SwdbInterface instance, containing members:
          _intf.payload._base._transaction.history.releasever: 8
          _intf.payload._base._transaction.history._rpm: Already dumped (RPMTransaction instance)
          _intf.payload._base._transaction.history._group: GroupPersistor instance, containing members:
            _intf.payload._base._transaction.history._group.history: Already dumped (SwdbInterface instance)
            _intf.payload._base._transaction.history._group._installed: {'core': <libdnf.transaction.CompsGroupItem; proxy of <Swig Object of type 'libdnf::CompsGroupItemPtr *' at 0x7f8ee059d150> >
}
            _intf.payload._base._transaction.history._group._removed: {}
            _intf.payload._base._transaction.history._group._upgraded: {}
          _intf.payload._base._transaction.history._env: EnvironmentPersistor instance, containing members:
            _intf.payload._base._transaction.history._env.history: Already dumped (SwdbInterface instance)
            _intf.payload._base._transaction.history._env._installed: {'minimal-environment': <libdnf.transaction.CompsEnvironmentItem; proxy of <Swig Object of type 'libdnf::CompsEnvironmentItemPtr *' at 0x7f8ee059d180> >
}
            _intf.payload._base._transaction.history._env._removed: {}
            _intf.payload._base._transaction.history._env._upgraded: {}
          _intf.payload._base._transaction.history._addon_data: None
          _intf.payload._base._transaction.history._swdb: <libdnf.transaction.Swdb; proxy of <Swig Object of type 'libdnf::Swdb *' at 0x7f8ee00251e0> >
          _intf.payload._base._transaction.history._db_dir: /mnt/sysroot/var/lib/dnf
          _intf.payload._base._transaction.history._output: []
        _intf.payload._base._transaction.transaction: None
        _intf.payload._base._transaction._swdb_ti_pkg: {<libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee059d0c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee059d0f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee059d030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee00251b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee00250f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025210> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0025060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee00250c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507ed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507e10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507f30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507fc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507c60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507cc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507cf0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507d20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507d50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507d80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507db0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507de0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507e70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507f00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507e40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507ea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507c30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507c00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507bd0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507ba0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507b70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507b40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507b10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507ae0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507ab0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507a80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507a50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507a20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee05079f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee05079c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507990> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507960> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0507f90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4fc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4f90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4f60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4f30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4f00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4ed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4ea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4e70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4e40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4750> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4720> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae46f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae46c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4690> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4660> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4630> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4600> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae45d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae45a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4570> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4540> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4510> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae44e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae44b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4480> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4450> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4420> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae43f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4360> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4330> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4300> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae42d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae42a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4270> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4240> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4210> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae41e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae41b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae40f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae40c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0ae4030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0afc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0af90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0af60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0af30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0af00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0aed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0aea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0ae70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0ae40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0ae10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0ade0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c0adb0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e1b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e0f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e0c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee0c8e030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6fc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6f90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6f60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6f30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6f00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6ed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6ea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6e70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6e10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6de0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6db0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6d80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6d50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6d20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6cf0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6cc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6c90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6c60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6c30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6c00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6bd0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6ba0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6b70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6b40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6b10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6ae0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b64b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6480> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6450> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6420> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b63f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b63c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6390> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6360> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6330> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6300> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b62d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b62a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6270> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6240> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6210> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b61e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b61b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b60f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee19b6030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500960> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500fc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500f90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500f60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500f30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500f00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500ed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500ea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500e70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500e40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500e10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500de0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500d80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500d50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500d20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500cf0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500cc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500c90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500c60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500c30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500c00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500bd0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500ba0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500b70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500b40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500b10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500ae0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500ab0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500a80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500a50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500a20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45009f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45009c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500990> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500930> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500900> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45008d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45008a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500870> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500840> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500810> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45007e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45007b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500780> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500750> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500720> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45006f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45006c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500690> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500660> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500630> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500600> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45005d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45005a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500570> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500540> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45001e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500510> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45004e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45004b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500480> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500450> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500420> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45003f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45003c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500390> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500360> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500330> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500300> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45002d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45002a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500270> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500240> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500210> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45001b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45000f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45000c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee4500030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2fc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2f90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2f30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2f60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2ed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2ea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2e70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2e40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2e10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2de0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2db0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2d80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2d50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2d20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2cf0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2cc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2c90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2c60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2c30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2c00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2bd0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2ba0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2b70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2b40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2b10> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2ae0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2ab0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2a80> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2a50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2a20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f29f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f29c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2990> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2960> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2930> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2900> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f28d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f28a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2870> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2840> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2810> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f27e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f27b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2780> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2750> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2720> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f26f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f26c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2690> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2660> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2630> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2600> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f25d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f25a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2570> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2540> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2510> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f24e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f24b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2480> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2450> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2420> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f23f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f23c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2390> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2360> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2330> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2300> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f22d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f22a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2270> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2240> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2210> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f21e0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f21b0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2180> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2150> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2120> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f20f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f20c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2090> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2060> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee45f2030> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11affc0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11aff90> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11aff60> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11aff30> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11aff00> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afed0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afea0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afe70> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afe40> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afa50> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11afa20> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af9f0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af9c0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af990> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af960> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af930> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af900> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af8d0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af8a0> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
, <libdnf.transaction.TransactionItem; proxy of <Swig Object of type 'libdnf::TransactionItemPtr *' at 0x7f8ee11af840> >: Package instance, containing members:
          _intf.payload._base._transaction._swdb_ti_pkg.base: Already dumped (Base instance)
          _intf.payload._base._transaction._swdb_ti_pkg._priv_chksum: None
          _intf.payload._base._transaction._swdb_ti_pkg._repo: None
          _intf.payload._base._transaction._swdb_ti_pkg._priv_size: None
}
      _intf.payload._base._priv_ts: None
      _intf.payload._base._comps: Comps instance, containing members:
        _intf.payload._base._comps._i: <_libpycomps.Comps object at 0x7f8ee72d5660>
        _intf.payload._base._comps._langs: _Langs instance, containing members:
          _intf.payload._base._comps._langs.last_locale: en_CA.UTF-8
          _intf.payload._base._comps._langs.cache: [en_CA.UTF-8, en_CA, en.UTF-8, en, C]
      _intf.payload._base._comps_trans: TransactionBunch instance, containing members:
        _intf.payload._base._comps_trans._install: {<libcomps.Package object 'iwl5150-firmware' at 0x7f8ee48a8a08>, <libcomps.Package object 'less' at 0x7f8ee48a8b10>, <libcomps.Package object 'ncurses' at 0x7f8ee48a8ea0>, <libcomps.Package object 'parted' at 0x7f8ee48a8d38>, <libcomps.Package object 'iwl6050-firmware' at 0x7f8ee48a8ca8>, <libcomps.Package object 'kbd' at 0x7f8ee48a8d80>, <libcomps.Package object 'firewalld' at 0x7f8ee48a8a20>, <libcomps.Package object 'policycoreutils' at 0x7f8ee48a87f8>, <libcomps.Package object 'iwl7260-firmware' at 0x7f8ee48a8588>, <libcomps.Package object 'linux-firmware' at 0x7f8ee48a8d98>, <libcomps.Package object 'NetworkManager-tui' at 0x7f8ee48a8c78>, <libcomps.Package object 'openssh-clients' at 0x7f8ee48a8870>, <libcomps.Package object 'iputils' at 0x7f8ee48a88a0>, <libcomps.Package object 'dnf' at 0x7f8ee48a8f60>, <libcomps.Package object 'microcode_ctl' at 0x7f8ee48a8cd8>, <libcomps.Package object 'sg3_utils-libs' at 0x7f8ee48a8e40>, <libcomps.Package object 'bash' at 0x7f8ee48a8f00>, <libcomps.Package object 'yum' at 0x7f8ee48a8708>, <libcomps.Package object 'initscripts' at 0x7f8ee48a8ab0>, <libcomps.Package object 'hostname' at 0x7f8ee48a8be8>, <libcomps.Package object 'dracut-config-rescue' at 0x7f8ee48a86d8>, <libcomps.Package object 'iprutils' at 0x7f8ee48a8a80>, <libcomps.Package object 'kernel-tools' at 0x7f8ee48a89a8>, <libcomps.Package object 'xfsprogs' at 0x7f8ee48a8fc0>, <libcomps.Package object 'authselect' at 0x7f8ee48a8948>, <libcomps.Package object 'man-db' at 0x7f8ee48a88b8>, <libcomps.Package object 'sssd-kcm' at 0x7f8ee48a8d68>, <libcomps.Package object 'tuned' at 0x7f8ee48a8c60>, <libcomps.Package object 'glibc' at 0x7f8ee48a8570>, <libcomps.Package object 'libsysfs' at 0x7f8ee48a8db0>, <libcomps.Package object 'shadow-utils' at 0x7f8ee48a8d50>, <libcomps.Package object 'filesystem' at 0x7f8ee48a8b58>, <libcomps.Package object 'util-linux' at 0x7f8ee48a8750>, <libcomps.Package object 'lsscsi' at 0x7f8ee48a8ee8>, <libcomps.Package object 'procps-ng' at 0x7f8ee48a86c0>, <libcomps.Package object 'irqbalance' at 0x7f8ee48a8df8>, <libcomps.Package object 'vim-minimal' at 0x7f8ee48a8840>, <libcomps.Package object 'iwl105-firmware' at 0x7f8ee48a8af8>, <libcomps.Package object 'iwl6000-firmware' at 0x7f8ee48a8e58>, <libcomps.Package object 'basesystem' at 0x7f8ee48a8b70>, <libcomps.Package object 'lshw' at 0x7f8ee48a8d08>, <libcomps.Package object 'setup' at 0x7f8ee48a8a38>, <libcomps.Package object 'prefixdevname' at 0x7f8ee48a86f0>, <libcomps.Package object 'passwd' at 0x7f8ee48a8c18>, <libcomps.Package object 'sg3_utils' at 0x7f8ee48a86a8>, <libcomps.Package object 'iwl2000-firmware' at 0x7f8ee48a8e28>, <libcomps.Package object 'e2fsprogs' at 0x7f8ee48a8ed0>, <libcomps.Package object 'iwl100-firmware' at 0x7f8ee48a89c0>, <libcomps.Package object 'biosdevname' at 0x7f8ee48a8b40>, <libcomps.Package object 'cronie' at 0x7f8ee48a89d8>, <libcomps.Package object 'iwl6000g2a-firmware' at 0x7f8ee48a8d20>, <libcomps.Package object 'grubby' at 0x7f8ee48a8690>, <libcomps.Package object 'kexec-tools' at 0x7f8ee48a8900>, <libcomps.Package object 'iwl1000-firmware' at 0x7f8ee48a8cc0>, <libcomps.Package object 'NetworkManager-team' at 0x7f8ee48a8c00>, <libcomps.Package object 'iproute' at 0x7f8ee48a8540>, <libcomps.Package object 'rpm' at 0x7f8ee48a8b28>, <libcomps.Package object 'iwl3160-firmware' at 0x7f8ee48a87b0>, <libcomps.Package object 'rootfiles' at 0x7f8ee48a8990>, <libcomps.Package object 'systemd' at 0x7f8ee48a8600>, <libcomps.Package object 'plymouth' at 0x7f8ee48a88e8>, <libcomps.Package object 'sudo' at 0x7f8ee48a8f48>, <libcomps.Package object 'sssd-common' at 0x7f8ee48a8768>, <libcomps.Package object 'iwl135-firmware' at 0x7f8ee48a8858>, <libcomps.Package object 'openssh-server' at 0x7f8ee48a8810>, <libcomps.Package object 'iwl2030-firmware' at 0x7f8ee48a8a50>, <libcomps.Package object 'audit' at 0x7f8ee48a8bd0>, <libcomps.Package object 'NetworkManager' at 0x7f8ee48a88d0>, <libcomps.Package object 'coreutils' at 0x7f8ee48a8720>, <libcomps.Package object 'rsyslog' at 0x7f8ee48a8e88>, <libcomps.Package object 'iwl5000-firmware' at 0x7f8ee48a8930>, <libcomps.Package object 'curl' at 0x7f8ee48a8c90>, <libcomps.Package object 'selinux-policy-targeted' at 0x7f8ee48a8f90>, <libcomps.Package object 'dnf-plugins-core' at 0x7f8ee48a8780>}
        _intf.payload._base._comps_trans._install_opt: set()
        _intf.payload._base._comps_trans._remove: set()
        _intf.payload._base._comps_trans._upgrade: set()
      _intf.payload._base._history: Already dumped (SwdbInterface instance)
      _intf.payload._base._tempfiles: set()
      _intf.payload._base._trans_tempfiles: set()
      _intf.payload._base._ds_callback: Depsolve instance, containing members:
      _intf.payload._base._logging: Logging instance, containing members:
        _intf.payload._base._logging.stdout_handler: None
        _intf.payload._base._logging.stderr_handler: None
      _intf.payload._base._repos: {'baseos': [baseos]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/baseos
module_hotfixes: 0
name: AlmaLinux 8.6 - BaseOS
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'appstream': [appstream]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/appstream
module_hotfixes: 0
name: AlmaLinux 8.6 - AppStream
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'extras': [extras]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/extras
module_hotfixes: 0
name: AlmaLinux 8.6 - Extras
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'baseos-source': [baseos-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/baseos-source
module_hotfixes: 0
name: AlmaLinux 8.6 - BaseOS Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'appstream-source': [appstream-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/appstream-source
module_hotfixes: 0
name: AlmaLinux 8.6 - AppStream Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'extras-source': [extras-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/extras-source
module_hotfixes: 0
name: AlmaLinux 8.6 - Extras Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'baseos-debuginfo': [baseos-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/baseos-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - BaseOS debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'appstream-debuginfo': [appstream-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/appstream-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - AppStream debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'extras-debuginfo': [extras-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/extras-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - Extras debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'ha': [ha]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/ha
module_hotfixes: 0
name: AlmaLinux 8.6 - HighAvailability
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'ha-source': [ha-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/ha-source
module_hotfixes: 0
name: AlmaLinux 8.6 - HighAvailability Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'ha-debuginfo': [ha-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/ha-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - HighAvailability debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'nfv': [nfv]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/nfv
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time for NFV
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'nfv-source': [nfv-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/nfv-source
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time for NFV Sources
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'nfv-debuginfo': [nfv-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/nfv-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time for NFV Debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'plus': [plus]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/plus
module_hotfixes: 0
name: AlmaLinux 8.6 - Plus
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'plus-source': [plus-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/plus-source
module_hotfixes: 0
name: AlmaLinux 8.6 - Plus Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'plus-debuginfo': [plus-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/plus-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - Plus debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'powertools': [powertools]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/powertools
module_hotfixes: 0
name: AlmaLinux 8.6 - PowerTools
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'powertools-source': [powertools-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/powertools-source
module_hotfixes: 0
name: AlmaLinux 8.6 - PowerTools Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'powertools-debuginfo': [powertools-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/powertools-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - PowerTools debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'resilientstorage': [resilientstorage]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 1
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/resilientstorage
module_hotfixes: 0
name: AlmaLinux 8.6 - ResilientStorage
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'resilientstorage-source': [resilientstorage-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/resilientstorage-source
module_hotfixes: 0
name: AlmaLinux 8.6 - ResilientStorage Source
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'resilientstorage-debuginfo': [resilientstorage-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/resilientstorage-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - ResilientStorage debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'rt': [rt]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/rt
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'rt-source': [rt-source]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/rt-source
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time Sources
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'rt-debuginfo': [rt-debuginfo]
bandwidth: 0
baseurl: 
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 0
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 1
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: https://mirrors.almalinux.org/mirrorlist/8.6/rt-debuginfo
module_hotfixes: 0
name: AlmaLinux 8.6 - Real Time Debuginfo
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'anaconda': [anaconda]
bandwidth: 0
baseurl: file:///run/install/sources/mount-0000-cdrom/BaseOS
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 1
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 0
gpgkey: 
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: 
module_hotfixes: 0
name: anaconda
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
, 'AppStream': [AppStream]
bandwidth: 0
baseurl: file:///run/install/sources/mount-0000-cdrom/AppStream
cachedir: /tmp/dnf.cache
cost: 1000
countme: 0
deltarpm: 1
deltarpm_percentage: 75
enabled: 1
enabled_metadata: 
enablegroups: 1
exclude: 
excludepkgs: 
fastestmirror: 0
gpgcheck: 0
gpgkey: 
includepkgs: 
ip_resolve: whatever
max_parallel_downloads: 3
mediaid: 
metadata_expire: 172800
metalink: 
minrate: 1000
mirrorlist: 
module_hotfixes: 0
name: AppStream
password: 
priority: 99
protected_packages: dnf, setup, dnf, systemd, systemd-udev
proxy: 
proxy_auth_method: any
proxy_password: 
proxy_sslcacert: 
proxy_sslclientcert: 
proxy_sslclientkey: 
proxy_sslverify: 1
proxy_username: 
repo_gpgcheck: 0
retries: 10
skip_if_unavailable: 0
sslcacert: 
sslclientcert: 
sslclientkey: 
sslverify: 1
sslverifystatus: 0
throttle: 0
timeout: 30
type: 
user_agent: libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username: 
}
      _intf.payload._base._rpm_probfilter: {64}
      _intf.payload._base._plugins: Plugins instance, containing members:
        _intf.payload._base._plugins.plugin_cls: []
        _intf.payload._base._plugins.plugins: []
      _intf.payload._base._trans_success: False
      _intf.payload._base._trans_install_set: False
      _intf.payload._base._tempfile_persistor: None
      _intf.payload._base._update_security_filters: []
      _intf.payload._base._update_security_options: {}
      _intf.payload._base._allow_erasing: False
      _intf.payload._base._repo_set_imported_gpg_keys: set()
      _intf.payload._base.output: None
    _intf.payload._download_location: None
    _intf.payload._updates_enabled: True
    _intf.payload._repos_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f8efb0842d0>
    _intf.payload._repoMD_list: [RepoMDMetaHash instance, containing members:
      _repoId: anaconda
      _proxy_url: None
      _ssl_verify: True
      _urls: ['file:///run/install/sources/mount-0000-cdrom/BaseOS']
      _repomd_hash: b'\x87\x7f(\xa2E\n\xd5\x99\xa2Ky\xd3\x08\xf3L\x07\xb06\x93\xc0\x8c\xfdu \x7f\x7f]\x10\x10\x1c(q'
, RepoMDMetaHash instance, containing members:
      _repoId: AppStream
      _proxy_url: None
      _ssl_verify: True
      _urls: ['file:///run/install/sources/mount-0000-cdrom/AppStream']
      _repomd_hash: b'\xaaX\xf8\x13\x8d>Y\x92%\xfc\xde\x9c\x00\xfb\xbeG&\xae\xf4\x94\xc8Q\xb7\xaf\xb9\xcd\x11\xaa\x84\xe33v'
]
    _intf.payload._req_groups: set()
    _intf.payload._req_packages: set()
  _intf._actions: Skipped
  _intf._currentAction: SummaryHub instance, containing members:
    _intf._currentAction.skipTo: None
    _intf._currentAction._data: Skipped
    _intf._currentAction.applyOnSkip: False
    _intf._currentAction.builder: Builder instance, containing members:
    _intf._currentAction._window: HubWindow instance, containing members:
    _intf._currentAction._storage: None
    _intf._currentAction.payload: Already dumped (DNFPayload instance)
    _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/usr/local/lib/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/local/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('com_redhat_kdump.gui.spokes.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/spokes'), ('org_fedora_oscap.gui.spokes.%s', '/usr/share/anaconda/addons/org_fedora_oscap/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/usr/local/lib/python3.6/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python3.6/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/local/lib64/python3.6/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python3.6/site-packages/pyanaconda/ui/categories')]}
    _intf._currentAction._spokes: {'KeyboardSpoke': KeyboardSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee72f4208>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee72f4128>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._remove_last_attempt: False
      _intf._currentAction._spokes._confirmed: False
      _intf._currentAction._spokes._xkl_wrapper: Skipped
      _intf._currentAction._spokes._add_dialog: AddLayoutDialog instance, containing members:
        _intf._currentAction._spokes._add_dialog.skipTo: None
        _intf._currentAction._spokes._add_dialog._data: Skipped
        _intf._currentAction._spokes._add_dialog.applyOnSkip: False
        _intf._currentAction._spokes._add_dialog.builder: Builder instance, containing members:
        _intf._currentAction._spokes._add_dialog._window: None
        _intf._currentAction._spokes._add_dialog._xkl_wrapper: Skipped
        _intf._currentAction._spokes._add_dialog._chosen_layouts: []
        _intf._currentAction._spokes._add_dialog._entry: Entry instance, containing members:
        _intf._currentAction._spokes._add_dialog._treeModelFilter: TreeModelFilter instance, containing members:
        _intf._currentAction._spokes._add_dialog._treeModelSort: TreeModelSort instance, containing members:
        _intf._currentAction._spokes._add_dialog._confirmAddButton: Button instance, containing members:
        _intf._currentAction._spokes._add_dialog._newLayoutSelection: TreeSelection instance, containing members:
        _intf._currentAction._spokes._add_dialog._store: ListStore instance, containing members:
      _intf._currentAction._spokes._ready: True
      _intf._currentAction._spokes._upButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._downButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._removeButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._previewButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._l12_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8eff573868>
      _intf._currentAction._spokes._seen: False
      _intf._currentAction._spokes._store: ListStore instance, containing members:
      _intf._currentAction._spokes._selection: TreeSelection instance, containing members:
      _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members:
        _intf._currentAction._spokes._switching_dialog.skipTo: None
        _intf._currentAction._spokes._switching_dialog._data: Skipped
        _intf._currentAction._spokes._switching_dialog.applyOnSkip: False
        _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members:
        _intf._currentAction._spokes._switching_dialog._window: None
        _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Skipped
        _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members:
        _intf._currentAction._spokes._switching_dialog._l12_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8eff573868>
        _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members:
      _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members:
, 'LangsupportSpoke': LangsupportSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee71cf6a0>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee71cfc88>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._languageStore: ListStore instance, containing members:
      _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members:
      _intf._currentAction._spokes._languageEntry: Entry instance, containing members:
      _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members:
      _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members:
      _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members:
      _intf._currentAction._spokes._langView: TreeView instance, containing members:
      _intf._currentAction._spokes._localeView: TreeView instance, containing members:
      _intf._currentAction._spokes._localeStore: ListStore instance, containing members:
      _intf._currentAction._spokes._localeSelection: None
      _intf._currentAction._spokes._right_arrow: Pixbuf instance, containing members:
      _intf._currentAction._spokes._left_arrow: Pixbuf instance, containing members:
      _intf._currentAction._spokes._selected_locales: set()
      _intf._currentAction._spokes._l12_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee720d688>
, 'DatetimeSpoke': DatetimeSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee71eddd8>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee71edc18>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._kickstarted: False
      _intf._currentAction._spokes._update_datetime_timer: None
      _intf._currentAction._spokes._start_updating_timer: None
      _intf._currentAction._spokes._shown: False
      _intf._currentAction._spokes._tz: America/Toronto instance, containing members:
        _intf._currentAction._spokes._tz._tzinfos: {(datetime.timedelta(-1, 67320), datetime.timedelta(0), 'LMT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 68400), datetime.timedelta(0), 'EST'): America/Toronto instance, containing members:
          _intf._currentAction._spokes._tz._tzinfos._tzinfos: {(datetime.timedelta(-1, 67320), datetime.timedelta(0), 'LMT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 68400), datetime.timedelta(0), 'EST'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EDT'): America/Toronto instance, containing members:
            _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 67320), datetime.timedelta(0), 'LMT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 68400), datetime.timedelta(0), 'EST'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EDT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EWT'): America/Toronto instance, containing members:
              _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 67320), datetime.timedelta(0), 'LMT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 68400), datetime.timedelta(0), 'EST'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EDT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EWT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EPT'): America/Toronto instance, containing members:
                _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 67320), datetime.timedelta(0), 'LMT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 68400), datetime.timedelta(0), 'EST'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EDT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EWT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EPT'): Already dumped (America/Toronto instance)
}
                _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._utcoffset: -1 day, 20:00:00
                _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._dst: 1:00:00
                _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._tzname: EPT
}
              _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._utcoffset: -1 day, 20:00:00
              _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._dst: 1:00:00
              _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzname: EWT
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EPT'): Already dumped (America/Toronto instance)
}
            _intf._currentAction._spokes._tz._tzinfos._tzinfos._utcoffset: -1 day, 20:00:00
            _intf._currentAction._spokes._tz._tzinfos._tzinfos._dst: 1:00:00
            _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzname: EDT
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EWT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EPT'): Already dumped (America/Toronto instance)
}
          _intf._currentAction._spokes._tz._tzinfos._utcoffset: -1 day, 19:00:00
          _intf._currentAction._spokes._tz._tzinfos._dst: 0:00:00
          _intf._currentAction._spokes._tz._tzinfos._tzname: EST
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EDT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EWT'): Already dumped (America/Toronto instance)
, (datetime.timedelta(-1, 72000), datetime.timedelta(0, 3600), 'EPT'): Already dumped (America/Toronto instance)
}
        _intf._currentAction._spokes._tz._utcoffset: -1 day, 18:42:00
        _intf._currentAction._spokes._tz._dst: 0:00:00
        _intf._currentAction._spokes._tz._tzname: LMT
      _intf._currentAction._spokes._timezone_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71fa6d8>
      _intf._currentAction._spokes._network_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71fa1d8>
      _intf._currentAction._spokes._daysStore: ListStore instance, containing members:
      _intf._currentAction._spokes._monthsStore: ListStore instance, containing members:
      _intf._currentAction._spokes._yearsStore: ListStore instance, containing members:
      _intf._currentAction._spokes._regionsStore: ListStore instance, containing members:
      _intf._currentAction._spokes._citiesStore: ListStore instance, containing members:
      _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members:
      _intf._currentAction._spokes._dateBox: Box instance, containing members:
      _intf._currentAction._spokes._old_region: America
      _intf._currentAction._spokes._old_city: New_York
      _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members:
      _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members:
      _intf._currentAction._spokes._hoursLabel: Label instance, containing members:
      _intf._currentAction._spokes._minutesLabel: Label instance, containing members:
      _intf._currentAction._spokes._amPmUp: Button instance, containing members:
      _intf._currentAction._spokes._amPmDown: Button instance, containing members:
      _intf._currentAction._spokes._amPmLabel: Label instance, containing members:
      _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members:
      _intf._currentAction._spokes._amPmRevealer: Revealer instance, containing members:
      _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._day_format: %d
      _intf._currentAction._spokes._month_format: %m
      _intf._currentAction._spokes._year_format: %Y
      _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members:
      _intf._currentAction._spokes._regions_zones: {'Europe': {'Skopje', 'Kiev', 'Andorra', 'San_Marino', 'Istanbul', 'Minsk', 'Budapest', 'Berlin', 'Bucharest', 'Zurich', 'Kirov', 'Monaco', 'Athens', 'Zagreb', 'Dublin', 'Uzhgorod', 'Madrid', 'London', 'Belgrade', 'Kaliningrad', 'Vaduz', 'Vilnius', 'Copenhagen', 'Malta', 'Warsaw', 'Moscow', 'Paris', 'Volgograd', 'Ulyanovsk', 'Chisinau', 'Isle_of_Man', 'Rome', 'Simferopol', 'Sofia', 'Riga', 'Helsinki', 'Ljubljana', 'Amsterdam', 'Saratov', 'Guernsey', 'Busingen', 'Sarajevo', 'Prague', 'Tirane', 'Tallinn', 'Gibraltar', 'Luxembourg', 'Lisbon', 'Stockholm', 'Astrakhan', 'Bratislava', 'Zaporozhye', 'Vatican', 'Podgorica', 'Vienna', 'Oslo', 'Samara', 'Jersey', 'Mariehamn', 'Brussels'}, 'Asia': {'Ashgabat', 'Famagusta', 'Kuching', 'Damascus', 'Jerusalem', 'Makassar', 'Hebron', 'Pyongyang', 'Tomsk', 'Khandyga', 'Vladivostok', 'Qatar', 'Ust-Nera', 'Dili', 'Kolkata', 'Tbilisi', 'Ulaanbaatar', 'Choibalsan', 'Novokuznetsk', 'Riyadh', 'Krasnoyarsk', 'Irkutsk', 'Kuala_Lumpur', 'Barnaul', 'Kuwait', 'Srednekolymsk', 'Urumqi', 'Pontianak', 'Baku', 'Hong_Kong', 'Phnom_Penh', 'Bahrain', 'Brunei', 'Chita', 'Qostanay', 'Sakhalin', 'Nicosia', 'Manila', 'Tashkent', 'Taipei', 'Qyzylorda', 'Ho_Chi_Minh', 'Singapore', 'Omsk', 'Tehran', 'Vientiane', 'Samarkand', 'Dhaka', 'Baghdad', 'Dubai', 'Tokyo', 'Muscat', 'Novosibirsk', 'Jayapura', 'Yakutsk', 'Kamchatka', 'Oral', 'Yangon', 'Macau', 'Thimphu', 'Aqtobe', 'Kabul', 'Seoul', 'Colombo', 'Beirut', 'Karachi', 'Yekaterinburg', 'Yerevan', 'Almaty', 'Aden', 'Amman', 'Aqtau', 'Atyrau', 'Jakarta', 'Magadan', 'Shanghai', 'Hovd', 'Kathmandu', 'Bangkok', 'Dushanbe', 'Bishkek', 'Anadyr', 'Gaza'}, 'America': {'Indiana/Tell_City', 'Havana', 'Dawson', 'Argentina/San_Juan', 'Toronto', 'Campo_Grande', 'Eirunepe', 'Tegucigalpa', 'Belize', 'Nassau', 'Pangnirtung', 'Sitka', 'North_Dakota/Center', 'Cancun', 'Argentina/Catamarca', 'Santiago', 'North_Dakota/Beulah', 'Argentina/Salta', 'Indiana/Indianapolis', 'Grenada', 'Guadeloupe', 'Nipigon', 'Adak', 'Montevideo', 'Argentina/Cordoba', 'Manaus', 'St_Barthelemy', 'Glace_Bay', 'Argentina/Mendoza', 'Hermosillo', 'Indiana/Marengo', 'North_Dakota/New_Salem', 'Boa_Vista', 'St_Johns', 'Guayaquil', 'Whitehorse', 'Bahia_Banderas', 'Curacao', 'Anchorage', 'Santo_Domingo', 'Iqaluit', 'Danmarkshavn', 'Bahia', 'Monterrey', 'Indiana/Vincennes', 'Nome', 'Dawson_Creek', 'Juneau', 'Port_of_Spain', 'Scoresbysund', 'Argentina/Rio_Gallegos', 'Kentucky/Monticello', 'Bogota', 'Matamoros', 'Anguilla', 'Managua', 'Edmonton', 'Argentina/Tucuman', 'Cayman', 'Inuvik', 'Maceio', 'New_York', 'Argentina/Buenos_Aires', 'Rio_Branco', 'Montserrat', 'El_Salvador', 'Guatemala', 'Fort_Nelson', 'Mexico_City', 'Asuncion', 'Jamaica', 'Miquelon', 'Thule', 'Tortola', 'Araguaina', 'Recife', 'Halifax', 'Tijuana', 'Lower_Princes', 'Lima', 'Chicago', 'Argentina/Ushuaia', 'St_Thomas', 'Cambridge_Bay', 'Detroit', 'Belem', 'Punta_Arenas', 'Indiana/Winamac', 'Panama', 'Sao_Paulo', 'Marigot', 'Martinique', 'Boise', 'Vancouver', 'Indiana/Knox', 'Metlakatla', 'Winnipeg', 'Guyana', 'Dominica', 'St_Vincent', 'Phoenix', 'Kentucky/Louisville', 'Rainy_River', 'Costa_Rica', 'Santarem', 'Mazatlan', 'Denver', 'Thunder_Bay', 'Grand_Turk', 'Los_Angeles', 'Regina', 'Cuiaba', 'Paramaribo', 'Creston', 'Menominee', 'Ojinaga', 'Cayenne', 'Chihuahua', 'Noronha', 'St_Lucia', 'Kralendijk', 'La_Paz', 'Caracas', 'Rankin_Inlet', 'Aruba', 'Goose_Bay', 'Argentina/San_Luis', 'Porto_Velho', 'Barbados', 'Antigua', 'Port-au-Prince', 'Yakutat', 'Moncton', 'Fortaleza', 'Blanc-Sablon', 'Swift_Current', 'Indiana/Petersburg', 'Atikokan', 'Indiana/Vevay', 'Nuuk', 'Merida', 'Argentina/Jujuy', 'Resolute', 'Puerto_Rico', 'Argentina/La_Rioja', 'Yellowknife', 'St_Kitts'}, 'Africa': {'Libreville', 'Malabo', 'Johannesburg', 'Douala', 'Khartoum', 'Ndjamena', 'Ceuta', 'Maseru', 'Dakar', 'Blantyre', 'Banjul', 'Ouagadougou', 'Tunis', 'Brazzaville', 'Dar_es_Salaam', 'Tripoli', 'Cairo', 'Windhoek', 'Freetown', 'Juba', 'Bujumbura', 'Conakry', 'Luanda', 'Kinshasa', 'Maputo', 'Casablanca', 'Bamako', 'Lome', 'Lusaka', 'El_Aaiun', 'Mogadishu', 'Accra', 'Sao_Tome', 'Harare', 'Niamey', 'Kigali', 'Algiers', 'Djibouti', 'Lubumbashi', 'Monrovia', 'Lagos', 'Nouakchott', 'Asmara', 'Mbabane', 'Kampala', 'Addis_Ababa', 'Nairobi', 'Bangui', 'Abidjan', 'Porto-Novo', 'Gaborone', 'Bissau'}, 'Antarctica': {'Palmer', 'Rothera', 'Casey', 'Troll', 'DumontDUrville', 'Syowa', 'McMurdo', 'Macquarie', 'Mawson', 'Davis', 'Vostok'}, 'Pacific': {'Majuro', 'Noumea', 'Port_Moresby', 'Auckland', 'Nauru', 'Pitcairn', 'Kanton', 'Wake', 'Chuuk', 'Tongatapu', 'Apia', 'Galapagos', 'Fiji', 'Tahiti', 'Efate', 'Pago_Pago', 'Rarotonga', 'Kiritimati', 'Saipan', 'Honolulu', 'Kosrae', 'Easter', 'Midway', 'Palau', 'Niue', 'Marquesas', 'Wallis', 'Guadalcanal', 'Chatham', 'Kwajalein', 'Pohnpei', 'Guam', 'Gambier', 'Norfolk', 'Funafuti', 'Fakaofo', 'Bougainville', 'Tarawa'}, 'Australia': {'Lindeman', 'Hobart', 'Brisbane', 'Perth', 'Lord_Howe', 'Eucla', 'Broken_Hill', 'Adelaide', 'Sydney', 'Melbourne', 'Darwin'}, 'Atlantic': {'South_Georgia', 'Faroe', 'St_Helena', 'Reykjavik', 'Madeira', 'Stanley', 'Canary', 'Azores', 'Bermuda', 'Cape_Verde'}, 'Indian': {'Chagos', 'Mauritius', 'Reunion', 'Cocos', 'Maldives', 'Antananarivo', 'Kerguelen', 'Mayotte', 'Christmas', 'Mahe', 'Comoro'}, 'Arctic': {'Longyearbyen'}, 'US': {'Mountain', 'Pacific', 'Arizona', 'Alaska', 'Hawaii', 'Central', 'Eastern'}, 'Etc': {'GMT+9', 'GMT-8', 'GMT+4', 'GMT-11', 'GMT-6', 'GMT+5', 'GMT-2', 'GMT+2', 'GMT-4', 'GMT+1', 'GMT+7', 'GMT+11', 'GMT-1', 'UTC', 'GMT-5', 'GMT-9', 'GMT+6', 'GMT-3', 'GMT+10', 'GMT-14', 'GMT-12', 'GMT-10', 'GMT-7', 'GMT+3', 'GMT-13', 'GMT+8', 'GMT', 'GMT+12'}}
      _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members:
        _intf._currentAction._spokes._config_dialog.skipTo: None
        _intf._currentAction._spokes._config_dialog._data: Skipped
        _intf._currentAction._spokes._config_dialog.applyOnSkip: False
        _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members:
        _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members:
        _intf._currentAction._spokes._config_dialog._check_list: [GUIInputCheck instance, containing members:
          _parent: Already dumped (NTPconfigDialog instance)
          _input_obj: Entry instance, containing members:
          _run_check: <bound method NTPconfigDialog._validateServer of <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0x7f8f0a3c8cc0>>
          _data: None
          _check_status: 
          _enabled: True
          update_check_status: TimedAction instance, containing members:
            update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7f8ee71fed68>>
            update_check_status._last_start: None
            update_check_status._timer: None
            update_check_status._instance_map: {}
]
        _intf._currentAction._spokes._config_dialog._ok_button: Button instance, containing members:
        _intf._currentAction._spokes._config_dialog._epoch: 0
        _intf._currentAction._spokes._config_dialog._epoch_lock: <unlocked _thread.lock object at 0x7f8f0a3b0300>
        _intf._currentAction._spokes._config_dialog._timezone_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71fa6d8>
        _intf._currentAction._spokes._config_dialog._serverEntry: Already dumped (Entry instance)
        _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members:
        _intf._currentAction._spokes._config_dialog._addButton: Already dumped (Button instance)
        _intf._currentAction._spokes._config_dialog._poolCheckButton: CheckButton instance, containing members:
        _intf._currentAction._spokes._config_dialog._serverCheck: Already dumped (GUIInputCheck instance)
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'SourceSpoke': SourceSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8f0a575278>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8f0a575198>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._check_list: [GUIInputCheck instance, containing members:
        _parent: Already dumped (SourceSpoke instance)
        _input_obj: Entry instance, containing members:
        _run_check: <bound method SourceSpoke._check_url_entry of SourceSpoke>
        _data: None
        _check_status: None
        _enabled: False
        update_check_status: TimedAction instance, containing members:
          update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7f8ee72f36a0>>
          update_check_status._last_start: None
          update_check_status._timer: None
          update_check_status._instance_map: {}
, InputCheck instance, containing members:
        _parent: Already dumped (SourceSpoke instance)
        _input_obj: ListStore instance, containing members:
        _run_check: <bound method SourceSpoke._check_duplicate_repos of SourceSpoke>
        _data: None
        _check_status: None
        _enabled: True
, InputCheck instance, containing members:
        _parent: Already dumped (SourceSpoke instance)
        _input_obj: 0
        _run_check: <bound method SourceSpoke._check_repo_name of SourceSpoke>
        _data: TreeRowReference instance, containing members:
        _check_status: None
        _enabled: True
, InputCheck instance, containing members:
        _parent: Already dumped (SourceSpoke instance)
        _input_obj: 0
        _run_check: <bound method SourceSpoke._check_repo_url of SourceSpoke>
        _data: TreeRowReference instance, containing members:
        _check_status: None
        _enabled: True
, InputCheck instance, containing members:
        _parent: Already dumped (SourceSpoke instance)
        _input_obj: 0
        _run_check: <bound method SourceSpoke._check_repo_proxy of SourceSpoke>
        _data: TreeRowReference instance, containing members:
        _check_status: None
        _enabled: True
]
      _intf._currentAction._spokes._checker: None
      _intf._currentAction._spokes._prev_status: None
      _intf._currentAction._spokes._password_kickstarted: False
      _intf._currentAction._spokes._can_go_back: False
      _intf._currentAction._spokes._needs_waiver: False
      _intf._currentAction._spokes._waive_clicks: 0
      _intf._currentAction._spokes._password_entry: None
      _intf._currentAction._spokes._password_confirmation_entry: None
      _intf._currentAction._spokes._password_bar: None
      _intf._currentAction._spokes._password_label: None
      _intf._currentAction._spokes._device: None
      _intf._currentAction._spokes._current_iso_path: None
      _intf._currentAction._spokes._current_iso_file: None
      _intf._currentAction._spokes._ready: True
      _intf._currentAction._spokes._error: False
      _intf._currentAction._spokes._error_msg: 
      _intf._currentAction._spokes._proxy_url: 
      _intf._currentAction._spokes._proxy_change: False
      _intf._currentAction._spokes._updates_change: False
      _intf._currentAction._spokes._cdrom: sr0
      _intf._currentAction._spokes._repo_counter: <generator object id_generator at 0x7f8f0a565eb8>
      _intf._currentAction._spokes._repo_checks: {0: RepoChecks(name_check=<pyanaconda.ui.helpers.InputCheck object at 0x7f8ee44f6ba8>, url_check=<pyanaconda.ui.helpers.InputCheck object at 0x7f8ee44f69e8>, proxy_check=<pyanaconda.ui.helpers.InputCheck object at 0x7f8ee44f6a20>)}
      _intf._currentAction._spokes._repo_store_lock: <unlocked _thread.lock object at 0x7f8f0a5849e0>
      _intf._currentAction._spokes._network_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71784f8>
      _intf._currentAction._spokes._device_tree: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7178638>
      _intf._currentAction._spokes._autodetect_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._autodetect_box: Grid instance, containing members:
      _intf._currentAction._spokes._autodetect_device_label: Label instance, containing members:
      _intf._currentAction._spokes._autodetect_label: Label instance, containing members:
      _intf._currentAction._spokes._cdn_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._hmc_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._iso_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._iso_box: Box instance, containing members:
      _intf._currentAction._spokes._network_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._network_box: Box instance, containing members:
      _intf._currentAction._spokes._url_entry: Already dumped (Entry instance)
      _intf._currentAction._spokes._protocol_combo_box: ComboBoxText instance, containing members:
      _intf._currentAction._spokes._iso_chooser_button: Button instance, containing members:
      _intf._currentAction._spokes._orig_iso_chooser_button: _Choose an ISO
      _intf._currentAction._spokes._url_check: Already dumped (GUIInputCheck instance)
      _intf._currentAction._spokes._url_type_combo_box: ComboBoxText instance, containing members:
      _intf._currentAction._spokes._url_type_label: Label instance, containing members:
      _intf._currentAction._spokes._updates_radio_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._verify_iso_button: Button instance, containing members:
      _intf._currentAction._spokes._repo_entry_box: Grid instance, containing members:
      _intf._currentAction._spokes._repo_store: Already dumped (ListStore instance)
      _intf._currentAction._spokes._repo_selection: TreeSelection instance, containing members:
      _intf._currentAction._spokes._repo_name_entry: Entry instance, containing members:
      _intf._currentAction._spokes._repo_protocol_combo_box: ComboBoxText instance, containing members:
      _intf._currentAction._spokes._repo_url_entry: Entry instance, containing members:
      _intf._currentAction._spokes._repo_url_type_combo_box: ComboBoxText instance, containing members:
      _intf._currentAction._spokes._repo_proxy_url_entry: Entry instance, containing members:
      _intf._currentAction._spokes._repo_proxy_username_entry: Entry instance, containing members:
      _intf._currentAction._spokes._repo_proxy_password_entry: Entry instance, containing members:
      _intf._currentAction._spokes._repo_view: TreeView instance, containing members:
      _intf._currentAction._spokes._repo_remove_button: ToolButton instance, containing members:
      _intf._currentAction._spokes._duplicate_repo_check: Already dumped (InputCheck instance)
      _intf._currentAction._spokes._updates_box: Box instance, containing members:
      _intf._currentAction._spokes._proxy_button: Button instance, containing members:
      _intf._currentAction._spokes._nfs_opts_box: Box instance, containing members:
, 'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee7194978>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee7194860>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._error_msgs: None
      _intf._currentAction._spokes._tx_id: 2
      _intf._currentAction._spokes._select_flag: True
      _intf._currentAction._spokes._environment_list_box: ListBox instance, containing members:
      _intf._currentAction._spokes._addon_list_box: ListBox instance, containing members:
      _intf._currentAction._spokes._addon_states: {}
      _intf._currentAction._spokes._orig_addons: []
      _intf._currentAction._spokes._orig_environment: None
      _intf._currentAction._spokes._kickstarted: False
      _intf._currentAction._spokes._error: False
      _intf._currentAction._spokes._fake_radio: RadioButton instance, containing members:
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'StorageSpoke': StorageSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: True
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee71861d0>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee7186160>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._ready: True
      _intf._currentAction._spokes._back_clicked: True
      _intf._currentAction._spokes._disks_errors: []
      _intf._currentAction._spokes._last_clicked_overview: None
      _intf._currentAction._spokes._cur_clicked_overview: None
      _intf._currentAction._spokes._storage_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717f8b8>
      _intf._currentAction._spokes._device_tree: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717f138>
      _intf._currentAction._spokes._bootloader_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717f4a8>
      _intf._currentAction._spokes._disk_init_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717fe08>
      _intf._currentAction._spokes._disk_select_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717f318>
      _intf._currentAction._spokes._available_disks: [nvme0n1]
      _intf._currentAction._spokes._selected_disks: [nvme0n1]
      _intf._currentAction._spokes._last_selected_disks: {'nvme0n1'}
      _intf._currentAction._spokes._is_preconfigured: False
      _intf._currentAction._spokes._partitioning: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee717f638>
      _intf._currentAction._spokes._last_partitioning_method: INTERACTIVE
      _intf._currentAction._spokes._partitioning_request: PartitioningRequest(backup_passphrase_enabled=False, cipher='', encrypted=False, escrow_certificate='', excluded_mount_points=[], file_system_type='', luks_version='', partitioning_scheme=2, passphrase_set=False, pbkdf='', pbkdf_iterations=0, pbkdf_memory=0, pbkdf_time=0)
      _intf._currentAction._spokes._custom_part_radio_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._blivet_gui_radio_button: RadioButton instance, containing members:
      _intf._currentAction._spokes._encrypted_checkbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._encryption_revealer: Revealer instance, containing members:
      _intf._currentAction._spokes._reclaim_checkbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._reclaim_revealer: Revealer instance, containing members:
      _intf._currentAction._spokes._local_disks_box: Box instance, containing members:
      _intf._currentAction._spokes._specialized_disks_box: Box instance, containing members:
      _intf._currentAction._spokes._local_viewport: Viewport instance, containing members:
      _intf._currentAction._spokes._specialized_viewport: Viewport instance, containing members:
      _intf._currentAction._spokes._main_viewport: Viewport instance, containing members:
      _intf._currentAction._spokes._main_box: Box instance, containing members:
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee7194128>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee719db70>
      _intf._currentAction._spokes.selector: None
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._back_already_clicked: True
      _intf._currentAction._spokes._initialized: True
      _intf._currentAction._spokes._error: 
      _intf._currentAction._spokes._accordion: Accordion instance, containing members:
        _intf._currentAction._spokes._accordion._expanders: [Expander instance, containing members:
]
        _intf._currentAction._spokes._accordion._active_selectors: [MountPointSelector instance, containing members:
          root_name: New AlmaLinux 8.6 Installation
]
        _intf._currentAction._spokes._accordion._current_selector: Already dumped (MountPointSelector instance)
        _intf._currentAction._spokes._accordion._last_selected: Already dumped (MountPointSelector instance)
      _intf._currentAction._spokes._partitioning_scheme: 2
      _intf._currentAction._spokes._partitioning_encrypted: True
      _intf._currentAction._spokes._default_file_system: xfs
      _intf._currentAction._spokes._selected_disks: [nvme0n1]
      _intf._currentAction._spokes._passphrase: CorrectHorseBatteryStaple
      _intf._currentAction._spokes._os_name: New AlmaLinux 8.6 Installation
      _intf._currentAction._spokes._supported_raid_levels: set()
      _intf._currentAction._spokes._partitioning: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7195548>
      _intf._currentAction._spokes._device_tree: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee01ff548>
      _intf._currentAction._spokes._request: DeviceFactoryRequest instance, containing members:
        _intf._currentAction._spokes._request._device_type: 0
        _intf._currentAction._spokes._request._device_spec: almalinux_host-var_log
        _intf._currentAction._spokes._request._disks: [nvme0n1]
        _intf._currentAction._spokes._request._mount_point: /var/log
        _intf._currentAction._spokes._request._reformat: True
        _intf._currentAction._spokes._request._format_type: xfs
        _intf._currentAction._spokes._request._label: 
        _intf._currentAction._spokes._request._luks_version: luks2
        _intf._currentAction._spokes._request._device_name: var_log
        _intf._currentAction._spokes._request._device_size: 5368709120
        _intf._currentAction._spokes._request._device_raid_level: 
        _intf._currentAction._spokes._request._device_encrypted: False
        _intf._currentAction._spokes._request._container_spec: almalinux_host
        _intf._currentAction._spokes._request._container_name: almalinux_host
        _intf._currentAction._spokes._request._container_size_policy: 0
        _intf._currentAction._spokes._request._container_raid_level: 
        _intf._currentAction._spokes._request._container_encrypted: True
      _intf._currentAction._spokes._original_request: DeviceFactoryRequest instance, containing members:
        _intf._currentAction._spokes._original_request._device_type: 0
        _intf._currentAction._spokes._original_request._device_spec: almalinux_host-var_log
        _intf._currentAction._spokes._original_request._disks: [nvme0n1]
        _intf._currentAction._spokes._original_request._mount_point: /var/log
        _intf._currentAction._spokes._original_request._reformat: True
        _intf._currentAction._spokes._original_request._format_type: xfs
        _intf._currentAction._spokes._original_request._label: 
        _intf._currentAction._spokes._original_request._luks_version: luks2
        _intf._currentAction._spokes._original_request._device_name: var_log
        _intf._currentAction._spokes._original_request._device_size: 5368709120
        _intf._currentAction._spokes._original_request._device_raid_level: 
        _intf._currentAction._spokes._original_request._device_encrypted: False
        _intf._currentAction._spokes._original_request._container_spec: almalinux_host
        _intf._currentAction._spokes._original_request._container_name: almalinux_host
        _intf._currentAction._spokes._original_request._container_size_policy: 0
        _intf._currentAction._spokes._original_request._container_raid_level: 
        _intf._currentAction._spokes._original_request._container_encrypted: True
      _intf._currentAction._spokes._permissions: DeviceFactoryPermissions instance, containing members:
        _intf._currentAction._spokes._permissions._device_type: True
        _intf._currentAction._spokes._permissions._disks: False
        _intf._currentAction._spokes._permissions._mount_point: True
        _intf._currentAction._spokes._permissions._reformat: False
        _intf._currentAction._spokes._permissions._format_type: True
        _intf._currentAction._spokes._permissions._label: True
        _intf._currentAction._spokes._permissions._device_name: True
        _intf._currentAction._spokes._permissions._device_size: True
        _intf._currentAction._spokes._permissions._device_raid_level: True
        _intf._currentAction._spokes._permissions._device_encrypted: False
        _intf._currentAction._spokes._permissions._container_spec: True
        _intf._currentAction._spokes._permissions._container_name: True
        _intf._currentAction._spokes._permissions._container_size_policy: True
        _intf._currentAction._spokes._permissions._container_raid_level: True
        _intf._currentAction._spokes._permissions._container_encrypted: True
      _intf._currentAction._spokes._storage_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee719cf48>
      _intf._currentAction._spokes._boot_loader: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee719c2c8>
      _intf._currentAction._spokes._disk_selection: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee719ccc8>
      _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members:
      _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members:
      _intf._currentAction._spokes._pageLabel: Label instance, containing members:
      _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members:
      _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members:
      _intf._currentAction._spokes._summaryLabel: Label instance, containing members:
      _intf._currentAction._spokes._addButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._applyButton: Button instance, containing members:
      _intf._currentAction._spokes._configButton: Button instance, containing members:
      _intf._currentAction._spokes._removeButton: ToolButton instance, containing members:
      _intf._currentAction._spokes._resetButton: Button instance, containing members:
      _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._fsCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._fsStore: ListStore instance, containing members:
      _intf._currentAction._spokes._luksCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._luksStore: ListStore instance, containing members:
      _intf._currentAction._spokes._luksLabel: Label instance, containing members:
      _intf._currentAction._spokes._labelEntry: Entry instance, containing members:
      _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members:
      _intf._currentAction._spokes._nameEntry: Entry instance, containing members:
      _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members:
      _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._sizeEntry: Entry instance, containing members:
      _intf._currentAction._spokes._typeStore: ListStore instance, containing members:
      _intf._currentAction._spokes._typeCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members:
      _intf._currentAction._spokes._containerCombo: ComboBox instance, containing members:
      _intf._currentAction._spokes._containerStore: ListStore instance, containing members:
      _intf._currentAction._spokes._deviceDescLabel: Label instance, containing members:
      _intf._currentAction._spokes._passphraseEntry: Entry instance, containing members:
      _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members:
      _intf._currentAction._spokes._selectedDeviceLabel: Label instance, containing members:
      _intf._currentAction._spokes._selectedDeviceDescLabel: Label instance, containing members:
      _intf._currentAction._spokes._encryptedDeviceLabel: Label instance, containing members:
      _intf._currentAction._spokes._encryptedDeviceDescLabel: Label instance, containing members:
      _intf._currentAction._spokes._incompleteDeviceLabel: Label instance, containing members:
      _intf._currentAction._spokes._incompleteDeviceDescLabel: Label instance, containing members:
      _intf._currentAction._spokes._incompleteDeviceOptionsLabel: Label instance, containing members:
      _intf._currentAction._spokes._uneditableDeviceLabel: Label instance, containing members:
      _intf._currentAction._spokes._uneditableDeviceDescLabel: Label instance, containing members:
      _intf._currentAction._spokes._containerLabel: Label instance, containing members:
, 'FilterSpoke': FilterSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: True
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee7186470>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee7186b70>
      _intf._currentAction._spokes.selector: None
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._pages: {0: SearchPage instance, containing members:
        _intf._currentAction._spokes._pages._builder: Already dumped (Builder instance)
        _intf._currentAction._spokes._pages._is_active: False
        _intf._currentAction._spokes._pages._model: TreeModelFilter instance, containing members:
        _intf._currentAction._spokes._pages._combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._lun_entry: Entry instance, containing members:
        _intf._currentAction._spokes._pages._wwid_entry: Entry instance, containing members:
        _intf._currentAction._spokes._pages._port_combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._target_entry: Entry instance, containing members:
, 1: MultipathPage instance, containing members:
        _intf._currentAction._spokes._pages._builder: Already dumped (Builder instance)
        _intf._currentAction._spokes._pages._is_active: False
        _intf._currentAction._spokes._pages._model: TreeModelFilter instance, containing members:
        _intf._currentAction._spokes._pages._combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._ic_combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._vendor_combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._wwid_entry: Entry instance, containing members:
, 2: OtherPage instance, containing members:
        _intf._currentAction._spokes._pages._builder: Already dumped (Builder instance)
        _intf._currentAction._spokes._pages._is_active: False
        _intf._currentAction._spokes._pages._model: TreeModelFilter instance, containing members:
        _intf._currentAction._spokes._pages._combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._ic_combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._id_entry: Entry instance, containing members:
        _intf._currentAction._spokes._pages._vendor_combo: ComboBoxText instance, containing members:
, 3: NvdimmPage instance, containing members:
        _intf._currentAction._spokes._pages._builder: Already dumped (Builder instance)
        _intf._currentAction._spokes._pages._is_active: False
        _intf._currentAction._spokes._pages._model: TreeModelFilter instance, containing members:
        _intf._currentAction._spokes._pages._combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._tree_view: TreeView instance, containing members:
        _intf._currentAction._spokes._pages._mode_combo: ComboBoxText instance, containing members:
        _intf._currentAction._spokes._pages._namespace_entry: Entry instance, containing members:
}
      _intf._currentAction._spokes._ancestors: []
      _intf._currentAction._spokes._disks: []
      _intf._currentAction._spokes._selected_disks: []
      _intf._currentAction._spokes._protected_disks: []
      _intf._currentAction._spokes._storage_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71955e8>
      _intf._currentAction._spokes._device_tree: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee71959f8>
      _intf._currentAction._spokes._disk_selection: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7195278>
      _intf._currentAction._spokes._notebook: Notebook instance, containing members:
      _intf._currentAction._spokes._store: ListStore instance, containing members:
      _intf._currentAction._spokes._reconfigure_nvdimm_button: Button instance, containing members:
, 'KdumpSpoke': KdumpSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee71a96a0>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee71a96d8>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._reserveMem: 0
      _intf._currentAction._spokes._ready: True
      _intf._currentAction._spokes._luks_devs: [luks-nvme0n1p2]
      _intf._currentAction._spokes._checked_luks_devs: []
      _intf._currentAction._spokes._enableButton: CheckButton instance, containing members:
      _intf._currentAction._spokes._fadumpButton: CheckButton instance, containing members:
      _intf._currentAction._spokes._reservationTypeLabel: Label instance, containing members:
      _intf._currentAction._spokes._autoButton: RadioButton instance, containing members:
      _intf._currentAction._spokes._manualButton: RadioButton instance, containing members:
      _intf._currentAction._spokes._toBeReservedLabel: Label instance, containing members:
      _intf._currentAction._spokes._toBeReservedSpin: SpinButton instance, containing members:
      _intf._currentAction._spokes._totalMemLabel: Label instance, containing members:
      _intf._currentAction._spokes._totalMemMB: Label instance, containing members:
      _intf._currentAction._spokes._usableMemLabel: Label instance, containing members:
      _intf._currentAction._spokes._usableMemMB: Label instance, containing members:
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'NetworkSpoke': NetworkSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee7134e80>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee7134ef0>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes.networking_changed: False
      _intf._currentAction._spokes._network_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7131d68>
      _intf._currentAction._spokes._nm_client: Client instance, containing members:
      _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members:
        _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance)
        _intf._currentAction._spokes.network_control_box._running_nmce: None
        _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance)
        _intf._currentAction._spokes.network_control_box.client: Already dumped (Client instance)
        _intf._currentAction._spokes.network_control_box._network_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7131d68>
        _intf._currentAction._spokes.network_control_box._updating_device: False
        _intf._currentAction._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members:
        _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members:
        _intf._currentAction._spokes.network_control_box.label_current_hostname: Label instance, containing members:
        _intf._currentAction._spokes.network_control_box.button_apply_hostname: Button instance, containing members:
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'OSCAPSpoke': OSCAPSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee7134198>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee7134240>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._addon_data: 
      _intf._currentAction._spokes.title: _Security Policy
      _intf._currentAction._spokes._ready: True
      _intf._currentAction._spokes._unitialized_status: None
      _intf._currentAction._spokes._ds_checklists: {'scap_org.open-scap_datastream_from_xccdf_ssg-almalinux8-xccdf-1.2.xml': ['scap_org.open-scap_cref_ssg-almalinux8-xccdf-1.2.xml']}
      _intf._currentAction._spokes._rule_data: 
packages
firewall
      _intf._currentAction._spokes._active_profile: 
      _intf._currentAction._spokes._fetching: False
      _intf._currentAction._spokes._fetch_flag_lock: <unlocked _thread.lock object at 0x7f8ee719ac88>
      _intf._currentAction._spokes._error: None
      _intf._currentAction._spokes._anaconda_spokes_initialized: Event instance, containing members:
        _intf._currentAction._spokes._anaconda_spokes_initialized._cond: <Condition(<unlocked _thread.lock object at 0x7f8ee719aaf8>, 0)>
        _intf._currentAction._spokes._anaconda_spokes_initialized._flag: True
      _intf._currentAction._spokes.content_bringer: ContentBringer instance, containing members:
        _intf._currentAction._spokes.content_bringer.content_uri_scheme: 
        _intf._currentAction._spokes.content_bringer.content_uri_path: 
        _intf._currentAction._spokes.content_bringer.fetched_content: 
        _intf._currentAction._spokes.content_bringer.activity_lock: <unlocked _thread.lock object at 0x7f8ee719ac10>
        _intf._currentAction._spokes.content_bringer.now_fetching_or_processing: False
        _intf._currentAction._spokes.content_bringer._addon_data: Already dumped (OSCAPdata instance)
      _intf._currentAction._spokes._main_notebook: Notebook instance, containing members:
      _intf._currentAction._spokes._message_store: ListStore instance, containing members:
      _intf._currentAction._spokes._ds_store: ListStore instance, containing members:
      _intf._currentAction._spokes._xccdf_store: ListStore instance, containing members:
      _intf._currentAction._spokes._profiles_store: ListStore instance, containing members:
      _intf._currentAction._spokes._ids_box: Box instance, containing members:
      _intf._currentAction._spokes._ds_combo: ComboBox instance, containing members:
      _intf._currentAction._spokes._xccdf_combo: ComboBox instance, containing members:
      _intf._currentAction._spokes._profiles_view: TreeView instance, containing members:
      _intf._currentAction._spokes._profiles_selection: TreeSelection instance, containing members:
      _intf._currentAction._spokes._choose_button: Button instance, containing members:
      _intf._currentAction._spokes._dry_run_switch: Switch instance, containing members:
      _intf._currentAction._spokes._control_buttons: ButtonBox instance, containing members:
      _intf._currentAction._spokes._no_content_label: Label instance, containing members:
      _intf._currentAction._spokes._content_url_entry: Entry instance, containing members:
      _intf._currentAction._spokes._fetch_button: Button instance, containing members:
      _intf._currentAction._spokes._progress_box: Box instance, containing members:
      _intf._currentAction._spokes._progress_spinner: Spinner instance, containing members:
      _intf._currentAction._spokes._progress_label: Label instance, containing members:
      _intf._currentAction._spokes._ssg_button: Button instance, containing members:
      _intf._currentAction._spokes._content_handler: SCAPContentHandler instance, containing members:
        _intf._currentAction._spokes._content_handler.file_path: /usr/share/xml/scap/ssg/content/ssg-almalinux8-ds.xml
        _intf._currentAction._spokes._content_handler.root: <Element '{http://scap.nist.gov/schema/scap/source/1.2}data-stream-collection' at 0x7f8ee489c5e8>
        _intf._currentAction._spokes._content_handler.tailoring: None
        _intf._currentAction._spokes._content_handler.scap_type: SCAP_SOURCE_DATA_STREAM
        _intf._currentAction._spokes._content_handler._data_stream_id: scap_org.open-scap_datastream_from_xccdf_ssg-almalinux8-xccdf-1.2.xml
        _intf._currentAction._spokes._content_handler._checklist_id: scap_org.open-scap_cref_ssg-almalinux8-xccdf-1.2.xml
, 'PasswordSpoke': PasswordSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee713ee10>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee713e390>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._check_list: []
      _intf._currentAction._spokes._checker: PasswordChecker instance, containing members:
        _intf._currentAction._spokes._checker._password: InputField instance, containing members:
          _intf._currentAction._spokes._checker._password._initial_content: 
          _intf._currentAction._spokes._checker._password._content: CorrectHorseBatteryStaple
          _intf._currentAction._spokes._checker._password.changed: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password.changed._functions: set()
            _intf._currentAction._spokes._checker._password.changed._methods: <WeakKeyDictionary at 0x7f8ee7156eb8>
          _intf._currentAction._spokes._checker._password._initial_change_signal_fired: True
          _intf._currentAction._spokes._checker._password.changed_from_initial_state: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password.changed_from_initial_state._functions: set()
            _intf._currentAction._spokes._checker._password.changed_from_initial_state._methods: <WeakKeyDictionary at 0x7f8ee7156f28>
        _intf._currentAction._spokes._checker._password_confirmation: InputField instance, containing members:
          _intf._currentAction._spokes._checker._password_confirmation._initial_content: 
          _intf._currentAction._spokes._checker._password_confirmation._content: CorrectHorseBatteryStaple
          _intf._currentAction._spokes._checker._password_confirmation.changed: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password_confirmation.changed._functions: set()
            _intf._currentAction._spokes._checker._password_confirmation.changed._methods: <WeakKeyDictionary at 0x7f8ee7156f60>
          _intf._currentAction._spokes._checker._password_confirmation._initial_change_signal_fired: True
          _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state._functions: set()
            _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state._methods: <WeakKeyDictionary at 0x7f8ee7156e10>
        _intf._currentAction._spokes._checker._checks: [PasswordEmptyCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: True
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee7156dd8>
          _skip: False
, PasswordConfirmationCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: True
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee7156be0>
          _skip: False
          _success_if_confirmation_empty: False
, PasswordValidityCheck instance, containing members:
          _result: PasswordValidityCheckResult instance, containing members:
            _result._success: True
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee7156b38>
            _result._password_score: 4
            _result.password_score_changed: Signal instance, containing members:
              _result.password_score_changed._functions: set()
              _result.password_score_changed._methods: <WeakKeyDictionary at 0x7f8ee7156940>
            _result._status_text: Strong
            _result.status_text_changed: Signal instance, containing members:
              _result.status_text_changed._functions: set()
              _result.status_text_changed._methods: <WeakKeyDictionary at 0x7f8ee71569b0>
            _result._password_quality: 100
            _result.password_quality_changed: Signal instance, containing members:
              _result.password_quality_changed._functions: set()
              _result.password_quality_changed._methods: <WeakKeyDictionary at 0x7f8ee71569e8>
            _result._length_ok: True
            _result.length_ok_changed: Signal instance, containing members:
              _result.length_ok_changed._functions: set()
              _result.length_ok_changed._methods: <WeakKeyDictionary at 0x7f8ee7156898>
          _skip: False
, PasswordASCIICheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: True
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee7156860>
          _skip: False
]
        _intf._currentAction._spokes._checker._success: True
        _intf._currentAction._spokes._checker._error_message: 
        _intf._currentAction._spokes._checker._failed_checks: []
        _intf._currentAction._spokes._checker._successful_checks: [Already dumped (PasswordConfirmationCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
, Already dumped (PasswordEmptyCheck instance)
, Already dumped (PasswordConfirmationCheck instance)
, Already dumped (PasswordValidityCheck instance)
, Already dumped (PasswordASCIICheck instance)
]
        _intf._currentAction._spokes._checker._policy: pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty

        _intf._currentAction._spokes._checker._username: None
        _intf._currentAction._spokes._checker._fullname: 
        _intf._currentAction._spokes._checker._secret_type: SecretType instance, containing members:
          _intf._currentAction._spokes._checker._secret_type._value_: password
          _intf._currentAction._spokes._checker._secret_type._name_: PASSWORD
          _intf._currentAction._spokes._checker._secret_type.__objclass__: <enum 'SecretType'>
        _intf._currentAction._spokes._checker.checks_done: Signal instance, containing members:
          _intf._currentAction._spokes._checker.checks_done._functions: set()
          _intf._currentAction._spokes._checker.checks_done._methods: <WeakKeyDictionary at 0x7f8ee7156cf8>
      _intf._currentAction._spokes._prev_status: None
      _intf._currentAction._spokes._password_kickstarted: False
      _intf._currentAction._spokes._can_go_back: True
      _intf._currentAction._spokes._needs_waiver: False
      _intf._currentAction._spokes._waive_clicks: 0
      _intf._currentAction._spokes._password_entry: Entry instance, containing members:
      _intf._currentAction._spokes._password_confirmation_entry: Entry instance, containing members:
      _intf._currentAction._spokes._password_bar: LevelBar instance, containing members:
      _intf._currentAction._spokes._password_label: Label instance, containing members:
      _intf._currentAction._spokes._users_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7149688>
      _intf._currentAction._spokes._empty_check: Already dumped (PasswordEmptyCheck instance)
      _intf._currentAction._spokes._confirm_check: Already dumped (PasswordConfirmationCheck instance)
      _intf._currentAction._spokes._validity_check: Already dumped (PasswordValidityCheck instance)
      _intf._currentAction._spokes._ascii_check: Already dumped (PasswordASCIICheck instance)
      _intf._currentAction._spokes.visitedSinceApplied: True
, 'UserSpoke': UserSpoke instance, containing members:
      _intf._currentAction._spokes.skipTo: None
      _intf._currentAction._spokes._data: Skipped
      _intf._currentAction._spokes.applyOnSkip: False
      _intf._currentAction._spokes.builder: Builder instance, containing members:
      _intf._currentAction._spokes._window: SpokeWindow instance, containing members:
      _intf._currentAction._spokes._storage: None
      _intf._currentAction._spokes._payload: Already dumped (DNFPayload instance)
      _intf._currentAction._spokes.entered: Signal instance, containing members:
        _intf._currentAction._spokes.entered._functions: set()
        _intf._currentAction._spokes.entered._methods: <WeakKeyDictionary at 0x7f8ee71590b8>
      _intf._currentAction._spokes.exited: Signal instance, containing members:
        _intf._currentAction._spokes.exited._functions: set()
        _intf._currentAction._spokes.exited._methods: <WeakKeyDictionary at 0x7f8ee71590f0>
      _intf._currentAction._spokes.selector: SpokeSelector instance, containing members:
      _intf._currentAction._spokes._current_warning_message: 
      _intf._currentAction._spokes._check_list: []
      _intf._currentAction._spokes._checker: PasswordChecker instance, containing members:
        _intf._currentAction._spokes._checker._password: InputField instance, containing members:
          _intf._currentAction._spokes._checker._password._initial_content: 
          _intf._currentAction._spokes._checker._password._content: 
          _intf._currentAction._spokes._checker._password.changed: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password.changed._functions: set()
            _intf._currentAction._spokes._checker._password.changed._methods: <WeakKeyDictionary at 0x7f8ee713e048>
          _intf._currentAction._spokes._checker._password._initial_change_signal_fired: False
          _intf._currentAction._spokes._checker._password.changed_from_initial_state: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password.changed_from_initial_state._functions: set()
            _intf._currentAction._spokes._checker._password.changed_from_initial_state._methods: <WeakKeyDictionary at 0x7f8ee713efd0>
        _intf._currentAction._spokes._checker._password_confirmation: InputField instance, containing members:
          _intf._currentAction._spokes._checker._password_confirmation._initial_content: 
          _intf._currentAction._spokes._checker._password_confirmation._content: 
          _intf._currentAction._spokes._checker._password_confirmation.changed: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password_confirmation.changed._functions: set()
            _intf._currentAction._spokes._checker._password_confirmation.changed._methods: <WeakKeyDictionary at 0x7f8ee713e668>
          _intf._currentAction._spokes._checker._password_confirmation._initial_change_signal_fired: False
          _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state: Signal instance, containing members:
            _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state._functions: set()
            _intf._currentAction._spokes._checker._password_confirmation.changed_from_initial_state._methods: <WeakKeyDictionary at 0x7f8ee713e208>
        _intf._currentAction._spokes._checker._checks: [UsernameCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee713e0f0>
          _skip: False
          _success_if_username_empty: True
, FullnameCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee71a9630>
          _skip: False
, PasswordEmptyCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee71a9d68>
          _skip: False
, PasswordConfirmationCheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee71a95c0>
          _skip: False
          _success_if_confirmation_empty: False
, PasswordValidityCheck instance, containing members:
          _result: PasswordValidityCheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee71546d8>
            _result._password_score: 0
            _result.password_score_changed: Signal instance, containing members:
              _result.password_score_changed._functions: set()
              _result.password_score_changed._methods: <WeakKeyDictionary at 0x7f8ee7154588>
            _result._status_text: 
            _result.status_text_changed: Signal instance, containing members:
              _result.status_text_changed._functions: set()
              _result.status_text_changed._methods: <WeakKeyDictionary at 0x7f8ee7154c18>
            _result._password_quality: 0
            _result.password_quality_changed: Signal instance, containing members:
              _result.password_quality_changed._functions: set()
              _result.password_quality_changed._methods: <WeakKeyDictionary at 0x7f8ee7154208>
            _result._length_ok: False
            _result.length_ok_changed: Signal instance, containing members:
              _result.length_ok_changed._functions: set()
              _result.length_ok_changed._methods: <WeakKeyDictionary at 0x7f8ee71543c8>
          _skip: False
, PasswordASCIICheck instance, containing members:
          _result: CheckResult instance, containing members:
            _result._success: False
            _result._error_message: 
            _result.error_message_changed: Signal instance, containing members:
              _result.error_message_changed._functions: set()
              _result.error_message_changed._methods: <WeakKeyDictionary at 0x7f8ee7154400>
          _skip: False
]
        _intf._currentAction._spokes._checker._success: False
        _intf._currentAction._spokes._checker._error_message: 
        _intf._currentAction._spokes._checker._failed_checks: []
        _intf._currentAction._spokes._checker._successful_checks: []
        _intf._currentAction._spokes._checker._policy: pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok

        _intf._currentAction._spokes._checker._username: 
        _intf._currentAction._spokes._checker._fullname: 
        _intf._currentAction._spokes._checker._secret_type: Already dumped (SecretType instance)
        _intf._currentAction._spokes._checker.checks_done: Signal instance, containing members:
          _intf._currentAction._spokes._checker.checks_done._functions: set()
          _intf._currentAction._spokes._checker.checks_done._methods: <WeakKeyDictionary at 0x7f8ee713e3c8>
      _intf._currentAction._spokes._prev_status: None
      _intf._currentAction._spokes._password_kickstarted: False
      _intf._currentAction._spokes._can_go_back: False
      _intf._currentAction._spokes._needs_waiver: False
      _intf._currentAction._spokes._waive_clicks: 0
      _intf._currentAction._spokes._password_entry: Entry instance, containing members:
      _intf._currentAction._spokes._password_confirmation_entry: Entry instance, containing members:
      _intf._currentAction._spokes._password_bar: LevelBar instance, containing members:
      _intf._currentAction._spokes._password_label: Label instance, containing members:
      _intf._currentAction._spokes._users_module: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee7158048>
      _intf._currentAction._spokes._user_list: [UserData(gecos='', gid=0, gid_mode='ID_MODE_USE_DEFAULT', groups=[], homedir='', is_crypted=True, lock=False, name='', password_set=False, shell='', uid=0, uid_mode='ID_MODE_USE_DEFAULT')
]
      _intf._currentAction._spokes._user_requested: False
      _intf._currentAction._spokes._requested_user_cleared: False
      _intf._currentAction._spokes._fullname_entry: Entry instance, containing members:
      _intf._currentAction._spokes._username_entry: Entry instance, containing members:
      _intf._currentAction._spokes._admin_checkbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._password_required_checkbox: CheckButton instance, containing members:
      _intf._currentAction._spokes._advanced_button: Button instance, containing members:
      _intf._currentAction._spokes._username_check: Already dumped (UsernameCheck instance)
      _intf._currentAction._spokes._fullname_check: Already dumped (FullnameCheck instance)
      _intf._currentAction._spokes._empty_check: Already dumped (PasswordEmptyCheck instance)
      _intf._currentAction._spokes._confirm_check: Already dumped (PasswordConfirmationCheck instance)
      _intf._currentAction._spokes._validity_check: Already dumped (PasswordValidityCheck instance)
      _intf._currentAction._spokes._ascii_check: Already dumped (PasswordASCIICheck instance)
      _intf._currentAction._spokes.guesser: {<Gtk.Entry object at 0x7f8ee7157f30 (GtkEntry at 0x556b7724a280)>: True}
      _intf._currentAction._spokes._advanced_user_dialog: AdvancedUserDialog instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog.skipTo: None
        _intf._currentAction._spokes._advanced_user_dialog._data: Already dumped (UserSpoke instance)
        _intf._currentAction._spokes._advanced_user_dialog.applyOnSkip: False
        _intf._currentAction._spokes._advanced_user_dialog.builder: Builder instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._window: None
        _intf._currentAction._spokes._advanced_user_dialog._check_list: [GUIInputCheck instance, containing members:
          _parent: Already dumped (AdvancedUserDialog instance)
          _input_obj: Entry instance, containing members:
          _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f8ee7154390>>
          _data: None
          _check_status: None
          _enabled: True
          update_check_status: TimedAction instance, containing members:
            update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7f8ee71a9d30>>
            update_check_status._last_start: None
            update_check_status._timer: None
            update_check_status._instance_map: {}
]
        _intf._currentAction._spokes._advanced_user_dialog._ok_button: Button instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._user_spoke: Already dumped (UserSpoke instance)
        _intf._currentAction._spokes._advanced_user_dialog._origHome: None
        _intf._currentAction._spokes._advanced_user_dialog._cUid: CheckButton instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._cGid: CheckButton instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._tHome: Entry instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._tGroups: Already dumped (Entry instance)
        _intf._currentAction._spokes._advanced_user_dialog._spinUid: SpinButton instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._spinGid: SpinButton instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._uid: Adjustment instance, containing members:
        _intf._currentAction._spokes._advanced_user_dialog._gid: Adjustment instance, containing members:
}
    _intf._currentAction.entered: Signal instance, containing members:
      _intf._currentAction.entered._functions: set()
      _intf._currentAction.entered._methods: <WeakKeyDictionary at 0x7f8ee72f5198>
    _intf._currentAction.exited: Signal instance, containing members:
      _intf._currentAction.exited._functions: set()
      _intf._currentAction.exited._methods: <WeakKeyDictionary at 0x7f8ee72f5518>
    _intf._currentAction._autoContinue: False
    _intf._currentAction.timeout: Timer instance, containing members:
      _intf._currentAction.timeout._id: 934
    _intf._currentAction._incompleteSpokes: [Already dumped (StorageSpoke instance)
]
    _intf._currentAction._inSpoke: True
    _intf._currentAction._notReadySpokes: []
    _intf._currentAction._warningMsg: Please complete items marked with this icon before continuing to the next step.
    _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members:
      _intf._currentAction._checker.payload: Already dumped (DNFPayload instance)
      _intf._currentAction._checker.device_tree: <dasbus.client.proxy.ObjectProxy object at 0x7f8ee72f7548>
      _intf._currentAction._checker.success: False
      _intf._currentAction._checker.error_message: 
    _intf._currentAction._checker_ignore: False
    _intf._currentAction._gridColumns: 3
    _intf._currentAction._show_details_callback: None
  _intf._gui_lock: <locked _thread.lock object at 0x7f8f189e7058>
  _intf.data: Skipped
  _intf.mainWindow: MainWindow instance, containing members:
    _intf.mainWindow._transparent_base: Pixbuf instance, containing members:
    _intf.mainWindow._overlay: Overlay instance, containing members:
    _intf.mainWindow._overlay_img: Image instance, containing members:
    _intf.mainWindow._overlay_depth: 1
    _intf.mainWindow._stack: Stack instance, containing members:
    _intf.mainWindow._stack_contents: {KdumpSpoke, WelcomeLanguageSpoke, CustomPartitioningSpoke, StorageSpoke, NetworkSpoke, SoftwareSelectionSpoke, PasswordSpoke, DatetimeSpoke, SummaryHub}
    _intf.mainWindow._accel_group: AccelGroup instance, containing members:
    _intf.mainWindow._current_action: Already dumped (SummaryHub instance)
    _intf.mainWindow._mnemonic_signal: 33976
    _intf.mainWindow._saved_help_button_label: Help!
    _intf.mainWindow._language: en_CA.UTF-8
    _intf.mainWindow._screenshot_index: 0
  _intf._distributionText: <function distributionText at 0x7f8f189299d8>
  _intf._isFinal: True
  _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'>
  _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members:
    _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <gui.MainWindow object at 0x7f8eff3e6e58 (pyanaconda+ui+gui+MainWindow at 0x556b73a50290)>>
ksdata: Skipped
additional_repos: []
opts: Namespace instance, containing members:
  opts.stage2: hd:LABEL=AlmaLinux-8-6-x86_64-dvd
  opts.display_mode: Already dumped (DisplayModes instance)
  opts.cmdline: None
  opts.noninteractive: False
  opts.product_name: 
  opts.variant_name: 
  opts.proxy: None
  opts.waitfornet: None
  opts.debug: False
  opts.ksfile: None
  opts.ksstrict: False
  opts.rescue: False
  opts.armPlatform: None
  opts.multiLib: False
  opts.method: None
  opts.addRepo: []
  opts.noverifyssl: False
  opts.liveinst: False
  opts.runres: None
  opts.xdriver: None
  opts.vnc: False
  opts.vncconnect: None
  opts.vncpassword: 
  opts.xtimeout: 60
  opts.keymap: None
  opts.lang: None
  opts.singlelang: False
  opts.loglevel: None
  opts.syslog: None
  opts.remotelog: None
  opts.virtiolog: /dev/virtio-ports/org.fedoraproject.anaconda.log.0
  opts.selinux: -1
  opts.mpath: True
  opts.gpt: False
  opts.dmraid: True
  opts.ibft: True
  opts.nonibftiscsiboot: False
  opts.geoloc: None
  opts.geoloc_use_with_ks: False
  opts.nosave: None
  opts.rescue_nomount: False
  opts.updateSrc: None
  opts.images: []
  opts.dirinstall: None
  opts.memcheck: True
  opts.leavebootorder: False
  opts.eject: True
  opts.extlinux: False
  opts.nombr: False
  opts.multipath_friendly_names: True
  opts.kexec: False
_payload: Already dumped (DNFPayload instance)
mehConfig: Config instance, containing members:
  mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.ksdata, _intf.data, _bootloader.encrypted_password, _bootloader.password, payload._groups]
  mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/dnf.librepo.log, /tmp/hawkey.log, /tmp/lvm.log, /mnt/sysroot/root/install.log, /proc/cmdline, /root/lorax-packages.log, /tmp/blivet-gui-utils.log, /tmp/dbus.log, /tmp/syslog]
  mehConfig.localSkipList: [passphrase, password, _oldweak, _password, try_passphrase]
  mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f8ee8c007b8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f8ee8c00840>, True), 'type': (<function initExceptionHandling.<locals>.<lambda> at 0x7f8ee8bde7b8>, True), 'addons': (<function list_addons_callback at 0x7f8ee8c00950>, False)}
  mehConfig.programName: anaconda
  mehConfig.programVersion: 33.16.6.7
  mehConfig.programArch: x86_64
dbus_session_connection: None
dbus_inhibit_id: None
gui_initialized: <locked _thread.lock object at 0x7f8f189e7058>
_dbus_launcher: AnacondaDBusLauncher instance, containing members:
  _dbus_launcher._dbus_daemon_process: Popen instance, containing members:
    _dbus_launcher._dbus_daemon_process._waitpid_lock: <unlocked _thread.lock object at 0x7f8f047a66e8>
    _dbus_launcher._dbus_daemon_process._input: None
    _dbus_launcher._dbus_daemon_process._communication_started: False
    _dbus_launcher._dbus_daemon_process.args: [dbus-daemon, --print-address, --syslog, --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf]
    _dbus_launcher._dbus_daemon_process.stdin: None
    _dbus_launcher._dbus_daemon_process.stdout: <_io.BufferedReader name=15>
    _dbus_launcher._dbus_daemon_process.stderr: None
    _dbus_launcher._dbus_daemon_process.pid: 1860
    _dbus_launcher._dbus_daemon_process.returncode: None
    _dbus_launcher._dbus_daemon_process.universal_newlines: False
    _dbus_launcher._dbus_daemon_process.encoding: None
    _dbus_launcher._dbus_daemon_process.errors: None
    _dbus_launcher._dbus_daemon_process._closed_child_pipe_fds: True
    _dbus_launcher._dbus_daemon_process._child_created: True
  _dbus_launcher._log_file: <_io.TextIOWrapper name='/tmp/dbus.log' mode='a' encoding='UTF-8'>
  _dbus_launcher._bus_address: unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1

Registered callbacks:
lsblk_output:
NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
loop0         725102592 root  disk  brw-rw---- squashfs                                                                               
loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
|-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
`-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow                                                                        
`-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/sources/mount-0000-cdrom
zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
nvme0n1     59055800320 root  disk  brw-rw----                                                                                        

addons:
com_redhat_kdump, org_fedora_oscap


/tmp/anaconda.log:
02:40:47,293 INF core.configuration.product: Loading information about products from /etc/anaconda/product.d.
02:40:47,295 INF core.configuration.product: Found Fedora Server at /etc/anaconda/product.d/fedora-server.conf.
02:40:47,295 INF core.configuration.product: Found Red Hat Virtualization at /etc/anaconda/product.d/rhev.conf.
02:40:47,295 INF core.configuration.product: Found Scientific Linux at /etc/anaconda/product.d/scientific-linux.conf.
02:40:47,298 INF core.configuration.product: Found Red Hat Enterprise Linux at /etc/anaconda/product.d/rhel.conf.
02:40:47,299 INF core.configuration.product: Found Fedora at /etc/anaconda/product.d/fedora.conf.
02:40:47,299 INF core.configuration.product: Found Fedora AtomicHost at /etc/anaconda/product.d/fedora-atomic-host.conf.
02:40:47,300 INF core.configuration.product: Found AlmaLinux at /etc/anaconda/product.d/almalinux.conf.
02:40:47,301 INF core.configuration.product: Found CentOS Linux at /etc/anaconda/product.d/centos.conf.
02:40:47,302 INF core.configuration.product: Found oVirt Node Next at /etc/anaconda/product.d/ovirt.conf.
02:40:47,303 INF core.configuration.product: Found Fedora Workstation at /etc/anaconda/product.d/fedora-workstation.conf.
02:40:47,303 INF core.configuration.product: Found CentOS Stream at /etc/anaconda/product.d/centos-stream.conf.
02:40:47,305 INF core.configuration.product: Found Fedora Silverblue at /etc/anaconda/product.d/fedora-silverblue.conf.
02:40:47,305 INF core.configuration.product: Found Fedora Workstation Live at /etc/anaconda/product.d/fedora-workstation-live.conf.
02:40:47,305 WRN core.configuration.product: No support for the product AlmaLinux BaseOS.
02:40:47,306 INF core.configuration.product: The product AlmaLinux is supported.
02:40:47,334 INF main: /sbin/anaconda 33.16.6.7-1.el8.alma
02:40:47,391 WRN misc: /usr/lib64/python3.6/site-packages/dbus/connection.py:399: DeprecationWarning: invalid escape sequence \ 
  """

02:40:47,394 WRN misc: /usr/lib64/python3.6/site-packages/dbus/proxies.py:362: DeprecationWarning: invalid escape sequence \ 
  """

02:40:49,454 INF isys: 2123112 kB (2073 MB) are available
02:40:49,483 INF startup_utils: check_memory(): total:2073, needed:320, graphical:410
02:40:49,503 INF main: anaconda called with cmdline = ['/sbin/anaconda']
02:40:49,504 INF main: Default encoding = utf-8 
02:40:49,504 INF misc: Writing a temporary configuration loaded from: ['/etc/anaconda/anaconda.conf', '/etc/anaconda/product.d/rhel.conf', '/etc/anaconda/product.d/almalinux.conf', '/etc/anaconda/conf.d/00-do-nothing.conf', '/etc/anaconda/conf.d/01-still-do-nothing.conf']
02:40:49,525 INF core.dbus: Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:58,177 INF main: Found a kickstart file: /usr/share/anaconda/interactive-defaults.ks
02:40:58,246 DBG addons: Loading ks section into module path for addon com_redhat_kdump
02:40:58,248 DBG addons: Loading spokes into module path for addon com_redhat_kdump
02:40:58,248 DBG addons: Loading ks section into module path for addon org_fedora_oscap
02:40:58,248 DBG addons: Loading spokes into module path for addon org_fedora_oscap
02:40:58,421 INF startup_utils: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks
02:40:58,572 WRN kickstart: Command firstboot will be parsed in DBus module.
02:41:01,552 DBG localization: setting locale to: en_US.UTF-8
02:41:01,560 DBG network: Initialization started.
02:41:01,564 DBG network: Devices found: ['ens160']
02:41:01,568 DBG network: Running task Consolidate initramfs connections
02:41:02,575 DBG network: Consolidate initramfs connections result: []
02:41:02,577 DBG network: Running task Apply kickstart
02:41:03,582 DBG network: Apply kickstart result: []
02:41:03,589 DBG network: Running task Dump missing ifcfg files
02:41:04,593 DBG network: Dump missing ifcfg files result: ['ens160']
02:41:04,596 DBG network: Running task Set real ONBOOT values from kickstart
02:41:05,601 DBG network: Set real ONBOOT values from kickstart result: []
02:41:05,602 DBG network: Creating network configurations.
02:41:05,604 DBG network: Initialization finished.
02:41:05,604 INF threading: Running Thread: AnaWaitForConnectingNMThread (140252065388288)
02:41:05,604 DBG anaconda: setting display mode to GUI
02:41:05,607 WRN stdout: Not asking for VNC because we don't have a network
02:41:05,608 INF anaconda: Display mode is set to 'interactive graphical mode'.
02:41:05,608 INF isys: 2123112 kB (2073 MB) are available
02:41:05,613 INF threading: Thread Done: AnaWaitForConnectingNMThread (140252065388288)
02:41:05,618 INF startup_utils: check_memory(): total:2073, needed:320, graphical:410
02:41:05,618 DBG core.util: Setting timeout 60 seconds for starting X.
02:41:08,547 DBG core.util: X server has signalled a successful start.
02:41:08,671 INF display: Started spice-vdagent.
02:41:09,544 DBG addons: Loading ks section into module path for addon com_redhat_kdump
02:41:09,544 DBG addons: Loading spokes into module path for addon com_redhat_kdump
02:41:09,544 DBG addons: Loading ks section into module path for addon org_fedora_oscap
02:41:09,545 DBG addons: Loading spokes into module path for addon org_fedora_oscap
02:41:09,726 DBG core.storage: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True
02:41:09,735 INF threading: Running Thread: AnaStorageThread (140252065388288)
02:41:09,740 INF threading: Running Thread: AnaTimeInitThread (140251766785792)
02:41:09,762 DBG payload.manager: Restarting payload thread
02:41:09,768 INF threading: Running Thread: AnaPayloadRestartThread (140251757606656)
02:41:09,768 INF geoloc: Geolocation is enabled.
02:41:09,770 INF threading: Running Thread: AnaPayloadThread (140251749213952)
02:41:09,770 INF threading: Thread Done: AnaPayloadRestartThread (140251757606656)
02:41:09,770 ERR geoloc: Geolocation refresh failed - no connectivity
02:41:09,770 DBG payload.manager: Updating payload thread state: STARTED
02:41:09,779 DBG payload.manager: Updating payload thread state: WAITING_STORAGE
02:41:10,997 DBG ui.gui: Detected primary monitor: 800x600 95dpix 95dpiy
02:41:11,684 DBG localization: setting locale to: en_US.UTF-8
02:41:11,697 DBG localization: setting locale to: en_US.UTF-8
02:41:11,729 DBG ui.common: Entered spoke: WelcomeLanguageSpoke
02:41:11,730 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/Gdk.py:336: DeprecationWarning: Gdk.Cursor.new is deprecated
  return cls.new(*args, **kwds)

02:41:11,838 INF threading: Thread Done: AnaStorageThread (140252065388288)
02:41:11,838 DBG payload.manager: Updating payload thread state: WAITING_NETWORK
02:41:11,838 DBG payload.manager: Updating payload thread state: DOWNLOADING_PKG_METADATA
02:41:12,000 INF threading: Thread Done: AnaTimeInitThread (140251766785792)
02:41:13,637 DBG payload.manager: Updating payload thread state: DOWNLOADING_GROUP_METADATA
02:41:16,005 DBG localization: setting locale to: en_CA.UTF-8
02:41:16,223 DBG payload.manager: Updating payload thread state: FINISHED
02:41:16,223 INF threading: Thread Done: AnaPayloadThread (140251749213952)
02:41:19,064 DBG core.util: This system doesn't support TAINT_HARDWARE_UNSUPPORTED.
02:41:19,064 DBG core.util: This system doesn't support TAINT_SUPPORT_REMOVED.
02:41:19,066 DBG localization: setting locale to: en_CA.UTF-8
02:41:19,102 DBG ui.gui.spokes.network: network standalone spoke (init): completed: True
02:41:19,107 DBG ui.common: Left spoke: WelcomeLanguageSpoke
02:41:19,115 INF lifecycle: Adding controller: SummaryHub
02:41:19,775 INF threading: Running Thread: AnaAddLayoutsInitThread (140251749213952)
02:41:19,784 DBG ui.gui.utils: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f8ee71dd630>> on <list object at 0x7f8ee71f3e88>
02:41:19,791 INF threading: Running Thread: AnaGtkBatchPre1 (140251766785792)
02:41:19,792 INF threading: Thread Done: AnaGtkBatchPre1 (140251766785792)
02:41:19,822 INF threading: Running Thread: AnaKeyboardThread (140251766785792)
02:41:19,922 INF lifecycle: Module initialized: LangsupportSpoke
02:41:20,180 INF threading: Running Thread: AnaNTPserver1 (140252065388288)
02:41:20,193 INF threading: Running Thread: AnaDateTimeThread (140251680044800)
02:41:20,233 INF threading: Thread Done: AnaNTPserver1 (140252065388288)
02:41:21,267 INF threading: Running Thread: AnaSourceWatcher (140252065388288)
02:41:21,302 INF ui.gui.spokes.software_selection: using environment from kickstart: None
02:41:21,309 INF threading: Running Thread: AnaSoftwareWatcher (140251666753280)
02:41:21,317 DBG ui.gui.hubs: incomplete spokes: [SoftwareSelectionSpoke]
02:41:21,357 INF threading: Running Thread: AnaStorageWatcher (140251658360576)
02:41:21,357 DBG ui.gui.hubs: incomplete spokes: [SoftwareSelectionSpoke, StorageSpoke]
02:41:21,378 DBG ui.lib.storage: Selecting one or less disks by default: nvme0n1
02:41:21,379 INF lifecycle: Module initialized: StorageSpoke
02:41:21,379 INF threading: Thread Done: AnaStorageWatcher (140251658360576)
02:41:21,393 INF lifecycle: Module initialized: CustomPartitioningSpoke
02:41:21,425 INF lifecycle: Module initialized: FilterSpoke
02:41:21,435 WRN misc: /usr/share/anaconda/addons/com_redhat_kdump/gui/spokes/kdump.py:87: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "value, lower, upper, step_increment, page_increment, page_size" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  adjustment = Gtk.Adjustment(lower, lower, upper, step, step, 0)

02:41:21,466 DBG ui.gui.spokes.network: adding device configuration: NetworkDeviceConfiguration(connection_uuid='139e4c99-b0bf-481e-a4c9-343adda82170', device_name='ens160', device_type=1)
02:41:21,469 INF lifecycle: Module initialized: NetworkSpoke
02:41:21,486 INF threading: Running Thread: OSCAPguiWaitForDataFetchThread (140251658360576)
02:41:21,528 INF lifecycle: Module initialized: PasswordSpoke
02:41:21,545 DBG ui.gui.hubs: incomplete spokes: [SoftwareSelectionSpoke, StorageSpoke, PasswordSpoke]
02:41:21,582 INF lifecycle: Module initialized: UserSpoke
02:41:21,602 DBG ui.gui.hubs: incomplete spokes: [SoftwareSelectionSpoke, StorageSpoke, PasswordSpoke, UserSpoke]
02:41:21,602 INF lifecycle: Initialization of all modules (11) has been started.
02:41:21,609 DBG ui.gui.hubs: Starting event loop for hub SummaryHub
02:41:21,625 DBG ui.common: Entered hub: SummaryHub
22:41:22,000 INF isys: System time set to Wed Jun 15 02:41:22 2022 UTC
22:41:22,002 INF isys: System time set to Wed Jun 15 02:41:22 2022 UTC
22:41:22,007 INF isys: System time set to Wed Jun 15 02:41:22 2022 UTC
22:41:22,007 INF lifecycle: Module initialized: DatetimeSpoke
22:41:22,008 INF threading: Thread Done: AnaDateTimeThread (140251680044800)
22:41:22,058 INF threading: Running Thread: AnaCheckSoftwareThread (140251680044800)
22:41:22,058 INF lifecycle: Module initialized: SoftwareSelectionSpoke
22:41:22,059 INF threading: Thread Done: AnaSoftwareWatcher (140251666753280)
22:41:22,181 DBG ui.gui.hubs: spoke is not ready: KeyboardSpoke
22:41:22,182 DBG ui.gui.hubs: setting KeyboardSpoke status to: Getting list of layouts...
22:41:22,267 DBG ui.gui.hubs: spoke is not ready: SoftwareSelectionSpoke
22:41:22,271 DBG payload.requirement: apply with result True called on requirements []
22:41:22,440 DBG ui.gui.hubs: incomplete spokes: [SoftwareSelectionSpoke, StorageSpoke, PasswordSpoke, UserSpoke, SourceSpoke]
22:41:22,440 DBG ui.gui.hubs: spoke is not ready: SourceSpoke
22:41:22,441 DBG ui.gui.hubs: setting SourceSpoke status to: Setting up installation source...
22:41:22,441 DBG ui.gui.hubs: setting SourceSpoke status to: Probing storage...
22:41:22,441 DBG ui.gui.hubs: setting SourceSpoke status to: Downloading package metadata...
22:41:22,441 DBG ui.gui.hubs: setting SourceSpoke status to: Downloading group metadata...
22:41:22,454 DBG ui.gui.hubs: spoke is ready: SoftwareSelectionSpoke
22:41:22,481 DBG ui.gui.hubs: spoke is ready: SourceSpoke
22:41:22,481 DBG ui.gui.hubs: setting SoftwareSelectionSpoke status to: Downloading package metadata...
22:41:22,481 DBG ui.gui.hubs: setting SoftwareSelectionSpoke status to: Downloading group metadata...
22:41:22,481 DBG ui.gui.hubs: setting StorageSpoke status to: Probing storage...
22:41:22,482 DBG ui.gui.hubs: setting StorageSpoke status to: Probing storage...
22:41:22,497 DBG ui.gui.hubs: spoke is ready: StorageSpoke
22:41:22,498 DBG ui.gui.hubs: setting OSCAPSpoke status to: Fetching content data
22:41:22,498 DBG ui.gui.hubs: spoke is not ready: OSCAPSpoke
22:41:22,509 DBG ui.gui.hubs: spoke is ready: PasswordSpoke
22:41:22,523 DBG ui.gui.hubs: spoke is ready: DatetimeSpoke
22:41:22,541 DBG ui.gui.hubs: spoke is ready: SoftwareSelectionSpoke
22:41:22,560 DBG ui.gui.hubs: spoke is not ready: SoftwareSelectionSpoke
22:41:22,582 DBG ui.gui.hubs: spoke is not ready: SourceSpoke
22:41:22,583 DBG ui.gui.hubs: setting SoftwareSelectionSpoke status to: Checking software dependencies...
22:41:22,969 DBG ui.gui.spokes.installation_source: Clearing checks in source spoke
22:41:22,969 DBG ui.gui.spokes.installation_source: Setting up repos: ['AppStream']
22:41:23,364 INF misc: OSCAP addon: Identified /usr/share/xml/scap/ssg/content//ssg-almalinux8-ds.xml as Source Data Stream
22:41:23,364 INF misc: Opening SCAP content at /usr/share/xml/scap/ssg/content/ssg-almalinux8-ds.xml without considering tailoring
22:41:24,183 INF threading: Thread Done: AnaCheckSoftwareThread (140251680044800)
22:41:24,275 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, PasswordSpoke, UserSpoke, SourceSpoke]
22:41:24,279 DBG ui.gui.hubs: spoke is ready: SoftwareSelectionSpoke
22:41:24,306 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, PasswordSpoke, UserSpoke]
22:41:24,307 DBG ui.gui.hubs: spoke is ready: SourceSpoke
22:41:24,787 INF lifecycle: Module initialized: SourceSpoke
22:41:24,787 INF threading: Thread Done: AnaSourceWatcher (140252065388288)
22:41:24,824 DBG ui.gui.hubs: spoke is ready: SourceSpoke
22:41:25,044 DBG ui.gui.utils: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f8ee71dd630>> on <list object at 0x7f8ee71f3e88>
22:41:25,044 INF threading: Thread Done: AnaAddLayoutsInitThread (140251749213952)
22:41:25,044 INF lifecycle: Module initialized: KeyboardSpoke
22:41:25,044 INF lifecycle: All modules have been initialized.
22:41:25,044 DBG misc: OSCAP addon: Anaconda init_done signal triggered
22:41:25,045 INF threading: Thread Done: AnaKeyboardThread (140251766785792)
22:41:25,063 DBG ui.gui.hubs: spoke is ready: KeyboardSpoke
22:41:25,064 DBG ui.gui.hubs: spoke is ready: OSCAPSpoke
22:41:25,064 DBG ui.gui.hubs: setting OSCAPSpoke status to: No profile selected
22:41:25,070 INF threading: Thread Done: OSCAPguiWaitForDataFetchThread (140251658360576)
22:41:25,161 DBG ui.gui.hubs: spoke is ready: OSCAPSpoke
22:41:25,162 DBG ui.gui.hubs: setting OSCAPSpoke status to: No profile selected
22:41:25,162 DBG ui.gui.hubs: spoke is ready: OSCAPSpoke
22:41:25,163 DBG ui.gui.hubs: setting OSCAPSpoke status to: No profile selected
22:41:27,288 DBG ui.common: Entered spoke: NetworkSpoke
22:41:38,638 INF ui.gui.spokes.network: device ens160 switched on
22:41:38,718 DBG ui.gui.hubs: setting NetworkSpoke status to: Connecting...
22:41:39,729 DBG ui.gui.hubs: setting NetworkSpoke status to: Wired (ens160) connected
22:41:39,730 DBG ui.gui.hubs: setting NetworkSpoke status to: Wired (ens160) connected
22:41:39,730 DBG ui.gui.hubs: setting NetworkSpoke status to: Wired (ens160) connected
22:41:39,730 DBG ui.gui.hubs: setting NetworkSpoke status to: Wired (ens160) connected
22:41:41,931 DBG ui.gui.spokes.network: network spoke (apply), network configuration changed - skipping restart of payload thread, payload does not need network
22:41:41,931 DBG ui.common: Left spoke: NetworkSpoke
22:41:43,339 DBG ui.common: Entered spoke: PasswordSpoke
22:41:57,556 DBG ui.common: Left spoke: PasswordSpoke
22:41:57,603 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, UserSpoke]
22:41:57,607 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke]
22:41:57,610 DBG ui.gui.hubs: spoke is ready: PasswordSpoke
22:41:59,206 DBG ui.common: Entered spoke: DatetimeSpoke
22:41:59,435 INF threading: Running Thread: AnaNTPserver2 (140251766785792)
22:41:59,453 INF threading: Thread Done: AnaNTPserver2 (140251766785792)
22:42:03,088 DBG ui.common: Left spoke: DatetimeSpoke
22:42:05,630 DBG ui.common: Entered spoke: SoftwareSelectionSpoke
22:42:09,030 INF threading: Running Thread: AnaCheckSoftwareThread (140251658360576)
22:42:09,031 DBG ui.common: Left spoke: SoftwareSelectionSpoke
22:42:09,081 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, SourceSpoke]
22:42:09,121 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, SourceSpoke, SoftwareSelectionSpoke]
22:42:09,129 DBG payload.requirement: apply with result True called on requirements []
22:42:09,201 DBG ui.gui.hubs: spoke is not ready: SoftwareSelectionSpoke
22:42:09,217 DBG ui.gui.hubs: spoke is not ready: SourceSpoke
22:42:09,217 DBG ui.gui.hubs: setting SoftwareSelectionSpoke status to: Checking software dependencies...
22:42:09,358 INF threading: Thread Done: AnaCheckSoftwareThread (140251658360576)
22:42:09,403 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke, SourceSpoke]
22:42:09,404 DBG ui.gui.hubs: spoke is ready: SoftwareSelectionSpoke
22:42:09,424 DBG ui.gui.hubs: incomplete spokes: [StorageSpoke]
22:42:09,425 DBG ui.gui.hubs: spoke is ready: SourceSpoke
22:42:11,292 DBG ui.common: Entered spoke: KdumpSpoke
22:42:13,710 DBG ui.common: Left spoke: KdumpSpoke
22:42:16,032 DBG ui.common: Entered spoke: StorageSpoke
22:42:22,574 INF ui.gui.spokes.storage: Partitioning method has changed from AUTOMATIC to INTERACTIVE.
22:42:22,575 INF ui.gui.spokes.storage: Rolling back planed storage configuration changes.
22:42:22,591 DBG ui.gui.spokes.storage: Skipping the execute method for the INTERACTIVE partitioning method.
22:42:22,592 DBG ui.common: Left spoke: StorageSpoke
22:42:22,715 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'nvme0n1', 'sr0'] (unused [], new []).
22:42:22,734 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:22,734 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:22,746 DBG ui.common: Entered spoke: CustomPartitioningSpoke
22:42:22,848 DBG ui.gui.hubs: spoke is not ready: KdumpSpoke
22:42:22,849 DBG ui.gui.hubs: spoke is ready: KdumpSpoke
22:42:22,849 DBG ui.gui.hubs: spoke is not ready: KdumpSpoke
22:42:22,849 DBG ui.gui.hubs: spoke is ready: KdumpSpoke
22:42:24,358 DBG ui.gui.spokes.custom_storage: Running automatic partitioning.
22:42:25,374 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:42:25,401 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:25,401 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:25,401 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:25,431 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = False
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = ''
mount-point = '/home'
reformat = True
}
22:42:25,573 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:29,176 WRN misc: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py:1788: PyGTKDeprecationWarning: The keyword(s) "message_format" have been deprecated in favor of "text" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  message_format=msg

22:42:29,176 WRN misc: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py:1788: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  message_format=msg

22:42:31,360 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b773f83c0' has no handler with id '34867'
  return func(*args, **kwargs)

22:42:31,360 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b773f83c0' has no handler with id '34868'
  return func(*args, **kwargs)

22:42:31,393 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'nvme0n1', 'sr0'] (unused [], new []).
22:42:31,403 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:31,403 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:31,535 DBG ui.gui.hubs: spoke is not ready: KdumpSpoke
22:42:31,536 DBG ui.gui.hubs: spoke is ready: KdumpSpoke
22:42:33,694 DBG ui.gui.spokes.custom_storage: Running automatic partitioning.
22:42:34,709 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:42:34,734 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:34,734 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:34,734 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:34,764 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:34,831 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:46,695 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:46,696 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-root
22:42:46,698 DBG ui.gui.spokes.custom_storage: Saving the right side for device: almalinux_host-home
22:42:46,698 DBG ui.gui.spokes.custom_storage: Device request: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656 -> 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:46,818 DBG ui.gui.spokes.custom_storage: The device request changes are applied.
22:42:46,828 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:42:46,853 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:46,853 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:46,854 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:46,887 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:46,983 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:46,983 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:46,983 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:47,020 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:47,146 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:53,415 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:53,416 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-root
22:42:53,417 DBG ui.gui.spokes.custom_storage: Saving the right side for device: almalinux_host-home
22:42:53,418 DBG ui.gui.spokes.custom_storage: Device request: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240 -> 21474836480
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:53,549 DBG ui.gui.spokes.custom_storage: The device request changes are applied.
22:42:53,558 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:42:53,583 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:53,583 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:53,583 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:53,612 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:53,694 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:42:53,695 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:53,695 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:42:53,736 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:53,858 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:42:54,814 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:42:54,815 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-root
22:42:54,843 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-root: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'root'
device-raid-level = ''
device-size = 37497077760
device-spec = 'almalinux_host-root'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/'
reformat = True
}
22:43:00,958 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:00,959 DBG ui.gui.spokes.lib.accordion: Select device: nvme0n1p1
22:43:00,960 DBG ui.gui.spokes.custom_storage: Saving the right side for device: almalinux_host-root
22:43:00,961 DBG ui.gui.spokes.custom_storage: Device request: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'root'
device-raid-level = ''
device-size = 37497077760 -> 21474836480
device-spec = 'almalinux_host-root'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/'
reformat = True
}
22:43:01,083 DBG ui.gui.spokes.custom_storage: The device request changes are applied.
22:43:01,092 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:43:01,120 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:01,120 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:01,121 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:01,150 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:01,234 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:01,235 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:01,235 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-root
22:43:01,271 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-root: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'root'
device-raid-level = ''
device-size = 21474836480
device-spec = 'almalinux_host-root'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/'
reformat = True
}
22:43:01,383 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-root: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'root'
device-raid-level = ''
device-size = 21474836480
device-spec = 'almalinux_host-root'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/'
reformat = True
}
22:43:02,998 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:02,998 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-swap
22:43:03,028 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-swap: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'swap'
device-raid-level = ''
device-size = 2174066704
device-spec = 'almalinux_host-swap'
device-type = 0
disks = ['nvme0n1']
format-type = 'swap'
label = ''
luks-version = 'luks2'
mount-point = ''
reformat = True
}
22:43:09,167 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:09,168 DBG ui.gui.spokes.lib.accordion: Select device: nvme0n1p1
22:43:09,169 DBG ui.gui.spokes.custom_storage: Saving the right side for device: almalinux_host-swap
22:43:09,170 DBG ui.gui.spokes.custom_storage: Device request: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'swap'
device-raid-level = ''
device-size = 2174066704 -> 2147483648
device-spec = 'almalinux_host-swap'
device-type = 0
disks = ['nvme0n1']
format-type = 'swap'
label = ''
luks-version = 'luks2'
mount-point = ''
reformat = True
}
22:43:09,283 DBG ui.gui.spokes.custom_storage: The device request changes are applied.
22:43:09,292 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:43:09,318 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:09,318 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:09,318 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:09,347 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:09,416 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:09,416 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:09,417 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-swap
22:43:09,474 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-swap: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'swap'
device-raid-level = ''
device-size = 2143289344
device-spec = 'almalinux_host-swap'
device-type = 0
disks = ['nvme0n1']
format-type = 'swap'
label = ''
luks-version = 'luks2'
mount-point = ''
reformat = True
}
22:43:09,589 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-swap: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'swap'
device-raid-level = ''
device-size = 2143289344
device-spec = 'almalinux_host-swap'
device-type = 0
disks = ['nvme0n1']
format-type = 'swap'
label = ''
luks-version = 'luks2'
mount-point = ''
reformat = True
}
22:43:10,535 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:10,535 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:10,564 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:20,597 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:20,598 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-root
22:43:20,600 DBG ui.gui.spokes.custom_storage: Saving the right side for device: almalinux_host-home
22:43:20,600 DBG ui.gui.spokes.custom_storage: Device request: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 18303942656 -> 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:20,741 DBG ui.gui.spokes.custom_storage: The device request changes are applied.
22:43:20,752 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:43:20,778 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:20,778 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:20,779 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:20,809 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:20,885 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:20,885 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:20,886 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:20,916 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:21,040 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:32,448 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b772f08d0' has no handler with id '40591'
  return func(*args, **kwargs)

22:43:32,448 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b772f08d0' has no handler with id '40592'
  return func(*args, **kwargs)

22:43:32,576 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-var', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-var', 'nvme0n1p1']).
22:43:32,611 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:32,612 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:32,612 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:32,646 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:32,746 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:32,747 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:32,747 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-var
22:43:32,784 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-var: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'var'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-var'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/var'
reformat = True
}
22:43:50,212 DBG ui.gui.spokes.custom_storage: Removing device almalinux_host-var from page New AlmaLinux 8.6 Installation.
22:43:51,316 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'nvme0n1p1']).
22:43:51,342 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:51,342 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:51,343 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:51,372 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:51,445 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:59,040 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76e130d0' has no handler with id '42945'
  return func(*args, **kwargs)

22:43:59,041 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76e130d0' has no handler with id '42946'
  return func(*args, **kwargs)

22:43:59,182 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'nvme0n1p1']).
22:43:59,221 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:59,221 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:59,222 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:43:59,259 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:43:59,360 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:43:59,361 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:43:59,361 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-tmp
22:43:59,402 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-tmp: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'tmp'
device-raid-level = ''
device-size = 5368709120
device-spec = 'almalinux_host-tmp'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/tmp'
reformat = True
}
22:44:18,825 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76f63660' has no handler with id '44412'
  return func(*args, **kwargs)

22:44:18,826 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76f63660' has no handler with id '44413'
  return func(*args, **kwargs)

22:44:18,952 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'almalinux_host-var', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'almalinux_host-var', 'nvme0n1p1']).
22:44:18,991 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:44:18,991 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:44:18,991 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:44:19,022 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:44:19,108 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:44:19,108 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:44:19,108 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-var
22:44:19,141 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-var: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'var'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-var'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/var'
reformat = True
}
22:44:28,794 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76e5f9e0' has no handler with id '46120'
  return func(*args, **kwargs)

22:44:28,795 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b76e5f9e0' has no handler with id '46121'
  return func(*args, **kwargs)

22:44:28,928 DBG ui.gui.spokes.custom_storage: Populating accordion for devices ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'almalinux_host', 'almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'almalinux_host-var', 'almalinux_host-var_log', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-nvme0n1p2', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'sr0'] (unused [], new ['almalinux_host-home', 'almalinux_host-root', 'almalinux_host-swap', 'almalinux_host-tmp', 'almalinux_host-var', 'almalinux_host-var_log', 'nvme0n1p1']).
22:44:28,971 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:44:28,971 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:44:28,971 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-home
22:44:29,004 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-home: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'home'
device-raid-level = ''
device-size = 10737418240
device-spec = 'almalinux_host-home'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/home'
reformat = True
}
22:44:29,095 DBG ui.gui.spokes.custom_storage: Showing mount point: New AlmaLinux 8.6 Installation
22:44:29,095 DBG ui.gui.spokes.lib.accordion: Unselecting all items.
22:44:29,096 DBG ui.gui.spokes.lib.accordion: Select device: almalinux_host-var_log
22:44:29,137 DBG ui.gui.spokes.custom_storage: Populating the right side for device almalinux_host-var_log: {
container-encrypted = True
container-name = 'almalinux_host'
container-raid-level = ''
container-size-policy = 0
container-spec = 'almalinux_host'
device-encrypted = False
device-name = 'var_log'
device-raid-level = ''
device-size = 5368709120
device-spec = 'almalinux_host-var_log'
device-type = 0
disks = ['nvme0n1']
format-type = 'xfs'
label = ''
luks-version = 'luks2'
mount-point = '/var/log'
reformat = True
}
22:44:57,217 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b778ad940' has no handler with id '47339'
  return func(*args, **kwargs)

22:44:57,217 WRN misc: /usr/lib64/python3.6/site-packages/gi/overrides/GObject.py:553: Warning: gsignal.c:2642: instance '0x556b778ad940' has no handler with id '47340'
  return func(*args, **kwargs)

22:44:57,220 DBG ui.gui.spokes.custom_storage: Generating updated storage configuration
22:44:58,227 DBG ui.gui.spokes.custom_storage: Checking storage configuration...
22:44:59,234 DBG ui.gui.spokes.custom_storage: Validation has been completed: ValidationReport(error_messages=[], warning_messages=[])
22:44:59,435 DBG exception: running handleException
22:44:59,436 CRT exception: Traceback (most recent call last):

  File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 308, in _update_spokes
    self._updateCompleteness(spoke)

  File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 223, in _updateCompleteness
    spoke.selector.set_incomplete(not spoke.completed and spoke.mandatory)

TypeError: Argument 1 does not allow None as a value

22:44:59,436 DBG exception: Gtk running, queuing exception handler to the main loop


/tmp/packaging.log:
02:40:59,451 DBG dnf: User-Agent: constructed: 'libdnf (AlmaLinux 8.6; generic; Linux.x86_64)'
02:40:59,505 INF packaging: setting DNF platform id to: platform:el8
02:40:59,507 DBG packaging: getting release version from tree at None (8.6)
02:40:59,507 DBG packaging: using default release version of 8.6
02:41:01,526 DBG packaging: Dnf configuration:
[main]
allow_vendor_change = 1
assumeno = 0
assumeyes = 0
autocheck_running_kernel = 1
bandwidth = 0
best = 0
bugtracker_url = https://bugs.almalinux.org/
cachedir = /tmp/dnf.cache
cacheonly = 0
check_config_file_age = 1
clean_requirements_on_remove = 1
color = auto
color_list_available_downgrade = magenta
color_list_available_install = bold,cyan
color_list_available_reinstall = bold,underline,green
color_list_available_upgrade = bold,blue
color_list_installed_extra = bold,red
color_list_installed_newer = bold,yellow
color_list_installed_older = yellow
color_list_installed_reinstall = cyan
color_search_match = bold,magenta
color_update_installed = red
color_update_local = green
color_update_remote = bold,green
config_file_path = /etc/dnf/dnf.conf
countme = 0
debug_solver = 0
debuglevel = 2
defaultyes = 0
deltarpm = 1
deltarpm_percentage = 75
disable_excludes = 
diskspacecheck = 1
enabled = 1
enablegroups = 1
errorlevel = 3
exclude = 
excludepkgs = 
exit_on_lock = 0
fastestmirror = 0
gpgcheck = 0
gpgkey_dns_verification = 0
group_package_types = mandatory, default, conditional
history_list_view = commands
history_record = 1
history_record_packages = dnf, rpm
ignorearch = 0
includepkgs = 
install_weak_deps = 1
installonly_limit = 3
installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)
installroot = /mnt/sysroot
ip_resolve = whatever
keepcache = 0
localpkg_gpgcheck = 0
log_compress = 0
log_rotate = 4
log_size = 1048576
logdir = /tmp/
logfilelevel = 9
max_parallel_downloads = 3
metadata_expire = 172800
metadata_timer_sync = 10800
minrate = 1000
module_obsoletes = 0
module_platform_id = platform:el8
module_stream_switch = 0
multilib_policy = best
obsoletes = 1
password = 
persistdir = /mnt/sysroot/var/lib/dnf
pluginconfpath = /tmp/dnf.pluginconf
pluginpath = /usr/lib/python3.6/site-packages/dnf-plugins
plugins = 1
protect_running_kernel = 1
protected_packages = dnf, setup, dnf, systemd, systemd-udev
proxy = 
proxy_auth_method = any
proxy_sslcacert = 
proxy_sslclientcert = 
proxy_sslclientkey = 
proxy_sslverify = 1
recent = 7
repo_gpgcheck = 0
reposdir = /etc/yum.repos.d, /etc/anaconda.repos.d, /tmp/updates/anaconda.repos.d, /tmp/product/anaconda.repos.d
reset_nice = 1
retries = 10
rpmverbosity = info
showdupesfromrepos = 0
skip_broken = 0
skip_if_unavailable = 0
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = 1
sslverifystatus = 0
strict = 1
system_cachedir = /var/cache/dnf
throttle = 0
timeout = 30
transformdb = 1
tsflags = 
upgrade_group_objects_upgrade = 1
user_agent = libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username = 
varsdir = /etc/yum/vars, /etc/dnf/vars
zchunk = 1

02:41:01,528 DBG dnf: User-Agent: constructed: 'libdnf (AlmaLinux 8.6; generic; Linux.x86_64)'
02:41:01,529 DDEBUG dnf: Cleaning up.
02:41:01,530 INF packaging: setting DNF platform id to: platform:el8
02:41:01,531 DBG packaging: getting release version from tree at None (8.6)
02:41:01,532 DBG packaging: using default release version of 8.6
02:41:01,535 DDEBUG dnf: Getting group metadata
02:41:01,535 DDEBUG dnf: timer: loading comps: 0 ms
02:41:01,536 DBG packaging: Dnf configuration:
[main]
allow_vendor_change = 1
assumeno = 0
assumeyes = 0
autocheck_running_kernel = 1
bandwidth = 0
best = 0
bugtracker_url = https://bugs.almalinux.org/
cachedir = /tmp/dnf.cache
cacheonly = 0
check_config_file_age = 1
clean_requirements_on_remove = 1
color = auto
color_list_available_downgrade = magenta
color_list_available_install = bold,cyan
color_list_available_reinstall = bold,underline,green
color_list_available_upgrade = bold,blue
color_list_installed_extra = bold,red
color_list_installed_newer = bold,yellow
color_list_installed_older = yellow
color_list_installed_reinstall = cyan
color_search_match = bold,magenta
color_update_installed = red
color_update_local = green
color_update_remote = bold,green
config_file_path = /etc/dnf/dnf.conf
countme = 0
debug_solver = 0
debuglevel = 2
defaultyes = 0
deltarpm = 1
deltarpm_percentage = 75
disable_excludes = 
diskspacecheck = 1
enabled = 1
enablegroups = 1
errorlevel = 3
exclude = 
excludepkgs = 
exit_on_lock = 0
fastestmirror = 0
gpgcheck = 0
gpgkey_dns_verification = 0
group_package_types = mandatory, default, conditional
history_list_view = commands
history_record = 1
history_record_packages = dnf, rpm
ignorearch = 0
includepkgs = 
install_weak_deps = 1
installonly_limit = 3
installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)
installroot = /mnt/sysroot
ip_resolve = whatever
keepcache = 0
localpkg_gpgcheck = 0
log_compress = 0
log_rotate = 4
log_size = 1048576
logdir = /tmp/
logfilelevel = 9
max_parallel_downloads = 3
metadata_expire = 172800
metadata_timer_sync = 10800
minrate = 1000
module_obsoletes = 0
module_platform_id = platform:el8
module_stream_switch = 0
multilib_policy = best
obsoletes = 1
password = 
persistdir = /mnt/sysroot/var/lib/dnf
pluginconfpath = /tmp/dnf.pluginconf
pluginpath = /usr/lib/python3.6/site-packages/dnf-plugins
plugins = 1
protect_running_kernel = 1
protected_packages = dnf, setup, dnf, systemd, systemd-udev
proxy = 
proxy_auth_method = any
proxy_sslcacert = 
proxy_sslclientcert = 
proxy_sslclientkey = 
proxy_sslverify = 1
recent = 7
repo_gpgcheck = 0
reposdir = /etc/yum.repos.d, /etc/anaconda.repos.d, /tmp/updates/anaconda.repos.d, /tmp/product/anaconda.repos.d
reset_nice = 1
retries = 10
rpmverbosity = info
showdupesfromrepos = 0
skip_broken = 0
skip_if_unavailable = 0
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = 1
sslverifystatus = 0
strict = 1
system_cachedir = /var/cache/dnf
throttle = 0
timeout = 30
transformdb = 1
tsflags = 
upgrade_group_objects_upgrade = 1
user_agent = libdnf (AlmaLinux 8.6; generic; Linux.x86_64)
username = 
varsdir = /etc/yum/vars, /etc/dnf/vars
zchunk = 1

02:41:11,838 INF packaging: Configuring the base repo
02:41:13,472 DBG packaging: Using the repo configuration: RepoConfigurationData(cost=1000, excluded_packages=[], included_packages=[], name='', proxy='', ssl_configuration=SSLConfigurationData(ca_cert_path='', client_cert_path='', client_key_path=''), ssl_verification_enabled=True, type='BASEURL', url='file:///run/install/sources/mount-0000-cdrom')
02:41:13,473 DBG packaging: retrieving treeinfo from file:///run/install/sources/mount-0000-cdrom (proxy: None ; ssl_verify: True)
02:41:13,473 INF packaging: Trying to download '.treeinfo'
02:41:13,475 DBG packaging: Retrieved '.treeinfo' from file:///run/install/sources/mount-0000-cdrom
02:41:13,477 DBG packaging: getting release version from tree at file:///run/install/sources/mount-0000-cdrom (8.6)
02:41:13,478 DBG packaging: using treeinfo release version of 8
02:41:13,478 DBG packaging: Treeinfo points base repository to file:///run/install/sources/mount-0000-cdrom/BaseOS.
02:41:13,478 DBG packaging: releasever from file:///run/install/sources/mount-0000-cdrom/BaseOS is 8
02:41:13,478 DBG packaging: Adding new treeinfo repository: AppStream enabled: True
02:41:13,479 INF packaging: added repo: 'AppStream' - file:///run/install/sources/mount-0000-cdrom/AppStream
02:41:13,488 DBG dnf: repo: downloading from remote: AppStream
02:41:13,577 INF packaging: enabled repo: 'AppStream' - ['file:///run/install/sources/mount-0000-cdrom/AppStream'] and got repomd
02:41:13,578 INF packaging: added repo: 'anaconda' - file:///run/install/sources/mount-0000-cdrom/BaseOS
02:41:13,579 DBG dnf: repo: downloading from remote: anaconda
02:41:13,615 INF packaging: enabled repo: 'anaconda' - ['file:///run/install/sources/mount-0000-cdrom/BaseOS'] and got repomd
02:41:13,616 DBG packaging: repo AppStream: mirrorlist None, baseurl file:///run/install/sources/mount-0000-cdrom/AppStream, metalink False
02:41:13,616 INF packaging: added repo: 'AppStream' - file:///run/install/sources/mount-0000-cdrom/AppStream
02:41:13,636 DBG dnf: repo: using cache for: AppStream
02:41:13,637 INF packaging: enabled repo: 'AppStream' - ['file:///run/install/sources/mount-0000-cdrom/AppStream'] and got repomd
02:41:13,637 DBG dnf: repo: using cache for: anaconda
02:41:13,638 DBG packaging: repo anaconda: _sync_metadata success from ['file:///run/install/sources/mount-0000-cdrom/BaseOS']
02:41:13,638 DBG dnf: repo: using cache for: AppStream
02:41:13,638 DBG packaging: repo AppStream: _sync_metadata success from ['file:///run/install/sources/mount-0000-cdrom/AppStream']
02:41:13,639 DBG dnf: repo: using cache for: anaconda
02:41:14,114 DBG dnf: anaconda: using metadata from Wed 11 May 2022 06:37:18 PM UTC.
02:41:14,115 DBG dnf: repo: using cache for: AppStream
02:41:15,528 DBG dnf: AppStream: using metadata from Wed 11 May 2022 06:41:05 PM UTC.
02:41:15,528 INF dnf: Last metadata expiration check: 0:00:01 ago on Wed 15 Jun 2022 02:41:13 AM UTC.
02:41:15,530 DBG dnf: User-Agent: constructed: 'libdnf (AlmaLinux 8.6; generic; Linux.x86_64)'
02:41:16,025 DDEBUG dnf: timer: sack setup: 2386 ms
02:41:16,038 DDEBUG dnf: Getting group metadata
02:41:16,039 DDEBUG dnf: Adding group file from repository: anaconda
02:41:16,058 DDEBUG dnf: Adding group file from repository: AppStream
02:41:16,103 DDEBUG dnf: timer: loading comps: 64 ms
02:41:16,107 INF packaging: Refreshing environment_addons
02:41:19,102 DBG packaging: Source doesn't require network for installation
02:41:19,105 DBG packaging: Source doesn't require network for installation
02:41:21,474 DBG packaging: Source doesn't require network for installation
02:41:21,475 DBG packaging: Source doesn't require network for installation
22:41:22,060 INF packaging: checking software selection
22:41:22,062 DBG packaging: disabling modules: []
22:41:22,185 DBG packaging: enabling modules: []
22:41:22,269 DBG packaging: applying DNF package/group/module selection
22:41:22,270 INF packaging: selected group: core
22:41:22,270 INF packaging: selected environment: graphical-server-environment
22:41:22,270 INF packaging: kernel: selected kernel
22:41:22,271 DBG packaging: transaction include list
22:41:22,272 DBG packaging: ['@core', '@graphical-server-environment', 'kernel']
22:41:22,273 DBG packaging: transaction exclude list
22:41:22,273 DBG packaging: []
22:41:22,450 DBG dnf: Adding packages from group 'core': {<libcomps.Package object 'iwl5150-firmware' at 0x7f8f0a585ac8>, <libcomps.Package object 'less' at 0x7f8f0a585720>, <libcomps.Package object 'ncurses' at 0x7f8f0a585750>, <libcomps.Package object 'parted' at 0x7f8f0a585798>, <libcomps.Package object 'iwl6050-firmware' at 0x7f8f0a585b10>, <libcomps.Package object 'kbd' at 0x7f8f0a5856f0>, <libcomps.Package object 'firewalld' at 0x7f8f0a585618>, <libcomps.Package object 'policycoreutils' at 0x7f8f0a5857c8>, <libcomps.Package object 'iwl7260-firmware' at 0x7f8f0a585b28>, <libcomps.Package object 'linux-firmware' at 0x7f8f0a585b70>, <libcomps.Package object 'NetworkManager-tui' at 0x7f8f0a585990>, <libcomps.Package object 'openssh-clients' at 0x7f8f0a585768>, <libcomps.Package object 'iputils' at 0x7f8f0a5856c0>, <libcomps.Package object 'dnf' at 0x7f8f0a5855d0>, <libcomps.Package object 'microcode_ctl' at 0x7f8f0a585bb8>, <libcomps.Package object 'sg3_utils-libs' at 0x7f8f0a585c00>, <libcomps.Package object 'bash' at 0x7f8f0a585570>, <libcomps.Package object 'yum' at 0x7f8f0a585930>, <libcomps.Package object 'initscripts' at 0x7f8f0a585678>, <libcomps.Package object 'hostname' at 0x7f8f0a585660>, <libcomps.Package object 'dracut-config-rescue' at 0x7f8f0a5859f0>, <libcomps.Package object 'iprutils' at 0x7f8f0a5856a8>, <libcomps.Package object 'kernel-tools' at 0x7f8f0a585b40>, <libcomps.Package object 'xfsprogs' at 0x7f8f0a585918>, <libcomps.Package object 'authselect' at 0x7f8f0a5859a8>, <libcomps.Package object 'man-db' at 0x7f8f0a585738>, <libcomps.Package object 'sssd-kcm' at 0x7f8f0a585888>, <libcomps.Package object 'tuned' at 0x7f8f0a5858d0>, <libcomps.Package object 'glibc' at 0x7f8f0a585630>, <libcomps.Package object 'libsysfs' at 0x7f8f0a585b58>, <libcomps.Package object 'shadow-utils' at 0x7f8f0a585858>, <libcomps.Package object 'filesystem' at 0x7f8f0a585600>, <libcomps.Package object 'util-linux' at 0x7f8f0a5858e8>, <libcomps.Package object 'lsscsi' at 0x7f8f0a585ba0>, <libcomps.Package object 'procps-ng' at 0x7f8f0a5857e0>, <libcomps.Package object 'irqbalance' at 0x7f8f0a5856d8>, <libcomps.Package object 'vim-minimal' at 0x7f8f0a585900>, <libcomps.Package object 'iwl105-firmware' at 0x7f8f0a585a38>, <libcomps.Package object 'iwl6000-firmware' at 0x7f8f0a585ae0>, <libcomps.Package object 'basesystem' at 0x7f8f0a585558>, <libcomps.Package object 'lshw' at 0x7f8f0a585b88>, <libcomps.Package object 'setup' at 0x7f8f0a585840>, <libcomps.Package object 'prefixdevname' at 0x7f8f0a585bd0>, <libcomps.Package object 'passwd' at 0x7f8f0a5857b0>, <libcomps.Package object 'sg3_utils' at 0x7f8f0a585be8>, <libcomps.Package object 'iwl2000-firmware' at 0x7f8f0a585a68>, <libcomps.Package object 'e2fsprogs' at 0x7f8f0a5855e8>, <libcomps.Package object 'iwl100-firmware' at 0x7f8f0a585a08>, <libcomps.Package object 'biosdevname' at 0x7f8f0a5859c0>, <libcomps.Package object 'cronie' at 0x7f8f0a5855a0>, <libcomps.Package object 'iwl6000g2a-firmware' at 0x7f8f0a585af8>, <libcomps.Package object 'grubby' at 0x7f8f0a585648>, <libcomps.Package object 'kexec-tools' at 0x7f8f0a585708>, <libcomps.Package object 'iwl1000-firmware' at 0x7f8f0a585a20>, <libcomps.Package object 'NetworkManager-team' at 0x7f8f0a585978>, <libcomps.Package object 'iproute' at 0x7f8f0a585690>, <libcomps.Package object 'rpm' at 0x7f8f0a585810>, <libcomps.Package object 'iwl3160-firmware' at 0x7f8f0a585a98>, <libcomps.Package object 'rootfiles' at 0x7f8f0a5857f8>, <libcomps.Package object 'systemd' at 0x7f8f0a5858b8>, <libcomps.Package object 'plymouth' at 0x7f8f0a585960>, <libcomps.Package object 'sudo' at 0x7f8f0a5858a0>, <libcomps.Package object 'sssd-common' at 0x7f8f0a585870>, <libcomps.Package object 'iwl135-firmware' at 0x7f8f0a585a50>, <libcomps.Package object 'openssh-server' at 0x7f8f0a585780>, <libcomps.Package object 'iwl2030-firmware' at 0x7f8f0a585a80>, <libcomps.Package object 'audit' at 0x7f8f0a5854b0>, <libcomps.Package object 'NetworkManager' at 0x7f8f0a5854e0>, <libcomps.Package object 'coreutils' at 0x7f8f0a585588>, <libcomps.Package object 'rsyslog' at 0x7f8f0a585948>, <libcomps.Package object 'iwl5000-firmware' at 0x7f8f0a585ab0>, <libcomps.Package object 'curl' at 0x7f8f0a5855b8>, <libcomps.Package object 'selinux-policy-targeted' at 0x7f8f0a585828>, <libcomps.Package object 'dnf-plugins-core' at 0x7f8f0a5859d8>}
22:41:22,643 WRN dnf: No match for group package "hpijs"
22:41:23,742 DDEBUG dnf: timer: depsolve: 1075 ms
22:41:23,828 INF packaging: checking dependencies: success
22:41:24,115 DBG packaging: Size from DNF: 4.4 GiB
22:41:24,116 DBG packaging: Bonus size 859.75 MiB by number of files 146730
22:41:24,116 DBG packaging: Total size required 5.76 GiB
22:41:24,182 DBG packaging: Input mount points: {'/dev': Size (928.71484375 MiB), '/dev/shm': Size (972.671875 MiB), '/run': Size (948 MiB), '/sys/fs/cgroup': Size (972.67578125 MiB), '/run/install/repo': Size (0 B), '/': Size (695.78515625 MiB), '/tmp': Size (945.875 MiB)}
22:41:24,182 INF packaging: Estimated size: download 1.53 GiB & install 5.76 GiB
22:41:24,183 DBG packaging: No sufficient mountpoints found
22:41:24,183 DBG packaging: Install + download space required 7.3 GiB
22:41:24,183 INF packaging: 1354 packages selected totalling 7.3 GiB
22:41:41,930 DBG packaging: Source doesn't require network for installation
22:41:41,977 DBG packaging: Source doesn't require network for installation
22:41:57,600 DBG packaging: Source doesn't require network for installation
22:42:03,136 DBG packaging: Source doesn't require network for installation
22:42:09,038 INF packaging: checking software selection
22:42:09,041 DBG packaging: disabling modules: []
22:42:09,087 DBG packaging: enabling modules: []
22:42:09,128 DBG packaging: applying DNF package/group/module selection
22:42:09,128 INF packaging: selected group: core
22:42:09,128 INF packaging: selected environment: minimal-environment
22:42:09,129 INF packaging: kernel: selected kernel
22:42:09,129 DBG packaging: transaction include list
22:42:09,129 DBG packaging: ['@core', '@minimal-environment', 'kernel']
22:42:09,129 DBG packaging: transaction exclude list
22:42:09,130 DBG packaging: []
22:42:09,175 DBG packaging: Source doesn't require network for installation
22:42:09,183 DBG dnf: Adding packages from group 'core': {<libcomps.Package object 'iwl5150-firmware' at 0x7f8ee48a8a08>, <libcomps.Package object 'less' at 0x7f8ee48a8b10>, <libcomps.Package object 'ncurses' at 0x7f8ee48a8ea0>, <libcomps.Package object 'parted' at 0x7f8ee48a8d38>, <libcomps.Package object 'iwl6050-firmware' at 0x7f8ee48a8ca8>, <libcomps.Package object 'kbd' at 0x7f8ee48a8d80>, <libcomps.Package object 'firewalld' at 0x7f8ee48a8a20>, <libcomps.Package object 'policycoreutils' at 0x7f8ee48a87f8>, <libcomps.Package object 'iwl7260-firmware' at 0x7f8ee48a8588>, <libcomps.Package object 'linux-firmware' at 0x7f8ee48a8d98>, <libcomps.Package object 'NetworkManager-tui' at 0x7f8ee48a8c78>, <libcomps.Package object 'openssh-clients' at 0x7f8ee48a8870>, <libcomps.Package object 'iputils' at 0x7f8ee48a88a0>, <libcomps.Package object 'dnf' at 0x7f8ee48a8f60>, <libcomps.Package object 'microcode_ctl' at 0x7f8ee48a8cd8>, <libcomps.Package object 'sg3_utils-libs' at 0x7f8ee48a8e40>, <libcomps.Package object 'bash' at 0x7f8ee48a8f00>, <libcomps.Package object 'yum' at 0x7f8ee48a8708>, <libcomps.Package object 'initscripts' at 0x7f8ee48a8ab0>, <libcomps.Package object 'hostname' at 0x7f8ee48a8be8>, <libcomps.Package object 'dracut-config-rescue' at 0x7f8ee48a86d8>, <libcomps.Package object 'iprutils' at 0x7f8ee48a8a80>, <libcomps.Package object 'kernel-tools' at 0x7f8ee48a89a8>, <libcomps.Package object 'xfsprogs' at 0x7f8ee48a8fc0>, <libcomps.Package object 'authselect' at 0x7f8ee48a8948>, <libcomps.Package object 'man-db' at 0x7f8ee48a88b8>, <libcomps.Package object 'sssd-kcm' at 0x7f8ee48a8d68>, <libcomps.Package object 'tuned' at 0x7f8ee48a8c60>, <libcomps.Package object 'glibc' at 0x7f8ee48a8570>, <libcomps.Package object 'libsysfs' at 0x7f8ee48a8db0>, <libcomps.Package object 'shadow-utils' at 0x7f8ee48a8d50>, <libcomps.Package object 'filesystem' at 0x7f8ee48a8b58>, <libcomps.Package object 'util-linux' at 0x7f8ee48a8750>, <libcomps.Package object 'lsscsi' at 0x7f8ee48a8ee8>, <libcomps.Package object 'procps-ng' at 0x7f8ee48a86c0>, <libcomps.Package object 'irqbalance' at 0x7f8ee48a8df8>, <libcomps.Package object 'vim-minimal' at 0x7f8ee48a8840>, <libcomps.Package object 'iwl105-firmware' at 0x7f8ee48a8af8>, <libcomps.Package object 'iwl6000-firmware' at 0x7f8ee48a8e58>, <libcomps.Package object 'basesystem' at 0x7f8ee48a8b70>, <libcomps.Package object 'lshw' at 0x7f8ee48a8d08>, <libcomps.Package object 'setup' at 0x7f8ee48a8a38>, <libcomps.Package object 'prefixdevname' at 0x7f8ee48a86f0>, <libcomps.Package object 'passwd' at 0x7f8ee48a8c18>, <libcomps.Package object 'sg3_utils' at 0x7f8ee48a86a8>, <libcomps.Package object 'iwl2000-firmware' at 0x7f8ee48a8e28>, <libcomps.Package object 'e2fsprogs' at 0x7f8ee48a8ed0>, <libcomps.Package object 'iwl100-firmware' at 0x7f8ee48a89c0>, <libcomps.Package object 'biosdevname' at 0x7f8ee48a8b40>, <libcomps.Package object 'cronie' at 0x7f8ee48a89d8>, <libcomps.Package object 'iwl6000g2a-firmware' at 0x7f8ee48a8d20>, <libcomps.Package object 'grubby' at 0x7f8ee48a8690>, <libcomps.Package object 'kexec-tools' at 0x7f8ee48a8900>, <libcomps.Package object 'iwl1000-firmware' at 0x7f8ee48a8cc0>, <libcomps.Package object 'NetworkManager-team' at 0x7f8ee48a8c00>, <libcomps.Package object 'iproute' at 0x7f8ee48a8540>, <libcomps.Package object 'rpm' at 0x7f8ee48a8b28>, <libcomps.Package object 'iwl3160-firmware' at 0x7f8ee48a87b0>, <libcomps.Package object 'rootfiles' at 0x7f8ee48a8990>, <libcomps.Package object 'systemd' at 0x7f8ee48a8600>, <libcomps.Package object 'plymouth' at 0x7f8ee48a88e8>, <libcomps.Package object 'sudo' at 0x7f8ee48a8f48>, <libcomps.Package object 'sssd-common' at 0x7f8ee48a8768>, <libcomps.Package object 'iwl135-firmware' at 0x7f8ee48a8858>, <libcomps.Package object 'openssh-server' at 0x7f8ee48a8810>, <libcomps.Package object 'iwl2030-firmware' at 0x7f8ee48a8a50>, <libcomps.Package object 'audit' at 0x7f8ee48a8bd0>, <libcomps.Package object 'NetworkManager' at 0x7f8ee48a88d0>, <libcomps.Package object 'coreutils' at 0x7f8ee48a8720>, <libcomps.Package object 'rsyslog' at 0x7f8ee48a8e88>, <libcomps.Package object 'iwl5000-firmware' at 0x7f8ee48a8930>, <libcomps.Package object 'curl' at 0x7f8ee48a8c90>, <libcomps.Package object 'selinux-policy-targeted' at 0x7f8ee48a8f90>, <libcomps.Package object 'dnf-plugins-core' at 0x7f8ee48a8780>}
22:42:09,268 DDEBUG dnf: timer: depsolve: 48 ms
22:42:09,280 INF packaging: checking dependencies: success
22:42:09,328 DBG packaging: Size from DNF: 1.72 GiB
22:42:09,329 DBG packaging: Bonus size 293.84 MiB by number of files 50148
22:42:09,329 DBG packaging: Total size required 2.21 GiB
22:42:09,356 DBG packaging: Input mount points: {'/dev': Size (928.71484375 MiB), '/dev/shm': Size (972.671875 MiB), '/run': Size (947.9921875 MiB), '/sys/fs/cgroup': Size (972.67578125 MiB), '/run/install/repo': Size (0 B), '/': Size (695.76953125 MiB), '/tmp': Size (945.8125 MiB)}
22:42:09,357 INF packaging: Estimated size: download 640.98 MiB & install 2.21 GiB
22:42:09,357 DBG packaging: No sufficient mountpoints found
22:42:09,358 DBG packaging: Install + download space required 2.83 GiB
22:42:09,358 INF packaging: 349 packages selected totalling 2.83 GiB
22:42:13,756 DBG packaging: Source doesn't require network for installation
22:42:22,636 DBG packaging: Source doesn't require network for installation


/tmp/program.log:
02:40:49,455 INF program: Running... losetup --list
02:40:49,483 INF program: Running... /sbin/auditd
02:40:49,503 DBG program: Return code: 0
02:40:49,504 INF program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf
02:41:05,608 INF program: Running... losetup --list
02:41:05,619 INF program: Running... Xorg -br -logfile /tmp/X.log :1 vt6 -s 1440 -ac -nolisten tcp -dpi 96 -noreset
02:41:08,548 INF program: Running... metacity --display :1 --sm-disable
02:41:08,574 INF program: Running... xrdb -nocpp -merge /etc/X11/Xresources
02:41:08,597 INF program: xrdb: No such file or directory
02:41:08,597 INF program: xrdb: can't open file '/etc/X11/Xresources'
02:41:08,597 DBG program: Return code: 1
02:41:08,598 INF program: Running... spice-vdagent
02:41:08,671 DBG program: Return code: 0
02:41:09,551 INF program: Running... udevadm settle --timeout=300
02:41:09,579 DBG program: Return code: 0
02:41:09,608 INF program: Running [1] mkdosfs --help ...
02:41:09,617 INF program: stdout[1]: mkfs.fat 4.1 (2017-01-24)

02:41:09,618 INF program: stderr[1]: Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
       [-m boot-msg-file][-n volume-name][-i volume-id]
       [-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
       [-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
       [-M FAT-media-byte][-D drive_number]
       [--invariant]
       [--help]
       /dev/name [blocks]

02:41:09,618 INF program: ...done [1] (exit code: 0)
02:41:09,630 INF program: Running [2] lvm version ...
02:41:09,647 INF program: stdout[2]:   LVM version:     2.03.14(2)-RHEL8 (2021-10-20)
  Library version: 1.02.181-RHEL8 (2021-10-20)
  Driver version:  4.43.0
  Configuration:   ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-dlmcontrol --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd --with-writecache=internal --with-vdo=internal --with-vdo-format=/usr/bin/vdoformat --with-integrity=internal --disable-silent-rules

02:41:09,647 INF program: stderr[2]: 
02:41:09,648 INF program: ...done [2] (exit code: 0)
02:41:09,698 INF program: Running... udevadm settle --timeout=300
02:41:09,723 DBG program: Return code: 0
02:41:09,775 INF program: Running... systemctl start chronyd
02:41:09,918 DBG program: Return code: 0
02:41:11,846 INF program: Running... hwclock --hctosys --utc
02:41:12,000 DBG program: Return code: 0
02:41:21,492 INF program: Running... oscap info /usr/share/xml/scap/ssg/content//ssg-almalinux8-ds.xml
22:41:24,134 INF program: Running... df --output=target,avail
22:41:24,175 INF program: Mounted on         Avail
22:41:24,175 INF program: /dev              951004
22:41:24,175 INF program: /dev/shm          996016
22:41:24,175 INF program: /run              970752
22:41:24,176 INF program: /sys/fs/cgroup    996020
22:41:24,176 INF program: /run/install/repo      0
22:41:24,176 INF program: /                 712484
22:41:24,176 INF program: /tmp              968576
22:41:24,176 DBG program: Return code: 0
22:41:59,165 INF program: Running... systemctl status chronyd
22:41:59,180 INF program: * chronyd.service - NTP client/server
22:41:59,180 INF program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled)
22:41:59,180 INF program: Active: active (running) since Wed 2022-06-15 02:41:09 UTC; 49s ago
22:41:59,180 INF program: Docs: man:chronyd(8)
22:41:59,180 INF program: man:chrony.conf(5)
22:41:59,180 INF program: Process: 2046 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS)
22:41:59,180 INF program: Process: 2037 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS)
22:41:59,180 INF program: Main PID: 2043 (chronyd)
22:41:59,180 INF program: Tasks: 1 (limit: 11887)
22:41:59,180 INF program: Memory: 1.7M
22:41:59,181 INF program: CGroup: /system.slice/chronyd.service
22:41:59,181 INF program: `-2043 /usr/sbin/chronyd
22:41:59,181 INF program: 
22:41:59,181 INF program: Jun 15 02:41:09 localhost.localdomain systemd[1]: Starting NTP client/server...
22:41:59,181 INF program: Jun 15 02:41:09 localhost.localdomain chronyd[2043]: chronyd version 4.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
22:41:59,181 INF program: Jun 15 02:41:09 localhost.localdomain chronyd[2043]: Using right/UTC timezone to obtain leap second data
22:41:59,181 INF program: Jun 15 02:41:09 localhost.localdomain systemd[1]: Started NTP client/server.
22:41:59,181 INF program: Jun 15 02:41:45 host.example.com chronyd[2043]: Selected source 206.108.0.133 (2.cloudlinux.pool.ntp.org)
22:41:59,181 INF program: Jun 15 02:41:45 host.example.com chronyd[2043]: System clock TAI offset set to 37 seconds
22:41:59,181 DBG program: Return code: 0
22:41:59,184 INF program: Running... systemctl start chronyd
22:41:59,197 DBG program: Return code: 0
22:42:09,331 INF program: Running... df --output=target,avail
22:42:09,348 INF program: Mounted on         Avail
22:42:09,349 INF program: /dev              951004
22:42:09,349 INF program: /dev/shm          996016
22:42:09,349 INF program: /run              970744
22:42:09,349 INF program: /sys/fs/cgroup    996020
22:42:09,349 INF program: /run/install/repo      0
22:42:09,349 INF program: /                 712468
22:42:09,349 INF program: /tmp              968512
22:42:09,349 DBG program: Return code: 0
22:42:22,719 INF program: Running [3] dmsetup --version ...
22:42:22,731 INF program: stdout[3]: Library version:   1.02.181-RHEL8 (2021-10-20)
Driver version:    4.43.0

22:42:22,731 INF program: stderr[3]: 
22:42:22,731 INF program: ...done [3] (exit code: 0)
22:44:59,640 INF program: Running... lsblk --bytes -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT
22:44:59,660 INF program: NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
22:44:59,660 INF program: loop0         725102592 root  disk  brw-rw---- squashfs
22:44:59,660 INF program: loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
22:44:59,660 INF program: |-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
22:44:59,660 INF program: `-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
22:44:59,660 INF program: loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow
22:44:59,661 INF program: `-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
22:44:59,661 INF program: sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/sources/mount-0000-cdrom
22:44:59,661 INF program: zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
22:44:59,661 INF program: nvme0n1     59055800320 root  disk  brw-rw----
22:44:59,661 DBG program: Return code: 0


/tmp/storage.log:
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
INFO:program:Running [1] mkdosfs --help ...
INFO:program:stdout[1]: mkfs.fat 4.1 (2017-01-24)

INFO:program:stderr[1]: Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
       [-m boot-msg-file][-n volume-name][-i volume-id]
       [-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
       [-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
       [-M FAT-media-byte][-D drive_number]
       [--invariant]
       [--help]
       /dev/name [blocks]

INFO:program:...done [1] (exit code: 0)
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 ExFATFS as exfat
DEBUG:blivet:registered device format class F2FS as f2fs
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
INFO:program:Running [2] lvm version ...
INFO:program:stdout[2]:   LVM version:     2.03.14(2)-RHEL8 (2021-10-20)
  Library version: 1.02.181-RHEL8 (2021-10-20)
  Driver version:  4.43.0
  Configuration:   ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-dlmcontrol --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd --with-writecache=internal --with-vdo=internal --with-vdo-format=/usr/bin/vdoformat --with-integrity=internal --disable-silent-rules

INFO:program:stderr[2]: 
INFO:program:...done [2] (exit code: 0)
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.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp

INFO:blivet:failed to get initiator name from iscsi firmware: 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: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
INFO:program:stdout:
INFO:program:No FCoE boot disk information is found in EDD!
DEBUG:program:Return code: 1
INFO:blivet:No FCoE EDD info found: No FCoE boot disk information is found in EDD!
DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module.
INFO:blivet:ISCSID is /sbin/iscsid
INFO:program:Running... systemctl start iscsi-init.service
INFO:program:stderr:
INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.'
DEBUG:program:Return code: 5
INFO:blivet:no initiator set
DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module.
INFO:program:Running [3] e2fsck -V ...
INFO:program:stdout[3]: 
INFO:program:stderr[3]: e2fsck 1.45.6 (20-Mar-2020)
	Using EXT2FS Library version 1.45.6, 20-Mar-2020

INFO:program:...done [3] (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,MOUNTPOINT
INFO:program:stdout:
INFO:program:NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
INFO:program:loop0         725102592 root  disk  brw-rw---- squashfs                                                                               
INFO:program:loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
INFO:program:|-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
INFO:program:`-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
INFO:program:loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow                                                                        
INFO:program:`-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
INFO:program:sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/repo
INFO:program:zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
INFO:program:nvme0n1     59055800320 root  disk  brw-rw----                                                                                        
DEBUG:program:Return code: 0
DEBUG:blivet:lsblk output:
NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
loop0         725102592 root  disk  brw-rw---- squashfs                                                                               
loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
|-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
`-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          
loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow                                                                        
`-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/repo
zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
nvme0n1     59055800320 root  disk  brw-rw----                                                                                        

DEBUG:blivet:trying to set new default fstype to 'xfs'
DEBUG:blivet:                XFS.supported: supported: True ;
INFO:program:Running... modprobe --dry-run xfs
DEBUG:program:Return code: 0
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2
DEBUG:blivet:             XFS.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-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
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:                   DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                   DeviceTree.get_device_by_path returned None
DEBUG:blivet:failed to resolve '/dev/zram0'
DEBUG:blivet:failed to resolve 'LABEL=AlmaLinux-8-6-x86_64-dvd'
DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['LABEL=AlmaLinux-8-6-x86_64-dvd', '/dev/zram0']'.
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 (140244778157824)
INFO:program:Running... systemctl start iscsi-init.service
INFO:program:stderr:
INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.'
DEBUG:program:Return code: 5
INFO:blivet:no initiator set
INFO:blivet:resetting Blivet (version 3.4.0) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d483a6898>
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 [4] multipath --version ...
INFO:program:stdout[4]: 
INFO:program:stderr[4]: Unknown switch: (null)
multipath-tools v0.8.4 (05/04, 2020)
Usage:
  multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device]
  multipath [-v level] [-R retries] -f device
  multipath [-v level] [-R retries] -F
  multipath [-v level] [-l|-ll] [device]
  multipath [-v level] [-a|-w] device
  multipath [-v level] [-A|-W]
  multipath [-v level] [-i] [-c|-C] device
  multipath [-v level] [-i] [-u|-U]
  multipath [-h|-t|-T]

Where:
  -h      print this usage text
  -l      show multipath topology (sysfs and DM info)
  -ll     show multipath topology (maximum info)
  -f      flush a multipath device map
  -F      flush all multipath device maps
  -a      add a device wwid to the wwids file
  -A      add devices from kernel command line mpath.wwids
          parameters to wwids file
  -c      check if a device should be a path in a multipath device
  -C      check if a multipath device has usable paths
  -q      allow queue_if_no_path when multipathd is not running
  -d      dry run, do not create or update devmaps
  -t      display the currently used multipathd configuration
  -T      display the multipathd configuration without builtin defaults
  -r      force devmap reload
  -i      ignore wwids file
  -B      treat the bindings file as read only
  -b fil  bindings file location
  -w      remove a device from the wwids file
  -W      reset the wwids file include only the current devices
  -R num  number of times to retry removes of in-use devices
  -u      check if the device specified in the program environment should be a
          path in a multipath device
  -U      check if the device specified in the program environment is a
          multipath device with usable paths, see -C flag
  -p pol  force all maps to specified path grouping policy:
          . failover            one path per priority group
          . multibus            all paths in one priority group
          . group_by_serial     one priority group per serial
          . group_by_prio       one priority group per priority lvl
          . group_by_node_name  one priority group per target node
  -v lvl  verbosity level:
          . 0 no output
          . 1 print created devmap names only
          . 2 default verbosity
          . 3 print debug information
  device  action limited to:
          . multipath named 'device' (ex: mpath0)
          . multipath whose wwid is 'device' (ex: 60051...)
          . multipath including the path named 'device' (ex: /dev/sda or
            /dev/dm-0)
          . multipath including the path with maj:min 'device' (ex: 8:0)

INFO:program:...done [4] (exit code: 1)
INFO:program:Running [5] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ...
INFO:program:stdout[5]: 
INFO:program:stderr[5]: 
INFO:program:...done [5] (exit code: 0)
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:blivet:devices to scan: ['sr0', 'nvme0n1', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base']
DEBUG:blivet:                 DeviceTree.handle_device: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 '
             '/dev/disk/by-path/pci-0000:00:07.1-ata-2 '
             '/dev/disk/by-label/AlmaLinux-8-6-x86_64-dvd '
             '/dev/disk/by-uuid/2022-05-11-18-45-34-00 /dev/cdrom',
 'DEVNAME': '/dev/sr0',
 'DEVPATH': '/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0',
 'DEVTYPE': 'disk',
 'ID_ATA': '1',
 'ID_ATA_FEATURE_SET_PM': '1',
 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
 'ID_BUS': 'ata',
 'ID_CDROM': '1',
 'ID_CDROM_CD_R': '1',
 'ID_CDROM_CD_RW': '1',
 'ID_CDROM_DVD': '1',
 'ID_CDROM_DVD_R': '1',
 'ID_CDROM_DVD_RAM': '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_CDROM_MRW': '1',
 'ID_CDROM_MRW_W': '1',
 'ID_FOR_SEAT': 'block-pci-0000_00_07_1-ata-2',
 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
 'ID_FS_LABEL': 'AlmaLinux-8-6-x86_64-dvd',
 'ID_FS_LABEL_ENC': 'AlmaLinux-8-6-x86_64-dvd',
 'ID_FS_SYSTEM_ID': 'LINUX',
 'ID_FS_TYPE': 'iso9660',
 'ID_FS_USAGE': 'filesystem',
 'ID_FS_UUID': '2022-05-11-18-45-34-00',
 'ID_FS_UUID_ENC': '2022-05-11-18-45-34-00',
 'ID_FS_VERSION': 'Joliet Extension',
 'ID_MODEL': 'VMware_IDE_CDR10',
 'ID_MODEL_ENC': 'VMware\\x20IDE\\x20CDR10',
 'ID_PART_TABLE_TYPE': 'dos',
 'ID_PART_TABLE_UUID': '4591dd17',
 'ID_PATH': 'pci-0000:00:07.1-ata-2',
 'ID_PATH_TAG': 'pci-0000_00_07_1-ata-2',
 'ID_REVISION': '1.00',
 'ID_SCSI': '1',
 'ID_SCSI_INQUIRY': '1',
 'ID_SERIAL': 'VMware_Virtual_IDE_CDROM_Drive_10000000000000000001',
 'ID_SERIAL_SHORT': '10000000000000000001',
 'ID_TYPE': 'cd/dvd',
 'ID_VENDOR': 'NECVMWar',
 'ID_VENDOR_ENC': 'NECVMWar',
 'MAJOR': '11',
 'MINOR': '0',
 'SCSI_MODEL': 'VMware_IDE_CDR10',
 'SCSI_MODEL_ENC': 'VMware\\x20IDE\\x20CDR10',
 'SCSI_REVISION': '1.00',
 'SCSI_TPGS': '0',
 'SCSI_TYPE': 'cd/dvd',
 'SCSI_VENDOR': 'NECVMWar',
 'SCSI_VENDOR_ENC': 'NECVMWar',
 'SUBSYSTEM': 'block',
 'SYSTEMD_MOUNT_DEVICE_BOUND': '1',
 'SYS_NAME': 'sr0',
 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0',
 'TAGS': ':seat:systemd:uaccess:',
 'USEC_INITIALIZED': '16453514'} ;
INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)...
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0/hidden: 300a
INFO:program:Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0} ...
INFO:program:stdout[6]: 
INFO:program:stderr[6]: 
INFO:program:...done [6] (exit code: 0)
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 5
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6
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:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
DEBUG:blivet:                            OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ;
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0/size: 32313535373234380a
DEBUG:blivet:updated sr0 size to 10.28 GiB (10.28 GiB)
INFO:blivet:added cdrom sr0 (id 4) to device tree
INFO:blivet:got device: OpticalDevice instance (0x7f8d483a5f28) --
  name = sr0  status = True  id = 4
  children = []
  parents = []
  uuid = None  size = 10.28 GiB
  format = existing None
  major = 11  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
  target size = 10.28 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 8
DEBUG:blivet:                               EFIFS.supported: supported: True ;
DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9
DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10
DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11
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 12
DEBUG:blivet:                        OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ;
INFO:blivet:got format: existing iso9660 filesystem
DEBUG:blivet:                 DeviceTree.handle_device: name: nvme0n1 ; info: {'DEVLINKS': '/dev/disk/by-id/nvme-eui.92e459703219208d000c2968aa9cf861 '
             '/dev/disk/by-path/pci-0000:0b:00.0-nvme-1 '
             '/dev/disk/by-id/nvme-VMware_Virtual_NVMe_Disk_VMware_NVME_0000',
 'DEVNAME': '/dev/nvme0n1',
 'DEVPATH': '/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1',
 'DEVTYPE': 'disk',
 'DM_MULTIPATH_DEVICE_PATH': '0',
 'FIND_MULTIPATHS_WAIT_UNTIL': '0',
 'ID_MODEL': 'VMware Virtual NVMe Disk',
 'ID_PATH': 'pci-0000:0b:00.0-nvme-1',
 'ID_PATH_TAG': 'pci-0000_0b_00_0-nvme-1',
 'ID_SERIAL': 'VMware Virtual NVMe Disk_VMware NVME_0000',
 'ID_SERIAL_SHORT': 'VMware NVME_0000',
 'ID_WWN': 'eui.92e459703219208d000c2968aa9cf861',
 'ID_WWN_WITH_EXTENSION': 'eui.92e459703219208d000c2968aa9cf861',
 'MAJOR': '259',
 'MINOR': '0',
 'MPATH_SBIN_PATH': '/sbin',
 'SUBSYSTEM': 'block',
 'SYS_NAME': 'nvme0n1',
 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1',
 'TAGS': ':systemd:',
 'USEC_INITIALIZED': '16286452'} ;
INFO:blivet:scanning nvme0n1 (/sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1)...
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/hidden: 300a
DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
DEBUG:blivet:                  DiskDevicePopulator.run: name: nvme0n1 ;
WARNING:blivet:device/vendor is not a valid attribute
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:blivet:nvme0n1 is a disk
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16
DEBUG:blivet:                          DiskDevice._set_format: nvme0n1 ; type: None ; current: None ;
DEBUG:blivet:                        DiskDevice.update_sysfs_path: nvme0n1 ; status: True ;
DEBUG:blivet:nvme0n1 sysfs_path set to /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
DEBUG:blivet:                            DiskDevice.read_current_size: exists: True ; path: /dev/nvme0n1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1 ;
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/size: 3131353334333336300a
DEBUG:blivet:updated nvme0n1 size to 55 GiB (55 GiB)
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/rotational: 300a
INFO:blivet:added disk nvme0n1 (id 14) to device tree
INFO:blivet:got device: DiskDevice instance (0x7f8d47adda20) --
  name = nvme0n1  status = True  id = 14
  children = []
  parents = []
  uuid = None  size = 55 GiB
  format = existing None
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/ro: 300a
DEBUG:blivet:                   DeviceTree.handle_format: name: nvme0n1 ;
DEBUG:blivet:no type or existing type for nvme0n1, bailing
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': '16367033'} ;
INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)...
DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/hidden: 300a
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 (0x7f8d48325518) --
  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-label/Anaconda '
             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 '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': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 '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': '16342091'} ;
INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)...
DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/hidden: 300a
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 (0x7f8d47a98d30) --
  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.4grpwrl1
INFO:program:Filesystem UUID:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
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:              196608
INFO:program:Block count:              786432
INFO:program:Reserved block count:     0
INFO:program:Free blocks:              185887
INFO:program:Free inodes:              158025
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:      383
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 May 11 17:55:57 2022
INFO:program:Last mount time:          Wed May 11 17:55:57 2022
INFO:program:Last write time:          Wed May 11 17:56:58 2022
INFO:program:Mount count:              1
INFO:program:Maximum mount count:      -1
INFO:program:Last checked:             Wed May 11 17:55:57 2022
INFO:program:Check interval:           0 (<none>)
INFO:program:Lifetime writes:          2328 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:      0a4f5283-d614-4bed-85ba-47837a13f658
INFO:program:Journal backup:           inode blocks
INFO:program:Checksum type:            crc32c
INFO:program:Checksum:                 0x57af5476
INFO:program:Journal features:         journal_64bit journal_checksum_v3
INFO:program:Journal size:             64M
INFO:program:Journal length:           16384
INFO:program:Journal sequence:         0x00000011
INFO:program:Journal start:            0
INFO:program:Journal checksum type:    crc32c
INFO:program:Journal checksum:         0x51e0a520
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': '16344670'} ;
INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)...
DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/hidden: 300a
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 (0x7f8d47aa1748) --
  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-label/Anaconda '
             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51 '
             '/dev/disk/by-id/dm-name-live-rw /dev/mapper/live-rw',
 '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': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 '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': '12142849'} ;
INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)...
DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a
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 [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)
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)
INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ...
INFO:program:stdout[15]: 

INFO:program:stderr[15]: 
INFO:program:...done [15] (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: 363239313435360a
DEBUG:blivet:updated live-rw size to 3 GiB (3 GiB)
INFO:blivet:added dm live-rw (id 61) to device tree
INFO:blivet:got device: DMDevice instance (0x7f8d47a9b5c0) --
  name = live-rw  status = True  id = 61
  children = []
  parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem']
  uuid = None  size = 3 GiB
  format = existing None
  major = 0  minor = 0  exists = True  protected = True
  sysfs path = /sys/devices/virtual/block/dm-0
  target size = 3 GiB  path = /dev/mapper/live-rw
  format args = []  original_format = None  target = None  dm_uuid = None
INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ...
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-rw ...
INFO:program:stdout[17]: 

INFO:program:stderr[17]: 
INFO:program:...done [17] (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:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
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:              196608
INFO:program:Block count:              786432
INFO:program:Reserved block count:     0
INFO:program:Free blocks:              185887
INFO:program:Free inodes:              158025
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:      383
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 May 11 17:55:57 2022
INFO:program:Last mount time:          Wed Jun 15 02:40:36 2022
INFO:program:Last write time:          Wed Jun 15 02:40:36 2022
INFO:program:Mount count:              2
INFO:program:Maximum mount count:      -1
INFO:program:Last checked:             Wed May 11 17:55:57 2022
INFO:program:Check interval:           0 (<none>)
INFO:program:Lifetime writes:          2328 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:      0a4f5283-d614-4bed-85ba-47837a13f658
INFO:program:Journal backup:           inode blocks
INFO:program:Checksum type:            crc32c
INFO:program:Checksum:                 0x9c4a2187
INFO:program:Journal features:         journal_64bit journal_checksum_v3
INFO:program:Journal size:             64M
INFO:program:Journal length:           16384
INFO:program:Journal sequence:         0x00000012
INFO:program:Journal start:            1
INFO:program:Journal checksum type:    crc32c
INFO:program:Journal checksum:         0x7b3b6ba9
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: 786432
INFO:program:stderr:
INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)'
DEBUG:program:Return code: 0
DEBUG:blivet:using current size 3 GiB as min size
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-label/Anaconda /dev/disk/by-id/dm-name-live-base '
             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51 '
             '/dev/mapper/live-base',
 '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': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
 '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': '12196029'} ;
INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)...
DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a
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 [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)
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)
INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ...
INFO:program:stdout[26]: 

INFO:program:stderr[26]: 
INFO:program:...done [26] (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: 363239313435360a
DEBUG:blivet:updated live-base size to 3 GiB (3 GiB)
INFO:blivet:added dm live-base (id 71) to device tree
INFO:blivet:got device: DMDevice instance (0x7f8d47a38198) --
  name = live-base  status = True  id = 71
  children = []
  parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem']
  uuid = None  size = 3 GiB
  format = existing None
  major = 0  minor = 0  exists = True  protected = True
  sysfs path = /sys/devices/virtual/block/dm-1
  target size = 3 GiB  path = /dev/mapper/live-base
  format args = []  original_format = None  target = None  dm_uuid = None
INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ...
INFO:program:stdout[27]: 

INFO:program:stderr[27]: 
INFO:program:...done [27] (exit code: 0)
INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-base ...
INFO:program:stdout[28]: 

INFO:program:stderr[28]: 
INFO:program:...done [28] (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.4grpwrl1
INFO:program:Filesystem UUID:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
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:              196608
INFO:program:Block count:              786432
INFO:program:Reserved block count:     0
INFO:program:Free blocks:              185887
INFO:program:Free inodes:              158025
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:      383
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 May 11 17:55:57 2022
INFO:program:Last mount time:          Wed May 11 17:55:57 2022
INFO:program:Last write time:          Wed May 11 17:56:58 2022
INFO:program:Mount count:              1
INFO:program:Maximum mount count:      -1
INFO:program:Last checked:             Wed May 11 17:55:57 2022
INFO:program:Check interval:           0 (<none>)
INFO:program:Lifetime writes:          2328 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:      0a4f5283-d614-4bed-85ba-47837a13f658
INFO:program:Journal backup:           inode blocks
INFO:program:Checksum type:            crc32c
INFO:program:Checksum:                 0x57af5476
INFO:program:Journal features:         journal_64bit journal_checksum_v3
INFO:program:Journal size:             64M
INFO:program:Journal length:           16384
INFO:program:Journal sequence:         0x00000011
INFO:program:Journal start:            0
INFO:program:Journal checksum type:    crc32c
INFO:program:Journal checksum:         0x51e0a520
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
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:blivet:edd: collected mbr signatures: {}
DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/
DEBUG:testdata:glob match: /sys/firmware/edd/int13_dev80/
DEBUG:blivet:edd: found device 0x80 at /sys/firmware/edd/int13_dev80/
DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/version: 307833300a
WARNING:blivet:interface is not a valid attribute
WARNING:blivet:mbr_signature is not a valid attribute
DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/sectors: 3131353334333336300a
WARNING:blivet:host_bus is not a valid attribute
DEBUG:blivet:edd: data extracted from 0x80:<EddEntry path: /sys/firmware/edd/int13_dev80/ version: 0x30  mbr_signature: None sectors: 115343360>
ERROR:blivet:edd: unable to match edd entry 0x80
DEBUG:blivet:resolved 'LABEL=AlmaLinux-8-6-x86_64-dvd' to 'sr0' (cdrom)
DEBUG:anaconda.storage:Protected device spec LABEL=AlmaLinux-8-6-x86_64-dvd resolved to sr0.
DEBUG:blivet:               DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_path returned None
DEBUG:blivet:failed to resolve '/dev/zram0'
DEBUG:anaconda.storage:Marking device sr0 as protected.
DEBUG:anaconda.storage:Marking device sr0 as protected.
DEBUG:anaconda.storage:Marking device sr0 as protected.
DEBUG:blivet:             DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                 DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:blivet:                 DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
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 GRUB2.
DEBUG:blivet:              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
DEBUG:blivet:                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
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 ;
DEBUG:anaconda.modules.storage.storage:The storage model has changed.
INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (140244778157824)
DEBUG:anaconda.modules.storage.storage:The storage model has changed.
DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
DEBUG:blivet:             DeviceTree.handle_format: name: sr0 ;
DEBUG:blivet:               OpticalDevice.media_present: sr0 ; status: True ;
DEBUG:blivet:no type or existing type for sr0, bailing
DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
DEBUG:blivet:              Iso9660FS.setup: device: /dev/sr0 ; type: iso9660 ; status: True ;
INFO:program:Running... mount -t iso9660 -o ro /dev/sr0 /tmp/tmp2lteynit
DEBUG:program:Return code: 0
DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
DEBUG:blivet:              Iso9660FS.teardown: device: /dev/sr0 ; type: iso9660 ; status: True ;
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
INFO:program:Running... umount /tmp/tmp2lteynit
DEBUG:program:Return code: 0
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:blivet:resolved 'LABEL=AlmaLinux-8-6-x86_64-dvd' to 'sr0' (cdrom)
DEBUG:blivet:             DeviceTree.handle_format: name: sr0 ;
DEBUG:blivet:               OpticalDevice.media_present: sr0 ; status: True ;
DEBUG:blivet:no type or existing type for sr0, bailing
DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
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: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['nvme0n1']'.
DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['nvme0n1']'.
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:anaconda.modules.storage.storage:The storage model has changed.
DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:blivet:               DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; hidden: True ;
DEBUG:blivet:checking if sr0 depends on nvme0n1
DEBUG:blivet:checking if nvme0n1 depends on nvme0n1
DEBUG:blivet:checking if /run/install/repo/images/install.img depends on nvme0n1
DEBUG:blivet:checking if loop0 depends on nvme0n1
DEBUG:blivet:checking if /LiveOS/rootfs.img depends on nvme0n1
DEBUG:blivet:checking if loop1 depends on nvme0n1
DEBUG:blivet:checking if /overlay (deleted) depends on nvme0n1
DEBUG:blivet:checking if loop2 depends on nvme0n1
DEBUG:blivet:checking if live-rw depends on nvme0n1
DEBUG:blivet:checking if live-base depends on nvme0n1
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: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['nvme0n1']'.
DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['nvme0n1']'.
DEBUG:anaconda.modules.storage.storage:Created the partitioning INTERACTIVE.
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2.
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; 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: nvme0n1 ; type: None ; current: None ;
INFO:blivet:registered action: [111] destroy format None on disk nvme0n1 (id 14)
DEBUG:blivet:                 DiskLabel.__init__: device: /dev/nvme0n1 ;
DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
DEBUG:blivet:                       DiskLabel.fresh_parted_disk: device: /dev/nvme0n1 ; label_type: msdos ;
DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance --
  type: msdos  primaryPartitionCount: 0
  lastPartitionNumber: -1  maxPrimaryPartitionCount: 4
  partitions: []
  device: <parted.device.Device object at 0x7f8d4707b860>
  PedDisk: <_ped.Disk object at 0x7f8d471aa3c8>
DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 113
DEBUG:blivet:                      DiskDevice._set_format: nvme0n1 ; type: disklabel ; current: None ;
INFO:blivet:registered action: [114] create format msdos disklabel on disk nvme0n1 (id 14)
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1.
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2.
INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-1 (140244778157824)
DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True.
DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d4718e748) --
  name = nvme0n1  status = True  id = 14
  children = []
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
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:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: nvme0n1
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: nvme0n1
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning.
INFO:anaconda.core.storage:Detected 2.02 GiB of memory
INFO:anaconda.core.storage:Swap attempt of 2.02 GiB
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests:
PartSpec instance (0x7f8d471c99e8) -- 
  mountpoint = None  lv = False  thin = False  btrfs = False
  weight = 0  fstype = biosboot  encrypted = False
  size = 1024 KiB  max_size = None  grow = False
PartSpec instance (0x7f8d471c95c0) -- 
  mountpoint = /boot  lv = False  thin = False  btrfs = False
  weight = 0  fstype = xfs  encrypted = False
  size = 1024 MiB  max_size = None  grow = False
PartSpec instance (0x7f8d471c9630) -- 
  mountpoint = /  lv = True  thin = True  btrfs = True
  weight = 0  fstype = xfs  encrypted = True
  size = 1024 MiB  max_size = 70 GiB  grow = True
PartSpec instance (0x7f8d471c94a8) -- 
  mountpoint = /home  lv = True  thin = True  btrfs = True
  weight = 0  fstype = xfs  encrypted = True
  size = 500 MiB  max_size = None  grow = True
PartSpec instance (0x7f8d471c9588) -- 
  mountpoint = None  lv = True  thin = False  btrfs = False
  weight = 0  fstype = swap  encrypted = True
  size = 2.02 GiB  max_size = None  grow = False

DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['nvme0n1']
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['nvme0n1']
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', 'nvme0n1', 'sr0']
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: nvme0n1
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['nvme0n1']
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['nvme0n1']
DEBUG:blivet:                LVMPhysicalVolume.__init__: mountpoint: None ;
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 115
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 117
DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req0 ; kids: 0 ;
DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: lvmpv ; current: None ;
DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
INFO:blivet:added partition req0 (id 116) to device tree
INFO:blivet:registered action: [119] create device partition req0 (id 116)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 121
DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: lvmpv ; current: lvmpv ;
INFO:blivet:registered action: [120] create format lvmpv on partition req0 (id 116)
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for nvme0n1.
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f8d471c99e8) -- 
  mountpoint = None  lv = False  thin = False  btrfs = False
  weight = 0  fstype = biosboot  encrypted = False
  size = 1024 KiB  max_size = None  grow = False

DEBUG:anaconda.modules.storage.partitioning.automatic.utils:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 122
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 124
DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req1 ; kids: 0 ;
DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: None ;
DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 1 ;
INFO:blivet:added partition req1 (id 123) to device tree
INFO:blivet:registered action: [126] create device partition req1 (id 123)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 128
DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [127] create format xfs filesystem mounted at /boot on partition req1 (id 123)
DEBUG:blivet:             DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['req0(id 116)', 'req1(id 123)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req0(id 116)', 'req1(id 123)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 123)', 'req0(id 116)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 123 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d471c8518>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471c15f8>  PedPartition: <_ped.Partition object at 0x7f8d470e7780>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471c1860>  PedPartition: <_ped.Partition object at 0x7f8d470e76d0>
DEBUG:blivet:allocating partition: req0 ; id: 116 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=500 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d471c8518>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471b39e8>  PedPartition: <_ped.Partition object at 0x7f8d47131fc0>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 123 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 116 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 123  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 116  name = nvme0n1p2  growable = True
base = 1024000  growth = 0  max_grow = 4293943295
done = False
DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
DEBUG:blivet:adding 112220160 (53.51 GiB) to 116 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 116 (nvme0n1p2) is 112220160 units, or 53.51 GiB
DEBUG:blivet:request 123 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 116 (nvme0n1p2) growth: 112220160 (53.51 GiB) size: 54 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 112220160 (53.51 GiB)
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:                PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                         DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 112220160 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 112220160 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d471c8518>
DEBUG:blivet:created partition nvme0n1p2 of 500 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471b3860>  PedPartition: <_ped.Partition object at 0x7f8d470e77d8>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471b3b00>  PedPartition: <_ped.Partition object at 0x7f8d470e7888>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p2(id 116)', 'nvme0n1p1(id 123)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 116 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 123 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 123  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 116  name = nvme0n1p2  growable = True
base = 1024000  growth = 0  max_grow = 4293943295
done = False
DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
DEBUG:blivet:adding 112220160 (53.51 GiB) to 116 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 116 (nvme0n1p2) is 112220160 units, or 53.51 GiB
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (123): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d471b3898>
DEBUG:blivet:partition nvme0n1p2 (116): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d4707bc50>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 123)', 'nvme0n1p2(id 116)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                 PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:                 PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d471b3898>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470f8240>  PedPartition: <_ped.Partition object at 0x7f8d470e7990>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470f8320>  PedPartition: <_ped.Partition object at 0x7f8d470e79e8>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d4707bc50>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d471c84e0>  PedPartition: <_ped.Partition object at 0x7f8d470e7938>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470f81d0>  PedPartition: <_ped.Partition object at 0x7f8d470e7a40>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 130
DEBUG:blivet:                              LVMVolumeGroupDevice._add_parent: almalinux_host ; parent: nvme0n1p2 ;
DEBUG:blivet:                                  PartitionDevice.add_child: name: nvme0n1p2 ; child: almalinux_host ; kids: 0 ;
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/logical_block_size: 3531320a
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 131
DEBUG:blivet:                        LVMVolumeGroupDevice._set_format: almalinux_host ; type: None ; current: None ;
INFO:blivet:added lvmvg almalinux_host (id 129) to device tree
INFO:blivet:registered action: [133] create device lvmvg almalinux_host (id 129)
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 134
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 136
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 138
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: root ; kids: 1 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-root ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 54 GiB free
DEBUG:blivet:Adding almalinux_host-root/1024 MiB to almalinux_host
INFO:program:Running [29] dmsetup --version ...
INFO:program:stdout[29]: Library version:   1.02.181-RHEL8 (2021-10-20)
Driver version:    4.43.0

INFO:program:stderr[29]: 
INFO:program:...done [29] (exit code: 0)
INFO:blivet:added lvmlv almalinux_host-root (id 135) to device tree
INFO:blivet:registered action: [140] create device lvmlv almalinux_host-root (id 135)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 142
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [141] create format xfs filesystem mounted at / on lvmlv almalinux_host-root (id 135)
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 143
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 145
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 147
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: home ; kids: 2 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-home ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 53 GiB free
DEBUG:blivet:Adding almalinux_host-home/500 MiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-home (id 144) to device tree
INFO:blivet:registered action: [149] create device lvmlv almalinux_host-home (id 144)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 151
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [150] create format xfs filesystem mounted at /home on lvmlv almalinux_host-home (id 144)
DEBUG:blivet:                SwapSpace.__init__: mountpoint: None ;
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 152
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 154
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 156
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: swap ; kids: 3 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-swap ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 52.51 GiB free
DEBUG:blivet:Adding almalinux_host-swap/2.02 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-swap (id 153) to device tree
INFO:blivet:registered action: [158] create device lvmlv almalinux_host-swap (id 153)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 160
INFO:program:Running [30] mkswap --version ...
INFO:program:stdout[30]: mkswap from util-linux 2.32.1

INFO:program:stderr[30]: 
INFO:program:...done [30] (exit code: 0)
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: swap ;
INFO:blivet:registered action: [159] create format swap on lvmlv almalinux_host-swap (id 153)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:vg almalinux_host: 50.48 GiB free ; lvs: ['root', 'home', 'swap']
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:adding request 135 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:adding request 144 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:adding request 153 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:Chunk.grow_requests: VGChunk instance --
device = /dev/almalinux_host  length = 13823  size = 54 GiB
remaining = 2  pool = 12923
DEBUG:blivet:req: LVRequest instance --
id = 153  name = almalinux_host-swap  growable = False
base = 519  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: LVRequest instance --
id = 135  name = almalinux_host-root  growable = True
base = 256  growth = 0  max_grow = 17664
done = False
DEBUG:blivet:req: LVRequest instance --
id = 144  name = almalinux_host-home  growable = True
base = 125  growth = 0  max_grow = 4398046510979
done = False
DEBUG:blivet:2 requests and 12923 (50.48 GiB) left in chunk
DEBUG:blivet:adding 8683 (33.92 GiB) to 135 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8683 units, or 33.92 GiB
DEBUG:blivet:adding 4239 (16.56 GiB) to 144 (almalinux_host-home)
DEBUG:blivet:new grow amount for request 144 (almalinux_host-home) is 4239 units, or 16.56 GiB
DEBUG:blivet:2 requests and 1 (4 MiB) left in chunk
DEBUG:blivet:adding 0 (0 B) to 135 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8683 units, or 33.92 GiB
DEBUG:blivet:adding 0 (0 B) to 144 (almalinux_host-home)
DEBUG:blivet:new grow amount for request 144 (almalinux_host-home) is 4239 units, or 16.56 GiB
DEBUG:blivet:adding 1 (4 MiB) to 135 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8684 units, or 33.92 GiB
DEBUG:blivet:trying to set lv almalinux_host-root size to 34.92 GiB
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 16.56 GiB free
DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d4718e748) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
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:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: nvme0n1
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: nvme0n1
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'nvme0n1'.
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.checker.utils:Available memory: 804.93 MiB
DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success.
INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-1 (140244778157824)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d47177ba8>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d471c1630) --
  name = almalinux_host-home  status = False  id = 144
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (129)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4707bf98) --
  name = almalinux_host  status = False  id = 129
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap']
  parents = ['non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (129)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 161
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
INFO:program:Running... modprobe --dry-run vfat
DEBUG:program:Return code: 0
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
INFO:program:Running [31] mdadm --version ...
INFO:program:stdout[31]: 
INFO:program:stderr[31]: mdadm - v4.2 - 2021-12-30 - 2

INFO:program:...done [31] (exit code: 0)
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 202
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 203
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 204
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 205
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 206
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 207
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 208
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 209
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (129)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.modules.storage.storage:The storage model has changed.
DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                   DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; hidden: False ;
DEBUG:blivet:dep is a leaf
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 241
DEBUG:blivet:                         DiskDevice._set_format: nvme0n1 ; type: None ; current: None ;
INFO:blivet:registered action: [240] destroy format None on disk nvme0n1 (id 14)
DEBUG:blivet:                    DiskLabel.__init__: device: /dev/nvme0n1 ;
DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
DEBUG:blivet:                          DiskLabel.fresh_parted_disk: device: /dev/nvme0n1 ; label_type: msdos ;
DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance --
  type: msdos  primaryPartitionCount: 0
  lastPartitionNumber: -1  maxPrimaryPartitionCount: 4
  partitions: []
  device: <parted.device.Device object at 0x7f8d46fe26d8>
  PedDisk: <_ped.Disk object at 0x7f8d47192408>
DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 242
DEBUG:blivet:                         DiskDevice._set_format: nvme0n1 ; type: disklabel ; current: None ;
INFO:blivet:registered action: [243] create format msdos disklabel on disk nvme0n1 (id 14)
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3.
INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-2 (140244778157824)
DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True.
DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = []
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
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.execution:Use the requested boot drive.
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                   DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
existing 0 B file /run/install/repo/images/install.img (19)
  existing 0 B loop loop0 (23)
existing 0 B file /LiveOS/rootfs.img (33)
  existing 0 B loop loop1 (37) with existing ext4 filesystem
    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
    existing 3 GiB dm live-base (71) with existing ext4 filesystem
existing 0 B file /overlay (deleted) (47)
  existing 0 B loop loop2 (51)
 and disks_only=True
DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning.
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Using default PBKDF args.
INFO:anaconda.core.storage:Detected 2.02 GiB of memory
INFO:anaconda.core.storage:Swap attempt of 2.02 GiB
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests:
PartSpec instance (0x7f8d46ff1860) -- 
  mountpoint = None  lv = False  thin = False  btrfs = False
  weight = 0  fstype = biosboot  encrypted = False
  size = 1024 KiB  max_size = None  grow = False
PartSpec instance (0x7f8d46ff1f28) -- 
  mountpoint = /boot  lv = False  thin = False  btrfs = False
  weight = 0  fstype = xfs  encrypted = False
  size = 1024 MiB  max_size = None  grow = False
PartSpec instance (0x7f8d46ff1fd0) -- 
  mountpoint = /  lv = True  thin = True  btrfs = True
  weight = 0  fstype = xfs  encrypted = True
  size = 1024 MiB  max_size = 70 GiB  grow = True
PartSpec instance (0x7f8d46ff1f60) -- 
  mountpoint = /home  lv = True  thin = True  btrfs = True
  weight = 0  fstype = xfs  encrypted = True
  size = 500 MiB  max_size = None  grow = True
PartSpec instance (0x7f8d46ff1f98) -- 
  mountpoint = None  lv = True  thin = False  btrfs = False
  weight = 0  fstype = swap  encrypted = True
  size = 2.02 GiB  max_size = None  grow = False

DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: True
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['nvme0n1']
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['nvme0n1']
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', 'nvme0n1', 'sr0']
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: nvme0n1
DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['nvme0n1']
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['nvme0n1']
DEBUG:blivet:                LUKS.__init__: mountpoint: None ; passphrase:  ; cipher:  ; luks_version: luks2 ; pbkdf_args: None ; escrow_cert: None ; add_backup_passphrase: False ;
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 244
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 246
DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req0 ; kids: 0 ;
DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: luks ; current: None ;
DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
INFO:blivet:added partition req0 (id 245) to device tree
INFO:blivet:registered action: [248] create device partition req0 (id 245)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 250
DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: luks ; current: luks ;
INFO:blivet:registered action: [249] create format luks on partition req0 (id 245)
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for nvme0n1.
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request
DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f8d46ff1860) -- 
  mountpoint = None  lv = False  thin = False  btrfs = False
  weight = 0  fstype = biosboot  encrypted = False
  size = 1024 KiB  max_size = None  grow = False

DEBUG:anaconda.modules.storage.partitioning.automatic.utils:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 251
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 253
DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req1 ; kids: 0 ;
DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: None ;
DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 1 ;
INFO:blivet:added partition req1 (id 252) to device tree
INFO:blivet:registered action: [255] create device partition req1 (id 252)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 257
DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [256] create format xfs filesystem mounted at /boot on partition req1 (id 252)
DEBUG:blivet:             DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['req0(id 245)', 'req1(id 252)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req0(id 245)', 'req1(id 252)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47000128>  PedPartition: <_ped.Partition object at 0x7f8d47023ca8>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ff9cf8>  PedPartition: <_ped.Partition object at 0x7f8d470450f8>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=500 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470002e8>  PedPartition: <_ped.Partition object at 0x7f8d470b4048>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 1024000  growth = 0  max_grow = 4293943295
done = False
DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
DEBUG:blivet:adding 112220160 (53.51 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 112220160 units, or 53.51 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 112220160 (53.51 GiB) size: 54 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 112220160 (53.51 GiB)
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:                PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                         DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 112220160 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 112220160 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 500 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470005c0>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd58>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470006d8>  PedPartition: <_ped.Partition object at 0x7f8d46fdcc50>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p2(id 245)', 'nvme0n1p1(id 252)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 1024000  growth = 0  max_grow = 4293943295
done = False
DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
DEBUG:blivet:adding 112220160 (53.51 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 112220160 units, or 53.51 GiB
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d470007b8>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47000240>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                 PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:                 PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d470007b8>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47000b00>  PedPartition: <_ped.Partition object at 0x7f8d47023ca8>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47000cf8>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47000240>
DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ff9dd8>  PedPartition: <_ped.Partition object at 0x7f8d47045f10>
DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d470007f0>  PedPartition: <_ped.Partition object at 0x7f8d46fdceb8>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:              LVMPhysicalVolume.__init__: device: /dev/nvme0n1p2 ;
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 258
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 260
DEBUG:blivet:                            PartitionDevice.add_child: name: nvme0n1p2 ; child: luks-nvme0n1p2 ; kids: 0 ;
DEBUG:blivet:                       LUKSDevice._set_format: luks-nvme0n1p2 ; type: lvmpv ; current: None ;
INFO:blivet:added luks/dm-crypt luks-nvme0n1p2 (id 259) to device tree
INFO:blivet:registered action: [262] create device luks/dm-crypt luks-nvme0n1p2 (id 259)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 264
DEBUG:blivet:                     LUKSDevice._set_format: luks-nvme0n1p2 ; type: lvmpv ; current: lvmpv ;
INFO:blivet:registered action: [263] create format lvmpv on luks/dm-crypt luks-nvme0n1p2 (id 259)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 266
DEBUG:blivet:                              LVMVolumeGroupDevice._add_parent: almalinux_host ; parent: luks-nvme0n1p2 ;
DEBUG:blivet:                                  LUKSDevice.add_child: name: luks-nvme0n1p2 ; child: almalinux_host ; kids: 0 ;
DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/logical_block_size: 3531320a
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 267
DEBUG:blivet:                        LVMVolumeGroupDevice._set_format: almalinux_host ; type: None ; current: None ;
INFO:blivet:added lvmvg almalinux_host (id 265) to device tree
INFO:blivet:registered action: [269] create device lvmvg almalinux_host (id 265)
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 270
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 272
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 274
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: root ; kids: 1 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-root ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 54 GiB free
DEBUG:blivet:Adding almalinux_host-root/1024 MiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-root (id 271) to device tree
INFO:blivet:registered action: [276] create device lvmlv almalinux_host-root (id 271)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 278
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [277] create format xfs filesystem mounted at / on lvmlv almalinux_host-root (id 271)
DEBUG:blivet:                  XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 279
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 281
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 283
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: home ; kids: 2 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-home ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 53 GiB free
DEBUG:blivet:Adding almalinux_host-home/500 MiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-home (id 280) to device tree
INFO:blivet:registered action: [285] create device lvmlv almalinux_host-home (id 280)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 287
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [286] create format xfs filesystem mounted at /home on lvmlv almalinux_host-home (id 280)
DEBUG:blivet:                SwapSpace.__init__: mountpoint: None ;
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 288
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 290
DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 292
DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: swap ; kids: 3 ;
DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-swap ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 52.51 GiB free
DEBUG:blivet:Adding almalinux_host-swap/2.02 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-swap (id 289) to device tree
INFO:blivet:registered action: [294] create device lvmlv almalinux_host-swap (id 289)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 296
DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: swap ;
INFO:blivet:registered action: [295] create format swap on lvmlv almalinux_host-swap (id 289)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:vg almalinux_host: 50.48 GiB free ; lvs: ['root', 'home', 'swap']
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:adding request 271 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:adding request 280 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:adding request 289 to chunk 13823 on /dev/almalinux_host
DEBUG:blivet:Chunk.grow_requests: VGChunk instance --
device = /dev/almalinux_host  length = 13823  size = 54 GiB
remaining = 2  pool = 12923
DEBUG:blivet:req: LVRequest instance --
id = 289  name = almalinux_host-swap  growable = False
base = 519  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: LVRequest instance --
id = 271  name = almalinux_host-root  growable = True
base = 256  growth = 0  max_grow = 17664
done = False
DEBUG:blivet:req: LVRequest instance --
id = 280  name = almalinux_host-home  growable = True
base = 125  growth = 0  max_grow = 4398046510979
done = False
DEBUG:blivet:2 requests and 12923 (50.48 GiB) left in chunk
DEBUG:blivet:adding 8683 (33.92 GiB) to 271 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8683 units, or 33.92 GiB
DEBUG:blivet:adding 4239 (16.56 GiB) to 280 (almalinux_host-home)
DEBUG:blivet:new grow amount for request 280 (almalinux_host-home) is 4239 units, or 16.56 GiB
DEBUG:blivet:2 requests and 1 (4 MiB) left in chunk
DEBUG:blivet:adding 0 (0 B) to 271 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8683 units, or 33.92 GiB
DEBUG:blivet:adding 0 (0 B) to 280 (almalinux_host-home)
DEBUG:blivet:new grow amount for request 280 (almalinux_host-home) is 4239 units, or 16.56 GiB
DEBUG:blivet:adding 1 (4 MiB) to 271 (almalinux_host-root)
DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8684 units, or 33.92 GiB
DEBUG:blivet:trying to set lv almalinux_host-root size to 34.92 GiB
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 50.48 GiB free
DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 16.56 GiB free
DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
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.execution:Use the requested boot drive.
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                   DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
  non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
  non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
    non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
      non-existent 54 GiB lvmvg almalinux_host (265)
        non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
        non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
        non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
existing 0 B file /run/install/repo/images/install.img (19)
  existing 0 B loop loop0 (23)
existing 0 B file /LiveOS/rootfs.img (33)
  existing 0 B loop loop1 (37) with existing ext4 filesystem
    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
    existing 3 GiB dm live-base (71) with existing ext4 filesystem
existing 0 B file /overlay (deleted) (47)
  existing 0 B loop loop2 (51)
 and disks_only=True
DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.checker.utils:Available memory: 798.02 MiB
DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests.
DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success.
INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-2 (140244778157824)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 297
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 338
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 339
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 340
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 341
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 342
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 343
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 344
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 345
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 346
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 347
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=10737418240, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/home',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = 'home',
size = Size (10 GiB),
raid_level = None,
encrypted = False,
container_name = 'almalinux_host',
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46faa710>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f804e0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46faa710>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f805c0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd888>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 422
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 64 GiB to include new device space
DEBUG:blivet:size cut to 46.95 GiB to omit old device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 423
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (46.953125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 424
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f98470> ;
DEBUG:blivet:parent factory container: non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 425
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 426
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 64 GiB to include new device space
DEBUG:blivet:size cut to 46.95 GiB to omit old device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 427
DEBUG:blivet:adding a TotalSizeSet with size 46.95 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a0f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd9e8>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f80a58>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 46.95 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f80978>  PedPartition: <_ped.Partition object at 0x7f8d46fdceb8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 98447360
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 14776320 (7.05 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98447360 units, or 46.94 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 98447360 (46.94 GiB) size: 46.95 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 98447360 (46.94 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 98447360 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 98447360 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a080>  PedPartition: <_ped.Partition object at 0x7f8d46fcd8e0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f80f60>  PedPartition: <_ped.Partition object at 0x7f8d46fdcbf8>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 98447360
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 14776320 (7.05 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98447360 units, or 46.94 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/50415534080
DEBUG:blivet:allocating 50405048320 to TotalSizeSet with 10485760/50415534080 (50405048320 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 98447360  max_grow = 98447360
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 50415534080/50415534080
DEBUG:blivet:allocating 0 to TotalSizeSet with 50415534080/50415534080 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 98447360  max_grow = 98447360
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a0b8>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 100567039  length: 98467840
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a208>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a0b8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a550>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a400>  PedPartition: <_ped.Partition object at 0x7f8d47004ba0>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 100567039  length: 98467840
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a208>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47000dd8>  PedPartition: <_ped.Partition object at 0x7f8d46fcd938>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a588>  PedPartition: <_ped.Partition object at 0x7f8d46fcda98>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has -7.05 GiB free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has -7.05 GiB free
INFO:blivet:adjusting device size from 17.05 GiB to 10 GiB
DEBUG:blivet:trying to set lv almalinux_host-home size to 10 GiB
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 428
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 46.95 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12019  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 429
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 470
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 471
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 472
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 473
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 474
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 475
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 476
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 477
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 46.95 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12019  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 478
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 519
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 520
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 521
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 522
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 523
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 524
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 525
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 526
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 46.95 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12019  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 527
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 568
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 569
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 570
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 571
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 572
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 573
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 574
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 575
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 576
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 577
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=21474836480, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 46.95 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12019  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/home',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = 'home',
size = Size (20 GiB),
raid_level = None,
encrypted = False,
container_name = 'almalinux_host',
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 20 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 46.95 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12019  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (20 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f7ca20>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f20e80>  PedPartition: <_ped.Partition object at 0x7f8d46fdcbf8>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f7ca20>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f90048>  PedPartition: <_ped.Partition object at 0x7f8d46fcd8e0>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 652
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 66.95 GiB to include new device space
DEBUG:blivet:size cut to 56.95 GiB to omit old device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 653
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (56.955078125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 654
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f807f0> ;
DEBUG:blivet:parent factory container: non-existent 46.95 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 655
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 656
DEBUG:blivet:almalinux_host size is 46.95 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 66.95 GiB to include new device space
DEBUG:blivet:size cut to 56.95 GiB to omit old device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 657
DEBUG:blivet:adding a TotalSizeSet with size 56.96 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f6c128>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47177898>  PedPartition: <_ped.Partition object at 0x7f8d47188258>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 56.96 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4718eb38>  PedPartition: <_ped.Partition object at 0x7f8d470b48e0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 119422976
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 113223680 units, or 53.99 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 113223680 (53.99 GiB) size: 54 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 113223680 (53.99 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 113223680 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 113223680 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4718e5c0>  PedPartition: <_ped.Partition object at 0x7f8d47004d00>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4718e710>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 119422976
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 113223680 units, or 53.99 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/61155049472
DEBUG:blivet:allocating 57970524160 to TotalSizeSet with 10485760/61155049472 (61144563712 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 113223680  max_grow = 119422976
done = False
DEBUG:blivet:needed: 3174039552
DEBUG:blivet:set: ['nvme0n1p2'] 57981009920/61155049472
DEBUG:blivet:allocating 0 to TotalSizeSet with 57981009920/61155049472 (3174039552 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 113223680  max_grow = 119422976
done = False
DEBUG:blivet:needed: 3174039552
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180e80>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180c50>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180e80>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47180860>  PedPartition: <_ped.Partition object at 0x7f8d47004ba0>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4705b2b0>  PedPartition: <_ped.Partition object at 0x7f8d47004a98>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 115343359  length: 113244160
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180c50>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47180668>  PedPartition: <_ped.Partition object at 0x7f8d471a9b48>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4705b4a8>  PedPartition: <_ped.Partition object at 0x7f8d47aada40>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 7.05 GiB free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 7.05 GiB free
INFO:blivet:adjusting size from 20 GiB to 17.05 GiB so it fits in container almalinux_host
INFO:blivet:adjusting device size from 10 GiB to 17.05 GiB
DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 7.05 GiB free
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 658
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 659
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 700
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 701
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 702
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 703
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 704
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 705
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 706
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 707
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 708
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 749
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 750
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 751
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 752
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 753
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 754
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 755
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 756
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 757
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 798
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 799
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 800
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 801
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 802
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 803
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 804
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 805
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
  name = almalinux_host-root  status = False  id = 271
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 34.92 GiB
  format = non-existent xfs filesystem mounted at /
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 34.92 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 806
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 847
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 848
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 849
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 850
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 851
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 852
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 853
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 854
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 855
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 856
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='root', device_raid_level='', device_size=21474836480, device_spec='almalinux_host-root', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/', reformat=True)
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
  name = almalinux_host-root  status = False  id = 271
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 34.92 GiB
  format = non-existent xfs filesystem mounted at /
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 34.92 GiB,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = 'root',
size = Size (20 GiB),
raid_level = None,
encrypted = False,
container_name = 'almalinux_host',
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at / ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: / ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: root ; size: 20 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
  name = almalinux_host-root  status = False  id = 271
  children = []
  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 34.92 GiB
  format = non-existent xfs filesystem mounted at /
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 54 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13823  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 34.92 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'root', 'size': Size (20 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4700ff98>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4839ec88>  PedPartition: <_ped.Partition object at 0x7f8d47004468>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4700ff98>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4839e8d0>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 931
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 74 GiB to include new device space
DEBUG:blivet:size cut to 39.08 GiB to omit old device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 932
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (39.078125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 933
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46fe6c88> ;
DEBUG:blivet:parent factory container: non-existent 54 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 934
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 935
DEBUG:blivet:almalinux_host size is 54 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 74 GiB to include new device space
DEBUG:blivet:size cut to 39.08 GiB to omit old device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 936
DEBUG:blivet:adding a TotalSizeSet with size 39.08 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f62a58>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d487a02b0>  PedPartition: <_ped.Partition object at 0x7f8d47004e60>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 39.08 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d4705b080>  PedPartition: <_ped.Partition object at 0x7f8d47004a98>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 81932288
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 31291392 (14.92 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81932288 units, or 39.07 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 81932288 (39.07 GiB) size: 39.08 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 81932288 (39.07 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 81932288 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 81932288 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f62198>  PedPartition: <_ped.Partition object at 0x7f8d47aad8e0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f5b9e8>  PedPartition: <_ped.Partition object at 0x7f8d47a7ed58>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 81932288
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 31291392 (14.92 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81932288 units, or 39.07 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/41959817216
DEBUG:blivet:allocating 41949331456 to TotalSizeSet with 10485760/41959817216 (41949331456 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 81932288  max_grow = 81932288
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 41959817216/41959817216
DEBUG:blivet:allocating 0 to TotalSizeSet with 41959817216/41959817216 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 81932288  max_grow = 81932288
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f5b898>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 84051967  length: 81952768
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ff9860>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f5b898>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46fe6978>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d47177f28>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 84051967  length: 81952768
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ff9860>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46fea0f0>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46fe61d0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has -14.92 GiB free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has -14.92 GiB free
INFO:blivet:adjusting device size from 34.92 GiB to 20 GiB
DEBUG:blivet:trying to set lv almalinux_host-root size to 20 GiB
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 937
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 938
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 979
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 980
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 981
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 982
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 983
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 984
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 985
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 986
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
  name = almalinux_host-root  status = False  id = 271
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 20 GiB
  format = non-existent xfs filesystem mounted at /
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 20 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 987
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1028
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1029
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1030
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1031
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1032
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1033
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1034
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1035
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
  name = almalinux_host-root  status = False  id = 271
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 20 GiB
  format = non-existent xfs filesystem mounted at /
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 20 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1036
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1077
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1078
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1079
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1080
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1081
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1082
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1083
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1084
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
  name = almalinux_host-swap  status = False  id = 289
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 2.02 GiB
  format = non-existent swap
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 2.03 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1085
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1126
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1127
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1128
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1129
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1130
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1131
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1132
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1133
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1134
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1135
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='swap', device_raid_level='', device_size=2147483648, device_spec='almalinux_host-swap', device_type=0, disks=['nvme0n1'], format_type='swap', label='', luks_version='luks2', mount_point='', reformat=True)
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
  name = almalinux_host-swap  status = False  id = 289
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 2.02 GiB
  format = non-existent swap
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 2.03 GiB,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = None,
fstype = 'swap',
label = None,
luks_version = 'luks2',
device_name = 'swap',
size = Size (2 GiB),
raid_level = None,
encrypted = False,
container_name = 'almalinux_host',
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: None ; fstype: swap ; label: None ; luks_version: luks2 ; device_name: swap ; size: 2 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
  name = almalinux_host-swap  status = False  id = 289
  children = []
  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 2.02 GiB
  format = non-existent swap
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.07 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10003  free space = 0 B
  free extents = 0  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 2.03 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': None, 'fstype': 'swap', 'label': None, 'luks_version': 'luks2', 'device_name': 'swap', 'size': Size (2 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f73cc0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9240>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f73cc0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9320>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                     SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1210
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 41.08 GiB to include new device space
DEBUG:blivet:size cut to 39.05 GiB to omit old device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1211
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (39.052734375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1212
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d487a0160> ;
DEBUG:blivet:parent factory container: non-existent 39.07 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1213
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1214
DEBUG:blivet:almalinux_host size is 39.07 GiB
DEBUG:blivet:vg almalinux_host has 0 B free
DEBUG:blivet:size bumped to 41.08 GiB to include new device space
DEBUG:blivet:size cut to 39.05 GiB to omit old device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1215
DEBUG:blivet:adding a TotalSizeSet with size 39.05 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9780>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d487a0278>  PedPartition: <_ped.Partition object at 0x7f8d47a7ed58>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 39.05 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9a90>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 81879040
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 31344640 (14.95 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81879040 units, or 39.04 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 81879040 (39.04 GiB) size: 39.05 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 81879040 (39.04 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 81879040 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 81879040 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9470>  PedPartition: <_ped.Partition object at 0x7f8d47aad888>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed94a8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 81879040
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 31344640 (14.95 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81879040 units, or 39.04 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/41932554240
DEBUG:blivet:allocating 41922068480 to TotalSizeSet with 10485760/41932554240 (41922068480 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 81879040  max_grow = 81879040
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 41932554240/41932554240
DEBUG:blivet:allocating 0 to TotalSizeSet with 41932554240/41932554240 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 81879040  max_grow = 81879040
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed97f0>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 83998719  length: 81899520
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed9128>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed97f0>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46edc0b8>  PedPartition: <_ped.Partition object at 0x7f8d47aad938>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ff94e0>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 83998719  length: 81899520
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed9128>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d48775668>  PedPartition: <_ped.Partition object at 0x7f8d47aadfc0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46edc240>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has -28 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has -28 MiB free
INFO:blivet:adjusting size from 2 GiB to 2 GiB so it fits in container almalinux_host
INFO:blivet:adjusting device size from 2.02 GiB to 2 GiB
DEBUG:blivet:trying to set lv almalinux_host-swap size to 2 GiB
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1216
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1217
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1258
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1259
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1260
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1261
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1262
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1263
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1264
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1265
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
  name = almalinux_host-swap  status = False  id = 289
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 2 GiB
  format = non-existent swap
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 2 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1266
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1307
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1308
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1309
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1310
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1311
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1312
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1313
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1314
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
  name = almalinux_host-swap  status = False  id = 289
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 2 GiB
  format = non-existent swap
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 2 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1315
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1356
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1357
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1358
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1359
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1360
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1361
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1362
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1363
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1364
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1405
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1406
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1407
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1408
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1409
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1410
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1411
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1412
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1413
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1414
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=10737418240, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/home',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = 'home',
size = Size (10 GiB),
raid_level = None,
encrypted = False,
container_name = 'almalinux_host',
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 17.05 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 39.05 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9996  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 17.05 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f57a58>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb400>  PedPartition: <_ped.Partition object at 0x7f8d47aad888>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f57a58>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb4e0>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1489
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 49.05 GiB to include new device space
DEBUG:blivet:size cut to 32 GiB to omit old device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1490
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (32.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1491
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d48775588> ;
DEBUG:blivet:parent factory container: non-existent 39.05 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1492
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1493
DEBUG:blivet:almalinux_host size is 39.05 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 49.05 GiB to include new device space
DEBUG:blivet:size cut to 32 GiB to omit old device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1494
DEBUG:blivet:adding a TotalSizeSet with size 32.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb6a0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeba58>  PedPartition: <_ped.Partition object at 0x7f8d471880f8>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 32.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eebe10>  PedPartition: <_ped.Partition object at 0x7f8d471a9b48>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 67100672
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 67100672 (32 GiB) size: 32.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 67100672 (32 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 67100672 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 67100672 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb240>  PedPartition: <_ped.Partition object at 0x7f8d47aad938>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb358>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 67100672
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/34366029824
DEBUG:blivet:allocating 34355544064 to TotalSizeSet with 10485760/34366029824 (34355544064 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 67100672  max_grow = 67100672
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 34366029824/34366029824
DEBUG:blivet:allocating 0 to TotalSizeSet with 34366029824/34366029824 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 67100672  max_grow = 67100672
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eeb898>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 69220351  length: 67121152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ef2198>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eeb898>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ef23c8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d487a0278>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 69220351  length: 67121152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ef2198>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46edc048>  PedPartition: <_ped.Partition object at 0x7f8d47aada40>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ef2550>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has -7.04 GiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has -7.04 GiB free
INFO:blivet:adjusting device size from 17.05 GiB to 10 GiB
DEBUG:blivet:trying to set lv almalinux_host-home size to 10 GiB
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1495
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 32 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 8192  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1496
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1537
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1538
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1539
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1540
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1541
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1542
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1543
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1544
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 32 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 8192  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1545
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1586
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1587
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1588
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1589
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1590
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1591
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1592
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1593
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 32 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 8192  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1594
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1635
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1636
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1637
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1638
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1639
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1640
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1641
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1642
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1643
DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1644
DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1645
DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=10737418240, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var', reformat=False)
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (10 GiB)}
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned None
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = None,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/var',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = None,
size = Size (10 GiB),
raid_level = None,
encrypted = False,
container_name = None,
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46edc4a8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05828>  PedPartition: <_ped.Partition object at 0x7f8d46fcd990>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46edc4a8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05908>  PedPartition: <_ped.Partition object at 0x7f8d46fcd938>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1720
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 42 GiB to include new device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1721
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (42.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1722
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f34e48> ;
DEBUG:blivet:parent factory container: non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1723
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1724
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 42 GiB to include new device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1725
DEBUG:blivet:adding a TotalSizeSet with size 42.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f056d8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05be0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 42.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05b00>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 88072192
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 25151488 (11.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 88072192 units, or 42 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 88072192 (42 GiB) size: 42.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 88072192 (42 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 88072192 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 88072192 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eff3c8>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb898>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 88072192
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 25151488 (11.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 88072192 units, or 42 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/45103448064
DEBUG:blivet:allocating 45092962304 to TotalSizeSet with 10485760/45103448064 (45092962304 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 88072192  max_grow = 88072192
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 45103448064/45103448064
DEBUG:blivet:allocating 0 to TotalSizeSet with 45103448064/45103448064 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 88072192  max_grow = 88072192
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff160>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 90191871  length: 88092672
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff358>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff160>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed91d0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd00>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9ba8>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 90191871  length: 88092672
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff358>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ef2588>  PedPartition: <_ped.Partition object at 0x7f8d46fcdca8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed99b0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:                          XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1726
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1728
DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 3 ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1730
DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 4 ;
DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 3 ;
DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:Adding almalinux_host-var/10 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-var (id 1727) to device tree
INFO:blivet:registered action: [1732] create device lvmlv almalinux_host-var (id 1727)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1734
DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [1733] create format xfs filesystem mounted at /var on lvmlv almalinux_host-var (id 1727)
DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 1735
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 42 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
 'filesystem mounted at /var']
  parents = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 42 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10752  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
 'filesystem mounted at /var']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1736
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1777
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1778
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1779
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1780
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1781
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1782
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1783
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1784
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f34cf8) --
  name = almalinux_host-var  status = False  id = 1727
  children = []
  parents = ['non-existent 42 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /var
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 10 GiB  path = /dev/mapper/almalinux_host-var
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
 'filesystem mounted at /var']
  parents = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 42 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 10752  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
 'filesystem mounted at /var']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:resolved 'almalinux_host-var' to 'almalinux_host-var' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1785
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1826
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1827
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1828
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1829
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1830
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1831
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1832
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1833
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:            DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:            DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Destroy device: almalinux_host-var
DEBUG:blivet:                           LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 4 ;
INFO:blivet:removed lvmlv almalinux_host-var (id 1727) from device tree
INFO:blivet:registered action: [1834] destroy device lvmlv almalinux_host-var (id 1727)
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'size': Size (0 B), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'container_name': 'almalinux_host', 'container_encrypted': True, 'container_raid_level': None, 'container_size': 0}
DEBUG:blivet:             LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                    DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                    DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                    PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4702fbe0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea80f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
DEBUG:blivet:                    DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                    DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                    PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d4702fbe0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea81d0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdfc0>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:size bumped to 32 GiB to include new device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1916
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (32.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1917
DEBUG:blivet:                PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f105f8> ;
DEBUG:blivet:parent factory container: non-existent 42 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                    LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1918
DEBUG:blivet:                    LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1919
DEBUG:blivet:almalinux_host size is 42 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:size bumped to 32 GiB to include new device space
DEBUG:blivet:                    LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1920
DEBUG:blivet:adding a TotalSizeSet with size 32.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                    DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                       PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                               LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                       PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                       PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea89b0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd9e8>
DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea86d8>  PedPartition: <_ped.Partition object at 0x7f8d46fcde60>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 32.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8630>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 67100672
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 67100672 (32 GiB) size: 32.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 67100672 (32 GiB)
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                               LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                       PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 67100672 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 67100672 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8358>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea83c8>  PedPartition: <_ped.Partition object at 0x7f8d46fcdeb8>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 67100672
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/34366029824
DEBUG:blivet:allocating 34355544064 to TotalSizeSet with 10485760/34366029824 (34355544064 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 67100672  max_grow = 67100672
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 34366029824/34366029824
DEBUG:blivet:allocating 0 to TotalSizeSet with 34366029824/34366029824 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 67100672  max_grow = 67100672
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8d30>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 69220351  length: 67121152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8470>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                        PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                        PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                 DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                        PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                        PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                 DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8d30>
DEBUG:blivet:                       PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc080>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc0b8>  PedPartition: <_ped.Partition object at 0x7f8d46ebd0a0>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 69220351  length: 67121152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8470>
DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea89b0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8908>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4.
INFO:anaconda.threading:Running Thread: AnaTaskThread-FindExistingSystemsTask-1 (140244778157824)
DEBUG:blivet:           LoopDevice.teardown: loop2 ; status: False ; controllable: False ;
DEBUG:blivet:               FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ;
DEBUG:blivet:           PartitionDevice.teardown: nvme0n1p1 ; status: False ; controllable: True ;
DEBUG:blivet:               DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                   DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-root ; status: False ; controllable: True ;
DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-home ; status: False ; controllable: True ;
DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-swap ; status: False ; controllable: True ;
DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
INFO:anaconda.threading:Thread Done: AnaTaskThread-FindExistingSystemsTask-1 (140244778157824)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 32 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 8192  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1921
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1962
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1963
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1964
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1965
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1966
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1967
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1968
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1969
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
INFO:blivet:removing obsolete action 1732 (1834)
INFO:blivet:removing obsolete action 1733 (1834)
INFO:blivet:removing obsolete action 1834 (1834)
DEBUG:blivet:action 1733 already pruned
DEBUG:blivet:action 1732 already pruned
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1970
DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1971
DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1972
DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=5368709120, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/tmp', reformat=False)
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (5 GiB)}
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned None
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = None,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/tmp',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = None,
size = Size (5 GiB),
raid_level = None,
encrypted = False,
container_name = None,
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /tmp ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 5 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/tmp', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (5 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f34a20>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8588>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46f34a20>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8668>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2047
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 37 GiB to include new device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2048
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (37.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2049
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46e96fd0> ;
DEBUG:blivet:parent factory container: non-existent 32 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2050
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2051
DEBUG:blivet:almalinux_host size is 32 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 37 GiB to include new device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2052
DEBUG:blivet:adding a TotalSizeSet with size 37.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05780>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc0b8>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 37.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46f05518>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf10>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 77586432
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 35637248 (16.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 77586432 units, or 37 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 77586432 (37 GiB) size: 37.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 77586432 (37 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 77586432 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 77586432 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8400>  PedPartition: <_ped.Partition object at 0x7f8d46ebd0a0>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46eff828>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 77586432
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 35637248 (16.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 77586432 units, or 37 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/39734738944
DEBUG:blivet:allocating 39724253184 to TotalSizeSet with 10485760/39734738944 (39724253184 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 77586432  max_grow = 77586432
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 39734738944/39734738944
DEBUG:blivet:allocating 0 to TotalSizeSet with 39734738944/39734738944 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 77586432  max_grow = 77586432
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8438>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 79706111  length: 77606912
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8748>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8438>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8668>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8240>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 79706111  length: 77606912
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8748>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea1160>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8b38>  PedPartition: <_ped.Partition object at 0x7f8d46ebd888>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:                          XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2053
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2055
DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: tmp ; kids: 3 ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2057
DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: tmp ; kids: 4 ;
DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: tmp ; kids: 3 ;
DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: None ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-tmp ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:Adding almalinux_host-tmp/5 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-tmp (id 2054) to device tree
INFO:blivet:registered action: [2059] create device lvmlv almalinux_host-tmp (id 2054)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2061
DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [2060] create format xfs filesystem mounted at /tmp on lvmlv almalinux_host-tmp (id 2054)
DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2062
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 37 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp']
  parents = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 37 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9472  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2063
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2104
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2105
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2106
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2107
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2108
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2109
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2110
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2111
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46ea89b0) --
  name = almalinux_host-tmp  status = False  id = 2054
  children = []
  parents = ['non-existent 37 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 5 GiB
  format = non-existent xfs filesystem mounted at /tmp
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 5 GiB  path = /dev/mapper/almalinux_host-tmp
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp']
  parents = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 37 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 9472  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp']
  segment type = linear percent = 0
  VG space used = 5 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:resolved 'almalinux_host-tmp' to 'almalinux_host-tmp' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2112
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2153
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2154
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2155
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2156
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2157
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2158
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2159
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2160
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2161
DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2162
DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2163
DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=10737418240, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var', reformat=False)
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (10 GiB)}
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned None
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = None,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/var',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = None,
size = Size (10 GiB),
raid_level = None,
encrypted = False,
container_name = None,
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ed1da0>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e75b00>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ed1da0>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e75be0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdfc0>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2244
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 47 GiB to include new device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2245
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (47.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2246
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46ea8b70> ;
DEBUG:blivet:parent factory container: non-existent 37 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2247
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2248
DEBUG:blivet:almalinux_host size is 37 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 47 GiB to include new device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2249
DEBUG:blivet:adding a TotalSizeSet with size 47.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e75d68>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e75e48>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 47.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e7c0f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf10>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 98557952
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 14665728 (6.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98557952 units, or 47 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 98557952 (47 GiB) size: 47.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 98557952 (47 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 98557952 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 98557952 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46effa20>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46effa58>  PedPartition: <_ped.Partition object at 0x7f8d46ebdca8>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 98557952
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 14665728 (6.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98557952 units, or 47 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/50472157184
DEBUG:blivet:allocating 50461671424 to TotalSizeSet with 10485760/50472157184 (50461671424 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 98557952  max_grow = 98557952
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 50472157184/50472157184
DEBUG:blivet:allocating 0 to TotalSizeSet with 50472157184/50472157184 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 98557952  max_grow = 98557952
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ebc048>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 100677631  length: 98578432
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ec87f0>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ebc048>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8d30>  PedPartition: <_ped.Partition object at 0x7f8d46ebd830>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8be0>  PedPartition: <_ped.Partition object at 0x7f8d46ebdaf0>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 100677631  length: 98578432
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ec87f0>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e75e10>  PedPartition: <_ped.Partition object at 0x7f8d46ebd888>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8a20>  PedPartition: <_ped.Partition object at 0x7f8d46ebd990>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:                          XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2250
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2252
DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 4 ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2254
DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 5 ;
DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 4 ;
DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 10 GiB free
DEBUG:blivet:Adding almalinux_host-var/10 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-var (id 2251) to device tree
INFO:blivet:registered action: [2256] create device lvmlv almalinux_host-var (id 2251)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2258
DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [2257] create format xfs filesystem mounted at /var on lvmlv almalinux_host-var (id 2251)
DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2259
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 47 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var']
  parents = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 47 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12032  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2260
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2301
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2302
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2303
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2304
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2305
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2306
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2307
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2308
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46ec8d68) --
  name = almalinux_host-var  status = False  id = 2251
  children = []
  parents = ['non-existent 47 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /var
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 10 GiB  path = /dev/mapper/almalinux_host-var
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var']
  parents = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 47 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 12032  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:resolved 'almalinux_host-var' to 'almalinux_host-var' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2309
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2350
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2351
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2352
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2353
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2354
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2355
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2356
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2357
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2358
DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2359
DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2360
DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=5368709120, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var/log', reformat=False)
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (5 GiB)}
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned None
DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
device_type = 0,
device = None,
disks = [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
mountpoint = '/var/log',
fstype = 'xfs',
label = None,
luks_version = 'luks2',
device_name = None,
size = Size (5 GiB),
raid_level = None,
encrypted = False,
container_name = None,
container_size = 0,
container_raid_level = None,
container_encrypted = True
}
DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var/log ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 5 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var/log', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (5 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46e89b38>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e2d7b8>  PedPartition: <_ped.Partition object at 0x7f8d46ebde60>
DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46e89b38>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e2d898>  PedPartition: <_ped.Partition object at 0x7f8d46ebd780>
DEBUG:blivet:finished Blivet copy
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:                       XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2447
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 52 GiB to include new device space
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2448
DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
DEBUG:blivet:child factory args: []
DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (52.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
DEBUG:blivet:                        LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2449
DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46e875f8> ;
DEBUG:blivet:parent factory container: non-existent 47 GiB lvmvg almalinux_host (265)
DEBUG:blivet:members: ['luks-nvme0n1p2']
DEBUG:blivet:add_disks: []
DEBUG:blivet:remove_disks: []
DEBUG:blivet:                      LVMPhysicalVolume.__init__:
DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2450
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2451
DEBUG:blivet:almalinux_host size is 47 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:size bumped to 52 GiB to include new device space
DEBUG:blivet:                      LUKS.__init__:
DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2452
DEBUG:blivet:adding a TotalSizeSet with size 52.01 GiB
DEBUG:blivet:set.allocated = 10485760
DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
DEBUG:blivet:checking 2-115343359 (55 GiB)
DEBUG:blivet:current free range is 2-115343359 (55 GiB)
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2-115343359 / 55 GiB
DEBUG:blivet:new free allows for 0 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 0x7f8d470503c8>
DEBUG:blivet:adjusted start sector from 2 to 2048
DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e33208>  PedPartition: <_ped.Partition object at 0x7f8d46ebde08>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e2de48>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 52.01 GiB ; start: None ; end: None
DEBUG:blivet:checking freespace on nvme0n1
DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
DEBUG:blivet:checking 2-2047 (1023 KiB)
DEBUG:blivet:current free range is 2-2047 (1023 KiB)
DEBUG:blivet:checking 2099200-115343359 (54 GiB)
DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
DEBUG:blivet:evaluating growth potential for new layout
DEBUG:blivet:calculating growth for disk /dev/nvme0n1
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8940>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 109043712
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 4179968 (1.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 109043712 units, or 52 GiB
DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
DEBUG:blivet:request 245 (nvme0n1p2) growth: 109043712 (52 GiB) size: 52.01 GiB
DEBUG:blivet:disk /dev/nvme0n1 growth: 109043712 (52 GiB)
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
DEBUG:blivet:total growth: 109043712 sectors
DEBUG:blivet:updating use_disk to nvme0n1, type: 0
DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
DEBUG:blivet:new free allows for 109043712 sectors of growth
DEBUG:blivet:using alignment: parted.Alignment instance --
  offset: 0  grainSize: 2048
  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e332e8>  PedPartition: <_ped.Partition object at 0x7f8d46ebdb48>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e332b0>  PedPartition: <_ped.Partition object at 0x7f8d46ebdaf0>
DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
DEBUG:blivet:growable partitions are ['nvme0n1p2']
DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
DEBUG:blivet:disk nvme0n1 has 1 chunks
DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
sector_size = 512 B

DEBUG:blivet:req: PartitionRequest instance --
id = 252  name = nvme0n1p1  growable = False
base = 2097152  growth = 0  max_grow = 0
done = True
DEBUG:blivet:req: PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 0  max_grow = 109043712
done = False
DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
DEBUG:blivet:taking back 4179968 (1.99 GiB) from 245 (nvme0n1p2)
DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 109043712 units, or 52 GiB
DEBUG:blivet:set: ['nvme0n1p2'] 10485760/55840866304
DEBUG:blivet:allocating 55830380544 to TotalSizeSet with 10485760/55840866304 (55830380544 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 109043712  max_grow = 109043712
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:set: ['nvme0n1p2'] 55840866304/55840866304
DEBUG:blivet:allocating 0 to TotalSizeSet with 55840866304/55840866304 (0 needed)
DEBUG:blivet:PartitionRequest instance --
id = 245  name = nvme0n1p2  growable = True
base = 20480  growth = 109043712  max_grow = 109043712
done = True
DEBUG:blivet:needed: 0
DEBUG:blivet:growing partitions on nvme0n1
DEBUG:blivet:partition nvme0n1p1 (252): 0
DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
  start: 2048  end: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e330f0>
DEBUG:blivet:partition nvme0n1p2 (245): 0
DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
  start: 2099200  end: 111163391  length: 109064192
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e33240>
DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition None
DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition None
DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; 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: 2099199  length: 2097152
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e330f0>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e33828>  PedPartition: <_ped.Partition object at 0x7f8d46ebd990>
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e19d30>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
  start: 2099200  end: 111163391  length: 109064192
  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e33240>
DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46ed1dd8>  PedPartition: <_ped.Partition object at 0x7f8d46ebda98>
DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46e87dd8>  PedPartition: <_ped.Partition object at 0x7f8d46ebd9e8>
DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:fixing size of non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:new member set: ['luks-nvme0n1p2']
DEBUG:blivet:old member set: ['luks-nvme0n1p2']
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:                          XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2453
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2455
DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var_log ; kids: 5 ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: None ;
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2457
DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var_log ; kids: 6 ;
DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var_log ; kids: 5 ;
DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: None ;
DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var_log ; sysfs_path:  ;
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 5 GiB free
DEBUG:blivet:Adding almalinux_host-var_log/5 GiB to almalinux_host
INFO:blivet:added lvmlv almalinux_host-var_log (id 2454) to device tree
INFO:blivet:registered action: [2459] create device lvmlv almalinux_host-var_log (id 2454)
DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2461
DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: xfs ;
INFO:blivet:registered action: [2460] create format xfs filesystem mounted at /var/log on lvmlv almalinux_host-var_log (id 2454)
DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2462
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
  name = almalinux_host-home  status = False  id = 280
  children = []
  parents = ['non-existent 52 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 10 GiB
  format = non-existent xfs filesystem mounted at /home
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var',
 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
 'filesystem mounted at /var/log']
  parents = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 52 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13312  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var',
 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
 'filesystem mounted at /var/log']
  segment type = linear percent = 0
  VG space used = 10 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2463
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2504
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2505
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2506
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2507
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2508
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2509
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2510
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2511
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46e87780) --
  name = almalinux_host-var_log  status = False  id = 2454
  children = []
  parents = ['non-existent 52 GiB lvmvg almalinux_host (265)']
  uuid = None  size = 5 GiB
  format = non-existent xfs filesystem mounted at /var/log
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 5 GiB  path = /dev/mapper/almalinux_host-var_log
  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
  name = almalinux_host  status = False  id = 265
  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var',
 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
 'filesystem mounted at /var/log']
  parents = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  uuid = None  size = 52 GiB
  format = non-existent None
  major = 0  minor = 0  exists = False  protected = False
  sysfs path = 
  target size = 0 B  path = /dev/almalinux_host
  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
  PE Free = 0  PV Count = 1
  modified = True  extents = 13312  free space = 4 MiB
  free extents = 1  reserved percent = 0  reserved space = 0 B
  PVs = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
 'lvmpv']
  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
 'filesystem mounted at /',
 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
 'filesystem mounted at /home',
 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
 'filesystem mounted at /tmp',
 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
 'filesystem mounted at /var',
 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
 'filesystem mounted at /var/log']
  segment type = linear percent = 0
  VG space used = 5 GiB}
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:resolved 'almalinux_host-var_log' to 'almalinux_host-var_log' (lvmlv)
DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2512
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:              DiskLabel.__init__:
INFO:blivet:DiskLabel.parted_device returning None
DEBUG:blivet:              DMRaidMember.__init__:
DEBUG:blivet:                Ext2FS.supported: supported: True ;
DEBUG:blivet:              Ext2FS.supported: supported: True ;
DEBUG:blivet:                Ext3FS.supported: supported: True ;
DEBUG:blivet:              Ext3FS.supported: supported: True ;
DEBUG:blivet:                Ext4FS.supported: supported: True ;
DEBUG:blivet:              Ext4FS.supported: supported: True ;
DEBUG:blivet:                FATFS.supported: supported: True ;
DEBUG:blivet:              FATFS.supported: supported: True ;
DEBUG:blivet:                  EFIFS.supported: supported: True ;
DEBUG:blivet:                EFIFS.supported: supported: True ;
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:              BTRFS.supported: supported: True ;
DEBUG:blivet:                XFS.supported: supported: True ;
DEBUG:blivet:              XFS.supported: supported: True ;
DEBUG:blivet:                HFS.supported: supported: False ;
DEBUG:blivet:              HFS.supported: supported: False ;
DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
DEBUG:blivet:                HFSPlus.supported: supported: False ;
DEBUG:blivet:              HFSPlus.supported: supported: False ;
DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
DEBUG:blivet:                MacEFIFS.supported: supported: True ;
DEBUG:blivet:                NTFS.supported: supported: False ;
DEBUG:blivet:              NTFS.supported: supported: False ;
DEBUG:blivet:                ExFATFS.supported: supported: False ;
DEBUG:blivet:              ExFATFS.supported: supported: False ;
DEBUG:blivet:                F2FS.supported: supported: True ;
DEBUG:blivet:              F2FS.supported: supported: True ;
DEBUG:blivet:                NFS.supported: supported: False ;
DEBUG:blivet:              NFS.supported: supported: False ;
DEBUG:blivet:                NFSv4.supported: supported: False ;
DEBUG:blivet:              NFSv4.supported: supported: False ;
DEBUG:blivet:                Iso9660FS.supported: supported: True ;
DEBUG:blivet:              Iso9660FS.supported: supported: True ;
DEBUG:blivet:                  NoDevFS.supported: supported: False ;
DEBUG:blivet:              NoDevFS.supported: supported: False ;
DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
DEBUG:blivet:              DevPtsFS.supported: supported: False ;
DEBUG:blivet:                  ProcFS.supported: supported: False ;
DEBUG:blivet:              ProcFS.supported: supported: False ;
DEBUG:blivet:                  SysFS.supported: supported: False ;
DEBUG:blivet:              SysFS.supported: supported: False ;
DEBUG:blivet:                    TmpFS.supported: supported: True ;
DEBUG:blivet:              TmpFS.supported: supported: True ;
DEBUG:blivet:                BindFS.supported: supported: False ;
DEBUG:blivet:              BindFS.supported: supported: False ;
DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
DEBUG:blivet:              SELinuxFS.supported: supported: False ;
DEBUG:blivet:                  USBFS.supported: supported: False ;
DEBUG:blivet:              USBFS.supported: supported: False ;
DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
DEBUG:blivet:              EFIVarFS.supported: supported: False ;
DEBUG:blivet:              LUKS.__init__:
DEBUG:blivet:              Integrity.__init__:
DEBUG:blivet:              LVMPhysicalVolume.__init__:
DEBUG:blivet:              MDRaidMember.__init__:
DEBUG:blivet:              MultipathMember.__init__:
DEBUG:blivet:              SwapSpace.__init__:
DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2553
DEBUG:blivet:               Ext2FS.supported: supported: True ;
DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2554
DEBUG:blivet:               Ext3FS.supported: supported: True ;
DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2555
DEBUG:blivet:               Ext4FS.supported: supported: True ;
DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2556
DEBUG:blivet:             SwapSpace.__init__:
DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2557
DEBUG:blivet:               FATFS.supported: supported: True ;
DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2558
DEBUG:blivet:               XFS.supported: supported: True ;
DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2559
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:                  BTRFS.supported: supported: True ;
DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2560
DEBUG:blivet:             BTRFS.supported: supported: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
DEBUG:blivet:almalinux_host size is 52 GiB
DEBUG:blivet:vg almalinux_host has 4 MiB free
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p2 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5.
INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (140244778157824)
DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
  name = nvme0n1  status = True  id = 14
  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
 'filesystem mounted at /boot',
 'non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks']
  parents = []
  uuid = None  size = 55 GiB
  format = non-existent msdos disklabel
  major = 259  minor = 0  exists = True  protected = False
  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
  target size = 55 GiB  path = /dev/nvme0n1
  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
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.execution:Use the requested boot drive.
INFO:program:Running... udevadm settle --timeout=300
DEBUG:program:Return code: 0
DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:blivet:                 DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                 DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
  non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
  non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
    non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
      non-existent 52 GiB lvmvg almalinux_host (265)
        non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
        non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
        non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
        non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
        non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
        non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
existing 0 B file /run/install/repo/images/install.img (19)
  existing 0 B loop loop0 (23)
existing 0 B file /LiveOS/rootfs.img (33)
  existing 0 B loop loop1 (37) with existing ext4 filesystem
    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
    existing 3 GiB dm live-base (71) with existing ext4 filesystem
existing 0 B file /overlay (deleted) (47)
  existing 0 B loop loop2 (51)
 and disks_only=True
DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
DEBUG:blivet:               DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:               DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (140244778157824)
DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6.
INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (140244778157824)
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.checker.utils:Available memory: 772.66 MiB
DEBUG:blivet:           DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:           DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:           DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
DEBUG:blivet:           DeviceTree.get_device_by_path returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, '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 (140244778157824)
DEBUG:blivet:starting Blivet copy
DEBUG:blivet:                 DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                 DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46e41f60>  fileSystem: None
  number: 1  path: /dev/nvme0n1p1  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46df56a0>  PedPartition: <_ped.Partition object at 0x7f8d46e47620>
DEBUG:blivet:                 DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                 DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
  disk: <parted.disk.Disk object at 0x7f8d46e41f60>  fileSystem: None
  number: 2  path: /dev/nvme0n1p2  type: 0
  name: None  active: True  busy: False
  geometry: <parted.geometry.Geometry object at 0x7f8d46df5780>  PedPartition: <_ped.Partition object at 0x7f8d46e476d0>
DEBUG:blivet:finished Blivet copy
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
DEBUG:anaconda.modules.storage.checker.utils:Available memory: 772.61 MiB
DEBUG:blivet:                 DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                 DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:                 DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
DEBUG:blivet:                 DeviceTree.get_device_by_path returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, '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 INTERACTIVE is applied.
DEBUG:blivet:             DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /LiveOS/rootfs.img (33)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /overlay (deleted) (47)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /run/install/repo/images/install.img (19)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
DEBUG:blivet:             DeviceTree.get_device_by_name: name: live-base ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 3 GiB dm live-base (71) with existing ext4 filesystem
DEBUG:blivet:             DeviceTree.get_device_by_name: name: live-rw ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 3 GiB dm live-rw (61) with existing ext4 filesystem
DEBUG:blivet:             DeviceTree.get_device_by_name: name: loop0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B loop loop0 (23)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: loop1 ; incomplete: True ; hidden: True ;
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: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B loop loop2 (51)
DEBUG:blivet:             DeviceTree.get_device_by_name: name: luks-nvme0n1p2 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p2 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem


/tmp/dnf.librepo.log:
02:41:01,525 INF librepo: Librepo version: 1.14.2 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0)
02:41:01,535 INF librepo: Librepo version: 1.14.2 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0)
02:41:13,479 INF librepo: Librepo version: 1.14.2 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0)
02:41:13,488 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/AppStream/repodata/repomd.xml
02:41:13,490 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/AppStream/repodata/68c9515f259e2810bb7d317c8eb9e73949e30943f5af0e211bdf139969dff4f2-primary.xml.gz
02:41:13,490 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/AppStream/repodata/05c45a086f6cfc59d5b26f3bbd5f268bfa8d1bd32a24859b2d51767bdf91c9dd-filelists.xml.gz
02:41:13,490 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/AppStream/repodata/797f81425538a91f87b861134871bd78912ee6b2a8d0d132ba42884c342720c9-comps-AppStream.x86_64.xml
02:41:13,557 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/AppStream/repodata/5cd8a048ac3018eb1b10a787e6cef7fce8ed624a9940fe46abe14889542a9036-modules.yaml.gz
02:41:13,580 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/BaseOS/repodata/repomd.xml
02:41:13,582 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/BaseOS/repodata/7c9d504e2b463f54307e55e7c6f5f94dd16c11ef233c3e1d03749d3d8f62f703-primary.xml.gz
02:41:13,582 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/BaseOS/repodata/6bdd40b194f3e854911f047960577d307084a580b4476e6eb85e5cbd314c304a-filelists.xml.gz
02:41:13,583 INF librepo: Downloading: file:///run/install/sources/mount-0000-cdrom/BaseOS/repodata/0c0a241584175597ac81f6dfbc3fdffb33ca466517590e59e288bbafff0d1428-comps-BaseOS.x86_64.xml


/tmp/hawkey.log:
2022-06-15T02:41:13+0000 INFO === Started libdnf-0.63.0 ===


/tmp/lvm.log:
02:41:10.107624 lvs[2070] device_mapper/libdm-config.c:1086  log/activation not found in config: defaulting to 0
02:41:10.107667 lvs[2070] config/config.c:1500  log/debug_classes not found in config: defaulting to debug_classes = [ "memory", "devices", "io", "activation", "allocation", "metadata", "cache", "locking", "lvmpolld", "dbus" ]
02:41:10.107673 lvs[2070] commands/toolcontext.c:433  Setting log debug classes to 2031
02:41:10.107678 lvs[2070] config/config.c:1500  log/debug_file_fields not found in config: defaulting to debug_file_fields = [ "time", "command", "fileline", "message" ]
02:41:10.107683 lvs[2070] config/config.c:1500  log/debug_output_fields not found in config: defaulting to debug_output_fields = [ "time", "command", "fileline", "message" ]
02:41:10.107685 lvs[2070] config/config.c:1500  log/journal not found in config: defaulting to journal = [ ]
02:41:10.107687 lvs[2070] commands/toolcontext.c:359  log/journal contains a value which is not a string.  Ignoring.
02:41:10.107690 lvs[2070] commands/toolcontext.c:445  Logging initialised at Wed Jun 15 02:41:10 2022
02:41:10.107694 lvs[2070] config/config.c:283  Loading config file: /etc/lvm/lvmlocal.conf
02:41:10.107699 lvs[2070] device/dev-io.c:421  Opened /etc/lvm/lvmlocal.conf RO
02:41:10.107708 lvs[2070] device/dev-io.c:458  Closed /etc/lvm/lvmlocal.conf
02:41:10.107712 lvs[2070] device_mapper/libdm-config.c:1086  config/checks not found in config: defaulting to 1
02:41:10.107714 lvs[2070] device_mapper/libdm-config.c:1086  config/abort_on_errors not found in config: defaulting to 0
02:41:10.107715 lvs[2070] device_mapper/libdm-config.c:1086  config/checks not found in config: defaulting to 1
02:41:10.107719 lvs[2070] device_mapper/libdm-config.c:1086  config/checks not found in config: defaulting to 1
02:41:10.107722 lvs[2070] device_mapper/libdm-config.c:1014  global/umask not found in config: defaulting to 63
02:41:10.107743 lvs[2070] device_mapper/libdm-config.c:987  devices/dir not found in config: defaulting to "/dev"
02:41:10.107746 lvs[2070] device_mapper/libdm-config.c:987  devices/external_device_info_source not found in config: defaulting to "none"
02:41:10.107749 lvs[2070] device_mapper/libdm-config.c:987  global/proc not found in config: defaulting to "/proc"
02:41:10.107795 lvs[2070] device_mapper/libdm-config.c:1086  global/activation not found in config: defaulting to 1
02:41:10.107798 lvs[2070] device_mapper/libdm-config.c:1086  activation/auto_set_activation_skip not found in config: defaulting to 1
02:41:10.107800 lvs[2070] device_mapper/libdm-config.c:987  activation/readahead not found in config: defaulting to "auto"
02:41:10.107801 lvs[2070] device_mapper/libdm-config.c:1086  activation/udev_rules not found in config: defaulting to 1
02:41:10.107803 lvs[2070] device_mapper/libdm-config.c:1086  activation/udev_sync not found in config: defaulting to 1
02:41:10.107804 lvs[2070] device_mapper/libdm-config.c:1086  devices/issue_discards not found in config: defaulting to 0
02:41:10.107806 lvs[2070] device_mapper/libdm-config.c:1086  activation/retry_deactivation not found in config: defaulting to 1
02:41:10.107807 lvs[2070] device_mapper/libdm-config.c:1086  activation/checks not found in config: defaulting to 0
02:41:10.107808 lvs[2070] misc/lvm-globals.c:205  LVM activation checks disabled
02:41:10.107810 lvs[2070] device_mapper/libdm-config.c:1086  activation/use_linear_target not found in config: defaulting to 1
02:41:10.107811 lvs[2070] device_mapper/libdm-config.c:987  activation/missing_stripe_filler not found in config: defaulting to "error"
02:41:10.107813 lvs[2070] device_mapper/libdm-config.c:1086  global/metadata_read_only not found in config: defaulting to 0
02:41:10.107815 lvs[2070] device_mapper/libdm-config.c:1014  devices/pv_min_size not found in config: defaulting to 2048
02:41:10.107816 lvs[2070] device_mapper/libdm-config.c:1086  metadata/check_pv_device_sizes not found in config: defaulting to 1
02:41:10.107818 lvs[2070] device_mapper/libdm-config.c:1086  global/event_activation not found in config: defaulting to 1
02:41:10.107836 lvs[2070] device_mapper/libdm-config.c:987  global/units not found in config: defaulting to "r"
02:41:10.107841 lvs[2070] device_mapper/libdm-config.c:1086  global/si_unit_consistency not found in config: defaulting to 1
02:41:10.107843 lvs[2070] device_mapper/libdm-config.c:1086  report/binary_values_as_numeric not found in config: defaulting to 0
02:41:10.107845 lvs[2070] device_mapper/libdm-config.c:1086  report/mark_hidden_devices not found in config: defaulting to 1
02:41:10.107847 lvs[2070] device_mapper/libdm-config.c:1086  global/suffix not found in config: defaulting to 1
02:41:10.107848 lvs[2070] device_mapper/libdm-config.c:987  report/list_item_separator not found in config: defaulting to ","
02:41:10.107850 lvs[2070] device_mapper/libdm-config.c:987  report/time_format not found in config: defaulting to "%Y-%m-%d %T %z"
02:41:10.107852 lvs[2070] device_mapper/libdm-config.c:1086  report/two_word_unknown_device not found in config: defaulting to 0
02:41:10.107854 lvs[2070] device_mapper/libdm-config.c:987  global/system_id_source not found in config: defaulting to "none"
02:41:10.107855 lvs[2070] device_mapper/libdm-config.c:1014  global/io_memory_size not found in config: defaulting to 8192
02:41:10.107858 lvs[2070] device_mapper/libdm-config.c:987  config/profile_dir not found in config: defaulting to "/etc/lvm/profile"
02:41:10.107917 lvs[2070] config/config.c:1503  Setting devices/preferred_names to preferred_names = [ "^/dev/mapper/", "^/dev/md/", "^/dev/sd" ]
02:41:10.107985 lvs[2070] device_mapper/libdm-config.c:1086  devices/obtain_device_list_from_udev not found in config: defaulting to 0
02:41:10.107993 lvs[2070] config/config.c:1500  devices/scan not found in config: defaulting to scan = [ "/dev" ]
02:41:10.108047 lvs[2070] metadata/vg.c:65  Allocated VG #orphans_lvm2 at 0x564904526380.
02:41:10.108053 lvs[2070] format_text/format-text.c:2645  Initialised format: lvm2
02:41:10.108057 lvs[2070] striped/striped.c:245  Initialised segtype: linear
02:41:10.108058 lvs[2070] striped/striped.c:245  Initialised segtype: striped
02:41:10.108059 lvs[2070] zero/zero.c:99  Initialised segtype: zero
02:41:10.108061 lvs[2070] error/errseg.c:105  Initialised segtype: error
02:41:10.108063 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/snapshot_library not found in config: defaulting to "libdevmapper-event-lvm2snapshot.so"
02:41:10.108065 lvs[2070] snapshot/snapshot.c:274  Initialised segtype: snapshot
02:41:10.108067 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/mirror_library not found in config: defaulting to "libdevmapper-event-lvm2mirror.so"
02:41:10.108068 lvs[2070] mirror/mirrored.c:539  Initialised segtype: mirror
02:41:10.108070 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/raid_library not found in config: defaulting to "libdevmapper-event-lvm2raid.so"
02:41:10.108071 lvs[2070] raid/raid.c:694  Initialised segtype: raid0
02:41:10.108073 lvs[2070] raid/raid.c:694  Initialised segtype: raid0_meta
02:41:10.108074 lvs[2070] raid/raid.c:694  Initialised segtype: raid1
02:41:10.108075 lvs[2070] raid/raid.c:694  Initialised segtype: raid10
02:41:10.108076 lvs[2070] raid/raid.c:694  Initialised segtype: raid10_near
02:41:10.108077 lvs[2070] raid/raid.c:694  Initialised segtype: raid4
02:41:10.108078 lvs[2070] raid/raid.c:694  Initialised segtype: raid5
02:41:10.108079 lvs[2070] raid/raid.c:694  Initialised segtype: raid5_n
02:41:10.108080 lvs[2070] raid/raid.c:694  Initialised segtype: raid5_la
02:41:10.108082 lvs[2070] raid/raid.c:694  Initialised segtype: raid5_ls
02:41:10.108083 lvs[2070] raid/raid.c:694  Initialised segtype: raid5_ra
02:41:10.108084 lvs[2070] raid/raid.c:694  Initialised segtype: raid5_rs
02:41:10.108085 lvs[2070] raid/raid.c:694  Initialised segtype: raid6
02:41:10.108086 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_n_6
02:41:10.108087 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_nc
02:41:10.108088 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_nr
02:41:10.108090 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_zr
02:41:10.108091 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_ls_6
02:41:10.108107 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_rs_6
02:41:10.108112 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_la_6
02:41:10.108114 lvs[2070] raid/raid.c:694  Initialised segtype: raid6_ra_6
02:41:10.108116 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/thin_library not found in config: defaulting to "libdevmapper-event-lvm2thin.so"
02:41:10.108118 lvs[2070] thin/thin.c:825  Initialised segtype: thin-pool
02:41:10.108120 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/thin_library not found in config: defaulting to "libdevmapper-event-lvm2thin.so"
02:41:10.108121 lvs[2070] thin/thin.c:825  Initialised segtype: thin
02:41:10.108123 lvs[2070] cache_segtype/cache.c:837  Initialised segtype: cache-pool
02:41:10.108124 lvs[2070] cache_segtype/cache.c:851  Initialised segtype: cache
02:41:10.108126 lvs[2070] device_mapper/libdm-config.c:987  dmeventd/vdo_library not found in config: defaulting to "libdevmapper-event-lvm2vdo.so"
02:41:10.108128 lvs[2070] vdo/vdo.c:606  Initialised segtypes: vdo, vdo-pool.
02:41:10.108129 lvs[2070] writecache/writecache.c:369  Initialised segtype: writecache
02:41:10.108131 lvs[2070] integrity/integrity.c:339  Initialised segtype: integrity
02:41:10.108132 lvs[2070] device_mapper/libdm-config.c:1086  backup/archive not found in config: defaulting to 1
02:41:10.108134 lvs[2070] device_mapper/libdm-config.c:1014  backup/retain_days not found in config: defaulting to 30
02:41:10.108144 lvs[2070] device_mapper/libdm-config.c:1014  backup/retain_min not found in config: defaulting to 10
02:41:10.108209 lvs[2070] device_mapper/libdm-config.c:987  backup/archive_dir not found in config: defaulting to "/etc/lvm/archive"
02:41:10.108213 lvs[2070] device_mapper/libdm-config.c:1086  backup/backup not found in config: defaulting to 1
02:41:10.108215 lvs[2070] device_mapper/libdm-config.c:987  backup/backup_dir not found in config: defaulting to "/etc/lvm/backup"
02:41:10.108218 lvs[2070] device_mapper/libdm-config.c:1086  global/use_lvmpolld not found in config: defaulting to 1
02:41:10.108219 lvs[2070] filters/filter-internal.c:82  Internal filter initialised.
02:41:10.108221 lvs[2070] filters/filter-type.c:61  LVM type filter initialised.
02:41:10.108223 lvs[2070] filters/filter-deviceid.c:66  deviceid filter initialised.
02:41:10.108224 lvs[2070] device_mapper/libdm-config.c:1086  devices/sysfs_scan not found in config: defaulting to 1
02:41:10.108230 lvs[2070] filters/filter-sysfs.c:106  Sysfs filter initialised.
02:41:10.108232 lvs[2070] device_mapper/libdm-config.c:1086  devices/scan_lvs not found in config: defaulting to 0
02:41:10.108233 lvs[2070] filters/filter-usable.c:144  Usable device filter initialised (scan_lvs 0).
02:41:10.108235 lvs[2070] device_mapper/libdm-config.c:1086  devices/multipath_component_detection not found in config: defaulting to 1
02:41:10.108236 lvs[2070] filters/filter-mpath.c:64  mpath filter initialised.
02:41:10.108237 lvs[2070] filters/filter-partitioned.c:76  Partitioned filter initialised.
02:41:10.108238 lvs[2070] filters/filter-signature.c:95  signature filter initialised.
02:41:10.108239 lvs[2070] device_mapper/libdm-config.c:1086  devices/md_component_detection not found in config: defaulting to 1
02:41:10.108241 lvs[2070] filters/filter-md.c:157  MD filter initialised.
02:41:10.108242 lvs[2070] device_mapper/libdm-config.c:1086  devices/fw_raid_component_detection not found in config: defaulting to 0
02:41:10.108243 lvs[2070] filters/filter-composite.c:98  Composite filter initialised.
02:41:10.108245 lvs[2070] device_mapper/libdm-config.c:1086  devices/ignore_suspended_devices not found in config: defaulting to 0
02:41:10.108246 lvs[2070] device_mapper/libdm-config.c:1086  devices/ignore_lvm_mirrors not found in config: defaulting to 1
02:41:10.108248 lvs[2070] filters/filter-persistent.c:197  Persistent filter initialised.
02:41:10.108250 lvs[2070] device_mapper/libdm-config.c:1086  devices/scan_lvs not found in config: defaulting to 0
02:41:10.108251 lvs[2070] device_mapper/libdm-config.c:1086  devices/allow_mixed_block_sizes not found in config: defaulting to 0
02:41:10.108269 lvs[2070] device_mapper/libdm-config.c:987  devices/hints not found in config: defaulting to "all"
02:41:10.108274 lvs[2070] device_mapper/libdm-config.c:987  activation/activation_mode not found in config: defaulting to "degraded"
02:41:10.108276 lvs[2070] device_mapper/libdm-config.c:1086  metadata/record_lvs_history not found in config: defaulting to 0
02:41:10.108278 lvs[2070] device_mapper/libdm-config.c:987  devices/search_for_devnames not found in config: defaulting to "auto"
02:41:10.108281 lvs[2070] lvmcmdline.c:3210  DEGRADED MODE. Incomplete RAID LVs will be processed.
02:41:10.108608 lvs[2070] device_mapper/libdm-config.c:1086  activation/monitoring not found in config: defaulting to 1
02:41:10.108612 lvs[2070] lvmcmdline.c:3216  Processing command: lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent '--config= devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'
02:41:10.108615 lvs[2070] lvmcmdline.c:3217  Command pid: 2070
02:41:10.108616 lvs[2070] lvmcmdline.c:3218  System ID: 
02:41:10.108617 lvs[2070] lvmcmdline.c:3221  O_DIRECT will be used
02:41:10.108619 lvs[2070] device_mapper/libdm-config.c:1014  global/locking_type not found in config: defaulting to 1
02:41:10.108621 lvs[2070] device_mapper/libdm-config.c:1086  global/wait_for_locks not found in config: defaulting to 1
02:41:10.108622 lvs[2070] locking/locking.c:143  File locking settings: readonly:0 sysinit:0 ignorelockingfailure:0 global/metadata_read_only:0 global/wait_for_locks:1.
02:41:10.108624 lvs[2070] device_mapper/libdm-config.c:1086  global/prioritise_write_locks not found in config: defaulting to 1
02:41:10.108625 lvs[2070] device_mapper/libdm-config.c:987  global/locking_dir not found in config: defaulting to "/run/lock/lvm"
02:41:10.143706 lvs[2070] device_mapper/libdm-common.c:987  Preparing SELinux context for /run/lock/lvm to system_u:object_r:lvm_lock_t:s0.
02:41:10.143800 lvs[2070] device_mapper/libdm-common.c:990  Resetting SELinux context to default value.
02:41:10.143814 lvs[2070] device_mapper/libdm-config.c:1086  devices/md_component_detection not found in config: defaulting to 1
02:41:10.143817 lvs[2070] device_mapper/libdm-config.c:987  devices/md_component_checks not found in config: defaulting to "auto"
02:41:10.143818 lvs[2070] lvmcmdline.c:3041  Using md_component_checks auto use_full_md_check 0
02:41:10.143821 lvs[2070] device_mapper/libdm-config.c:987  devices/multipath_wwids_file not found in config: defaulting to "/etc/multipath/wwids"
02:41:10.143836 lvs[2070] device/dev-mpath.c:87  multipath wwids read 0 from /etc/multipath/wwids
02:41:10.143839 lvs[2070] device_mapper/libdm-config.c:1086  global/use_lvmlockd not found in config: defaulting to 0
02:41:10.143848 lvs[2070] device_mapper/libdm-config.c:987  report/output_format not found in config: defaulting to "basic"
02:41:10.143851 lvs[2070] device_mapper/libdm-config.c:1086  log/report_command_log not found in config: defaulting to 0
02:41:10.143853 lvs[2070] device_mapper/libdm-config.c:1086  report/aligned not found in config: defaulting to 1
02:41:10.143855 lvs[2070] device_mapper/libdm-config.c:1086  report/buffered not found in config: defaulting to 1
02:41:10.143856 lvs[2070] device_mapper/libdm-config.c:1086  report/headings not found in config: defaulting to 1
02:41:10.143858 lvs[2070] device_mapper/libdm-config.c:987  report/separator not found in config: defaulting to " "
02:41:10.143859 lvs[2070] device_mapper/libdm-config.c:1086  report/prefixes not found in config: defaulting to 0
02:41:10.143860 lvs[2070] device_mapper/libdm-config.c:1086  report/quoted not found in config: defaulting to 1
02:41:10.143862 lvs[2070] device_mapper/libdm-config.c:1086  report/columns_as_rows not found in config: defaulting to 0
02:41:10.143889 lvs[2070] device_mapper/libdm-config.c:987  report/lvs_sort not found in config: defaulting to "vg_name,lv_name"
02:41:10.143894 lvs[2070] device_mapper/libdm-config.c:987  report/lvs_cols not found in config: defaulting to "lv_name,vg_name,lv_attr,lv_size,pool_lv,origin,data_percent,metadata_percent,move_pv,mirror_log,copy_percent,convert_lv"
02:41:10.143897 lvs[2070] device_mapper/libdm-config.c:987  report/compact_output_cols not found in config: defaulting to ""
02:41:10.178213 lvs[2070] misc/lvm-flock.c:230  Locking /run/lock/lvm/P_global RB
02:41:10.179096 lvs[2070] device_mapper/libdm-common.c:987  Preparing SELinux context for /run/lock/lvm/P_global to system_u:object_r:lvm_lock_t:s0.
02:41:10.179172 lvs[2070] misc/lvm-flock.c:114  _do_flock /run/lock/lvm/P_global:aux WB
02:41:10.179247 lvs[2070] misc/lvm-flock.c:47  _undo_flock /run/lock/lvm/P_global:aux
02:41:10.179258 lvs[2070] misc/lvm-flock.c:114  _do_flock /run/lock/lvm/P_global RB
02:41:10.179267 lvs[2070] device_mapper/libdm-common.c:990  Resetting SELinux context to default value.
02:41:10.179278 lvs[2070] cache/lvmcache.c:1288  lvmcache label scan begin
02:41:10.179280 lvs[2070] label/label.c:1045  Finding devices to scan
02:41:10.222024 lvs[2070] device_mapper/libdm-config.c:1086  devices/use_devicesfile not found in config: defaulting to 0
02:41:10.222043 lvs[2070] device/dev-cache.c:1167  Creating list of system devices.
02:41:10.225988 lvs[2070] device/dev-cache.c:737  Found dev 11:0 /dev/block/11:0 - new.
02:41:10.226044 lvs[2070] device/dev-cache.c:737  Found dev 252:0 /dev/block/252:0 - new.
02:41:10.226058 lvs[2070] device/dev-cache.c:737  Found dev 253:0 /dev/block/253:0 - new.
02:41:10.226062 lvs[2070] device/dev-cache.c:737  Found dev 253:1 /dev/block/253:1 - new.
02:41:10.226074 lvs[2070] device/dev-cache.c:737  Found dev 259:0 /dev/block/259:0 - new.
02:41:10.226078 lvs[2070] device/dev-cache.c:737  Found dev 7:0 /dev/block/7:0 - new.
02:41:10.226082 lvs[2070] device/dev-cache.c:737  Found dev 7:1 /dev/block/7:1 - new.
02:41:10.226085 lvs[2070] device/dev-cache.c:737  Found dev 7:2 /dev/block/7:2 - new.
02:41:10.226156 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/cdrom - new alias.
02:41:10.226811 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 - new alias.
02:41:10.226823 lvs[2070] device/dev-cache.c:762  Found dev 253:1 /dev/disk/by-id/dm-name-live-base - new alias.
02:41:10.226827 lvs[2070] device/dev-cache.c:762  Found dev 253:0 /dev/disk/by-id/dm-name-live-rw - new alias.
02:41:10.226831 lvs[2070] device/dev-cache.c:762  Found dev 259:0 /dev/disk/by-id/nvme-VMware_Virtual_NVMe_Disk_VMware_NVME_0000 - new alias.
02:41:10.226835 lvs[2070] device/dev-cache.c:762  Found dev 259:0 /dev/disk/by-id/nvme-eui.92e459703219208d000c2968aa9cf861 - new alias.
02:41:10.226849 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/disk/by-label/AlmaLinux-8-6-x86_64-dvd - new alias.
02:41:10.226854 lvs[2070] device/dev-cache.c:762  Found dev 253:1 /dev/disk/by-label/Anaconda - new alias.
02:41:10.226868 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/disk/by-path/pci-0000:00:07.1-ata-2 - new alias.
02:41:10.226872 lvs[2070] device/dev-cache.c:762  Found dev 259:0 /dev/disk/by-path/pci-0000:0b:00.0-nvme-1 - new alias.
02:41:10.226886 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/disk/by-uuid/2022-05-11-18-45-34-00 - new alias.
02:41:10.226890 lvs[2070] device/dev-cache.c:762  Found dev 253:1 /dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51 - new alias.
02:41:10.226896 lvs[2070] device/dev-cache.c:762  Found dev 253:0 /dev/dm-0 - new alias.
02:41:10.226899 lvs[2070] device/dev-cache.c:762  Found dev 253:1 /dev/dm-1 - new alias.
02:41:10.226927 lvs[2070] device/dev-cache.c:1143  /dev/fd: Symbolic link to directory
02:41:10.226981 lvs[2070] device/dev-cache.c:1148  /dev/hugepages: Different filesystem in directory
02:41:10.227061 lvs[2070] device/dev-cache.c:762  Found dev 7:1 /dev/live-base - new alias.
02:41:10.227117 lvs[2070] device/dev-cache.c:762  Found dev 7:0 /dev/loop0 - new alias.
02:41:10.227179 lvs[2070] device/dev-cache.c:762  Found dev 7:1 /dev/loop1 - new alias.
02:41:10.227189 lvs[2070] device/dev-cache.c:762  Found dev 7:2 /dev/loop2 - new alias.
02:41:10.227212 lvs[2070] device/dev-cache.c:762  Found dev 253:1 /dev/mapper/live-base - new alias.
02:41:10.227236 lvs[2070] device/dev-cache.c:762  Found dev 253:0 /dev/mapper/live-rw - new alias.
02:41:10.227288 lvs[2070] device/dev-cache.c:1148  /dev/mqueue: Different filesystem in directory
02:41:10.227310 lvs[2070] device/dev-cache.c:762  Found dev 259:0 /dev/nvme0n1 - new alias.
02:41:10.227313 lvs[2070] device/dev-cache.c:361  Found nvme device /dev/disk/by-id/nvme-VMware_Virtual_NVMe_Disk_VMware_NVME_0000
02:41:10.227342 lvs[2070] device/dev-cache.c:1148  /dev/pts: Different filesystem in directory
02:41:10.227372 lvs[2070] device/dev-cache.c:1148  /dev/shm: Different filesystem in directory
02:41:10.227412 lvs[2070] device/dev-cache.c:762  Found dev 11:0 /dev/sr0 - new alias.
02:41:10.227639 lvs[2070] device/dev-cache.c:762  Found dev 252:0 /dev/zram0 - new alias.
02:41:10.227871 lvs[2070] label/label.c:1117  Filtering devices to scan (nodata)
02:41:10.227886 lvs[2070] device/dev-io.c:421  Opened /dev/nvme0n1 RO O_DIRECT
02:41:10.227889 lvs[2070] device/dev-io.c:117  /dev/nvme0n1: size is 115343360 sectors
02:41:10.227892 lvs[2070] device/dev-io.c:458  Closed /dev/nvme0n1
02:41:10.227920 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/nvme0n1
02:41:10.227929 lvs[2070] device/dev-io.c:421  Opened /dev/loop0 RO O_DIRECT
02:41:10.227931 lvs[2070] device/dev-io.c:117  /dev/loop0: size is 1416216 sectors
02:41:10.227933 lvs[2070] device/dev-io.c:458  Closed /dev/loop0
02:41:10.227940 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/loop0
02:41:10.227942 lvs[2070] filters/filter-type.c:30  /dev/cdrom: Skipping: Unrecognised LVM device type 11
02:41:10.227944 lvs[2070] filters/filter-type.c:30  /dev/zram0: Skipping: Unrecognised LVM device type 252
02:41:10.227954 lvs[2070] device_mapper/ioctl/libdm-iface.c:1942  dm version   [ opencount flush ]   [2048] (*1)
02:41:10.227961 lvs[2070] device_mapper/ioctl/libdm-iface.c:1942  dm status   (253:0) [ noopencount noflush ]   [16384] (*1)
02:41:10.227979 lvs[2070] device/dev-io.c:421  Opened /dev/mapper/live-rw RO O_DIRECT
02:41:10.227981 lvs[2070] device/dev-io.c:117  /dev/mapper/live-rw: size is 6291456 sectors
02:41:10.227983 lvs[2070] device/dev-io.c:458  Closed /dev/mapper/live-rw
02:41:10.227991 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/mapper/live-rw
02:41:10.228134 lvs[2070] device/dev-io.c:421  Opened /dev/live-base RO O_DIRECT
02:41:10.228140 lvs[2070] device/dev-io.c:117  /dev/live-base: size is 6291456 sectors
02:41:10.228143 lvs[2070] device/dev-io.c:458  Closed /dev/live-base
02:41:10.228155 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/live-base
02:41:10.228161 lvs[2070] device_mapper/ioctl/libdm-iface.c:1942  dm status   (253:1) [ noopencount noflush ]   [16384] (*1)
02:41:10.228190 lvs[2070] device/dev-io.c:421  Opened /dev/mapper/live-base RO O_DIRECT
02:41:10.228193 lvs[2070] device/dev-io.c:117  /dev/mapper/live-base: size is 6291456 sectors
02:41:10.228195 lvs[2070] device/dev-io.c:458  Closed /dev/mapper/live-base
02:41:10.228203 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/mapper/live-base
02:41:10.228211 lvs[2070] device/dev-io.c:421  Opened /dev/loop2 RO O_DIRECT
02:41:10.228212 lvs[2070] device/dev-io.c:117  /dev/loop2: size is 67108864 sectors
02:41:10.228214 lvs[2070] device/dev-io.c:458  Closed /dev/loop2
02:41:10.228222 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/loop2
02:41:10.228254 lvs[2070] label/hints.c:1352  get_hints: no file
02:41:10.228333 lvs[2070] label/label.c:908  Checking fd limit for num_devs 6 want 38 soft 1024 hard 262144
02:41:10.228336 lvs[2070] label/label.c:681  Scanning 6 devices for VG info
02:41:10.228340 lvs[2070] label/label.c:575  open /dev/nvme0n1 ro di 0 fd 7
02:41:10.228409 lvs[2070] label/label.c:575  open /dev/loop0 ro di 1 fd 8
02:41:10.228467 lvs[2070] label/label.c:575  open /dev/mapper/live-rw ro di 2 fd 9
02:41:10.228639 lvs[2070] label/label.c:575  open /dev/live-base ro di 3 fd 10
02:41:10.228673 lvs[2070] label/label.c:575  open /dev/mapper/live-base ro di 4 fd 11
02:41:10.228702 lvs[2070] label/label.c:575  open /dev/loop2 ro di 5 fd 12
02:41:10.228735 lvs[2070] label/label.c:717  Scanning submitted 6 reads
02:41:10.228739 lvs[2070] label/label.c:754  Processing data from device /dev/nvme0n1 259:0 di 0
02:41:10.228745 lvs[2070] device/dev-io.c:94  /dev/nvme0n1: using cached size 115343360 sectors
02:41:10.228801 lvs[2070] device/dev-io.c:94  /dev/nvme0n1: using cached size 115343360 sectors
02:41:10.228806 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/nvme0n1
02:41:10.228809 lvs[2070] label/label.c:397  /dev/nvme0n1: No lvm label detected
02:41:10.228813 lvs[2070] label/label.c:754  Processing data from device /dev/loop0 7:0 di 1
02:41:10.228818 lvs[2070] device/dev-io.c:94  /dev/loop0: using cached size 1416216 sectors
02:41:10.228845 lvs[2070] device/dev-io.c:94  /dev/loop0: using cached size 1416216 sectors
02:41:10.228847 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/loop0
02:41:10.228849 lvs[2070] label/label.c:397  /dev/loop0: No lvm label detected
02:41:10.228852 lvs[2070] label/label.c:754  Processing data from device /dev/mapper/live-rw 253:0 di 2
02:41:10.228857 lvs[2070] device_mapper/ioctl/libdm-iface.c:1942  dm status   (253:0) [ noopencount noflush ]   [16384] (*1)
02:41:10.228868 lvs[2070] device/dev-io.c:94  /dev/mapper/live-rw: using cached size 6291456 sectors
02:41:10.228878 lvs[2070] device/dev-io.c:94  /dev/mapper/live-rw: using cached size 6291456 sectors
02:41:10.228880 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/mapper/live-rw
02:41:10.228882 lvs[2070] label/label.c:397  /dev/mapper/live-rw: No lvm label detected
02:41:10.228885 lvs[2070] label/label.c:754  Processing data from device /dev/live-base 7:1 di 3
02:41:10.228888 lvs[2070] device/dev-io.c:94  /dev/live-base: using cached size 6291456 sectors
02:41:10.228906 lvs[2070] device/dev-io.c:94  /dev/live-base: using cached size 6291456 sectors
02:41:10.228908 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/live-base
02:41:10.228910 lvs[2070] label/label.c:397  /dev/live-base: No lvm label detected
02:41:10.228913 lvs[2070] label/label.c:754  Processing data from device /dev/mapper/live-base 253:1 di 4
02:41:10.228917 lvs[2070] device_mapper/ioctl/libdm-iface.c:1942  dm status   (253:1) [ noopencount noflush ]   [16384] (*1)
02:41:10.228923 lvs[2070] device/dev-io.c:94  /dev/mapper/live-base: using cached size 6291456 sectors
02:41:10.228932 lvs[2070] device/dev-io.c:94  /dev/mapper/live-base: using cached size 6291456 sectors
02:41:10.228934 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/mapper/live-base
02:41:10.228936 lvs[2070] label/label.c:397  /dev/mapper/live-base: No lvm label detected
02:41:10.228938 lvs[2070] label/label.c:754  Processing data from device /dev/loop2 7:2 di 5
02:41:10.228942 lvs[2070] device/dev-io.c:94  /dev/loop2: using cached size 67108864 sectors
02:41:10.228959 lvs[2070] device/dev-io.c:94  /dev/loop2: using cached size 67108864 sectors
02:41:10.228961 lvs[2070] filters/filter-persistent.c:141  filter caching good /dev/loop2
02:41:10.228963 lvs[2070] label/label.c:397  /dev/loop2: No lvm label detected
02:41:10.228966 lvs[2070] label/label.c:821  Scanned devices: read errors 0 process errors 0 failed 0
02:41:10.228969 lvs[2070] label/hints.c:944  Writing hint file 2
02:41:10.228985 lvs[2070] config/config.c:1500  devices/global_filter not found in config: defaulting to global_filter = [ "a|.*|" ]
02:41:10.228990 lvs[2070] config/config.c:1500  devices/filter not found in config: defaulting to filter = [ "a|.*|" ]
02:41:10.228992 lvs[2070] device_mapper/libdm-config.c:987  devices/devicesfile not found in config: defaulting to "system.devices"
02:41:10.228995 lvs[2070] device/dev-io.c:94  /dev/nvme0n1: using cached size 115343360 sectors
02:41:10.229101 lvs[2070] device/dev-io.c:94  /dev/loop0: using cached size 1416216 sectors
02:41:10.229108 lvs[2070] filters/filter-type.c:30  /dev/cdrom: Skipping: Unrecognised LVM device type 11
02:41:10.229110 lvs[2070] filters/filter-type.c:30  /dev/zram0: Skipping: Unrecognised LVM device type 252
02:41:10.229124 lvs[2070] device/dev-io.c:94  /dev/mapper/live-rw: using cached size 6291456 sectors
02:41:10.229126 lvs[2070] device/dev-io.c:94  /dev/live-base: using cached size 6291456 sectors
02:41:10.229134 lvs[2070] device/dev-io.c:94  /dev/mapper/live-base: using cached size 6291456 sectors
02:41:10.229136 lvs[2070] device/dev-io.c:94  /dev/loop2: using cached size 67108864 sectors
02:41:10.229155 lvs[2070] label/hints.c:1066  Wrote hint file with devs_hash 2223159002 count 6
02:41:10.229164 lvs[2070] cache/lvmcache.c:1361  lvmcache label scan done
02:41:10.229167 lvs[2070] toollib.c:3765  Obtaining the complete list of VGs before processing their LVs
02:41:10.229169 lvs[2070] toollib.c:3785  No volume groups found.
02:41:10.229172 lvs[2070] device_mapper/libdm-config.c:1086  report/compact_output not found in config: defaulting to 0
02:41:10.229177 lvs[2070] misc/lvm-flock.c:84  Unlocking /run/lock/lvm/P_global
02:41:10.229179 lvs[2070] misc/lvm-flock.c:47  _undo_flock /run/lock/lvm/P_global
02:41:10.229191 lvs[2070] device_mapper/libdm-config.c:1086  global/notify_dbus not found in config: defaulting to 1
02:41:10.229194 lvs[2070] cache/lvmcache.c:2309  Destroy lvmcache content
02:41:10.233220 lvs[2070] commands/toolcontext.c:1900  Reloading config files
02:41:10.233236 lvs[2070] activate/fs.c:492  Syncing device names
02:41:10.233242 lvs[2070] cache/lvmcache.c:2309  Destroy lvmcache content
02:41:10.233252 lvs[2070] metadata/vg.c:80  Freeing VG #orphans_lvm2 at 0x564904526380.
02:41:10.233276 lvs[2070] config/config.c:283  Loading config file: /etc/lvm/lvm.conf
02:41:10.233284 lvs[2070] device/dev-io.c:421  Opened /etc/lvm/lvm.conf RO
02:41:10.233291 lvs[2070] device/dev-io.c:458  Closed /etc/lvm/lvm.conf
02:41:10.233295 lvs[2070] device_mapper/libdm-config.c:1086  log/syslog not found in config: defaulting to 0
02:41:10.233297 lvs[2070] device_mapper/libdm-config.c:1014  log/level not found in config: defaulting to 0


/proc/cmdline:
BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=AlmaLinux-8-6-x86_64-dvd quiet


/root/lorax-packages.log:
iputils-20180629-9.el8.x86_64
perl-IO-1.38-421.el8.x86_64
libreport-filesystem-2.9.5-15.el8.alma.1.x86_64
mdadm-4.2-2.el8.x86_64
perl-threads-shared-1.58-2.el8.x86_64
kacst-fonts-common-2.0-19.el8.noarch
dracut-squash-049-201.git20220131.el8.x86_64
attr-2.4.48-3.el8.x86_64
python3-pip-wheel-9.0.3-22.el8.noarch
iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git095f59c.el8.x86_64
libcomps-0.1.18-1.el8.x86_64
dejavu-sans-fonts-2.35-7.el8.noarch
tpm2-tss-2.3.2-4.el8.x86_64
isomd5sum-1.2.3-3.el8.x86_64
abattis-cantarell-fonts-0.0.25-6.el8.noarch
libxmlb-0.1.15-1.el8.x86_64
mtools-4.0.18-14.el8.x86_64
yelp-xsl-3.28.0-2.el8.noarch
fcoe-utils-1.0.33-4.git848bcc6.el8.x86_64
bzip2-1.0.6-26.el8.x86_64
publicsuffix-list-dafsa-20180723-1.el8.noarch
plymouth-core-libs-0.9.4-11.20200615git1e36e30.el8.x86_64
libproxy-0.4.15-5.2.el8.x86_64
ocaml-srpm-macros-5-4.el8.noarch
python3-systemd-234-8.el8.x86_64
pigz-2.4-4.el8.x86_64
linux-firmware-20220210-107.git6342082c.el8.noarch
binutils-2.30-113.el8.x86_64
fribidi-1.0.4-8.el8.x86_64
langtable-0.0.51-4.el8.noarch
sound-theme-freedesktop-0.8-9.el8.noarch
jbigkit-libs-2.1-14.el8.x86_64
go-srpm-macros-2-17.el8.noarch
cups-libs-2.2.6-44.el8.x86_64
gc-7.6.4-3.el8.x86_64
anaconda-user-help-8.3.3-1.el8.alma.noarch
gdb-8.2-18.el8.x86_64
libestr-0.1.10-1.el8.x86_64
efi-filesystem-3-3.el8.noarch
libudisks2-2.9.0-9.el8.x86_64
mcpp-2.7.2-20.el8.x86_64
glibc-all-langpacks-2.28-189.1.el8.x86_64
lsof-4.93.2-1.el8.x86_64
libini_config-1.3.1-39.el8.x86_64
glibc-common-2.28-189.1.el8.x86_64
python3-chardet-3.0.4-7.el8.noarch
xorg-x11-font-utils-7.5-41.el8.x86_64
zlib-1.2.11-18.el8_5.x86_64
python3-libcomps-0.1.18-1.el8.x86_64
grub2-tools-minimal-2.02-123.el8.alma.x86_64
bzip2-libs-1.0.6-26.el8.x86_64
python3-bind-9.11.36-3.el8.noarch
python3-libs-3.6.8-45.el8.alma.x86_64
libcom_err-1.45.6-4.el8.x86_64
python3-kickstart-3.16.14-1.el8.noarch
libkcapi-1.2.0-2.el8.x86_64
readline-7.0-10.el8.x86_64
python3-pyyaml-3.12-12.el8.x86_64
curl-7.61.1-22.el8.x86_64
json-c-0.13.1-3.el8.x86_64
lz4-1.8.3-3.el8_4.x86_64
elfutils-default-yama-scope-0.186-1.el8.noarch
nspr-4.32.0-1.el8_4.x86_64
libreport-anaconda-2.9.5-15.el8.alma.1.x86_64
cracklib-dicts-2.9.6-15.el8.x86_64
findutils-4.6.0-20.el8.x86_64
gpgme-1.13.1-11.el8.x86_64
krb5-libs-1.18.2-14.el8.x86_64
libattr-2.4.48-3.el8.x86_64
libdnf-0.63.0-8.el8.alma.x86_64
device-mapper-1.02.181-3.el8.x86_64
augeas-libs-1.12.0-6.el8.x86_64
udisks2-2.9.0-9.el8.x86_64
libmount-2.32.1-35.el8.x86_64
pixman-0.38.4-2.el8.x86_64
rpm-build-4.14.3-23.el8.x86_64
dbus-tools-1.12.8-18.el8.x86_64
libidn2-2.2.0-1.el8.x86_64
grub2-efi-ia32-2.02-123.el8.alma.x86_64
libblkid-2.32.1-35.el8.x86_64
libjpeg-turbo-1.5.3-12.el8.x86_64
udisks2-iscsi-2.9.0-9.el8.x86_64
dbus-daemon-1.12.8-18.el8.x86_64
lua-libs-5.3.4-12.el8.x86_64
python3-hawkey-0.63.0-8.el8.alma.x86_64
libdb-5.3.28-42.el8_4.x86_64
libXau-1.0.9-3.el8.x86_64
python3-dnf-4.7.0-8.el8.alma.noarch
libutempter-1.1.6-14.el8.x86_64
libXrender-0.9.10-7.el8.x86_64
anaconda-core-33.16.6.7-1.el8.alma.x86_64
util-linux-2.32.1-35.el8.x86_64
libXinerama-1.1.4-1.el8.x86_64
gstreamer1-plugins-base-1.16.1-2.el8.x86_64
grub2-tools-2.02-123.el8.alma.x86_64
libogg-1.3.2-10.el8.x86_64
adwaita-icon-theme-3.28.0-3.el8.noarch
gdk-pixbuf2-2.36.12-5.el8.x86_64
xz-5.2.4-3.el8.x86_64
yelp-3.28.1-3.el8.x86_64
cairo-1.15.12-6.el8.x86_64
jansson-2.14-1.el8.x86_64
nm-connection-editor-1.24.0-4.el8.x86_64
python3-six-1.11.0-8.el8.noarch
libxshmfence-1.3-2.el8.x86_64
libreport-gtk-2.9.5-15.el8.alma.1.x86_64
kernel-core-4.18.0-372.9.1.el8.x86_64
libXcursor-1.1.15-3.el8.x86_64
anaconda-33.16.6.7-1.el8.alma.x86_64
NetworkManager-1.36.0-4.el8.x86_64
libbytesize-1.4-3.el8.x86_64
sg3_utils-1.44-5.el8.x86_64
libblockdev-fs-2.24-8.el8.x86_64
bubblewrap-0.4.0-1.el8.x86_64
rpm-ostree-2022.2-2.el8.alma.x86_64
polkit-0.115-13.el8_5.2.x86_64
fstrm-0.6.1-2.el8.x86_64
nfs-utils-2.3.3-51.el8.x86_64
xmlsec1-openssl-1.2.25-4.el8.x86_64
p11-kit-trust-0.23.22-1.el8.x86_64
xorg-x11-drivers-7.7-30.el8.x86_64
alsa-lib-1.2.6.1-3.el8.x86_64
mesa-libglapi-21.3.4-1.el8.x86_64
audit-3.0.7-2.el8.2.x86_64
libgusb-0.3.0-1.el8.x86_64
libXmu-1.1.3-1.el8.x86_64
rsyslog-8.2102.0-7.el8.x86_64
python3-pyparted-3.11.7-4.el8.x86_64
libXxf86vm-1.1.4-9.el8.x86_64
kernel-4.18.0-372.9.1.el8.x86_64
dconf-0.28.0-4.el8.x86_64
libwayland-cursor-1.19.0-1.el8.x86_64
xfsdump-3.1.8-4.el8.x86_64
drpm-0.4.1-3.el8.x86_64
llvm-libs-13.0.1-1.module_el8.6.0+2864+ffe288a1.x86_64
net-tools-2.0-0.52.20160912git.el8.x86_64
bind-libs-lite-9.11.36-3.el8.x86_64
unzip-6.0-46.el8.x86_64
memtest86+-5.01-20.el8.x86_64
hicolor-icon-theme-0.17-2.el8.noarch
hunspell-1.6.2-1.el8.x86_64
prefixdevname-0.1.0-6.el8.x86_64
openscap-1.3.6-3.el8.alma.x86_64
fuse-libs-2.9.7-15.el8.x86_64
xorg-x11-xauth-1.0.9-12.el8.x86_64
gobject-introspection-1.56.1-1.el8.x86_64
libcollection-0.7.0-39.el8.x86_64
grub2-efi-ia32-cdboot-2.02-123.el8.alma.x86_64
python3-libselinux-2.9-5.el8.x86_64
libmnl-1.0.4-6.el8.x86_64
hostname-3.20-6.el8.x86_64
rest-0.8.1-2.el8.x86_64
mtdev-1.1.5-12.el8.x86_64
hexedit-1.2.13-12.el8.x86_64
openscap-python3-1.3.6-3.el8.alma.x86_64
userspace-rcu-0.10.1-4.el8.x86_64
smc-meera-fonts-6.1-10.el8.noarch
createrepo_c-libs-0.17.7-5.el8.x86_64
mesa-dri-drivers-21.3.4-1.el8.x86_64
bitmap-fangsongti-fonts-0.3-28.el8.noarch
harfbuzz-icu-1.7.5-3.el8.x86_64
xorg-x11-server-common-1.20.11-5.el8.x86_64
lohit-bengali-fonts-2.91.5-3.el8.noarch
libblockdev-lvm-2.24-8.el8.x86_64
libglvnd-gles-1.3.4-1.el8.x86_64
lohit-kannada-fonts-2.5.4-3.el8.noarch
tmux-2.7-1.el8.x86_64
flac-libs-1.3.2-9.el8.x86_64
madan-fonts-2.000-20.el8.noarch
selinux-policy-targeted-3.14.3-95.el8.noarch
keyutils-1.5.10-9.el8.x86_64
libertas-usb8388-olpc-firmware-20220210-107.git6342082c.el8.noarch
xorg-x11-drv-libinput-0.29.0-1.el8.x86_64
groff-base-1.22.3-18.el8.x86_64
iwl7260-firmware-25.30.13.0-107.el8.1.noarch
xorg-x11-drv-dummy-0.3.7-6.el8.1.x86_64
perl-Term-Cap-1.17-395.el8.noarch
iwl6000-firmware-9.221.4.1-107.el8.1.noarch
xorg-x11-drv-qxl-0.1.5-11.el8.x86_64
perl-podlators-4.11-1.el8.noarch
iwl3945-firmware-15.32.2.9-107.el8.1.noarch
libblockdev-vdo-2.24-8.el8.x86_64
perl-MIME-Base64-3.15-396.el8.x86_64
iwl135-firmware-18.168.6.1-107.el8.1.noarch
python3-gobject-3.28.3-2.el8.x86_64
perl-Socket-2.027-3.el8.x86_64
gdk-pixbuf2-modules-2.36.12-5.el8.x86_64
perl-libs-5.26.3-421.el8.x86_64
realmd-0.16.3-25.el8.x86_64
perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
libgcc-8.5.0-10.el8.alma.x86_64
perl-File-Path-2.15-2.el8.noarch
xkeyboard-config-2.28-1.el8.noarch
perl-PathTools-3.74-1.el8.x86_64
hwdata-0.314-8.12.el8.noarch
perl-threads-2.21-2.el8.x86_64
dejavu-fonts-common-2.35-7.el8.noarch
perl-interpreter-5.26.3-421.el8.x86_64
tzdata-2022a-1.el8.noarch
rsync-3.1.3-14.el8.x86_64
python3-setuptools-wheel-39.2.0-6.el8.noarch
patch-2.7.6-11.el8.x86_64
python-srpm-macros-3-41.el8.noarch
nss-softokn-3.67.0-7.el8_5.x86_64
python3-rpm-macros-3-41.el8.noarch
libmetalink-0.1.3-7.el8.x86_64
dejavu-sans-mono-fonts-2.35-7.el8.noarch
libbpf-0.4.0-3.el8.x86_64
aajohan-comfortaa-fonts-3.001-2.el8.noarch
libksba-1.3.5-7.el8.x86_64
khmeros-fonts-common-5.0-25.el8.noarch
coreutils-common-8.30-12.el8.x86_64
thai-scalable-fonts-common-0.6.5-1.el8.noarch
syslinux-nonlinux-6.04-5.el8.noarch
rust-srpm-macros-5-2.el8.noarch
libss-1.45.6-4.el8.x86_64
qt5-srpm-macros-5.15.2-1.el8.noarch
graphite2-1.3.10-10.el8.x86_64
pkgconf-m4-1.4.2-1.el8.noarch
libmodman-2.0.1-17.el8.x86_64
openblas-srpm-macros-2-2.el8.noarch
mozjs60-60.9.0-4.el8.x86_64
ncurses-base-6.1-9.20180224.el8.noarch
zstd-1.4.4-1.el8.x86_64
mesa-filesystem-21.3.4-1.el8.x86_64
libselinux-utils-2.9-5.el8.x86_64
libwacom-data-1.6-3.el8.noarch
dosfstools-4.1-6.el8.x86_64
libX11-common-1.6.8-5.el8.noarch
gsm-1.0.17-5.el8.x86_64
kbd-misc-2.0.4-10.el8.noarch
hyphen-2.8.8-9.el8.x86_64
google-noto-cjk-fonts-common-20190416-1.el8.noarch
libtiff-4.0.9-21.el8.x86_64
ghc-srpm-macros-1.4.2-7.el8.noarch
libatomic_ops-7.6.2-3.el8.x86_64
emacs-filesystem-26.1-7.el8.noarch
libdaemon-0.14-15.el8.x86_64
almalinux-release-8.6-0.1.el8.x86_64
libthai-0.1.27-2.el8.x86_64
filesystem-3.8-6.el8.x86_64
libfastjson-0.99.9-1.el8.x86_64
basesystem-11-5.el8.noarch
libmcpp-2.7.2-20.el8.x86_64
libselinux-2.9-5.el8.x86_64
libndp-1.7-6.el8.x86_64
glibc-gconv-extra-2.28-189.1.el8.x86_64
libpath_utils-0.2.1-39.el8.x86_64
glibc-langpack-en-2.28-189.1.el8.x86_64
libpkgconf-1.4.2-1.el8.x86_64
glibc-2.28-189.1.el8.x86_64
pkgconf-pkg-config-1.4.2-1.el8.x86_64
libsepol-2.9-3.el8.x86_64
libsigsegv-2.11-5.el8.x86_64
libstdc++-8.5.0-10.el8.alma.x86_64
cyrus-sasl-lib-2.1.27-6.el8_5.x86_64
libxml2-2.9.7-13.el8.x86_64
libssh-0.9.6-3.el8.x86_64
libcap-2.48-2.el8.x86_64
platform-python-setuptools-39.2.0-6.el8.noarch
sqlite-libs-3.26.0-15.el8.x86_64
libcurl-7.61.1-22.el8.x86_64
info-6.5-7.el8.x86_64
grubby-8.40-42.el8.x86_64
popt-1.18-1.el8.x86_64
libkcapi-hmaccalc-1.2.0-2.el8.x86_64
elfutils-libelf-0.186-1.el8.x86_64
libdb-utils-5.3.28-42.el8_4.x86_64
libxcrypt-4.1.1-6.el8.x86_64
crypto-policies-scripts-20211116-1.gitae470d6.el8.noarch
libzstd-1.4.4-1.el8.x86_64
gnutls-3.6.16-4.el8.x86_64
libffi-3.1-23.el8.x86_64
elfutils-libs-0.186-1.el8.x86_64
nss-util-3.67.0-7.el8_5.x86_64
cracklib-2.9.6-15.el8.x86_64
chkconfig-1.19.1-1.el8.x86_64
gettext-libs-0.19.8.1-17.el8.x86_64
libpng-1.6.34-5.el8.x86_64
procps-ng-3.3.15-6.el8.x86_64
grub2-common-2.02-123.el8.alma.noarch
libtirpc-1.1.4-6.el8.x86_64
libacl-2.2.53-1.el8.x86_64
kpartx-0.8.4-22.el8.x86_64
libnl3-3.5.0-1.el8.x86_64
rpm-4.14.3-23.el8.x86_64
file-libs-5.33-20.el8.x86_64
libfdisk-2.32.1-35.el8.x86_64
gmp-6.1.2-10.el8.x86_64
gettext-0.19.8.1-17.el8.x86_64
file-5.33-20.el8.x86_64
dbus-libs-1.12.8-18.el8.x86_64
libunistring-0.9.9-3.el8.x86_64
which-2.21-17.el8.x86_64
keyutils-libs-1.5.10-9.el8.x86_64
systemd-libs-239-58.el8.x86_64
libX11-xcb-1.6.8-5.el8.x86_64
device-mapper-libs-1.02.181-3.el8.x86_64
libpciaccess-0.14-1.el8.x86_64
shared-mime-info-1.9-3.el8.x86_64
libyaml-0.1.7-5.el8.x86_64
ca-certificates-2021.2.50-80.0.el8_4.noarch
pcre-8.42-6.el8.x86_64
kmod-libs-25-19.el8.x86_64
libwayland-client-1.19.0-1.el8.x86_64
rpm-libs-4.14.3-23.el8.x86_64
libxcb-1.13.1-1.el8.x86_64
kmod-25-19.el8.x86_64
libXext-1.3.4-1.el8.x86_64
kbd-2.0.4-10.el8.x86_64
libXfixes-5.0.3-7.el8.x86_64
pam-1.3.1-16.el8.x86_64
libXi-1.7.10-1.el8.x86_64
systemd-pam-239-58.el8.x86_64
libaio-0.3.112-1.el8.x86_64
os-prober-1.74-9.el8.x86_64
audit-libs-3.0.7-2.el8.2.x86_64
dbus-1.12.8-18.el8.x86_64
libtool-ltdl-2.4.6-25.el8.x86_64
libvorbis-1.3.6-2.el8.x86_64
libSM-1.2.3-1.el8.x86_64
diffutils-3.6-6.el8.x86_64
libglvnd-1.3.4-1.el8.x86_64
libsmartcols-2.32.1-35.el8.x86_64
lz4-libs-1.8.3-3.el8_4.x86_64
device-mapper-persistent-data-0.9.0-6.el8.x86_64
libXdamage-1.1.4-14.el8.x86_64
mpfr-3.1.6-1.el8.x86_64
libwayland-server-1.19.0-1.el8.x86_64
e2fsprogs-libs-1.45.6-4.el8.x86_64
libicu-60.3-2.el8_1.x86_64
efivar-libs-37-4.el8.x86_64
gdbm-libs-1.18-1.el8.x86_64
libtasn1-4.13-3.el8.x86_64
libverto-0.3.0-5.el8.x86_64
lzo-2.08-14.el8.x86_64
protobuf-c-1.3.0-6.el8.x86_64
mesa-libEGL-21.3.4-1.el8.x86_64
libsemanage-2.9-8.el8.x86_64
libXv-1.0.11-7.el8.x86_64
libxkbfile-1.1.0-1.el8.x86_64
xcb-util-0.4.0-10.el8.x86_64
libpsl-0.20.2-6.el8.x86_64
tar-1.30-5.el8.x86_64
gdisk-1.0.3-9.el8.x86_64
libgomp-8.5.0-10.el8.alma.x86_64
xml-common-0.6.3-50.el8.noarch
hunspell-en-US-0.20140811.1-12.el8.noarch
libfontenc-1.1.3-8.el8.x86_64
brotli-1.0.6-3.el8.x86_64
lcms2-2.9-2.el8.x86_64
libbasicobjects-0.1.1-39.el8.x86_64
libedit-3.1-23.20170329cvs.el8.x86_64
libevdev-1.10.0-1.el8.x86_64
libref_array-0.1.5-39.el8.x86_64
libxkbcommon-0.9.1-1.el8.x86_64
ncurses-6.1-9.20180224.el8.x86_64
psmisc-23.1-5.el8.x86_64
ethtool-5.13-1.el8.x86_64
zip-3.0-23.el8.x86_64
mesa-libxatracker-21.3.4-1.el8.x86_64
startup-notification-0.12-15.el8.x86_64
libglvnd-glx-1.3.4-1.el8.x86_64
libXvMC-1.0.12-1.el8.x86_64
squashfs-tools-4.3-20.el8.x86_64
libglvnd-opengl-1.3.4-1.el8.x86_64
libtheora-1.1.1-21.el8.x86_64
jasper-libs-2.0.14-5.el8.x86_64
iw-4.14-5.el8.x86_64
libpcap-1.9.1-5.el8.x86_64
perl-Pod-Escapes-1.07-395.el8.noarch
perl-Term-ANSIColor-4.06-396.el8.noarch
perl-File-Temp-0.230.600-1.el8.noarch
perl-Pod-Simple-3.35-395.el8.noarch
perl-Pod-Perldoc-3.28-396.el8.noarch
perl-Pod-Usage-1.69-395.el8.noarch
perl-Storable-3.11-3.el8.x86_64
perl-Errno-1.28-421.el8.x86_64
perl-Encode-2.97-3.el8.x86_64
perl-Exporter-5.72-396.el8.noarch
perl-parent-0.237-1.el8.noarch
perl-macros-5.26.3-421.el8.x86_64
initscripts-10.00.15-1.el8.x86_64
dracut-network-049-201.git20220131.el8.x86_64
lldpad-1.0.1-16.git036e314.el8.x86_64
libblockdev-mdraid-2.24-8.el8.x86_64
NetworkManager-wifi-1.36.0-4.el8.x86_64
kexec-tools-2.0.20-68.el8.x86_64
isns-utils-libs-0.99-1.el8.x86_64
iscsi-initiator-utils-6.2.1.4-4.git095f59c.el8.x86_64
python3-pycurl-7.43.0.2-4.el8.x86_64
ima-evm-utils-1.3.2-12.el8.x86_64
tigervnc-server-minimal-1.12.0-4.el8.x86_64
device-mapper-multipath-libs-0.8.4-22.el8.x86_64
libblockdev-mpath-2.24-8.el8.x86_64
sanlock-lib-3.8.4-3.el8.x86_64
libatasmart-0.19-14.el8.x86_64
plymouth-scripts-0.9.4-11.20200615git1e36e30.el8.x86_64
pulseaudio-libs-14.0-2.el8.x86_64
xorg-x11-drv-wacom-serial-support-0.38.0-1.el8.x86_64
almalinux-logos-84.5-1.el8.x86_64
guile-2.0.14-7.el8.x86_64
nss-3.67.0-7.el8_5.x86_64
libcanberra-0.30-18.el8.x86_64
avahi-libs-0.7-20.el8.x86_64
enchant2-2.2.3-3.el8.x86_64
gdb-headless-8.2-18.el8.x86_64
libgcab1-1.1-1.el8.x86_64
libsecret-0.18.6-1.el8.x86_64
efi-srpm-macros-3-3.el8.noarch
libnfsidmap-2.3.3-51.el8.x86_64
quota-4.04-14.el8.x86_64
blivet-data-3.4.0-9.el8.noarch
python3-cpio-0.1-29.el8.noarch
python3-langtable-0.0.51-4.el8.noarch
python3-ntplib-0.3.3-10.el8.noarch
python3-ply-3.9-9.el8.noarch
python3-pysocks-1.6.8-3.el8.noarch
python3-requests-2.20.0-2.1.el8_1.noarch
python3-requests-file-1.4.3-5.el8.noarch
python3-pytz-2017.2-9.el8.noarch
libsmbios-2.4.1-2.el8.x86_64
libwebp-1.0.0-5.el8.x86_64
libreport-2.9.5-15.el8.alma.1.x86_64
libreport-plugin-reportuploader-2.9.5-15.el8.alma.1.x86_64
libreport-cli-2.9.5-15.el8.alma.1.x86_64
gnupg2-2.2.20-2.el8.x86_64
librepo-1.14.2-1.el8.x86_64
ostree-2022.1-2.el8.x86_64
python3-libdnf-0.63.0-8.el8.alma.x86_64
libblockdev-crypto-2.24-8.el8.x86_64
fwupd-1.7.4-2.el8.alma.x86_64
python3-rpm-4.14.3-23.el8.x86_64
rpmdevtools-8.10-8.el8.noarch
python3-simpleline-1.1.1-2.el8.noarch
shim-ia32-15.4-2.el8_1.alma.x86_64
shim-x64-15.4-2.el8_1.alma.x86_64
libblockdev-plugins-all-2.24-8.el8.x86_64
python3-blivet-3.4.0-9.el8.noarch
flatpak-libs-1.8.7-1.el8.x86_64
python3-gpg-1.13.1-11.el8.x86_64
python3-libreport-2.9.5-15.el8.alma.1.x86_64
anaconda-tui-33.16.6.7-1.el8.alma.x86_64
openjpeg2-2.4.0-4.el8.x86_64
orc-0.4.28-3.el8.x86_64
rmt-1.5.3-13.el8.x86_64
adwaita-cursor-theme-3.28.0-3.el8.noarch
systemd-udev-239-58.el8.x86_64
gtk3-3.22.30-10.el8.x86_64
atk-2.28.1-1.el8.x86_64
yelp-libs-3.28.1-3.el8.x86_64
fontconfig-2.13.1-4.el8.x86_64
anaconda-widgets-33.16.6.7-1.el8.alma.x86_64
cairo-gobject-1.15.12-6.el8.x86_64
libnma-1.8.32-1.el8.x86_64
satyr-0.26-2.el8.x86_64
keybinder3-0.3.2-4.el8.x86_64
json-glib-1.4.4-1.el8.x86_64
libgnomekbd-3.26.0-4.el8.x86_64
libblockdev-utils-2.24-8.el8.x86_64
python3-meh-gui-0.47.2-1.el8.noarch
libsolv-0.7.20-1.el8.x86_64
anaconda-gui-33.16.6.7-1.el8.alma.x86_64
NetworkManager-libnm-1.36.0-4.el8.x86_64
zenity-3.28.1-1.el8.x86_64
libgudev-232-4.el8.x86_64
kdump-anaconda-addon-003-7.20211021gitcb5edde.el8.noarch
libblockdev-2.24-8.el8.x86_64
dump-0.4-0.36.b46.el8.x86_64
libblockdev-loop-2.24-8.el8.x86_64
dnf-4.7.0-8.el8.alma.noarch
libblockdev-swap-2.24-8.el8.x86_64
volume_key-0.3.11-5.el8.x86_64
polkit-pkla-compat-0.1-12.el8.x86_64
libreport-plugin-bugzilla-2.9.5-15.el8.alma.1.x86_64
libevent-2.1.8-5.el8.x86_64
anaconda-dracut-33.16.6.7-1.el8.alma.x86_64
device-mapper-event-libs-1.02.181-3.el8.x86_64
nss-tools-3.67.0-7.el8_5.x86_64
libusbx-1.0.23-4.el8.x86_64
gfs2-utils-3.2.0-11.el8.x86_64
gstreamer1-1.16.1-2.el8.x86_64
rdma-core-37.2-1.el8.x86_64
libxklavier-5.4-11.el8.x86_64
python3-pyatspi-2.26.0-6.el8.noarch
kernel-modules-4.18.0-372.9.1.el8.x86_64
libblockdev-lvm-dbus-2.24-8.el8.x86_64
libblockdev-kbd-2.24-8.el8.x86_64
system-storage-manager-1.4-1.el8.noarch
python3-pyudev-0.21.0-7.el8.noarch
openssh-server-8.0p1-13.el8.x86_64
at-spi2-core-2.28.0-1.el8.x86_64
kernel-modules-extra-4.18.0-372.9.1.el8.x86_64
grub2-tools-extra-2.02-123.el8.alma.x86_64
usbutils-010-3.el8.x86_64
python3-pwquality-1.4.4-3.el8.x86_64
xorg-x11-fonts-misc-7.5-19.el8.noarch
iproute-5.15.0-4.el8.x86_64
mt-st-1.1-24.el8.x86_64
ndctl-libs-71.1-3.el8.x86_64
smartmontools-7.1-1.el8.x86_64
mokutil-0.3.0-11.el8.x86_64
dracut-config-generic-049-201.git20220131.el8.x86_64
webkit2gtk3-jsc-2.34.6-1.el8.x86_64
nvme-cli-1.16-3.el8.x86_64
logrotate-3.14.0-4.el8.x86_64
nmap-ncat-7.70-6.el8.x86_64
GConf2-3.2.6-22.el8.x86_64
strace-5.13-4.el8.x86_64
python3-dbus-1.2.4-15.el8.x86_64
biosdevname-0.7.3-2.el8.x86_64
teamd-1.31-2.el8.x86_64
efibootmgr-16-1.el8.0.1.x86_64
python3-gobject-base-3.28.3-2.el8.x86_64
vim-minimal-8.0.1763-16.el8_5.13.x86_64
gsettings-desktop-schemas-3.32.0-6.el8.x86_64
grub2-efi-x64-cdboot-2.02-123.el8.alma.x86_64
python3-ordered-set-2.0.2-4.el8.noarch
gdb-gdbserver-8.2-18.el8.x86_64
libsoup-2.62.3-2.el8.x86_64
less-530-1.el8.x86_64
python3-dasbus-1.2-2.el8.noarch
hdparm-9.54-4.el8.x86_64
scap-security-guide-0.1.60-7.el8.alma.noarch
mtr-0.92-3.el8.x86_64
bind-libs-9.11.36-3.el8.x86_64
thai-scalable-waree-fonts-0.6.5-1.el8.noarch
libblockdev-nvdimm-2.24-8.el8.x86_64
khmeros-base-fonts-5.0-25.el8.noarch
createrepo_c-0.17.7-5.el8.x86_64
kacst-qurn-fonts-2.0-19.el8.noarch
colord-libs-1.4.2-1.el8.x86_64
jomolhari-fonts-0.003-24.el8.noarch
device-mapper-event-1.02.181-3.el8.x86_64
lohit-assamese-fonts-2.91.5-3.el8.noarch
lvm2-2.03.14-3.el8.x86_64
lohit-devanagari-fonts-2.95.4-3.el8.noarch
lvm2-dbusd-2.03.14-3.el8.noarch
lohit-gurmukhi-fonts-2.91.2-3.el8.noarch
gssproxy-0.8.0-20.el8.x86_64
lohit-odia-fonts-2.91.2-3.el8.noarch
rpcbind-1.2.5-8.el8.x86_64
lohit-telugu-fonts-2.5.5-3.el8.noarch
selinux-policy-3.14.3-95.el8.noarch
sil-abyssinica-fonts-1.200-13.el8.noarch
libwacom-1.6-3.el8.x86_64
sil-scheherazade-fonts-2.100-5.el8.noarch
xorg-x11-drv-fbdev-0.5.0-2.el8.x86_64
libertas-usb8388-firmware-20220210-107.git6342082c.el8.noarch
xorg-x11-drv-vesa-2.4.0-3.el8.x86_64
libertas-sd8686-firmware-20220210-107.git6342082c.el8.noarch
xorg-x11-drv-ati-19.1.0-1.el8.x86_64
iwl6050-firmware-41.28.5.1-107.el8.1.noarch
xorg-x11-drv-evdev-2.10.6-2.el8.x86_64
iwl6000g2a-firmware-18.168.6.1-107.el8.1.noarch
xorg-x11-drv-nouveau-1.0.15-4.el8.1.x86_64
iwl5150-firmware-8.24.2.2-107.el8.1.noarch
xorg-x11-drv-v4l-0.3.0-2.el8.x86_64
iwl4965-firmware-228.61.2.24-107.el8.1.noarch
crda-3.18_2020.04.29-1.el8.noarch
iwl3160-firmware-25.30.13.0-107.el8.1.noarch
python3-bytesize-1.4-3.el8.x86_64
iwl2000-firmware-18.168.6.1-107.el8.1.noarch
python3-cairo-1.16.3-6.el8.x86_64
iwl105-firmware-18.168.6.1-107.el8.1.noarch
libXft-2.3.3-1.el8.x86_64
iwl100-firmware-39.31.5.1-107.el8.1.noarch
librsvg2-2.42.7-4.el8.x86_64
gtk-update-icon-cache-3.22.30-10.el8.x86_64
authselect-1.2.2-3.el8.x86_64
chrony-4.1-1.el8.alma.x86_64
perl-Unicode-Normalize-1.25-396.el8.x86_64
fontpackages-filesystem-1.44-22.el8.noarch
dracut-live-049-201.git20220131.el8.x86_64
perl-constant-1.33-396.el8.noarch
bind-license-9.11.36-3.el8.noarch
wpa_supplicant-2.10-1.el8.x86_64
acl-2.2.53-1.el8.x86_64
tigervnc-license-1.12.0-4.el8.noarch
pciutils-3.7.0-1.el8.x86_64
nss-softokn-freebl-3.67.0-7.el8_5.x86_64
python-rpm-macros-3-41.el8.noarch
openssl-1.1.1k-6.el8_5.x86_64
dwz-0.12-10.el8.x86_64
dnf-data-4.7.0-8.el8.alma.noarch
dbus-x11-1.12.8-18.el8.x86_64
aspell-0.60.6.1-22.el8.x86_64
smc-fonts-common-6.1-10.el8.noarch
device-mapper-multipath-0.8.4-22.el8.x86_64
syslinux-6.04-5.el8.x86_64
quota-nls-4.04-14.el8.noarch
lvm2-lockd-2.03.14-3.el8.x86_64
libconfig-1.5-9.el8.x86_64
perl-srpm-macros-1-25.el8.noarch
plymouth-0.9.4-11.20200615git1e36e30.el8.x86_64
snappy-1.1.8-3.el8.x86_64
mobile-broadband-provider-info-20210805-1.el8.noarch
xorg-x11-drv-wacom-0.38.0-1.el8.x86_64
dlm-lib-4.1.0-1.el8.x86_64
libssh-config-0.9.6-3.el8.noarch
nss-sysinit-3.67.0-7.el8_5.x86_64
libsndfile-1.0.28-12.el8.x86_64
kbd-legacy-2.0.4-10.el8.noarch
fuse-2.9.7-15.el8.x86_64
libasyncns-0.8-14.el8.x86_64
fuse-common-3.3.0-15.el8.x86_64
libbabeltrace-1.5.4-3.el8.x86_64
libdatrie-0.2.9-7.el8.x86_64
setup-2.12.2-6.el8.noarch
libgtop2-2.38.0-3.el8.x86_64
libipt-1.6.1-8.el8.x86_64
pcre2-10.32-2.el8.x86_64
redhat-rpm-config-129-1.el8.alma.noarch
libnghttp2-1.33.0-3.el8_2.1.x86_64
ncurses-libs-6.1-9.20180224.el8.x86_64
elfutils-0.186-1.el8.x86_64
pkgconf-1.4.2-1.el8.x86_64
bash-4.4.20-3.el8.x86_64
python3-idna-2.5-5.el8.noarch
gawk-4.2.1-4.el8.x86_64
xz-libs-5.2.4-3.el8.x86_64
python3-pid-2.1.1-7.el8.noarch
openldap-2.4.46-18.el8.x86_64
libuuid-2.32.1-35.el8.x86_64
python3-urllib3-1.24.2-5.el8.noarch
platform-python-3.6.8-45.el8.alma.x86_64
libgpg-error-1.31-1.el8.x86_64
python3-requests-ftp-0.3.1-11.el8.noarch
libarchive-3.3.3-3.el8_5.x86_64
expat-2.2.5-8.el8.x86_64
libvisual-0.4.0-25.el8.x86_64
crypto-policies-20211116-1.gitae470d6.el8.noarch
libgcrypt-1.8.5-6.el8.x86_64
libreport-web-2.9.5-15.el8.alma.1.x86_64
gzip-1.9-13.el8_5.x86_64
libxslt-1.1.32-6.el8.x86_64
npth-1.5-4.el8.x86_64
libcroco-0.6.12-4.el8_2.1.x86_64
freetype-2.9.1-4.el8_3.1.x86_64
ostree-libs-2022.1-2.el8.x86_64
libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64
sed-4.5-5.el8.x86_64
volume_key-libs-0.3.11-5.el8.x86_64
dbus-common-1.12.8-18.el8.noarch
libtar-1.2.20-15.el8.x86_64
rpm-build-libs-4.14.3-23.el8.x86_64
glib2-2.56.4-158.el8.x86_64
p11-kit-0.23.22-1.el8.x86_64
openscap-utils-1.3.6-3.el8.alma.x86_64
coreutils-8.30-12.el8.x86_64
libICE-1.0.9-15.el8.x86_64
grub2-efi-x64-2.02-123.el8.alma.x86_64
shadow-utils-4.6-16.el8.x86_64
libdrm-2.4.108-1.el8.x86_64
anaconda-install-env-deps-33.16.6.7-1.el8.alma.x86_64
openssl-libs-1.1.1k-6.el8_5.x86_64
grep-3.1-6.el8.x86_64
rpm-ostree-libs-2022.2-2.el8.alma.x86_64
cryptsetup-libs-2.3.7-2.el8.x86_64
libX11-1.6.8-5.el8.x86_64
python3-meh-0.47.2-1.el8.noarch
libpwquality-1.4.4-3.el8.x86_64
libXrandr-1.5.2-1.el8.x86_64
opus-1.3-0.4.beta.el8.x86_64
dracut-049-201.git20220131.el8.x86_64
libcap-ng-0.7.11-1.el8.x86_64
sg3_utils-libs-1.44-5.el8.x86_64
systemd-239-58.el8.x86_64
xmlsec1-1.2.25-4.el8.x86_64
webkit2gtk3-2.34.6-1.el8.x86_64
polkit-libs-0.115-13.el8_5.2.x86_64
nettle-3.4.1-7.el8.x86_64
gcr-3.28.0-1.el8.x86_64
libmodulemd-2.13.0-1.el8.x86_64
libmaxminddb-1.2.0-10.el8.x86_64
libcanberra-gtk3-0.30-18.el8.x86_64
parted-3.2-39.el8.x86_64
libXt-1.1.5-12.el8.x86_64
libtimezonemap-0.4.5.1-3.el8.x86_64
xmlrpc-c-1.51.0-6.el8.x86_64
libXcomposite-0.4.4-14.el8.x86_64
metacity-3.28.0-1.el8.x86_64
xmlrpc-c-client-1.51.0-6.el8.x86_64
mesa-libgbm-21.3.4-1.el8.x86_64
oscap-anaconda-addon-1.2.1-5.el8.noarch
libblockdev-part-2.24-8.el8.x86_64
cpio-2.12-11.el8.x86_64
wget-1.19.5-10.el8.x86_64
policycoreutils-2.9-19.el8.x86_64
libseccomp-2.5.2-1.el8.x86_64
bind-utils-9.11.36-3.el8.x86_64
xfsprogs-5.0.0-10.el8.x86_64
libwayland-egl-1.19.0-1.el8.x86_64
rng-tools-6.14-4.git.b2b7934e.el8.x86_64
harfbuzz-1.7.5-3.el8.x86_64
libglvnd-egl-1.3.4-1.el8.x86_64
tigervnc-server-module-1.12.0-4.el8.x86_64
libblockdev-dm-2.24-8.el8.x86_64
libXtst-1.2.3-7.el8.x86_64
openssh-clients-8.0p1-13.el8.x86_64
libnotify-0.7.7-6.el8.x86_64
xorg-x11-xkb-utils-7.7-28.el8.x86_64
spice-vdagent-0.20.0-4.el8.x86_64
openssh-8.0p1-13.el8.x86_64
libnl3-cli-3.5.0-1.el8.x86_64
ipmitool-1.8.18-18.el8.x86_64
daxctl-libs-71.1-3.el8.x86_64
libassuan-2.5.1-3.el8.x86_64
grub2-tools-efi-2.02-123.el8.alma.x86_64
e2fsprogs-1.45.6-4.el8.x86_64
iso-codes-3.79-2.el8.noarch
cryptsetup-2.3.7-2.el8.x86_64
dbus-glib-0.110-2.el8.x86_64
libXfont2-2.0.3-2.el8.x86_64
xorg-x11-server-utils-7.7-27.el8.x86_64
openscap-scanner-1.3.6-3.el8.alma.x86_64
libXdmcp-1.1.3-1.el8.x86_64
ipcalc-0.2.4-4.el8.x86_64
python3-blockdev-2.24-8.el8.x86_64
libepoxy-1.5.8-1.el8.x86_64
ftp-0.17-78.el8.x86_64
glib-networking-2.56.1-1.1.el8.x86_64
libtdb-1.4.4-1.el8.x86_64
dmidecode-3.3-4.el8.x86_64
NetworkManager-team-1.36.0-4.el8.x86_64
pciutils-libs-3.7.0-1.el8.x86_64
google-noto-sans-cjk-ttc-fonts-20190416-1.el8.noarch
ndctl-71.1-3.el8.x86_64
woff2-1.0.2-5.el8.x86_64
kacst-farsi-fonts-2.0-19.el8.noarch
at-spi2-atk-2.26.2-1.el8.x86_64
libteam-1.31-2.el8.x86_64
lklug-fonts-0.6-17.20090803cvs.el8.noarch
lvm2-libs-2.03.14-3.el8.x86_64
mesa-libGL-21.3.4-1.el8.x86_64
lohit-gujarati-fonts-2.92.4-3.el8.noarch
libverto-libevent-0.3.0-5.el8.x86_64
gdbm-1.18-1.el8.x86_64
lohit-tamil-fonts-2.91.3-3.el8.noarch
rpm-plugin-selinux-4.14.3-23.el8.x86_64
libXxf86misc-1.0.4-1.el8.x86_64
sil-padauk-fonts-3.003-1.el8.noarch
libinput-1.16.3-2.el8.x86_64
libibverbs-37.2-1.el8.x86_64
libertas-sd8787-firmware-20220210-107.git6342082c.el8.noarch
xorg-x11-server-Xorg-1.20.11-5.el8.x86_64
perl-Time-Local-1.280-1.el8.noarch
iwl6000g2b-firmware-18.168.6.1-107.el8.1.noarch
xorg-x11-drv-intel-2.99.917-39.20200205.el8.x86_64
perl-HTTP-Tiny-0.074-1.el8.noarch
iwl5000-firmware-8.83.5.1_1-107.el8.1.noarch
xorg-x11-drv-vmware-13.2.1-8.el8.x86_64
perl-Text-ParseWords-3.30-395.el8.noarch
iwl2030-firmware-18.168.6.1-107.el8.1.noarch
python3-productmd-1.11-3.el8.noarch
perl-Getopt-Long-2.50-4.el8.noarch
iwl1000-firmware-39.31.5.1-107.el8.1.noarch
pango-1.42.4-8.el8.x86_64
perl-Carp-1.42-396.el8.noarch
authselect-libs-1.2.2-3.el8.x86_64
perl-Scalar-List-Utils-1.49-2.el8.x86_64


/tmp/dbus.log:
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1827 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:initrc_t:s0")
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Boss'
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Payloads' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payloads'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone'
dbus-daemon[1860]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization'


/tmp/syslog:
02:40:29,758 NOTICE kernel:Linux version 4.18.0-372.9.1.el8.x86_64 (mockbuild@142f1156fd3c4b36be0752fc556cdb86) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-10) (GCC)) #1 SMP Tue May 10 08:57:35 EDT 2022
02:40:29,758 INFO kernel:Command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=AlmaLinux-8-6-x86_64-dvd quiet
02:40:29,758 INFO kernel:Disabled fast string operations
02:40:29,758 INFO kernel:x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
02:40:29,758 INFO kernel:x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
02:40:29,758 INFO kernel:x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
02:40:29,758 INFO kernel:x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
02:40:29,758 INFO kernel:x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
02:40:29,758 INFO kernel:signal: max sigframe size: 1776
02:40:29,758 INFO kernel:BIOS-provided physical RAM map:
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x0000000000000000-0x0000000000098bff] usable
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x0000000000098c00-0x000000000009ffff] reserved
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x0000000000100000-0x000000007fedffff] usable
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x000000007fee0000-0x000000007fefefff] ACPI data
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
02:40:29,758 INFO kernel:BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
02:40:29,758 INFO kernel:NX (Execute Disable) protection: active
02:40:29,758 INFO kernel:SMBIOS 2.7 present.
02:40:29,758 INFO kernel:DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020
02:40:29,758 INFO kernel:vmware: hypercall mode: 0x02
02:40:29,758 INFO kernel:Hypervisor detected: VMware
02:40:29,758 INFO kernel:vmware: TSC freq read from hypervisor : 2592.008 MHz
02:40:29,758 INFO kernel:vmware: Host bus clock speed read from hypervisor : 66000000 Hz
02:40:29,758 INFO kernel:vmware: using clock offset of 10522044177 ns
02:40:29,758 INFO kernel:tsc: Detected 2592.008 MHz processor
02:40:29,758 DEBUG kernel:e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
02:40:29,758 DEBUG kernel:e820: remove [mem 0x000a0000-0x000fffff] usable
02:40:29,758 INFO kernel:last_pfn = 0x80000 max_arch_pfn = 0x400000000
02:40:29,758 DEBUG kernel:MTRR default type: uncachable
02:40:29,758 DEBUG kernel:MTRR fixed ranges enabled:
02:40:29,758 DEBUG kernel:  00000-9FFFF write-back
02:40:29,758 DEBUG kernel:  A0000-BFFFF uncachable
02:40:29,758 DEBUG kernel:  C0000-CBFFF write-protect
02:40:29,758 DEBUG kernel:  CC000-EFFFF uncachable
02:40:29,758 DEBUG kernel:  F0000-FFFFF write-protect
02:40:29,758 DEBUG kernel:MTRR variable ranges enabled:
02:40:29,758 DEBUG kernel:  0 base 000000000000 mask 1FFF00000000 write-back
02:40:29,758 DEBUG kernel:  1 base 0000C0000000 mask 1FFFC0000000 uncachable
02:40:29,758 DEBUG kernel:  2 disabled
02:40:29,758 DEBUG kernel:  3 disabled
02:40:29,758 DEBUG kernel:  4 disabled
02:40:29,758 DEBUG kernel:  5 disabled
02:40:29,758 DEBUG kernel:  6 disabled
02:40:29,758 DEBUG kernel:  7 disabled
02:40:29,758 INFO kernel:x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
02:40:29,758 INFO kernel:total RAM covered: 3072M
02:40:29,758 INFO kernel:Found optimal setting for mtrr clean up
02:40:29,758 INFO kernel: gran_size: 64K #011chunk_size: 64K #011num_reg: 2  #011lose cover RAM: 0G
02:40:29,758 INFO kernel:found SMP MP-table at [mem 0x000f6a70-0x000f6a7f]
02:40:29,758 INFO kernel:Using GB pages for direct mapping
02:40:29,758 DEBUG kernel:BRK [0x2d802000, 0x2d802fff] PGTABLE
02:40:29,758 DEBUG kernel:BRK [0x2d803000, 0x2d803fff] PGTABLE
02:40:29,758 DEBUG kernel:BRK [0x2d804000, 0x2d804fff] PGTABLE
02:40:29,758 DEBUG kernel:BRK [0x2d805000, 0x2d805fff] PGTABLE
02:40:29,758 DEBUG kernel:BRK [0x2d806000, 0x2d806fff] PGTABLE
02:40:29,758 DEBUG kernel:BRK [0x2d807000, 0x2d807fff] PGTABLE
02:40:29,758 INFO kernel:RAMDISK: [mem 0x7af46000-0x7fedffff]
02:40:29,758 INFO kernel:ACPI: Early table checksum verification disabled
02:40:29,758 INFO kernel:ACPI: RSDP 0x00000000000F6A00 000024 (v02 PTLTD )
02:40:29,758 INFO kernel:ACPI: XSDT 0x000000007FEE965B 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
02:40:29,758 INFO kernel:ACPI: FACP 0x000000007FEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
02:40:29,758 INFO kernel:ACPI: DSDT 0x000000007FEEAD55 01411E (v01 PTLTD  Custom   06040000 MSFT 03000001)
02:40:29,758 INFO kernel:ACPI: FACS 0x000000007FEFFFC0 000040
02:40:29,758 INFO kernel:ACPI: FACS 0x000000007FEFFFC0 000040
02:40:29,758 INFO kernel:ACPI: BOOT 0x000000007FEEAD2D 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
02:40:29,758 INFO kernel:ACPI: APIC 0x000000007FEEA5EB 000742 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
02:40:29,758 INFO kernel:ACPI: MCFG 0x000000007FEEA5AF 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
02:40:29,758 INFO kernel:ACPI: SRAT 0x000000007FEE9757 0008A8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
02:40:29,758 INFO kernel:ACPI: HPET 0x000000007FEE971F 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
02:40:29,758 INFO kernel:ACPI: WAET 0x000000007FEE96F7 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
02:40:29,758 INFO kernel:ACPI: Reserving FACP table memory at [mem 0x7fefee73-0x7fefef66]
02:40:29,758 INFO kernel:ACPI: Reserving DSDT table memory at [mem 0x7feead55-0x7fefee72]
02:40:29,758 INFO kernel:ACPI: Reserving FACS table memory at [mem 0x7fefffc0-0x7fefffff]
02:40:29,758 INFO kernel:ACPI: Reserving FACS table memory at [mem 0x7fefffc0-0x7fefffff]
02:40:29,758 INFO kernel:ACPI: Reserving BOOT table memory at [mem 0x7feead2d-0x7feead54]
02:40:29,758 INFO kernel:ACPI: Reserving APIC table memory at [mem 0x7feea5eb-0x7feead2c]
02:40:29,758 INFO kernel:ACPI: Reserving MCFG table memory at [mem 0x7feea5af-0x7feea5ea]
02:40:29,758 INFO kernel:ACPI: Reserving SRAT table memory at [mem 0x7fee9757-0x7fee9ffe]
02:40:29,758 INFO kernel:ACPI: Reserving HPET table memory at [mem 0x7fee971f-0x7fee9756]
02:40:29,758 INFO kernel:ACPI: Reserving WAET table memory at [mem 0x7fee96f7-0x7fee971e]
02:40:29,758 DEBUG kernel:ACPI: Local APIC address 0xfee00000
02:40:29,758 DEBUG kernel:system APIC only can use physical flat
02:40:29,758 INFO kernel:Setting APIC routing to physical flat.
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x00 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x02 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x04 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x06 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x08 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x0a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x0c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x0e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x10 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x12 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x14 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x16 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x18 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x1a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x1c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x1e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x20 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x22 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x24 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x26 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x28 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x2a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x2c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x2e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x30 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x32 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x34 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x36 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x38 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x3a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x3c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x3e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x40 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x42 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x44 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x46 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x48 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x4a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x4c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x4e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x50 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x52 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x54 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x56 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x58 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x5a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x5c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x5e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x60 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x62 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x64 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x66 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x68 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x6a -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x6c -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x6e -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x70 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x72 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x74 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x76 -> Node 0
02:40:29,758 INFO kernel:SRAT: PXM 0 -> APIC 0x78 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x7a -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x7c -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x7e -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x80 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x82 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x84 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x86 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x88 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x8a -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x8c -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x8e -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x90 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x92 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x94 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x96 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x98 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x9a -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x9c -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0x9e -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xa0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xa2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xa4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xa6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xa8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xaa -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xac -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xae -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xb0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xb2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xb4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xb6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xb8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xba -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xbc -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xbe -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xc0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xc2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xc4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xc6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xc8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xca -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xcc -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xce -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xd0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xd2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xd4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xd6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xd8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xda -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xdc -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xde -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xe0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xe2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xe4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xe6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xe8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xea -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xec -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xee -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xf0 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xf2 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xf4 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xf6 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xf8 -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xfa -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xfc -> Node 0
02:40:29,761 INFO kernel:SRAT: PXM 0 -> APIC 0xfe -> Node 0
02:40:29,761 INFO kernel:ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
02:40:29,761 INFO kernel:ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0x7fffffff]
02:40:29,761 INFO kernel:ACPI: SRAT: Node 0 PXM 0 [mem 0x80000000-0xbfffffff] hotplug
02:40:29,761 INFO kernel:NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
02:40:29,761 INFO kernel:NODE_DATA(0) allocated [mem 0x7ffd5000-0x7fffffff]
02:40:29,761 INFO kernel:Zone ranges:
02:40:29,761 INFO kernel:  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
02:40:29,761 INFO kernel:  DMA32    [mem 0x0000000001000000-0x000000007fffffff]
02:40:29,761 INFO kernel:  Normal   empty
02:40:29,761 INFO kernel:  Device   empty
02:40:29,761 INFO kernel:Movable zone start for each node
02:40:29,761 INFO kernel:Early memory node ranges
02:40:29,761 INFO kernel:  node   0: [mem 0x0000000000001000-0x0000000000097fff]
02:40:29,761 INFO kernel:  node   0: [mem 0x0000000000100000-0x000000007fedffff]
02:40:29,761 INFO kernel:  node   0: [mem 0x000000007ff00000-0x000000007fffffff]
02:40:29,761 INFO kernel:Zeroed struct page in unavailable ranges: 137 pages
02:40:29,761 INFO kernel:Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
02:40:29,761 DEBUG kernel:On node 0 totalpages: 524151
02:40:29,761 DEBUG kernel:  DMA zone: 64 pages used for memmap
02:40:29,761 DEBUG kernel:  DMA zone: 151 pages reserved
02:40:29,761 DEBUG kernel:  DMA zone: 3991 pages, LIFO batch:0
02:40:29,761 DEBUG kernel:  DMA32 zone: 8128 pages used for memmap
02:40:29,761 DEBUG kernel:  DMA32 zone: 520160 pages, LIFO batch:63
02:40:29,762 INFO kernel:ACPI: PM-Timer IO Port: 0x1008
02:40:29,762 DEBUG kernel:ACPI: Local APIC address 0xfee00000
02:40:29,762 DEBUG kernel:system APIC only can use physical flat
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
02:40:29,762 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
02:40:29,767 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
02:40:29,767 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
02:40:29,767 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
02:40:29,767 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
02:40:29,767 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
02:40:29,767 INFO kernel:IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
02:40:29,767 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
02:40:29,767 DEBUG kernel:ACPI: IRQ0 used by override.
02:40:29,767 DEBUG kernel:ACPI: IRQ9 used by override.
02:40:29,767 INFO kernel:Using ACPI (MADT) for SMP configuration information
02:40:29,767 INFO kernel:ACPI: HPET id: 0x8086af01 base: 0xfed00000
02:40:29,767 INFO kernel:smpboot: Allowing 128 CPUs, 127 hotplug CPUs
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x00099000-0x0009ffff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x7fee0000-0x7fefefff]
02:40:29,767 INFO kernel:PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
02:40:29,767 INFO kernel:[mem 0x80000000-0xefffffff] available for PCI devices
02:40:29,767 INFO kernel:Booting paravirtualized kernel on VMware hypervisor
02:40:29,767 INFO kernel:clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
02:40:29,767 INFO kernel:setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
02:40:29,767 INFO kernel:percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
02:40:29,767 DEBUG kernel:pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
02:40:29,767 DEBUG kernel:pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
02:40:29,767 INFO kernel:Built 1 zonelists, mobility grouping on.  Total pages: 515808
02:40:29,767 INFO kernel:Policy zone: DMA32
02:40:29,767 NOTICE kernel:Kernel command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=AlmaLinux-8-6-x86_64-dvd quiet
02:40:29,767 NOTICE kernel:Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.
02:40:29,767 INFO kernel:Memory: 261120K/2096604K available (12293K kernel code, 5865K rwdata, 8292K rodata, 2520K init, 14348K bss, 194600K reserved, 0K cma-reserved)
02:40:29,767 INFO kernel:SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
02:40:29,767 INFO kernel:ftrace: allocating 39999 entries in 157 pages
02:40:29,767 INFO kernel:ftrace: allocated 157 pages with 5 groups
02:40:29,767 INFO kernel:rcu: Hierarchical RCU implementation.
02:40:29,767 INFO kernel:rcu: #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
02:40:29,767 INFO kernel:#011Rude variant of Tasks RCU enabled.
02:40:29,767 INFO kernel:#011Tracing variant of Tasks RCU enabled.
02:40:29,767 INFO kernel:rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
02:40:29,767 INFO kernel:rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
02:40:29,767 INFO kernel:NR_IRQS: 524544, nr_irqs: 1448, preallocated irqs: 16
02:40:29,767 NOTICE kernel:random: crng done (trusting CPU's manufacturer)
02:40:29,767 INFO kernel:Console: colour VGA+ 80x25
02:40:29,767 INFO kernel:printk: console [tty0] enabled
02:40:29,767 INFO kernel:ACPI: Core revision 20210604
02:40:29,767 INFO kernel:clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
02:40:29,767 DEBUG kernel:hpet clockevent registered
02:40:29,767 INFO kernel:APIC: Switch to symmetric I/O mode setup
02:40:29,767 INFO kernel:x2apic enabled
02:40:29,767 INFO kernel:Switched APIC routing to physical x2apic.
02:40:29,767 INFO kernel:..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
02:40:29,767 INFO kernel:clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255cbea3061, max_idle_ns: 440795313801 ns
02:40:29,767 INFO kernel:Calibrating delay loop (skipped) preset value.. 5184.01 BogoMIPS (lpj=2592008)
02:40:29,767 INFO kernel:pid_max: default: 131072 minimum: 1024
02:40:29,767 INFO kernel:LSM: Security Framework initializing
02:40:29,767 INFO kernel:Yama: becoming mindful.
02:40:29,767 INFO kernel:SELinux:  Initializing.
02:40:29,767 INFO kernel:LSM support for eBPF active
02:40:29,767 INFO kernel:Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
02:40:29,767 INFO kernel:Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
02:40:29,767 INFO kernel:Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, vmalloc)
02:40:29,767 INFO kernel:Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, vmalloc)
02:40:29,767 INFO kernel:Disabled fast string operations
02:40:29,767 INFO kernel:Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
02:40:29,767 INFO kernel:Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
02:40:29,767 INFO kernel:FEATURE SPEC_CTRL Present
02:40:29,767 INFO kernel:FEATURE IBPB_SUPPORT Present
02:40:29,767 INFO kernel:Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
02:40:29,767 INFO kernel:Spectre V2 : Mitigation: Retpolines
02:40:29,767 INFO kernel:Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
02:40:29,767 INFO kernel:Spectre V2 : Enabling Restricted Speculation for firmware calls
02:40:29,767 INFO kernel:Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
02:40:29,767 INFO kernel:Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
02:40:29,771 DEBUG kernel:TSC deadline timer enabled
02:40:29,771 INFO kernel:smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
02:40:29,771 INFO kernel:Performance Events: Skylake events, core PMU driver.
02:40:29,771 WARNING kernel:core: CPUID marked event: 'cpu cycles' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'instructions' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'bus cycles' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'cache references' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'cache misses' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'branch instructions' unavailable
02:40:29,771 WARNING kernel:core: CPUID marked event: 'branch misses' unavailable
02:40:29,771 INFO kernel:... version:                1
02:40:29,771 INFO kernel:... bit width:              48
02:40:29,771 INFO kernel:... generic registers:      4
02:40:29,771 INFO kernel:... value mask:             0000ffffffffffff
02:40:29,771 INFO kernel:... max period:             000000007fffffff
02:40:29,772 INFO kernel:... fixed-purpose events:   0
02:40:29,772 INFO kernel:... event mask:             000000000000000f
02:40:29,772 INFO kernel:rcu: Hierarchical SRCU implementation.
02:40:29,772 INFO kernel:NMI watchdog: Perf NMI watchdog permanently disabled
02:40:29,772 INFO kernel:smp: Bringing up secondary CPUs ...
02:40:29,772 INFO kernel:smp: Brought up 1 node, 1 CPU
02:40:29,772 INFO kernel:smpboot: Max logical packages: 128
02:40:29,772 INFO kernel:smpboot: Total of 1 processors activated (5184.01 BogoMIPS)
02:40:29,772 INFO kernel:node 0 deferred pages initialised in 36ms
02:40:29,772 INFO kernel:devtmpfs: initialized
02:40:29,772 INFO kernel:x86/mm: Memory block size: 128MB
02:40:29,772 INFO kernel:ACPI: PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
02:40:29,772 INFO kernel:clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
02:40:29,772 INFO kernel:futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
02:40:29,772 INFO kernel:pinctrl core: initialized pinctrl subsystem
02:40:29,772 INFO kernel:NET: Registered protocol family 16
02:40:29,772 INFO kernel:DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
02:40:29,772 INFO kernel:DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
02:40:29,772 INFO kernel:DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
02:40:29,772 INFO kernel:audit: initializing netlink subsys (disabled)
02:40:29,772 INFO kernel:cpuidle: using governor menu
02:40:29,772 INFO kernel:Simple Boot Flag at 0x36 set to 0x80
02:40:29,772 INFO kernel:ACPI: bus type PCI registered
02:40:29,772 INFO kernel:acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
02:40:29,772 INFO kernel:PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
02:40:29,772 INFO kernel:PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
02:40:29,772 INFO kernel:PCI: Using configuration type 1 for base access
02:40:29,772 NOTICE kernel:audit: type=2000 audit(1655260823.055:1): state=initialized audit_enabled=0 res=1
02:40:29,772 INFO kernel:HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
02:40:29,772 INFO kernel:HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
02:40:29,772 INFO kernel:cryptd: max_cpu_qlen set to 1000
02:40:29,772 INFO kernel:ACPI: Added _OSI(Module Device)
02:40:29,772 INFO kernel:ACPI: Added _OSI(Processor Device)
02:40:29,772 INFO kernel:ACPI: Added _OSI(3.0 _SCP Extensions)
02:40:29,772 INFO kernel:ACPI: Added _OSI(Processor Aggregator Device)
02:40:29,772 INFO kernel:ACPI: Added _OSI(Linux-Dell-Video)
02:40:29,772 INFO kernel:ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
02:40:29,772 INFO kernel:ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
02:40:29,772 INFO kernel:ACPI: 1 ACPI AML tables successfully acquired and loaded
02:40:29,772 NOTICE kernel:ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
02:40:29,772 INFO kernel:ACPI: Interpreter enabled
02:40:29,772 INFO kernel:ACPI: PM: (supports S0 S1 S4 S5)
02:40:29,772 INFO kernel:ACPI: Using IOAPIC for interrupt routing
02:40:29,772 INFO kernel:PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
02:40:29,772 INFO kernel:ACPI: Enabled 4 GPEs in block 00 to 0F
02:40:29,772 INFO kernel:ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
02:40:29,772 INFO kernel:acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
02:40:29,772 INFO kernel:acpi PNP0A03:00: _OSC: platform does not support [AER LTR DPC]
02:40:29,772 INFO kernel:acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
02:40:29,772 INFO kernel:PCI host bridge to bus 0000:00
02:40:29,772 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
02:40:29,772 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
02:40:29,773 INFO kernel:pci_bus 0000:00: root bus resource [bus 00-7f]
02:40:29,773 INFO kernel:pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
02:40:29,776 INFO kernel:pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
02:40:29,777 INFO kernel:pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
02:40:29,777 INFO kernel:pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
02:40:29,777 INFO kernel:pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
02:40:29,777 INFO kernel:pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
02:40:29,777 INFO kernel:pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
02:40:29,777 INFO kernel:pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
02:40:29,777 INFO kernel:pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
02:40:29,777 INFO kernel:pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
02:40:29,777 INFO kernel:pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI
02:40:29,777 INFO kernel:pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
02:40:29,778 INFO kernel:pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
02:40:29,778 INFO kernel:pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
02:40:29,779 INFO kernel:pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
02:40:29,779 INFO kernel:pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
02:40:29,779 INFO kernel:pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
02:40:29,779 INFO kernel:pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
02:40:29,779 INFO kernel:pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
02:40:29,779 INFO kernel:pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
02:40:29,779 INFO kernel:pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
02:40:29,779 INFO kernel:pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
02:40:29,779 INFO kernel:pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
02:40:29,779 INFO kernel:pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
02:40:29,781 INFO kernel:pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
02:40:29,781 INFO kernel:pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
02:40:29,781 INFO kernel:pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
02:40:29,781 INFO kernel:pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
02:40:29,781 INFO kernel:pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
02:40:29,783 INFO kernel:pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
02:40:29,783 INFO kernel:pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
02:40:29,783 INFO kernel:pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
02:40:29,783 INFO kernel:pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
02:40:29,783 INFO kernel:pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
02:40:29,785 INFO kernel:pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
02:40:29,785 INFO kernel:pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
02:40:29,786 INFO kernel:pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
02:40:29,786 INFO kernel:pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
02:40:29,786 INFO kernel:pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
02:40:29,786 INFO kernel:pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
02:40:29,786 INFO kernel:pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
02:40:29,786 INFO kernel:pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
02:40:29,786 INFO kernel:pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
02:40:29,786 INFO kernel:pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
02:40:29,788 INFO kernel:pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
02:40:29,788 INFO kernel:pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
02:40:29,788 INFO kernel:pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
02:40:29,789 INFO kernel:pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
02:40:29,789 INFO kernel:pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
02:40:29,789 INFO kernel:pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
02:40:29,789 INFO kernel:pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
02:40:29,789 INFO kernel:pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
02:40:29,789 INFO kernel:pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
02:40:29,789 INFO kernel:pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
02:40:29,789 INFO kernel:pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
02:40:29,789 INFO kernel:pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
02:40:29,791 INFO kernel:pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
02:40:29,791 INFO kernel:pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
02:40:29,791 INFO kernel:pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
02:40:29,792 INFO kernel:pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
02:40:29,792 INFO kernel:pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
02:40:29,792 INFO kernel:pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
02:40:29,792 INFO kernel:pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
02:40:29,792 INFO kernel:pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
02:40:29,792 INFO kernel:pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
02:40:29,792 INFO kernel:pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
02:40:29,792 INFO kernel:pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
02:40:29,792 INFO kernel:pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
02:40:29,792 INFO kernel:pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
02:40:29,794 INFO kernel:pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
02:40:29,795 INFO kernel:pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
02:40:29,795 INFO kernel:pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
02:40:29,795 INFO kernel:pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
02:40:29,795 INFO kernel:pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
02:40:29,795 INFO kernel:pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
02:40:29,795 INFO kernel:pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
02:40:29,798 INFO kernel:pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
02:40:29,798 INFO kernel:pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
02:40:29,798 INFO kernel:pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
02:40:29,798 INFO kernel:pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
02:40:29,798 INFO kernel:pci_bus 0000:01: extended config space not accessible
02:40:29,798 INFO kernel:pci 0000:00:01.0: PCI bridge to [bus 01]
02:40:29,798 INFO kernel:pci_bus 0000:02: extended config space not accessible
02:40:29,798 INFO kernel:acpiphp: Slot [32] registered
02:40:29,798 INFO kernel:acpiphp: Slot [33] registered
02:40:29,798 INFO kernel:acpiphp: Slot [34] registered
02:40:29,798 INFO kernel:acpiphp: Slot [35] registered
02:40:29,798 INFO kernel:acpiphp: Slot [36] registered
02:40:29,798 INFO kernel:acpiphp: Slot [37] registered
02:40:29,798 INFO kernel:acpiphp: Slot [38] registered
02:40:29,798 INFO kernel:acpiphp: Slot [39] registered
02:40:29,798 INFO kernel:acpiphp: Slot [40] registered
02:40:29,798 INFO kernel:acpiphp: Slot [41] registered
02:40:29,798 INFO kernel:acpiphp: Slot [42] registered
02:40:29,798 INFO kernel:acpiphp: Slot [43] registered
02:40:29,798 INFO kernel:acpiphp: Slot [44] registered
02:40:29,798 INFO kernel:acpiphp: Slot [45] registered
02:40:29,798 INFO kernel:acpiphp: Slot [46] registered
02:40:29,798 INFO kernel:acpiphp: Slot [47] registered
02:40:29,798 INFO kernel:acpiphp: Slot [48] registered
02:40:29,798 INFO kernel:acpiphp: Slot [49] registered
02:40:29,798 INFO kernel:acpiphp: Slot [50] registered
02:40:29,798 INFO kernel:acpiphp: Slot [51] registered
02:40:29,798 INFO kernel:acpiphp: Slot [52] registered
02:40:29,798 INFO kernel:acpiphp: Slot [53] registered
02:40:29,798 INFO kernel:acpiphp: Slot [54] registered
02:40:29,798 INFO kernel:acpiphp: Slot [55] registered
02:40:29,798 INFO kernel:acpiphp: Slot [56] registered
02:40:29,798 INFO kernel:acpiphp: Slot [57] registered
02:40:29,798 INFO kernel:acpiphp: Slot [58] registered
02:40:29,798 INFO kernel:acpiphp: Slot [59] registered
02:40:29,798 INFO kernel:acpiphp: Slot [60] registered
02:40:29,798 INFO kernel:acpiphp: Slot [61] registered
02:40:29,798 INFO kernel:acpiphp: Slot [62] registered
02:40:29,798 INFO kernel:acpiphp: Slot [63] registered
02:40:29,798 INFO kernel:pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
02:40:29,798 INFO kernel:pci 0000:02:00.0: reg 0x20: [io  0x2000-0x201f]
02:40:29,800 INFO kernel:pci 0000:02:01.0: [15ad:0770] type 00 class 0x0c0320
02:40:29,800 INFO kernel:pci 0000:02:01.0: reg 0x10: [mem 0xfd5ff000-0xfd5fffff]
02:40:29,801 INFO kernel:pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
02:40:29,801 INFO kernel:pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
02:40:29,804 INFO kernel:pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
02:40:29,804 INFO kernel:pci 0000:03:00.0: [15ad:07b0] type 00 class 0x020000
02:40:29,804 INFO kernel:pci 0000:03:00.0: reg 0x10: [mem 0xfd4fc000-0xfd4fcfff]
02:40:29,804 INFO kernel:pci 0000:03:00.0: reg 0x14: [mem 0xfd4fd000-0xfd4fdfff]
02:40:29,804 INFO kernel:pci 0000:03:00.0: reg 0x18: [mem 0xfd4fe000-0xfd4fffff]
02:40:29,804 INFO kernel:pci 0000:03:00.0: reg 0x1c: [io  0x4000-0x400f]
02:40:29,804 INFO kernel:pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
02:40:29,804 INFO kernel:pci 0000:03:00.0: supports D1 D2
02:40:29,804 INFO kernel:pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
02:40:29,804 INFO kernel:pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
02:40:29,804 INFO kernel:pci 0000:00:15.0: PCI bridge to [bus 03]
02:40:29,807 INFO kernel:pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
02:40:29,807 INFO kernel:pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
02:40:29,807 INFO kernel:pci 0000:00:15.1: PCI bridge to [bus 04]
02:40:29,807 INFO kernel:pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
02:40:29,807 INFO kernel:pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
02:40:29,807 INFO kernel:pci 0000:00:15.1:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
02:40:29,807 INFO kernel:pci 0000:00:15.2: PCI bridge to [bus 05]
02:40:29,807 INFO kernel:pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
02:40:29,809 INFO kernel:pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
02:40:29,810 INFO kernel:pci 0000:00:15.2:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
02:40:29,810 INFO kernel:pci 0000:00:15.3: PCI bridge to [bus 06]
02:40:29,810 INFO kernel:pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
02:40:29,810 INFO kernel:pci 0000:00:15.3:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
02:40:29,810 INFO kernel:pci 0000:00:15.4: PCI bridge to [bus 07]
02:40:29,810 INFO kernel:pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
02:40:29,810 INFO kernel:pci 0000:00:15.4:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
02:40:29,810 INFO kernel:pci 0000:00:15.5: PCI bridge to [bus 08]
02:40:29,810 INFO kernel:pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
02:40:29,810 INFO kernel:pci 0000:00:15.5:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
02:40:29,810 INFO kernel:pci 0000:00:15.6: PCI bridge to [bus 09]
02:40:29,813 INFO kernel:pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
02:40:29,813 INFO kernel:pci 0000:00:15.6:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
02:40:29,813 INFO kernel:pci 0000:00:15.7: PCI bridge to [bus 0a]
02:40:29,813 INFO kernel:pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
02:40:29,813 INFO kernel:pci 0000:00:15.7:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
02:40:29,813 INFO kernel:pci 0000:0b:00.0: [15ad:07f0] type 00 class 0x010802
02:40:29,813 INFO kernel:pci 0000:0b:00.0: reg 0x10: [mem 0xfd3fc000-0xfd3fffff 64bit]
02:40:29,813 INFO kernel:pci 0000:0b:00.0: reg 0x18: [io  0x5000-0x5007]
02:40:29,813 INFO kernel:pci 0000:0b:00.0: reg 0x30: [mem 0x00000000-0x00001fff pref]
02:40:29,813 INFO kernel:pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
02:40:29,813 INFO kernel:pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
02:40:29,813 INFO kernel:pci 0000:00:16.0: PCI bridge to [bus 0b]
02:40:29,816 INFO kernel:pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
02:40:29,816 INFO kernel:pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
02:40:29,816 INFO kernel:pci 0000:00:16.1: PCI bridge to [bus 0c]
02:40:29,816 INFO kernel:pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
02:40:29,816 INFO kernel:pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
02:40:29,816 INFO kernel:pci 0000:00:16.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
02:40:29,816 INFO kernel:pci 0000:00:16.2: PCI bridge to [bus 0d]
02:40:29,816 INFO kernel:pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
02:40:29,816 INFO kernel:pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
02:40:29,816 INFO kernel:pci 0000:00:16.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
02:40:29,816 INFO kernel:pci 0000:00:16.3: PCI bridge to [bus 0e]
02:40:29,817 INFO kernel:pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
02:40:29,821 INFO kernel:pci 0000:00:16.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
02:40:29,821 INFO kernel:pci 0000:00:16.4: PCI bridge to [bus 0f]
02:40:29,821 INFO kernel:pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
02:40:29,821 INFO kernel:pci 0000:00:16.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
02:40:29,822 INFO kernel:pci 0000:00:16.5: PCI bridge to [bus 10]
02:40:29,822 INFO kernel:pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
02:40:29,822 INFO kernel:pci 0000:00:16.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
02:40:29,822 INFO kernel:pci 0000:00:16.6: PCI bridge to [bus 11]
02:40:29,822 INFO kernel:pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
02:40:29,822 INFO kernel:pci 0000:00:16.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
02:40:29,822 INFO kernel:pci 0000:00:16.7: PCI bridge to [bus 12]
02:40:29,822 INFO kernel:pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
02:40:29,822 INFO kernel:pci 0000:00:16.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
02:40:29,823 INFO kernel:pci 0000:00:17.0: PCI bridge to [bus 13]
02:40:29,823 INFO kernel:pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
02:40:29,823 INFO kernel:pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
02:40:29,824 INFO kernel:pci 0000:00:17.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
02:40:29,824 INFO kernel:pci 0000:00:17.1: PCI bridge to [bus 14]
02:40:29,824 INFO kernel:pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
02:40:29,824 INFO kernel:pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
02:40:29,824 INFO kernel:pci 0000:00:17.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
02:40:29,824 INFO kernel:pci 0000:00:17.2: PCI bridge to [bus 15]
02:40:29,824 INFO kernel:pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
02:40:29,824 INFO kernel:pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
02:40:29,824 INFO kernel:pci 0000:00:17.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
02:40:29,825 INFO kernel:pci 0000:00:17.3: PCI bridge to [bus 16]
02:40:29,825 INFO kernel:pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
02:40:29,825 INFO kernel:pci 0000:00:17.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
02:40:29,826 INFO kernel:pci 0000:00:17.4: PCI bridge to [bus 17]
02:40:29,826 INFO kernel:pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
02:40:29,826 INFO kernel:pci 0000:00:17.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
02:40:29,826 INFO kernel:pci 0000:00:17.5: PCI bridge to [bus 18]
02:40:29,826 INFO kernel:pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
02:40:29,826 INFO kernel:pci 0000:00:17.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
02:40:29,826 INFO kernel:pci 0000:00:17.6: PCI bridge to [bus 19]
02:40:29,826 INFO kernel:pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
02:40:29,826 INFO kernel:pci 0000:00:17.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
02:40:29,828 INFO kernel:pci 0000:00:17.7: PCI bridge to [bus 1a]
02:40:29,829 INFO kernel:pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
02:40:29,829 INFO kernel:pci 0000:00:17.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
02:40:29,829 INFO kernel:pci 0000:00:18.0: PCI bridge to [bus 1b]
02:40:29,829 INFO kernel:pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
02:40:29,829 INFO kernel:pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
02:40:29,829 INFO kernel:pci 0000:00:18.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
02:40:29,829 INFO kernel:pci 0000:00:18.1: PCI bridge to [bus 1c]
02:40:29,829 INFO kernel:pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
02:40:29,829 INFO kernel:pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
02:40:29,829 INFO kernel:pci 0000:00:18.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
02:40:29,829 INFO kernel:pci 0000:00:18.2: PCI bridge to [bus 1d]
02:40:29,832 INFO kernel:pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
02:40:29,832 INFO kernel:pci 0000:00:18.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
02:40:29,832 INFO kernel:pci 0000:00:18.3: PCI bridge to [bus 1e]
02:40:29,832 INFO kernel:pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
02:40:29,832 INFO kernel:pci 0000:00:18.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
02:40:29,832 INFO kernel:pci 0000:00:18.4: PCI bridge to [bus 1f]
02:40:29,832 INFO kernel:pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
02:40:29,832 INFO kernel:pci 0000:00:18.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
02:40:29,832 INFO kernel:pci 0000:00:18.5: PCI bridge to [bus 20]
02:40:29,832 INFO kernel:pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
02:40:29,832 INFO kernel:pci 0000:00:18.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
02:40:29,832 INFO kernel:pci 0000:00:18.6: PCI bridge to [bus 21]
02:40:29,833 INFO kernel:pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
02:40:29,834 INFO kernel:pci 0000:00:18.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
02:40:29,834 INFO kernel:pci 0000:00:18.7: PCI bridge to [bus 22]
02:40:29,835 INFO kernel:pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
02:40:29,835 INFO kernel:pci 0000:00:18.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
02:40:29,835 INFO kernel:ACPI: PCI: Interrupt link LNKA configured for IRQ 9
02:40:29,835 INFO kernel:ACPI: PCI: Interrupt link LNKB configured for IRQ 0
02:40:29,835 INFO kernel:ACPI: PCI: Interrupt link LNKB disabled
02:40:29,835 INFO kernel:ACPI: PCI: Interrupt link LNKC configured for IRQ 11
02:40:29,835 INFO kernel:ACPI: PCI: Interrupt link LNKD configured for IRQ 10
02:40:29,835 INFO kernel:iommu: Default domain type: Passthrough 
02:40:29,835 INFO kernel:pci 0000:00:0f.0: vgaarb: setting as boot VGA device
02:40:29,835 INFO kernel:pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
02:40:29,835 INFO kernel:pci 0000:00:0f.0: vgaarb: bridge control possible
02:40:29,835 INFO kernel:vgaarb: loaded
02:40:29,835 NOTICE kernel:SCSI subsystem initialized
02:40:29,835 INFO kernel:ACPI: bus type USB registered
02:40:29,835 INFO kernel:usbcore: registered new interface driver usbfs
02:40:29,835 INFO kernel:usbcore: registered new interface driver hub
02:40:29,835 INFO kernel:usbcore: registered new device driver usb
02:40:29,835 INFO kernel:pps_core: LinuxPPS API ver. 1 registered
02:40:29,835 INFO kernel:pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
02:40:29,835 INFO kernel:PTP clock support registered
02:40:29,835 INFO kernel:EDAC MC: Ver: 3.0.0
02:40:29,835 INFO kernel:PCI: Using ACPI for IRQ routing
02:40:29,835 DEBUG kernel:PCI: pci_cache_line_size set to 64 bytes
02:40:29,835 DEBUG kernel:e820: reserve RAM buffer [mem 0x00098c00-0x0009ffff]
02:40:29,835 DEBUG kernel:e820: reserve RAM buffer [mem 0x7fee0000-0x7fffffff]
02:40:29,835 INFO kernel:NetLabel: Initializing
02:40:29,835 INFO kernel:NetLabel:  domain hash size = 128
02:40:29,835 INFO kernel:NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
02:40:29,835 INFO kernel:NetLabel:  unlabeled traffic allowed by default
02:40:29,835 INFO kernel:hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
02:40:29,835 INFO kernel:hpet0: 16 comparators, 64-bit 14.318180 MHz counter
02:40:29,835 INFO kernel:clocksource: Switched to clocksource tsc-early
02:40:29,835 NOTICE kernel:VFS: Disk quotas dquot_6.6.0
02:40:29,835 INFO kernel:VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
02:40:29,835 INFO kernel:pnp: PnP ACPI init
02:40:29,835 INFO kernel:system 00:00: [io  0x1000-0x103f] has been reserved
02:40:29,835 INFO kernel:system 00:00: [io  0x1040-0x104f] has been reserved
02:40:29,837 INFO kernel:system 00:00: [io  0x0cf0-0x0cf1] has been reserved
02:40:29,837 DEBUG kernel:system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
02:40:29,837 DEBUG kernel:pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
02:40:29,838 DEBUG kernel:pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
02:40:29,838 DEBUG kernel:pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
02:40:29,838 INFO kernel:system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
02:40:29,838 DEBUG kernel:system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
02:40:29,838 INFO kernel:system 00:05: [io  0xfce0-0xfcff] has been reserved
02:40:29,838 INFO kernel:system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
02:40:29,838 INFO kernel:system 00:05: [mem 0xfe800000-0xfe9fffff] has been reserved
02:40:29,838 DEBUG kernel:system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
02:40:29,838 INFO kernel:pnp: PnP ACPI: found 6 devices
02:40:29,838 INFO kernel:clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
02:40:29,838 INFO kernel:pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
02:40:29,840 INFO kernel:pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:16.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
02:40:29,841 INFO kernel:pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
02:40:29,841 INFO kernel:pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
02:40:29,844 INFO kernel:pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
02:40:29,845 INFO kernel:pci 0000:00:16.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
02:40:29,847 INFO kernel:pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0400000-0xc0407fff pref]
02:40:29,847 INFO kernel:pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
02:40:29,847 INFO kernel:pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,848 INFO kernel:pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
02:40:29,852 INFO kernel:pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,852 INFO kernel:pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
02:40:29,852 INFO kernel:pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,852 INFO kernel:pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,853 INFO kernel:pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
02:40:29,854 INFO kernel:pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,854 INFO kernel:pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
02:40:29,854 INFO kernel:pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
02:40:29,855 INFO kernel:pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,856 INFO kernel:pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
02:40:29,856 INFO kernel:pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
02:40:29,857 INFO kernel:pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
02:40:29,862 INFO kernel:pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,864 INFO kernel:pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
02:40:29,864 INFO kernel:pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
02:40:29,865 INFO kernel:pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
02:40:29,866 INFO kernel:pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
02:40:29,866 INFO kernel:pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
02:40:29,866 INFO kernel:pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
02:40:29,867 INFO kernel:pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
02:40:29,867 INFO kernel:pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
02:40:29,867 INFO kernel:pci 0000:00:01.0: PCI bridge to [bus 01]
02:40:29,867 INFO kernel:pci 0000:00:11.0: PCI bridge to [bus 02]
02:40:29,867 INFO kernel:pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
02:40:29,867 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
02:40:29,867 INFO kernel:pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
02:40:29,867 INFO kernel:pci 0000:03:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
02:40:29,867 INFO kernel:pci 0000:00:15.0: PCI bridge to [bus 03]
02:40:29,867 INFO kernel:pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
02:40:29,871 INFO kernel:pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
02:40:29,871 INFO kernel:pci 0000:00:15.0:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
02:40:29,871 INFO kernel:pci 0000:00:15.1: PCI bridge to [bus 04]
02:40:29,872 INFO kernel:pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
02:40:29,872 INFO kernel:pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
02:40:29,872 INFO kernel:pci 0000:00:15.1:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
02:40:29,872 INFO kernel:pci 0000:00:15.2: PCI bridge to [bus 05]
02:40:29,872 INFO kernel:pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
02:40:29,872 INFO kernel:pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
02:40:29,872 INFO kernel:pci 0000:00:15.2:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
02:40:29,872 INFO kernel:pci 0000:00:15.3: PCI bridge to [bus 06]
02:40:29,872 INFO kernel:pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
02:40:29,872 INFO kernel:pci 0000:00:15.3:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
02:40:29,873 INFO kernel:pci 0000:00:15.4: PCI bridge to [bus 07]
02:40:29,873 INFO kernel:pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
02:40:29,874 INFO kernel:pci 0000:00:15.4:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
02:40:29,874 INFO kernel:pci 0000:00:15.5: PCI bridge to [bus 08]
02:40:29,874 INFO kernel:pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
02:40:29,874 INFO kernel:pci 0000:00:15.5:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
02:40:29,874 INFO kernel:pci 0000:00:15.6: PCI bridge to [bus 09]
02:40:29,874 INFO kernel:pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
02:40:29,874 INFO kernel:pci 0000:00:15.6:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
02:40:29,874 INFO kernel:pci 0000:00:15.7: PCI bridge to [bus 0a]
02:40:29,874 INFO kernel:pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
02:40:29,874 INFO kernel:pci 0000:00:15.7:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
02:40:29,874 INFO kernel:pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd300000-0xfd301fff pref]
02:40:29,874 INFO kernel:pci 0000:00:16.0: PCI bridge to [bus 0b]
02:40:29,876 INFO kernel:pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
02:40:29,876 INFO kernel:pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
02:40:29,876 INFO kernel:pci 0000:00:16.0:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
02:40:29,876 INFO kernel:pci 0000:00:16.1: PCI bridge to [bus 0c]
02:40:29,876 INFO kernel:pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
02:40:29,876 INFO kernel:pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
02:40:29,876 INFO kernel:pci 0000:00:16.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
02:40:29,876 INFO kernel:pci 0000:00:16.2: PCI bridge to [bus 0d]
02:40:29,876 INFO kernel:pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
02:40:29,876 INFO kernel:pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
02:40:29,876 INFO kernel:pci 0000:00:16.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
02:40:29,876 INFO kernel:pci 0000:00:16.3: PCI bridge to [bus 0e]
02:40:29,876 INFO kernel:pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
02:40:29,879 INFO kernel:pci 0000:00:16.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
02:40:29,879 INFO kernel:pci 0000:00:16.4: PCI bridge to [bus 0f]
02:40:29,879 INFO kernel:pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
02:40:29,879 INFO kernel:pci 0000:00:16.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
02:40:29,879 INFO kernel:pci 0000:00:16.5: PCI bridge to [bus 10]
02:40:29,879 INFO kernel:pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
02:40:29,879 INFO kernel:pci 0000:00:16.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
02:40:29,879 INFO kernel:pci 0000:00:16.6: PCI bridge to [bus 11]
02:40:29,879 INFO kernel:pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
02:40:29,879 INFO kernel:pci 0000:00:16.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
02:40:29,879 INFO kernel:pci 0000:00:16.7: PCI bridge to [bus 12]
02:40:29,880 INFO kernel:pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
02:40:29,880 INFO kernel:pci 0000:00:16.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
02:40:29,884 INFO kernel:pci 0000:00:17.0: PCI bridge to [bus 13]
02:40:29,884 INFO kernel:pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
02:40:29,884 INFO kernel:pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
02:40:29,884 INFO kernel:pci 0000:00:17.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
02:40:29,885 INFO kernel:pci 0000:00:17.1: PCI bridge to [bus 14]
02:40:29,885 INFO kernel:pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
02:40:29,885 INFO kernel:pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
02:40:29,885 INFO kernel:pci 0000:00:17.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
02:40:29,885 INFO kernel:pci 0000:00:17.2: PCI bridge to [bus 15]
02:40:29,885 INFO kernel:pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
02:40:29,885 INFO kernel:pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
02:40:29,885 INFO kernel:pci 0000:00:17.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
02:40:29,885 INFO kernel:pci 0000:00:17.3: PCI bridge to [bus 16]
02:40:29,885 INFO kernel:pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
02:40:29,886 INFO kernel:pci 0000:00:17.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
02:40:29,886 INFO kernel:pci 0000:00:17.4: PCI bridge to [bus 17]
02:40:29,886 INFO kernel:pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
02:40:29,887 INFO kernel:pci 0000:00:17.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
02:40:29,887 INFO kernel:pci 0000:00:17.5: PCI bridge to [bus 18]
02:40:29,887 INFO kernel:pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
02:40:29,887 INFO kernel:pci 0000:00:17.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
02:40:29,887 INFO kernel:pci 0000:00:17.6: PCI bridge to [bus 19]
02:40:29,887 INFO kernel:pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
02:40:29,887 INFO kernel:pci 0000:00:17.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
02:40:29,887 INFO kernel:pci 0000:00:17.7: PCI bridge to [bus 1a]
02:40:29,887 INFO kernel:pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
02:40:29,887 INFO kernel:pci 0000:00:17.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
02:40:29,887 INFO kernel:pci 0000:00:18.0: PCI bridge to [bus 1b]
02:40:29,888 INFO kernel:pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
02:40:29,889 INFO kernel:pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
02:40:29,889 INFO kernel:pci 0000:00:18.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
02:40:29,889 INFO kernel:pci 0000:00:18.1: PCI bridge to [bus 1c]
02:40:29,889 INFO kernel:pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
02:40:29,889 INFO kernel:pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
02:40:29,889 INFO kernel:pci 0000:00:18.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
02:40:29,889 INFO kernel:pci 0000:00:18.2: PCI bridge to [bus 1d]
02:40:29,889 INFO kernel:pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
02:40:29,889 INFO kernel:pci 0000:00:18.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
02:40:29,889 INFO kernel:pci 0000:00:18.3: PCI bridge to [bus 1e]
02:40:29,889 INFO kernel:pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
02:40:29,889 INFO kernel:pci 0000:00:18.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
02:40:29,892 INFO kernel:pci 0000:00:18.4: PCI bridge to [bus 1f]
02:40:29,892 INFO kernel:pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
02:40:29,892 INFO kernel:pci 0000:00:18.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
02:40:29,892 INFO kernel:pci 0000:00:18.5: PCI bridge to [bus 20]
02:40:29,892 INFO kernel:pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
02:40:29,892 INFO kernel:pci 0000:00:18.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
02:40:29,892 INFO kernel:pci 0000:00:18.6: PCI bridge to [bus 21]
02:40:29,892 INFO kernel:pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
02:40:29,892 INFO kernel:pci 0000:00:18.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
02:40:29,892 INFO kernel:pci 0000:00:18.7: PCI bridge to [bus 22]
02:40:29,892 INFO kernel:pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
02:40:29,892 INFO kernel:pci 0000:00:18.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
02:40:29,892 INFO kernel:pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
02:40:29,895 INFO kernel:pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
02:40:29,896 INFO kernel:pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
02:40:29,896 INFO kernel:pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
02:40:29,898 INFO kernel:pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
02:40:29,898 INFO kernel:pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
02:40:29,898 INFO kernel:pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
02:40:29,899 INFO kernel:pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
02:40:29,899 INFO kernel:pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
02:40:29,899 INFO kernel:pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
02:40:29,899 INFO kernel:pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
02:40:29,899 INFO kernel:pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
02:40:29,899 INFO kernel:pci_bus 0000:04: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
02:40:29,899 INFO kernel:pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
02:40:29,899 INFO kernel:pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
02:40:29,899 INFO kernel:pci_bus 0000:05: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
02:40:29,899 INFO kernel:pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
02:40:29,899 INFO kernel:pci_bus 0000:06: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
02:40:29,899 INFO kernel:pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
02:40:29,899 INFO kernel:pci_bus 0000:07: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
02:40:29,899 INFO kernel:pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
02:40:29,899 INFO kernel:pci_bus 0000:08: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
02:40:29,900 INFO kernel:pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
02:40:29,904 INFO kernel:pci_bus 0000:09: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
02:40:29,905 INFO kernel:pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
02:40:29,905 INFO kernel:pci_bus 0000:0a: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
02:40:29,905 INFO kernel:pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
02:40:29,905 INFO kernel:pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
02:40:29,905 INFO kernel:pci_bus 0000:0b: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
02:40:29,905 INFO kernel:pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
02:40:29,905 INFO kernel:pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
02:40:29,905 INFO kernel:pci_bus 0000:0c: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
02:40:29,905 INFO kernel:pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
02:40:29,905 INFO kernel:pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
02:40:29,905 INFO kernel:pci_bus 0000:0d: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
02:40:29,905 INFO kernel:pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
02:40:29,905 INFO kernel:pci_bus 0000:0e: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
02:40:29,907 INFO kernel:pci_bus 0000:0f: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
02:40:29,907 INFO kernel:pci_bus 0000:10: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
02:40:29,907 INFO kernel:pci_bus 0000:11: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
02:40:29,907 INFO kernel:pci_bus 0000:12: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
02:40:29,907 INFO kernel:pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
02:40:29,907 INFO kernel:pci_bus 0000:13: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
02:40:29,907 INFO kernel:pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
02:40:29,907 INFO kernel:pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
02:40:29,909 INFO kernel:pci_bus 0000:14: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
02:40:29,909 INFO kernel:pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
02:40:29,909 INFO kernel:pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
02:40:29,909 INFO kernel:pci_bus 0000:15: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
02:40:29,909 INFO kernel:pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
02:40:29,910 INFO kernel:pci_bus 0000:16: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
02:40:29,910 INFO kernel:pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
02:40:29,910 INFO kernel:pci_bus 0000:17: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
02:40:29,911 INFO kernel:pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
02:40:29,911 INFO kernel:pci_bus 0000:18: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
02:40:29,911 INFO kernel:pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
02:40:29,911 INFO kernel:pci_bus 0000:19: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
02:40:29,911 INFO kernel:pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
02:40:29,911 INFO kernel:pci_bus 0000:1a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
02:40:29,911 INFO kernel:pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
02:40:29,911 INFO kernel:pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
02:40:29,915 INFO kernel:pci_bus 0000:1b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
02:40:29,915 INFO kernel:pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
02:40:29,915 INFO kernel:pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
02:40:29,915 INFO kernel:pci_bus 0000:1c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
02:40:29,915 INFO kernel:pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
02:40:29,915 INFO kernel:pci_bus 0000:1d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
02:40:29,915 INFO kernel:pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
02:40:29,916 INFO kernel:pci_bus 0000:1e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
02:40:29,916 INFO kernel:pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
02:40:29,917 INFO kernel:pci_bus 0000:1f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
02:40:29,917 INFO kernel:pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
02:40:29,917 INFO kernel:pci_bus 0000:20: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
02:40:29,917 INFO kernel:pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
02:40:29,917 INFO kernel:pci_bus 0000:21: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
02:40:29,917 INFO kernel:pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
02:40:29,917 INFO kernel:pci_bus 0000:22: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
02:40:29,917 INFO kernel:NET: Registered protocol family 2
02:40:29,917 INFO kernel:IP idents hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)
02:40:29,917 INFO kernel:tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, vmalloc)
02:40:29,917 INFO kernel:TCP established hash table entries: 16384 (order: 5, 131072 bytes, vmalloc)
02:40:29,917 INFO kernel:TCP bind hash table entries: 16384 (order: 6, 262144 bytes, vmalloc)
02:40:29,917 INFO kernel:TCP: Hash tables configured (established 16384 bind 16384)
02:40:29,917 INFO kernel:MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, vmalloc)
02:40:29,917 INFO kernel:UDP hash table entries: 1024 (order: 3, 32768 bytes, vmalloc)
02:40:29,917 INFO kernel:UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, vmalloc)
02:40:29,917 INFO kernel:NET: Registered protocol family 1
02:40:29,917 INFO kernel:NET: Registered protocol family 44
02:40:29,917 INFO kernel:pci 0000:00:00.0: Limiting direct PCI/PCI transfers
02:40:29,917 INFO kernel:pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
02:40:29,917 INFO kernel:PCI: CLS 32 bytes, default 64
02:40:29,917 INFO kernel:Unpacking initramfs...
02:40:29,917 INFO kernel:Freeing initrd memory: 81512K
02:40:29,917 INFO kernel:ACPI: bus type thunderbolt registered
02:40:29,917 NOTICE kernel:Initialise system trusted keyrings
02:40:29,917 NOTICE kernel:Key type blacklist registered
02:40:29,917 INFO kernel:workingset: timestamp_bits=36 max_order=19 bucket_order=0
02:40:29,917 INFO kernel:zbud: loaded
02:40:29,917 INFO kernel:pstore: using deflate compression
02:40:29,917 NOTICE kernel:Platform Keyring initialized
02:40:29,917 INFO kernel:NET: Registered protocol family 38
02:40:29,917 NOTICE kernel:Key type asymmetric registered
02:40:29,917 NOTICE kernel:Asymmetric key parser 'x509' registered
02:40:29,917 INFO kernel:Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
02:40:29,917 INFO kernel:io scheduler mq-deadline registered
02:40:29,917 INFO kernel:io scheduler kyber registered
02:40:29,917 INFO kernel:io scheduler bfq registered
02:40:29,917 INFO kernel:atomic64_test: passed for x86-64 platform with CX8 and with SSE
02:40:29,918 INFO kernel:pcieport 0000:00:15.0: PME: Signaling with IRQ 24
02:40:29,919 INFO kernel:pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.1: PME: Signaling with IRQ 25
02:40:29,919 INFO kernel:pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.2: PME: Signaling with IRQ 26
02:40:29,919 INFO kernel:pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.3: PME: Signaling with IRQ 27
02:40:29,919 INFO kernel:pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.4: PME: Signaling with IRQ 28
02:40:29,919 INFO kernel:pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.5: PME: Signaling with IRQ 29
02:40:29,919 INFO kernel:pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,919 INFO kernel:pcieport 0000:00:15.6: PME: Signaling with IRQ 30
02:40:29,922 INFO kernel:pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:15.7: PME: Signaling with IRQ 31
02:40:29,922 INFO kernel:pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.0: PME: Signaling with IRQ 32
02:40:29,922 INFO kernel:pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.1: PME: Signaling with IRQ 33
02:40:29,922 INFO kernel:pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.2: PME: Signaling with IRQ 34
02:40:29,922 INFO kernel:pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.3: PME: Signaling with IRQ 35
02:40:29,922 INFO kernel:pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.4: PME: Signaling with IRQ 36
02:40:29,922 INFO kernel:pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,922 INFO kernel:pcieport 0000:00:16.5: PME: Signaling with IRQ 37
02:40:29,924 INFO kernel:pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,924 INFO kernel:pcieport 0000:00:16.6: PME: Signaling with IRQ 38
02:40:29,924 INFO kernel:pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:16.7: PME: Signaling with IRQ 39
02:40:29,925 INFO kernel:pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.0: PME: Signaling with IRQ 40
02:40:29,925 INFO kernel:pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.1: PME: Signaling with IRQ 41
02:40:29,925 INFO kernel:pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.2: PME: Signaling with IRQ 42
02:40:29,925 INFO kernel:pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.3: PME: Signaling with IRQ 43
02:40:29,925 INFO kernel:pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.4: PME: Signaling with IRQ 44
02:40:29,925 INFO kernel:pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,925 INFO kernel:pcieport 0000:00:17.5: PME: Signaling with IRQ 45
02:40:29,930 INFO kernel:pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,930 INFO kernel:pcieport 0000:00:17.6: PME: Signaling with IRQ 46
02:40:29,930 INFO kernel:pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,930 INFO kernel:pcieport 0000:00:17.7: PME: Signaling with IRQ 47
02:40:29,930 INFO kernel:pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,930 INFO kernel:pcieport 0000:00:18.0: PME: Signaling with IRQ 48
02:40:29,930 INFO kernel:pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,930 INFO kernel:pcieport 0000:00:18.1: PME: Signaling with IRQ 49
02:40:29,930 INFO kernel:pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,930 INFO kernel:pcieport 0000:00:18.2: PME: Signaling with IRQ 50
02:40:29,930 INFO kernel:pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,931 INFO kernel:pcieport 0000:00:18.3: PME: Signaling with IRQ 51
02:40:29,931 INFO kernel:pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,932 INFO kernel:pcieport 0000:00:18.4: PME: Signaling with IRQ 52
02:40:29,932 INFO kernel:pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,932 INFO kernel:pcieport 0000:00:18.5: PME: Signaling with IRQ 53
02:40:29,933 INFO kernel:pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,933 INFO kernel:pcieport 0000:00:18.6: PME: Signaling with IRQ 54
02:40:29,933 INFO kernel:pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,933 INFO kernel:pcieport 0000:00:18.7: PME: Signaling with IRQ 55
02:40:29,933 INFO kernel:pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
02:40:29,933 INFO kernel:shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
02:40:29,933 INFO kernel:ACPI: AC Adapter [ACAD] (on-line)
02:40:29,933 INFO kernel:input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
02:40:29,933 INFO kernel:ACPI: Power Button [PWRF]
02:40:29,933 INFO kernel:Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
02:40:29,933 INFO kernel:Non-volatile memory driver v1.3
02:40:29,933 INFO kernel:rdac: device handler registered
02:40:29,933 INFO kernel:hp_sw: device handler registered
02:40:29,933 INFO kernel:emc: device handler registered
02:40:29,933 INFO kernel:alua: device handler registered
02:40:29,933 INFO kernel:libphy: Fixed MDIO Bus: probed
02:40:29,933 INFO kernel:ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
02:40:29,933 INFO kernel:ehci-pci: EHCI PCI platform driver
02:40:29,933 INFO kernel:ehci-pci 0000:02:01.0: EHCI Host Controller
02:40:29,933 INFO kernel:ehci-pci 0000:02:01.0: new USB bus registered, assigned bus number 1
02:40:29,933 INFO kernel:ehci-pci 0000:02:01.0: irq 19, io mem 0xfd5ff000
02:40:29,934 INFO kernel:ehci-pci 0000:02:01.0: USB 2.0 started, EHCI 1.00
02:40:29,934 INFO kernel:usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
02:40:29,935 INFO kernel:usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
02:40:29,935 INFO kernel:usb usb1: Product: EHCI Host Controller
02:40:29,935 INFO kernel:usb usb1: Manufacturer: Linux 4.18.0-372.9.1.el8.x86_64 ehci_hcd
02:40:29,935 INFO kernel:usb usb1: SerialNumber: 0000:02:01.0
02:40:29,935 INFO kernel:hub 1-0:1.0: USB hub found
02:40:29,935 INFO kernel:hub 1-0:1.0: 6 ports detected
02:40:29,935 INFO kernel:ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
02:40:29,935 INFO kernel:ohci-pci: OHCI PCI platform driver
02:40:29,935 INFO kernel:uhci_hcd: USB Universal Host Controller Interface driver
02:40:29,935 INFO kernel:uhci_hcd 0000:02:00.0: UHCI Host Controller
02:40:29,935 INFO kernel:uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
02:40:29,937 INFO kernel:uhci_hcd 0000:02:00.0: detected 2 ports
02:40:29,938 INFO kernel:uhci_hcd 0000:02:00.0: irq 18, io base 0x00002000
02:40:29,938 INFO kernel:usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.18
02:40:29,938 INFO kernel:usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
02:40:29,938 INFO kernel:usb usb2: Product: UHCI Host Controller
02:40:29,938 INFO kernel:usb usb2: Manufacturer: Linux 4.18.0-372.9.1.el8.x86_64 uhci_hcd
02:40:29,938 INFO kernel:usb usb2: SerialNumber: 0000:02:00.0
02:40:29,938 INFO kernel:hub 2-0:1.0: USB hub found
02:40:29,938 INFO kernel:hub 2-0:1.0: 2 ports detected
02:40:29,938 INFO kernel:usbcore: registered new interface driver usbserial_generic
02:40:29,938 INFO kernel:usbserial: USB Serial support registered for generic
02:40:29,938 INFO kernel:i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
02:40:29,938 INFO kernel:serio: i8042 KBD port at 0x60,0x64 irq 1
02:40:29,938 INFO kernel:serio: i8042 AUX port at 0x60,0x64 irq 12
02:40:29,938 INFO kernel:mousedev: PS/2 mouse device common for all mice
02:40:29,938 INFO kernel:rtc_cmos 00:01: registered as rtc0
02:40:29,938 INFO kernel:rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
02:40:29,938 INFO kernel:intel_pstate: CPU model not supported
02:40:29,938 INFO kernel:input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
02:40:29,938 INFO kernel:input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
02:40:29,938 INFO kernel:input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
02:40:29,938 INFO kernel:hid: raw HID events driver (C) Jiri Kosina
02:40:29,938 INFO kernel:usbcore: registered new interface driver usbhid
02:40:29,938 INFO kernel:usbhid: USB HID core driver
02:40:29,938 INFO kernel:drop_monitor: Initializing network drop monitor service
02:40:29,938 INFO kernel:Initializing XFRM netlink socket
02:40:29,938 INFO kernel:NET: Registered protocol family 10
02:40:29,938 INFO kernel:Segment Routing with IPv6
02:40:29,938 INFO kernel:NET: Registered protocol family 17
02:40:29,938 INFO kernel:mpls_gso: MPLS GSO support
02:40:29,938 INFO kernel:AVX2 version of gcm_enc/dec engaged.
02:40:29,941 INFO kernel:AES CTR mode by8 optimization enabled
02:40:29,941 INFO kernel:sched_clock: Marking stable (5305258123, 0)->(5713943885, -408685762)
02:40:29,941 INFO kernel:registered taskstats version 1
02:40:29,941 NOTICE kernel:Loading compiled-in X.509 certificates
02:40:29,941 NOTICE kernel:Loaded X.509 cert 'AlmaLinux kernel signing key: 59e31ffaada3f336663c2e8350b5e6ac24f277a8'
02:40:29,941 NOTICE kernel:Loaded X.509 cert 'AlmaLinux Driver update signing key: 7b863e0240ed208ab6b81b8a6f2860c0f4e8c7d6'
02:40:29,941 NOTICE kernel:Loaded X.509 cert 'AlmaLinux kpatch signing key: 69a6d9eed3f620d5c2e13a1d211c46510a5ad9f5'
02:40:29,941 INFO kernel:zswap: loaded using pool lzo/zbud
02:40:29,941 INFO kernel:page_owner is disabled
02:40:29,941 NOTICE kernel:Key type big_key registered
02:40:29,941 NOTICE kernel:Key type encrypted registered
02:40:29,941 INFO kernel:ima: No TPM chip found, activating TPM-bypass!
02:40:29,941 INFO kernel:ima: Allocated hash algorithm: sha256
02:40:29,941 INFO kernel:ima: No architecture policies found
02:40:29,941 INFO kernel:evm: Initialising EVM extended attributes:
02:40:29,941 INFO kernel:evm: security.selinux
02:40:29,941 INFO kernel:evm: security.ima
02:40:29,941 INFO kernel:evm: security.capability
02:40:29,941 INFO kernel:evm: HMAC attrs: 0x1
02:40:29,941 INFO kernel:rtc_cmos 00:01: setting system clock to 2022-06-15 02:40:29 UTC (1655260829)
02:40:29,941 INFO kernel:Freeing unused decrypted memory: 2036K
02:40:29,941 INFO kernel:Freeing unused kernel image (initmem) memory: 2520K
02:40:29,941 INFO kernel:Write protecting the kernel read-only data: 24576k
02:40:29,941 INFO kernel:Freeing unused kernel image (text/rodata gap) memory: 2012K
02:40:29,941 INFO kernel:Freeing unused kernel image (rodata/data gap) memory: 1948K
02:40:29,941 INFO systemd:systemd 239 (239-58.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
02:40:29,941 INFO systemd:Detected virtualization vmware.
02:40:29,941 INFO systemd:Detected architecture x86-64.
02:40:29,941 INFO systemd:Running in initial RAM disk.
02:40:29,941 INFO systemd:No hostname configured.
02:40:29,941 INFO systemd:Set hostname to <localhost>.
02:40:29,941 INFO systemd:Initializing machine ID from random generator.
02:40:29,941 INFO systemd:Reached target Timers.
02:40:29,941 INFO systemd:Reached target Initrd Root Device.
02:40:29,941 INFO systemd:Listening on Journal Socket (/dev/log).
02:40:29,941 INFO kernel:usb 2-1: new full-speed USB device number 2 using uhci_hcd
02:40:29,941 INFO kernel:IPMI message handler: version 39.2
02:40:29,941 INFO kernel:ipmi device interface
02:40:29,941 INFO kernel:Loading iSCSI transport class v2.0-870.
02:40:29,941 INFO kernel:usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03
02:40:29,941 INFO kernel:usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
02:40:29,941 INFO kernel:usb 2-1: Product: VMware Virtual USB Mouse
02:40:29,941 INFO kernel:usb 2-1: Manufacturer: VMware
02:40:29,941 INFO kernel:input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input5
02:40:29,942 INFO kernel:hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
02:40:29,942 INFO kernel:usb 2-2: new full-speed USB device number 3 using uhci_hcd
02:40:29,942 INFO systemd-journald:Journal started
02:40:29,945 INFO systemd-journald:Runtime journal (/run/log/journal/9b68690bdb97456cb712f91dd9a61031) is 8.0M, max 97.2M, 89.2M free.
02:40:29,946 INFO systemd-modules-load:Module 'msr' is builtin
02:40:29,946 INFO systemd-modules-load:Inserted module 'ipmi_devintf'
02:40:29,946 INFO rngd:Initializing available sources
02:40:29,946 INFO rngd:[hwrng ]: Initialization Failed
02:40:29,946 INFO rngd:[rdrand]: Enabling RDSEED rng support
02:40:29,946 INFO rngd:[rdrand]: Initialized
02:40:29,946 INFO rngd:[jitter]: Initializing AES buffer
02:40:29,977 INFO dracut-cmdline:dracut-8.6 (Sky Tiger) dracut-049-201.git20220131.el8
02:40:29,988 INFO dracut-cmdline:Using kernel command line parameters: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=AlmaLinux-8-6-x86_64-dvd quiet
02:40:30,042 INFO kernel:usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00
02:40:30,042 INFO kernel:usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
02:40:30,042 INFO kernel:usb 2-2: Product: VMware Virtual USB Hub
02:40:30,042 INFO kernel:usb 2-2: Manufacturer: VMware, Inc.
02:40:30,048 INFO kernel:hub 2-2:1.0: USB hub found
02:40:30,050 INFO kernel:hub 2-2:1.0: 7 ports detected
02:40:30,169 INFO kernel:BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
02:40:30,270 INFO kernel:tsc: Refined TSC clocksource calibration: 2592.010 MHz
02:40:30,270 INFO kernel:clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cc057416, max_idle_ns: 440795237972 ns
02:40:30,270 INFO kernel:clocksource: Switched to clocksource tsc
02:40:30,271 INFO dracut-cmdline:Loading AlmaLinux 8.6 x86_64 installer...
02:40:30,346 INFO kernel:usb 2-2.1: new full-speed USB device number 4 using uhci_hcd
02:40:30,445 INFO kernel:usb 2-2.1: New USB device found, idVendor=0e0f, idProduct=0008, bcdDevice= 1.00
02:40:30,445 INFO kernel:usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
02:40:30,445 INFO kernel:usb 2-2.1: Product: Virtual Bluetooth Adapter
02:40:30,445 INFO kernel:usb 2-2.1: Manufacturer: VMware
02:40:30,445 INFO kernel:usb 2-2.1: SerialNumber: 000650268328
02:40:30,722 INFO dracut-cmdline:rd.luks=0: removing cryptoluks activation
02:40:30,798 INFO dracut-cmdline:rd.lvm=0: removing LVM activation
02:40:30,878 NOTICE kernel:iscsi: registered transport (tcp)
02:40:30,914 NOTICE kernel:iscsi: registered transport (qla4xxx)
02:40:30,914 INFO kernel:QLogic iSCSI HBA Driver
02:40:30,921 INFO kernel:libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
02:40:30,977 INFO kernel:Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
02:40:30,983 NOTICE kernel:iscsi: registered transport (cxgb4i)
02:40:30,990 INFO kernel:cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
02:40:30,993 INFO kernel:QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
02:40:30,993 NOTICE kernel:iscsi: registered transport (bnx2i)
02:40:31,004 NOTICE kernel:iscsi: registered transport (be2iscsi)
02:40:31,004 INFO kernel:In beiscsi_module_init, tt=000000005645f319
02:40:31,176 INFO dracut-cmdline:Invalid command
02:40:31,178 INFO systemd:Started dracut cmdline hook.
02:40:31,178 INFO systemd:Starting dracut pre-udev hook...
02:40:31,319 WARNING kernel:cramfs is deprecated and is slated for removal in a future RHEL release. Please use an alternative file system like squashfs.
02:40:31,400 INFO kernel:squashfs: version 4.0 (2009/01/31) Phillip Lougher
02:40:31,492 INFO dracut-pre-udev:anaconda-modprobe: Module floppy not found
02:40:31,563 INFO kernel:No iBFT detected.
02:40:31,966 INFO kernel:raid6: sse2x1   gen() 11872 MB/s
02:40:31,966 INFO kernel:raid6: sse2x1   xor()  7315 MB/s
02:40:31,966 INFO kernel:raid6: sse2x2   gen() 14988 MB/s
02:40:31,966 INFO kernel:raid6: sse2x2   xor() 10787 MB/s
02:40:31,966 INFO kernel:raid6: sse2x4   gen() 16759 MB/s
02:40:31,966 INFO kernel:raid6: sse2x4   xor()  9618 MB/s
02:40:31,966 INFO kernel:raid6: avx2x1   gen() 36804 MB/s
02:40:31,966 INFO kernel:raid6: avx2x1   xor() 18166 MB/s
02:40:31,966 INFO kernel:raid6: avx2x2   gen() 36626 MB/s
02:40:31,966 INFO kernel:raid6: avx2x2   xor() 21923 MB/s
02:40:31,966 INFO kernel:raid6: avx2x4   gen() 37623 MB/s
02:40:31,966 INFO kernel:raid6: avx2x4   xor() 18220 MB/s
02:40:31,966 INFO kernel:raid6: using algorithm avx2x4 gen() 37623 MB/s
02:40:31,966 INFO kernel:raid6: .... xor() 18220 MB/s, rmw enabled
02:40:31,966 INFO kernel:raid6: using avx2x2 recovery algorithm
02:40:32,172 INFO kernel:async_tx: api initialized (async)
02:40:32,174 INFO kernel:xor: automatically using best checksumming function   avx       
02:40:32,467 INFO kernel:device-mapper: uevent: version 1.0.3
02:40:32,472 INFO kernel:device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
02:40:32,706 INFO kernel:device-mapper: multipath round-robin: version 1.2.0 loaded
02:40:32,791 INFO dracut-pre-udev:anaconda-modprobe: Module cbc not found
02:40:33,108 INFO kernel:RPC: Registered named UNIX socket transport module.
02:40:33,108 INFO kernel:RPC: Registered udp transport module.
02:40:33,108 INFO kernel:RPC: Registered tcp transport module.
02:40:33,108 INFO kernel:RPC: Registered tcp NFSv4.1 backchannel transport module.
02:40:33,213 NOTICE rpc.statd:Version 2.3.3 starting
02:40:33,232 NOTICE rpc.statd:Initializing NSM state
02:40:33,336 WARNING rpc.idmapd:Setting log level to 0
02:40:33,403 INFO systemd:Started dracut pre-udev hook.
02:40:33,403 INFO systemd:Starting udev Kernel Device Manager...
02:40:33,454 INFO systemd:Started udev Kernel Device Manager.
02:40:33,454 INFO systemd:Starting dracut pre-trigger hook...
02:40:33,528 INFO lldpad:config file failed to load,
02:40:33,529 INFO lldpad:create a new file.
02:40:33,529 INFO lldpad:bound ctrl iface to /com/intel/lldpad
02:40:33,534 INFO dracut-pre-trigger:906
02:40:33,566 INFO dracut-pre-trigger:rd.md=0: removing MD RAID activation
02:40:33,614 INFO rngd:[jitter]: Enabling JITTER rng support
02:40:33,614 INFO rngd:[jitter]: Initialized
02:40:33,780 INFO systemd:Started dracut pre-trigger hook.
02:40:33,780 INFO systemd:Starting udev Coldplug all Devices...
02:40:33,927 INFO systemd:Mounting Kernel Configuration File System...
02:40:33,953 INFO systemd:Mounted Kernel Configuration File System.
02:40:34,171 INFO systemd:Started udev Coldplug all Devices.
02:40:34,171 INFO systemd:Starting Show Plymouth Boot Screen...
02:40:34,172 INFO systemd:Starting udev Wait for Complete Device Initialization...
02:40:34,220 INFO systemd:Received SIGRTMIN+20 from PID 989 (plymouthd).
02:40:34,250 INFO systemd:Started Show Plymouth Boot Screen.
02:40:34,250 INFO systemd:Started Forward Password Requests to Plymouth Directory Watch.
02:40:34,250 INFO systemd:Reached target Local Encrypted Volumes.
02:40:34,250 INFO systemd:Reached target Paths.
02:40:34,388 INFO kernel:VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI
02:40:34,402 INFO kernel:vmxnet3 0000:03:00.0: # of Tx queues : 1, # of Rx queues : 1
02:40:34,470 INFO kernel:vmxnet3 0000:03:00.0 eth0: NIC Link is Up 10000 Mbps
02:40:34,497 INFO kernel:nvme nvme0: pci function 0000:0b:00.0
02:40:34,507 DEBUG kernel:libata version 3.00 loaded.
02:40:34,509 INFO kernel:nvme nvme0: 15/0/0 default/read/poll queues
02:40:34,512 INFO kernel:nvme0n1: detected capacity change from 0 to 59055800320
02:40:34,515 DEBUG kernel:ata_piix 0000:00:07.1: version 2.13
02:40:34,537 INFO kernel:scsi host0: ata_piix
02:40:34,551 INFO kernel:scsi host1: ata_piix
02:40:34,551 INFO kernel:ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
02:40:34,551 INFO kernel:ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
02:40:34,565 INFO systemd-udevd:link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
02:40:34,578 INFO kernel:8021q: 802.1Q VLAN Support v1.8
02:40:34,599 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'.
02:40:34,600 INFO systemd-udevd:link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
02:40:34,604 INFO kernel:vmxnet3 0000:03:00.0 ens160: renamed from eth0
02:40:34,611 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:34,615 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:34,615 ERR kernel:Buffer I/O error on dev nvme0n1, logical block 14417904, async page read
02:40:34,645 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'.
02:40:34,696 INFO systemd:Started cancel waiting for multipath siblings of nvme0n1.
02:40:34,729 INFO kernel:ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
02:40:34,737 NOTICE kernel:scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
02:40:34,780 NOTICE kernel:scsi 1:0:0:0: Attached scsi generic sg0 type 5
02:40:34,793 INFO kernel:sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
02:40:34,794 INFO kernel:cdrom: Uniform CD-ROM driver Revision: 3.20
02:40:34,820 DEBUG kernel:sr 1:0:0:0: Attached scsi CD-ROM sr0
02:40:34,878 INFO kernel:vmwgfx 0000:00:0f.0: vgaarb: deactivate vga console
02:40:34,965 INFO kernel:Console: switching to colour dummy device 80x25
02:40:34,969 INFO kernel:[TTM] Zone  kernel: Available graphics memory: 996020 KiB
02:40:34,969 INFO kernel:[drm] FIFO at 0x00000000fe000000 size is 8192 kiB
02:40:34,969 INFO kernel:[drm] VRAM at 0x00000000e8000000 size is 131072 kiB
02:40:34,970 INFO kernel:[drm] Running on SVGA version 2.
02:40:34,970 INFO kernel:[drm] DMA map mode: Caching DMA mappings.
02:40:34,970 INFO kernel:[drm] Capabilities:
02:40:34,970 INFO kernel:[drm]   Rect copy.
02:40:34,970 INFO kernel:[drm]   Cursor.
02:40:34,970 INFO kernel:[drm]   Cursor bypass.
02:40:34,970 INFO kernel:[drm]   Cursor bypass 2.
02:40:34,970 INFO kernel:[drm]   8bit emulation.
02:40:34,970 INFO kernel:[drm]   Alpha cursor.
02:40:34,970 INFO kernel:[drm]   Extended Fifo.
02:40:34,970 INFO kernel:[drm]   Multimon.
02:40:34,970 INFO kernel:[drm]   Pitchlock.
02:40:34,970 INFO kernel:[drm]   Irq mask.
02:40:34,970 INFO kernel:[drm]   Display Topology.
02:40:34,970 INFO kernel:[drm]   GMR.
02:40:34,970 INFO kernel:[drm]   Traces.
02:40:34,970 INFO kernel:[drm]   GMR2.
02:40:34,970 INFO kernel:[drm]   Screen Object 2.
02:40:34,970 INFO kernel:[drm]   Command Buffers.
02:40:34,970 INFO kernel:[drm]   Command Buffers 2.
02:40:34,970 INFO kernel:[drm]   Guest Backed Resources.
02:40:34,970 INFO kernel:[drm]   DX Features.
02:40:34,970 INFO kernel:[drm]   HP Command Queue.
02:40:34,970 INFO kernel:[drm] Capabilities2:
02:40:34,970 INFO kernel:[drm]   Grow oTable.
02:40:34,970 INFO kernel:[drm]   IntraSurface copy.
02:40:34,970 INFO kernel:[drm]   DX3.
02:40:34,970 INFO kernel:[drm] Supports command queues = 1
02:40:34,970 INFO kernel:[drm] Max GMR ids is 64
02:40:34,970 INFO kernel:[drm] Max number of GMR pages is 65536
02:40:34,970 INFO kernel:[drm] Max dedicated hypervisor surface memory is 0 kiB
02:40:34,970 INFO kernel:[drm] Maximum display memory size is 262144 kiB
02:40:34,996 INFO kernel:[drm] Screen Target Display device initialized
02:40:34,996 INFO kernel:[drm] width 640
02:40:34,996 INFO kernel:[drm] height 480
02:40:34,996 INFO kernel:[drm] bpp 32
02:40:35,003 INFO kernel:[drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
02:40:35,003 INFO kernel:[drm] Using command buffers with DMA pool.
02:40:35,015 INFO kernel:[drm] Running without reservation semaphore
02:40:35,045 INFO kernel:fbcon: svgadrmfb (fb0) is primary device
02:40:35,047 INFO kernel:Console: switching to colour frame buffer device 100x37
02:40:35,053 INFO kernel:[drm] Initialized vmwgfx 2.18.1 20210218 for 0000:00:0f.0 on minor 0
02:40:35,166 INFO systemd:Started udev Wait for Complete Device Initialization.
02:40:35,166 INFO systemd:Starting Device-Mapper Multipath Device Controller...
02:40:35,177 INFO systemd:Started Device-Mapper Multipath Device Controller.
02:40:35,177 INFO systemd:Reached target Local File Systems (Pre).
02:40:35,177 INFO systemd:Reached target Local File Systems.
02:40:35,178 INFO systemd:Starting Create Volatile Files and Directories...
02:40:35,178 INFO systemd:Starting Open-iSCSI...
02:40:35,197 INFO iscsid:iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
02:40:35,198 INFO iscsid:iscsid: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or discover targets. Please create a file /etc/iscsi/initiatorname.iscsi that contains a sting with the format: InitiatorName=iqn.yyyy-mm.<reversed domain name>[:identifier].
02:40:35,198 INFO iscsid:Example: InitiatorName=iqn.2001-04.com.redhat:fc6.
02:40:35,198 INFO iscsid:If using hardware iscsi like qla4xxx this message can be ignored.
02:40:35,198 INFO iscsid:iscsid: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
02:40:35,200 INFO systemd:Started Open-iSCSI.
02:40:35,201 INFO systemd:Starting dracut initqueue hook...
02:40:35,204 INFO multipathd:--------start up--------
02:40:35,204 INFO multipathd:read /etc/multipath.conf
02:40:35,213 INFO multipathd:path checkers start up
02:40:35,216 INFO systemd:Started Create Volatile Files and Directories.
02:40:35,216 INFO systemd:Reached target System Initialization.
02:40:35,216 INFO systemd:Reached target Basic System.
02:40:35,306 WARNING kernel:TECH PREVIEW: NVMe/TCP may not be fully supported.#012Please review provided documentation for limitations.
02:40:35,323 INFO systemd:Reloading.
02:40:35,689 INFO dracut-initqueue:anaconda using disk root at /dev/sr0
02:40:35,750 DEBUG kernel:ISO 9660 Extensions: Microsoft Joliet Level 3
02:40:35,760 DEBUG kernel:ISO 9660 Extensions: RRIP_1991A
02:40:35,943 INFO dracut-initqueue:anaconda: found /run/install/repo//images/install.img
02:40:36,171 INFO kernel:loop: module loaded
02:40:36,177 INFO kernel:loop0: detected capacity change from 0 to 725102592
02:40:36,216 INFO kernel:loop1: detected capacity change from 0 to 3221225472
02:40:36,273 INFO kernel:loop2: detected capacity change from 0 to 34359738368
02:40:36,411 INFO systemd:run-initramfs-squashfs.mount: Succeeded.
02:40:36,539 INFO systemd:Started dracut initqueue hook.
02:40:36,539 INFO systemd:Reached target Remote File Systems (Pre).
02:40:36,540 INFO systemd:Reached target Remote File Systems.
02:40:36,540 INFO systemd:Starting dracut pre-mount hook...
02:40:36,572 INFO systemd:Started dracut pre-mount hook.
02:40:36,572 INFO systemd:Reached target Initrd Root File System.
02:40:36,572 INFO systemd:Starting Reload Configuration from the Real Root...
02:40:36,591 INFO systemd:Reloading.
02:40:36,755 INFO systemd:Stopping Device-Mapper Multipath Device Controller...
02:40:36,757 INFO systemd:initrd-parse-etc.service: Succeeded.
02:40:36,757 INFO systemd:Started Reload Configuration from the Real Root.
02:40:36,757 INFO systemd:Reached target Initrd File Systems.
02:40:36,757 INFO systemd:Reached target Initrd Default Target.
02:40:36,757 INFO systemd:Starting dracut mount hook...
02:40:36,775 INFO multipathd:ok
02:40:36,779 INFO multipathd:--------shut down-------
02:40:36,780 INFO systemd:multipathd.service: Succeeded.
02:40:36,780 INFO systemd:Stopped Device-Mapper Multipath Device Controller.
02:40:36,914 INFO kernel:EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
02:40:36,950 INFO systemd:Started dracut mount hook.
02:40:36,950 INFO systemd:Starting dracut pre-pivot and cleanup hook...
02:40:37,250 INFO systemd:var-lib-nfs-rpc_pipefs.mount: Succeeded.
02:40:37,267 INFO systemd:Started dracut pre-pivot and cleanup hook.
02:40:37,267 INFO systemd:Starting Cleaning Up and Shutting Down Daemons...
02:40:37,285 INFO systemd:Stopped target Timers.
02:40:37,285 INFO systemd:Starting Plymouth switch root service...
02:40:37,286 INFO systemd:Starting Setup Virtual Console...
02:40:37,287 INFO systemd:dracut-pre-pivot.service: Succeeded.
02:40:37,287 INFO systemd:Stopped dracut pre-pivot and cleanup hook.
02:40:37,287 INFO systemd:Stopped target Remote File Systems.
02:40:37,288 INFO systemd:Stopped target Remote File Systems (Pre).
02:40:37,288 INFO systemd:Stopped target Initrd Default Target.
02:40:37,289 INFO systemd:dracut-mount.service: Succeeded.
02:40:37,289 INFO systemd:Stopped dracut mount hook.
02:40:37,290 INFO systemd:dracut-pre-mount.service: Succeeded.
02:40:37,290 INFO systemd:Stopped dracut pre-mount hook.
02:40:37,291 INFO systemd:dracut-initqueue.service: Succeeded.
02:40:37,292 INFO systemd:Stopped dracut initqueue hook.
02:40:37,293 INFO iscsid:iscsid shutting down.
02:40:37,294 INFO systemd:Stopping Open-iSCSI...
02:40:37,294 INFO systemd:cancel-multipath-wait-nvme0n1.timer: Succeeded.
02:40:37,294 INFO systemd:Stopped cancel waiting for multipath siblings of nvme0n1.
02:40:37,294 INFO systemd:Stopped target Basic System.
02:40:37,295 INFO systemd:Stopped target Sockets.
02:40:37,295 INFO systemd:Stopped target Slices.
02:40:37,296 INFO systemd:Stopped target System Initialization.
02:40:37,296 INFO systemd:Stopped target Local Encrypted Volumes.
02:40:37,296 INFO systemd:systemd-udev-settle.service: Succeeded.
02:40:37,296 INFO systemd:Stopped udev Wait for Complete Device Initialization.
02:40:37,304 INFO systemd:systemd-udev-trigger.service: Succeeded.
02:40:37,306 INFO systemd:Stopped udev Coldplug all Devices.
02:40:37,306 INFO systemd:dracut-pre-trigger.service: Succeeded.
02:40:37,307 INFO systemd:Stopped dracut pre-trigger hook.
02:40:37,308 INFO systemd:systemd-tmpfiles-setup.service: Succeeded.
02:40:37,308 INFO systemd:Stopped Create Volatile Files and Directories.
02:40:37,310 INFO systemd:Stopped target Local File Systems.
02:40:37,310 INFO systemd:Stopped target Local File Systems (Pre).
02:40:37,310 INFO systemd:systemd-sysctl.service: Succeeded.
02:40:37,311 INFO systemd:Stopped Apply Kernel Variables.
02:40:37,311 INFO systemd:systemd-modules-load.service: Succeeded.
02:40:37,312 INFO systemd:Stopped Load Kernel Modules.
02:40:37,313 INFO systemd:Stopped target Swap.
02:40:37,313 INFO systemd:Stopping udev Kernel Device Manager...
02:40:37,313 INFO systemd:Stopped target Paths.
02:40:37,313 INFO systemd:Stopped target Initrd Root Device.
02:40:37,320 INFO systemd:systemd-udevd.service: Succeeded.
02:40:37,321 INFO systemd:Stopped udev Kernel Device Manager.
02:40:37,322 INFO systemd:iscsid.service: Succeeded.
02:40:37,323 INFO systemd:Stopped Open-iSCSI.
02:40:37,326 INFO systemd:Started Plymouth switch root service.
02:40:37,328 INFO systemd:initrd-cleanup.service: Succeeded.
02:40:37,328 INFO systemd:Started Cleaning Up and Shutting Down Daemons.
02:40:37,338 INFO systemd:Stopping iSCSI UserSpace I/O driver...
02:40:37,339 INFO systemd:iscsid.socket: Succeeded.
02:40:37,339 INFO systemd:Closed Open-iSCSI iscsid Socket.
02:40:37,339 INFO rngd:[rdrand]: Shutting down
02:40:37,339 INFO rngd:[jitter]: Shutting down
02:40:37,340 INFO systemd:Stopping Hardware RNG Entropy Gatherer Daemon...
02:40:37,340 INFO systemd:dracut-pre-udev.service: Succeeded.
02:40:37,340 INFO systemd:Stopped dracut pre-udev hook.
02:40:37,340 INFO systemd:dracut-cmdline.service: Succeeded.
02:40:37,341 INFO systemd:Stopped dracut cmdline hook.
02:40:37,341 INFO systemd:systemd-tmpfiles-setup-dev.service: Succeeded.
02:40:37,342 INFO systemd:Stopped Create Static Device Nodes in /dev.
02:40:37,350 INFO systemd:kmod-static-nodes.service: Succeeded.
02:40:37,350 INFO systemd:Stopped Create list of required static device nodes for the current kernel.
02:40:37,353 INFO systemd:systemd-udevd-kernel.socket: Succeeded.
02:40:37,353 INFO systemd:Closed udev Kernel Socket.
02:40:37,354 INFO systemd:systemd-udevd-control.socket: Succeeded.
02:40:37,355 INFO systemd:Closed udev Control Socket.
02:40:37,357 INFO systemd:Starting Cleanup udevd DB...
02:40:37,358 INFO systemd:iscsiuio.service: Succeeded.
02:40:37,359 INFO systemd:Stopped iSCSI UserSpace I/O driver.
02:40:37,359 INFO systemd:rngd.service: Succeeded.
02:40:37,363 WARNING systemd-vconsole-setup:KD_FONT_OP_GET failed while trying to read the font data: Invalid argument
02:40:37,363 WARNING systemd-vconsole-setup:Fonts will not be copied to remaining consoles
02:40:37,367 INFO systemd:Stopped Hardware RNG Entropy Gatherer Daemon.
02:40:37,369 INFO systemd:systemd-vconsole-setup.service: Succeeded.
02:40:37,371 INFO systemd:Started Setup Virtual Console.
02:40:37,372 INFO systemd:iscsiuio.socket: Succeeded.
02:40:37,373 INFO systemd:Closed Open-iSCSI iscsiuio Socket.
02:40:37,383 INFO systemd:initrd-udevadm-cleanup-db.service: Succeeded.
02:40:37,383 INFO systemd:Started Cleanup udevd DB.
02:40:37,383 INFO systemd:Reached target Switch Root.
02:40:37,383 INFO systemd:Starting Switch Root...
02:40:37,397 NOTICE systemd:Switching root.
02:40:37,409 INFO systemd-journald:Journal stopped
02:40:39,365 WARNING kernel:printk: systemd: 25 output lines suppressed due to ratelimiting
02:40:39,365 INFO kernel:SELinux:  policy capability network_peer_controls=1
02:40:39,365 INFO kernel:SELinux:  policy capability open_perms=1
02:40:39,365 INFO kernel:SELinux:  policy capability extended_socket_class=1
02:40:39,365 INFO kernel:SELinux:  policy capability always_check_network=0
02:40:39,365 INFO kernel:SELinux:  policy capability cgroup_seclabel=1
02:40:39,365 INFO kernel:SELinux:  policy capability nnp_nosuid_transition=1
02:40:39,365 NOTICE kernel:audit: type=1403 audit(1655260838.238:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
02:40:39,365 INFO systemd:Successfully loaded SELinux policy in 227.874ms.
02:40:39,365 INFO systemd:Relabelled /dev, /run and /sys/fs/cgroup in 16.808ms.
02:40:39,365 INFO systemd:systemd 239 (239-58.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
02:40:39,365 INFO systemd:Detected virtualization vmware.
02:40:39,365 INFO systemd:Detected architecture x86-64.
02:40:39,365 NOTICE kernel:audit: type=1400 audit(1655260838.489:3): avc:  denied  { read } for  pid=1548 comm="selinux-autorel" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:init_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:39,365 INFO systemd:systemd-journald.service: Succeeded.
02:40:39,365 INFO systemd:initrd-switch-root.service: Succeeded.
02:40:39,365 INFO systemd:Stopped Switch Root.
02:40:39,365 INFO systemd:systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
02:40:39,365 INFO systemd:systemd-journald.service: Scheduled restart job, restart counter is at 1.
02:40:39,365 INFO systemd:Stopped Journal Service.
02:40:39,365 INFO systemd:Starting Journal Service...
02:40:39,365 NOTICE kernel:audit: type=1400 audit(1655260839.293:4): avc:  denied  { read } for  pid=1591 comm="sh" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:39,365 NOTICE kernel:audit: type=1400 audit(1655260839.321:5): avc:  denied  { read } for  pid=1568 comm="systemd-journal" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:syslogd_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:39,365 INFO systemd-journald:Journal started
02:40:39,366 INFO systemd-journald:Runtime journal (/run/log/journal/e214250ff6254b2c9194f70f5e2bb23f) is 8.0M, max 97.2M, 89.2M free.
02:40:39,371 INFO systemd-modules-load:Module 'msr' is builtin
02:40:39,371 INFO systemd:Starting Flush Journal to Persistent Storage...
02:40:39,412 INFO systemd:Started Apply Kernel Variables.
02:40:39,417 INFO systemd:Started Create System Users.
02:40:39,418 INFO systemd:Starting Create Static Device Nodes in /dev...
02:40:39,445 INFO systemd-journald:Runtime journal (/run/log/journal/e214250ff6254b2c9194f70f5e2bb23f) is 8.0M, max 97.2M, 89.2M free.
02:40:39,451 INFO systemd:Started Flush Journal to Persistent Storage.
02:40:39,500 INFO systemd:Started Create Static Device Nodes in /dev.
02:40:39,542 INFO systemd:systemd-vconsole-setup.service: Succeeded.
02:40:39,542 INFO systemd:Started Setup Virtual Console.
02:40:39,647 INFO systemd:Started udev Coldplug all Devices.
02:40:39,647 INFO systemd:Starting udev Wait for Complete Device Initialization...
02:40:39,834 NOTICE kernel:audit: type=1400 audit(1655260839.833:6): avc:  denied  { unlink } for  pid=1589 comm="systemd-hwdb" name="hwdb.bin" dev="dm-0" ino=2108 scontext=system_u:system_r:systemd_hwdb_t:s0 tcontext=unconfined_u:object_r:etc_t:s0 tclass=file permissive=1
02:40:39,850 INFO systemd:Started Rebuild Hardware Database.
02:40:39,850 INFO systemd:Starting udev Kernel Device Manager...
02:40:39,906 INFO systemd:Started udev Kernel Device Manager.
02:40:40,247 ERR kernel:piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
02:40:40,264 ERR systemd-udevd:ctx=0x556d072cded0 path=/lib/modules/4.18.0-372.9.1.el8.x86_64/kernel/drivers/bluetooth/btrtl.ko.xz error=No such file or directory
02:40:40,265 ERR systemd-udevd:ctx=0x556d072cded0 path=/lib/modules/4.18.0-372.9.1.el8.x86_64/kernel/drivers/bluetooth/btrtl.ko.xz error=No such file or directory
02:40:40,265 ERR systemd-udevd:ctx=0x556d072cded0 path=/lib/modules/4.18.0-372.9.1.el8.x86_64/kernel/drivers/bluetooth/btrtl.ko.xz error=No such file or directory
02:40:40,265 ERR systemd-udevd:ctx=0x556d072cded0 path=/lib/modules/4.18.0-372.9.1.el8.x86_64/kernel/drivers/bluetooth/btrtl.ko.xz error=No such file or directory
02:40:40,269 INFO kernel:vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
02:40:40,269 INFO kernel:vmw_vmci 0000:00:07.7: Using capabilities 0x1c
02:40:40,275 INFO kernel:Guest personality initialized and is active
02:40:40,275 INFO kernel:VMCI host device registered (name=vmci, major=10, minor=60)
02:40:40,276 INFO kernel:Initialized host personality
02:40:40,296 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:40,302 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:40,302 ERR kernel:Buffer I/O error on dev nvme0n1, logical block 14417904, async page read
02:40:40,333 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'.
02:40:40,335 INFO systemd-udevd:link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
02:40:40,382 INFO kernel:input: PC Speaker as /devices/platform/pcspkr/input/input6
02:40:40,530 INFO systemd-udevd:link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
02:40:40,563 INFO systemd:Started cancel waiting for multipath siblings of nvme0n1.
02:40:40,644 INFO kernel:RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
02:40:40,756 INFO systemd:Started udev Wait for Complete Device Initialization.
02:40:40,756 INFO systemd:Starting Device-Mapper Multipath Device Controller...
02:40:40,862 INFO multipathd:--------start up--------
02:40:40,862 INFO multipathd:read /etc/multipath.conf
02:40:40,865 INFO multipathd:path checkers start up
02:40:40,876 INFO systemd:Started Device-Mapper Multipath Device Controller.
02:40:40,876 INFO systemd:Reached target Local File Systems (Pre).
02:40:40,876 INFO systemd:Reached target Local File Systems.
02:40:40,876 INFO systemd:Starting Rebuild Dynamic Linker Cache...
02:40:40,876 INFO systemd:Starting Tell Plymouth To Write Out Runtime Data...
02:40:40,877 INFO systemd:Starting Restore /run/initramfs on shutdown...
02:40:40,878 INFO systemd:Starting Import network configuration from initramfs...
02:40:40,879 INFO systemd:Starting Rebuild Journal Catalog...
02:40:40,913 INFO systemd:Started Restore /run/initramfs on shutdown.
02:40:40,966 INFO systemd:Started Rebuild Journal Catalog.
02:40:40,968 INFO systemd:Started Tell Plymouth To Write Out Runtime Data.
02:40:40,968 INFO systemd:Received SIGRTMIN+20 from PID 989 (plymouthd).
02:40:41,317 INFO systemd:Started Import network configuration from initramfs.
02:40:41,318 INFO systemd:Starting Create Volatile Files and Directories...
02:40:41,546 INFO systemd:Started Create Volatile Files and Directories.
02:40:41,556 INFO systemd:Starting Update UTMP about System Boot/Shutdown...
02:40:41,763 NOTICE kernel:audit: type=1400 audit(1655260841.761:7): avc:  denied  { read } for  pid=1711 comm="systemd-update-" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:init_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:41,777 INFO systemd:Started Update UTMP about System Boot/Shutdown.
02:40:43,044 INFO systemd:Started Rebuild Dynamic Linker Cache.
02:40:43,044 INFO systemd:Starting Update is Completed...
02:40:43,076 INFO systemd:Started Update is Completed.
02:40:43,076 INFO systemd:Reached target System Initialization.
02:40:43,076 INFO systemd:Listening on D-Bus System Message Bus Socket.
02:40:43,076 INFO systemd:Listening on Open-iSCSI iscsiuio Socket.
02:40:43,077 INFO systemd:Listening on Open-iSCSI iscsid Socket.
02:40:43,077 INFO systemd:Reached target Sockets.
02:40:43,078 INFO systemd:Reached target Basic System.
02:40:43,080 INFO systemd:Starting Login Service...
02:40:43,081 INFO systemd:Starting Hold until boot process finishes up...
02:40:43,087 INFO systemd:Starting OpenSSH rsa Server Key Generation...
02:40:43,099 INFO systemd:Starting Service enabling compressing RAM with zRam...
02:40:43,104 INFO systemd:Starting Terminate Plymouth Boot Screen...
02:40:43,108 NOTICE kernel:audit: type=1400 audit(1655260843.106:8): avc:  denied  { read } for  pid=1719 comm="sshd-keygen" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:sshd_keygen_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:43,108 INFO systemd:Started Daily Cleanup of Temporary Directories.
02:40:43,109 INFO systemd:Reached target Timers.
02:40:43,121 INFO systemd:Starting pre-anaconda logging service...
02:40:43,125 INFO systemd:Starting OpenSSH ed25519 Server Key Generation...
02:40:43,131 INFO zramswapon:+ MAX_RAM_ON=2097152
02:40:43,162 INFO systemd:Starting OpenSSH ecdsa Server Key Generation...
02:40:43,168 INFO systemd:Starting Hardware RNG Entropy Gatherer Wake threshold service...
02:40:43,183 INFO zramswapon:++ grep MemTotal /proc/meminfo
02:40:43,184 INFO zramswapon:++ grep -E --only-matching '[[:digit:]]+'
02:40:43,223 INFO zramswapon:+ mem_total_kb=1992040
02:40:43,223 INFO zramswapon:+ grep -E 'inst\.zram=(on|1)' /proc/cmdline
02:40:43,226 NOTICE kernel:audit: type=1400 audit(1655260843.225:9): avc:  denied  { read } for  pid=1725 comm="ssh-keygen" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:ssh_keygen_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:43,234 INFO systemd:Starting Anaconda NetworkManager configuration...
02:40:43,237 NOTICE kernel:audit: type=1400 audit(1655260843.236:10): avc:  denied  { read } for  pid=1730 comm="sshd-keygen" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:sshd_keygen_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:43,244 INFO zramswapon:+ force=1
02:40:43,244 INFO zramswapon:+ '[' '(' 1992040 -gt 2097152 ')' -a '(' 1 '!=' 0 ')' ']'
02:40:43,250 INFO zramswapon:++ getconf _NPROCESSORS_ONLN
02:40:43,278 NOTICE kernel:audit: type=1400 audit(1655260843.277:11): avc:  denied  { read } for  pid=1740 comm="ssh-keygen" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:ssh_keygen_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:43,280 INFO zramswapon:+ num_cpus=1
02:40:43,280 INFO zramswapon:+ modprobe zram
02:40:43,297 INFO systemd:Started Hold until boot process finishes up.
02:40:43,298 INFO systemd:Started Terminate Plymouth Boot Screen.
02:40:43,299 INFO systemd:anaconda-pre.service: Succeeded.
02:40:43,322 INFO systemd:Started pre-anaconda logging service.
02:40:43,322 INFO systemd:anaconda-nm-config.service: Succeeded.
02:40:43,323 INFO systemd:Started Anaconda NetworkManager configuration.
02:40:43,329 INFO systemd:Received SIGRTMIN+21 from PID 989 (n/a).
02:40:43,329 INFO systemd:Received SIGRTMIN+21 from PID 989 (n/a).
02:40:43,330 INFO systemd:Starting Network Manager...
02:40:43,338 INFO kernel:zram: Added device: zram0
02:40:43,343 INFO zramswapon:+ echo 1
02:40:43,343 INFO zramswapon:+ echo 1992040K
02:40:43,436 INFO systemd:Started D-Bus System Message Bus.
02:40:43,454 INFO systemd-logind:New seat seat0.
02:40:43,471 INFO systemd-logind:Watching system buttons on /dev/input/event0 (Power Button)
02:40:43,477 INFO systemd-logind:Watching system buttons on /dev/input/event1 (AT Translated Set 2 keyboard)
02:40:43,506 INFO zramswapon:+ mkswap /dev/zram0
02:40:43,506 INFO kernel:zram0: detected capacity change from 0 to 2039848960
02:40:43,538 NOTICE kernel:audit: type=1400 audit(1655260843.530:12): avc:  denied  { read } for  pid=1765 comm="dbus-daemon" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:43,574 INFO zramswapon:Setting up swapspace version 1, size = 1.9 GiB (2039844864 bytes)
02:40:43,574 INFO zramswapon:no label, UUID=f94d4b1d-336a-4509-bdcd-fd97a7835043
02:40:43,575 INFO zramswapon:+ swapon -p 100 /dev/zram0
02:40:43,678 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.systemd1'
02:40:43,691 INFO systemd:Started Login Service.
02:40:43,692 INFO systemd:sshd-keygen@ed25519.service: Succeeded.
02:40:43,692 INFO systemd:Started OpenSSH ed25519 Server Key Generation.
02:40:43,692 INFO systemd:sshd-keygen@ecdsa.service: Succeeded.
02:40:43,692 INFO systemd:Started OpenSSH ecdsa Server Key Generation.
02:40:43,692 INFO systemd:Started Hardware RNG Entropy Gatherer Wake threshold service.
02:40:43,703 INFO kernel:Adding 1992036k swap on /dev/zram0.  Priority:100 extents:1 across:1992036k SSFS
02:40:43,703 INFO zramswapon:+ '[' 1992040 -le 1048576 ']'
02:40:43,703 INFO zramswapon:+ exit 0
02:40:43,708 INFO systemd:Started Hardware RNG Entropy Gatherer Daemon.
02:40:43,742 INFO systemd:Started Service enabling compressing RAM with zRam.
02:40:43,744 DEBUG NetworkManager:<debug> [1655260843.7427] monotonic timestamp started counting 1.586007162 seconds ago with an offset of 18.0 seconds to CLOCK_BOOTTIME (local time is 2022-06-15 02:40:43)
02:40:43,746 INFO NetworkManager:<info>  [1655260843.7462] NetworkManager (version 1.36.0-4.el8) is starting... (for the first time)
02:40:43,746 INFO NetworkManager:<info>  [1655260843.7463] Read config: /etc/NetworkManager/NetworkManager.conf (etc: 80-anaconda-no-ibft.conf, 90-anaconda-no-auto-default.conf, 91-anaconda-autoconnect-slaves.conf, 92-anaconda-loglevel-debug.conf)
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7463] CONFIG: config-data[0x55642d97d800]: 3 groups
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7464] CONFIG: 
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7464] CONFIG: [main]
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7465] CONFIG:   plugins=ifcfg-rh,no-ibft
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7465] CONFIG:   no-auto-default=*
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7467] CONFIG:   configure-and-quit=no
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7467] CONFIG: 
02:40:43,746 DEBUG NetworkManager:<debug> [1655260843.7468] CONFIG: [logging]
02:40:43,747 DEBUG NetworkManager:<debug> [1655260843.7474] CONFIG:   level=DEBUG
02:40:43,747 DEBUG NetworkManager:<debug> [1655260843.7475] CONFIG: 
02:40:43,748 DEBUG NetworkManager:<debug> [1655260843.7484] CONFIG: [connection]
02:40:43,748 DEBUG NetworkManager:<debug> [1655260843.7485] CONFIG:   connection.autoconnect-slaves=1
02:40:43,752 DEBUG NetworkManager:<debug> [1655260843.7527] CONFIG: 
02:40:43,752 DEBUG NetworkManager:<debug> [1655260843.7528] CONFIG: # no-auto-default file "/var/lib/NetworkManager/no-auto-default.state"
02:40:43,752 DEBUG NetworkManager:<debug> [1655260843.7529] config: state: missing state file "/var/lib/NetworkManager/NetworkManager.state": No such file or directory
02:40:43,753 DEBUG NetworkManager:<debug> [1655260843.7529] WEXT support is disabled
02:40:43,767 DEBUG NetworkManager:<debug> [1655260843.7677] create NMDBusManager singleton (330ca3bd36c434ef)
02:40:43,781 INFO systemd:Started Network Manager.
02:40:43,782 INFO systemd:Reached target Network.
02:40:43,783 INFO systemd:Starting Network Manager Wait Online...
02:40:43,784 INFO NetworkManager:<info>  [1655260843.7841] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
02:40:43,788 DEBUG NetworkManager:<debug> [1655260843.7887] netns[0x55642d992080]: new netns (net:9, mnt:10)
02:40:43,789 DEBUG NetworkManager:<debug> [1655260843.7893] platform-linux: create (ignore netns, initial netns, use udev, no tc-cache)
02:40:43,789 DEBUG NetworkManager:<debug> [1655260843.7895] platform-linux: Netlink socket for events established: port=1755, fd=13
02:40:43,789 DEBUG NetworkManager:<debug> [1655260843.7895] platform-linux: populate platform cache
02:40:43,789 DEBUG NetworkManager:<debug> [1655260843.7898] platform: (lo) signal: link   added: 1: lo <UP,LOWER_UP;loopback,up,running,lowerup> mtu 65536 arp 772 loopback? not-init addrgenmode eui64 addr 00:00:00:00:00:00 brd 00:00:00:00:00:00 driver unknown rx:6,416 tx:6,416
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7901] platform: kernel-support for IFLA_PERM_ADDRESS (IFLA_PERM_ADDRESS netlink attribute) detected: supported
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7902] platform: (ens160) signal: link   added: 2: ens160 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? not-init addrgenmode eui64 addr 00:0C:29:C5:5E:B5 permaddr 00:0C:29:C5:5E:B5 brd FF:FF:FF:FF:FF:FF driver vmxnet3 rx:0,0 tx:0,0
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7904] platform: (lo) signal: address 4   added: 127.0.0.1/8 brd 0.0.0.0 lft forever pref forever lifetime 1-0[4294967295,4294967295] dev 1 flags permanent src kernel
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7905] platform: (lo) signal: address 6   added: ::1/128 lft forever pref forever lifetime 1-0[4294967295,4294967295] dev 1 flags permanent src kernel
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7906] platform: (lo) signal: route   4   added: type local table 255 127.0.0.0/8 dev 1 metric 0 mss 0 rt-src rt-kernel scope host pref-src 127.0.0.1
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7906] platform: (lo) signal: route   4   added: type local table 255 127.0.0.1/32 dev 1 metric 0 mss 0 rt-src rt-kernel scope host pref-src 127.0.0.1
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7907] platform: (lo) signal: route   6   added: type unicast ::1/128 dev 1 metric 256 mss 0 rt-src rt-kernel
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7907] platform: (lo) signal: route   6   added: type local table 255 ::1/128 dev 1 metric 0 mss 0 rt-src rt-kernel
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7908] platform: kernel-support for FRA_PROTOCOL (FRA_PROTOCOL attribute for policy routing rules) detected: supported
02:40:43,790 DEBUG NetworkManager:<debug> [1655260843.7908] platform: kernel-support for FRA_UID_RANGE (FRA_UID_RANGE attribute for policy routing rules) not detected: assume supported
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7909] platform: kernel-support for FRA_L3MDEV (FRA_L3MDEV attribute for policy routing rules) not detected: assume supported
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7911] platform: kernel-support for FRA_IP_PROTO (FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_RANGE attributes for policy routing rules) not detected: assume supported
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7911] platform: signal: rt-rule   added: [4] 0: from all lookup 255 protocol 2
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7912] platform: signal: rt-rule   added: [4] 32766: from all lookup 254 protocol 2
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7912] platform: signal: rt-rule   added: [4] 32767: from all lookup 253 protocol 2
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7913] platform: signal: rt-rule   added: [6] 0: from all lookup 255 protocol 2
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7913] platform: signal: rt-rule   added: [6] 32766: from all lookup 254 protocol 2
02:40:43,791 DEBUG NetworkManager:<debug> [1655260843.7918] platform: (ens160) signal: link changed: 2: ens160 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? init addrgenmode eui64 addr 00:0C:29:C5:5E:B5 permaddr 00:0C:29:C5:5E:B5 brd FF:FF:FF:FF:FF:FF driver vmxnet3 rx:0,0 tx:0,0
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7921] platform: (lo) signal: link changed: 1: lo <UP,LOWER_UP;loopback,up,running,lowerup> mtu 65536 arp 772 loopback? init addrgenmode eui64 addr 00:00:00:00:00:00 brd 00:00:00:00:00:00 driver unknown rx:6,416 tx:6,416
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7922] setup NMPlatform singleton (2955ae2329f90ef8)
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7922] route-manager: track [505dc53d556c8dd3,0] routing-rule "[4] 0: from all lookup 255 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7923] route-manager: track [505dc53d556c8dd3,0] routing-rule "[4] 32766: from all lookup 254 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7923] route-manager: track [505dc53d556c8dd3,0] routing-rule "[4] 32767: from all lookup 253 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7924] route-manager: track [505dc53d556c8dd3,0] routing-rule "[6] 0: from all lookup 255 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7924] route-manager: track [505dc53d556c8dd3,0] routing-rule "[6] 32766: from all lookup 254 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7925] route-manager: track [77a6c2a109963cf5,0] routing-rule "[4] 0: from all lookup 255 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7925] route-manager: track [77a6c2a109963cf5,0] routing-rule "[4] 32766: from all lookup 254 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7926] route-manager: track [77a6c2a109963cf5,0] routing-rule "[4] 32767: from all lookup 253 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7926] route-manager: track [77a6c2a109963cf5,0] routing-rule "[6] 0: from all lookup 255 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7927] route-manager: track [77a6c2a109963cf5,0] routing-rule "[6] 32766: from all lookup 254 protocol 2"
02:40:43,792 DEBUG NetworkManager:<debug> [1655260843.7927] create NMNetns singleton (e07ac0bdf7aed6ba)
02:40:43,796 DEBUG NetworkManager:<debug> [1655260843.7961] auth[0x55642d997000]: create auth-manager: polkit enabled
02:40:43,797 DEBUG NetworkManager:<debug> [1655260843.7970] auth[0x55642d997000]: set instance
02:40:43,797 DEBUG NetworkManager:<debug> [1655260843.7971] setup NMAuthManager singleton (aa786036bdea7a32)
02:40:43,813 INFO NetworkManager:<info>  [1655260843.8132] manager[0x55642d9ac000]: monitoring kernel firmware directory '/lib/firmware'.
02:40:43,822 DEBUG NetworkManager:<debug> [1655260843.8220] session-monitor: using systemd-logind session tracking
02:40:43,822 DEBUG NetworkManager:<debug> [1655260843.8221] create NMSessionMonitor singleton (1fe8288d24d4d9e7)
02:40:43,822 DEBUG NetworkManager:<debug> [1655260843.8222] create NMAgentManager singleton (29fcb5f0dca7ab2c)
02:40:43,823 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=1755 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
02:40:43,825 INFO rngd:Disabling 7: PKCS11 Entropy generator (pkcs11)
02:40:43,827 INFO rngd:Disabling 5: NIST Network Entropy Beacon (nist)
02:40:43,827 INFO rngd:Initializing available sources
02:40:43,828 INFO rngd:[hwrng ]: Initialization Failed
02:40:43,828 INFO rngd:[rdrand]: Enabling RDSEED rng support
02:40:43,828 INFO rngd:[rdrand]: Initialized
02:40:43,842 INFO systemd:Starting Hostname Service...
02:40:43,914 INFO rngd:[jitter]: Initializing AES buffer
02:40:44,052 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.hostname1'
02:40:44,052 INFO systemd:Started Hostname Service.
02:40:44,055 INFO NetworkManager:<info>  [1655260844.0540] hostname: hostname: using hostnamed
02:40:44,055 DEBUG NetworkManager:<debug> [1655260844.0540] create NMHostnameManager singleton (5fbac7a8c446acad)
02:40:44,055 DEBUG NetworkManager:<debug> [1655260844.0541] create NMFirewalldManager singleton (94e681c29d2c382a)
02:40:44,055 INFO NetworkManager:<info>  [1655260844.0542] dns-mgr[0x55642d988250]: init: dns=default,systemd-resolved rc-manager=symlink
02:40:44,055 DEBUG NetworkManager:<debug> [1655260844.0542] create NMDnsManager singleton (1b387fa65f70fc95)
02:40:44,055 DEBUG NetworkManager:<debug> [1655260844.0542] policy: hostname-mode: full
02:40:44,055 INFO NetworkManager:<info>  [1655260844.0542] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found)
02:40:44,055 DEBUG NetworkManager:<debug> [1655260844.0544] setup NMManager singleton (18abf8ae33cde092)
02:40:44,056 DEBUG NetworkManager:<debug> [1655260844.0565] create NMConnectivity singleton (330a2fa40fd38b05)
02:40:44,057 DEBUG NetworkManager:<debug> [1655260844.0570] Loaded device plugin: NM6LowpanDeviceFactory (internal)
02:40:44,057 DEBUG NetworkManager:<debug> [1655260844.0571] Loaded device plugin: NMBondDeviceFactory (internal)
02:40:44,057 DEBUG NetworkManager:<debug> [1655260844.0571] Loaded device plugin: NMBridgeDeviceFactory (internal)
02:40:44,057 DEBUG NetworkManager:<debug> [1655260844.0572] Loaded device plugin: NMDummyDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0572] Loaded device plugin: NMEthernetDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0602] Loaded device plugin: NMInfinibandDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0603] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0603] Loaded device plugin: NMMacsecDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0604] Loaded device plugin: NMMacvlanDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0604] Loaded device plugin: NMPppDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0604] Loaded device plugin: NMTunDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0606] Loaded device plugin: NMVethDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0606] Loaded device plugin: NMVlanDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0607] Loaded device plugin: NMVrfDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0608] Loaded device plugin: NMVxlanDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0608] Loaded device plugin: NMWireGuardDeviceFactory (internal)
02:40:44,060 DEBUG NetworkManager:<debug> [1655260844.0608] Loaded device plugin: NMWpanDeviceFactory (internal)
02:40:44,062 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain'
02:40:44,068 INFO NetworkManager:<info>  [1655260844.0688] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.36.0-4.el8/libnm-device-plugin-team.so)
02:40:44,073 INFO NetworkManager:<info>  [1655260844.0738] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/1.36.0-4.el8/libnm-device-plugin-wifi.so)
02:40:44,074 INFO NetworkManager:<info>  [1655260844.0740] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
02:40:44,074 INFO NetworkManager:<info>  [1655260844.0744] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
02:40:44,074 INFO NetworkManager:<info>  [1655260844.0745] manager: Networking is enabled by state file
02:40:44,074 DEBUG NetworkManager:<debug> [1655260844.0746] dispatcher: (1) dispatching action 'hostname'
02:40:44,077 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=1755 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
02:40:44,086 INFO systemd:Starting Network Manager Script Dispatcher Service...
02:40:44,095 INFO NetworkManager:<info>  [1655260844.0952] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.36.0-4.el8/libnm-settings-plugin-ifcfg-rh.so")
02:40:44,095 WARNING NetworkManager:<warn>  [1655260844.0953] settings: skipping deprecated plugin no-ibft
02:40:44,095 INFO NetworkManager:<info>  [1655260844.0953] settings: Loaded settings plugin: keyfile (internal)
02:40:44,096 DEBUG NetworkManager:<debug> [1655260844.0961] device[4e8bac84a6a0d12d] (lo): ifindex: set ifindex 1 (l3cfg: ce778ae87b6e4131)
02:40:44,098 DEBUG NetworkManager:<debug> [1655260844.0982] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [platform-init,by-default=0x90/0x90/unmanaged/unrealized], set-unmanaged [by-default=0x80])
02:40:44,098 DEBUG NetworkManager:<debug> [1655260844.0984] device[4e8bac84a6a0d12d] (lo): constructed (NMDeviceGeneric)
02:40:44,099 DEBUG NetworkManager:<debug> [1655260844.0990] device[4e8bac84a6a0d12d] (lo): start setup of NMDeviceGeneric, kernel ifindex 1
02:40:44,099 DEBUG NetworkManager:<debug> [1655260844.0991] device[4e8bac84a6a0d12d] (lo): assume-state: set guess-assume=1, connection=(null)
02:40:44,099 DEBUG NetworkManager:<debug> [1655260844.0992] platform-linux: error reading net:/sys/class/net/lo/phys_port_id: error reading 4096 bytes from file descriptor: Operation not supported
02:40:44,099 DEBUG NetworkManager:<debug> [1655260844.0993] platform-linux: sysctl: reading 'net:/sys/class/net/lo/dev_id': '0x0'
02:40:44,099 DEBUG NetworkManager:<debug> [1655260844.0993] platform-linux: error reading net:/sys/class/net/lo/device/sriov_numvfs: Failed to open file "device/sriov_numvfs" with openat: No such file or directory
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1004] device[4e8bac84a6a0d12d] (lo): hw-addr: hardware address now 00:00:00:00:00:00
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1005] device[4e8bac84a6a0d12d] (lo): hw-addr: update initial MAC address 00:00:00:00:00:00
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1005] device[4e8bac84a6a0d12d] (lo): hw-addr: unable to read permanent MAC address (use current: 00:00:00:00:00:00)
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1006] dhcp-init: enabled DHCP client 'dhclient' (not available)
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1007] dhcp-init: enabled DHCP client 'internal'
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1007] dhcp-init: enabled DHCP client 'systemd' (undocumented internal plugin)
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1008] dhcp-init: enabled DHCP client 'nettools' (undocumented internal plugin)
02:40:44,100 INFO NetworkManager:<info>  [1655260844.1008] dhcp-init: Using DHCP client 'internal'
02:40:44,100 DEBUG NetworkManager:<debug> [1655260844.1009] create NMDhcpManager singleton (9be7e525ae0a344c)
02:40:44,101 INFO NetworkManager:<info>  [1655260844.1010] device (lo): carrier: link connected
02:40:44,102 DEBUG NetworkManager:<debug> [1655260844.1020] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [platform-init,by-default,!external-down=0x90/0x490/unmanaged/unrealized], set-managed [external-down=0x400])
02:40:44,102 DEBUG NetworkManager:<debug> [1655260844.1021] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [by-type,platform-init,by-default,!external-down=0x98/0x498/unmanaged/unrealized], set-unmanaged [by-type=0x8])
02:40:44,102 DEBUG NetworkManager:<debug> [1655260844.1022] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [by-type,platform-init,by-default,!user-settings,!external-down=0x98/0x4d8/unmanaged/unrealized], set-managed [user-settings=0x40])
02:40:44,102 DEBUG NetworkManager:<debug> [1655260844.1022] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [by-type,by-default,!platform-init,!user-settings,!external-down=0x88/0x4d8/unmanaged/unrealized], set-managed [platform-init=0x10])
02:40:44,102 DEBUG NetworkManager:<debug> [1655260844.1023] device[4e8bac84a6a0d12d] (lo): unmanaged: flags set to [by-type,by-default,!sleeping,!platform-init,!user-settings,!external-down=0x88/0x4d9/unmanaged/unrealized], set-managed [sleeping=0x1])
02:40:44,109 INFO NetworkManager:<info>  [1655260844.1096] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1200] device[4e8bac84a6a0d12d] (lo): assume-state: set guess-assume=0, connection=(null)
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1201] device[5c19c5eaa2c43c29] (ens160): ifindex: set ifindex 2 (l3cfg: 0dc24c9b162560ec)
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1206] device[5c19c5eaa2c43c29] (ens160): constructed (NMDeviceEthernet)
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1207] device[5c19c5eaa2c43c29] (ens160): start setup of NMDeviceEthernet, kernel ifindex 2
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1208] device[5c19c5eaa2c43c29] (ens160): assume-state: set guess-assume=1, connection=(null)
02:40:44,120 DEBUG NetworkManager:<debug> [1655260844.1209] platform-linux: error reading net:/sys/class/net/ens160/phys_port_id: error reading 4096 bytes from file descriptor: Operation not supported
02:40:44,121 DEBUG NetworkManager:<debug> [1655260844.1218] platform-linux: sysctl: reading 'net:/sys/class/net/ens160/dev_id': '0x0'
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1220] platform-linux: error reading net:/sys/class/net/ens160/device/sriov_numvfs: Failed to open file "device/sriov_numvfs" with openat: No such file or directory
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1220] device[5c19c5eaa2c43c29] (ens160): hw-addr: hardware address now 00:0C:29:C5:5E:B5
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1221] device[5c19c5eaa2c43c29] (ens160): hw-addr: update initial MAC address 00:0C:29:C5:5E:B5
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1221] device[5c19c5eaa2c43c29] (ens160): hw-addr: read permanent MAC address '00:0C:29:C5:5E:B5'
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1222] device[5c19c5eaa2c43c29] (ens160): unmanaged: flags set to [platform-init,!by-type=0x10/0x18/unmanaged/unrealized], set-managed [by-type=0x8])
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1223] device[5c19c5eaa2c43c29] (ens160): unmanaged: flags set to [platform-init,!by-type,!user-settings=0x10/0x58/unmanaged/unrealized], set-managed [user-settings=0x40])
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1224] device[5c19c5eaa2c43c29] (ens160): unmanaged: flags set to [!by-type,!platform-init,!user-settings=0x0/0x58/managed/unrealized], set-managed [platform-init=0x10])
02:40:44,122 DEBUG NetworkManager:<debug> [1655260844.1224] device[5c19c5eaa2c43c29] (ens160): unmanaged: flags set to [!sleeping,!by-type,!platform-init,!user-settings=0x0/0x59/managed/unrealized], set-managed [sleeping=0x1])
02:40:44,122 INFO NetworkManager:<info>  [1655260844.1229] manager: (ens160): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
02:40:44,124 DEBUG NetworkManager:<debug> [1655260844.1245] device[5c19c5eaa2c43c29] (ens160): assume-state: set guess-assume=0, connection=(null)
02:40:44,124 DEBUG NetworkManager:<debug> [1655260844.1245] manager: (ens160): assume: cannot generate connection: device has no existing configuration
02:40:44,124 INFO NetworkManager:<info>  [1655260844.1246] device (ens160): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
02:40:44,124 DEBUG NetworkManager:<debug> [1655260844.1246] device[5c19c5eaa2c43c29] (ens160): add_pending_action (1): 'in-state-change'
02:40:44,124 DEBUG NetworkManager:<debug> [1655260844.1247] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/accept_ra': '1'
02:40:44,124 DEBUG NetworkManager:<debug> [1655260844.1249] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/forwarding': '0'
02:40:44,125 DEBUG NetworkManager:<debug> [1655260844.1258] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/disable_ipv6': '0'
02:40:44,125 DEBUG NetworkManager:<debug> [1655260844.1259] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/hop_limit': '64'
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1260] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/use_tempaddr': '0'
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1260] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: set none
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1261] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1262] platform-linux: do-request-link: 2 
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1263] platform: (ens160) signal: link changed: 2: ens160 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? init addrgenmode none addr 00:0C:29:C5:5E:B5 permaddr 00:0C:29:C5:5E:B5 brd FF:FF:FF:FF:FF:FF driver vmxnet3 rx:0,0 tx:0,0
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1264] device[5c19c5eaa2c43c29] (ens160): queued link change for ifindex 2
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1264] platform-linux: do-change-link[2]: success changing link: success
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1265] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: toggle disable_ipv6 sysctl after disabling addr-gen-mode
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1265] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '1' (current value is '0')
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1266] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is '1')
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1267] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is identical)
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1267] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/accept_ra' to '0' (current value is '1')
02:40:44,126 INFO kernel:IPv6: ADDRCONF(NETDEV_UP): ens160: link is not ready
02:40:44,126 DEBUG NetworkManager:<debug> [1655260844.1269] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/use_tempaddr' to '0' (current value is identical)
02:40:44,127 DEBUG NetworkManager:<debug> [1655260844.1270] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/forwarding' to '0' (current value is identical)
02:40:44,127 DEBUG NetworkManager:<debug> [1655260844.1270] device[5c19c5eaa2c43c29] (ens160): bringing up device 2
02:40:44,127 DEBUG NetworkManager:<debug> [1655260844.1271] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up])
02:40:44,141 INFO kernel:vmxnet3 0000:03:00.0 ens160: intr type 3, mode 0, 2 vectors allocated
02:40:44,142 INFO kernel:vmxnet3 0000:03:00.0 ens160: NIC Link is Up 10000 Mbps
02:40:44,148 DEBUG NetworkManager:<debug> [1655260844.1484] platform-linux: do-request-link: 2 
02:40:44,148 DEBUG NetworkManager:<debug> [1655260844.1486] platform: (ens160) signal: link changed: 2: ens160 <UP,LOWER_UP;broadcast,multicast,up,running,lowerup> mtu 1500 arp 1 ethernet? init addrgenmode none addr 00:0C:29:C5:5E:B5 permaddr 00:0C:29:C5:5E:B5 brd FF:FF:FF:FF:FF:FF driver vmxnet3 rx:0,0 tx:0,0
02:40:44,149 INFO kernel:8021q: adding VLAN 0 to HW filter on device ens160
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1492] platform-linux: do-change-link[2]: success changing link: success
02:40:44,149 INFO NetworkManager:<info>  [1655260844.1495] device (ens160): carrier: link connected
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1495] device[5c19c5eaa2c43c29] (ens160): speed is now 10000 Mb/s
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1497] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'queued-state-change-disconnected'
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1498] device[5c19c5eaa2c43c29] (ens160): queue-state[disconnected, reason:carrier-changed, id:28]: queue state change
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1499] device[5c19c5eaa2c43c29] (ens160): preparing device
02:40:44,149 DEBUG NetworkManager:<debug> [1655260844.1499] device[5c19c5eaa2c43c29] (ens160): queue-state[disconnected, reason:carrier-changed, id:28]: clear queued state change
02:40:44,150 DEBUG NetworkManager:<debug> [1655260844.1501] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'queued-state-change-disconnected'
02:40:44,150 DEBUG NetworkManager:<debug> [1655260844.1502] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/use_tempaddr' to '0' (current value is identical)
02:40:44,155 DEBUG NetworkManager:<debug> [1655260844.1557] route-manager: sync ip4-route
02:40:44,155 DEBUG NetworkManager:<debug> [1655260844.1557] route-manager: sync ip6-route
02:40:44,155 DEBUG NetworkManager:<debug> [1655260844.1558] route-manager: sync routing-rule
02:40:44,156 DEBUG NetworkManager:<debug> [1655260844.1564] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'recheck-available'
02:40:44,157 DEBUG NetworkManager:<debug> [1655260844.1570] device[5c19c5eaa2c43c29] (ens160): connectivity state changed from UNKNOWN to NONE
02:40:44,157 DEBUG NetworkManager:<debug> [1655260844.1572] manager: connectivity checking indicates NONE
02:40:44,157 DEBUG NetworkManager:<debug> [1655260844.1574] dispatcher: (2) dispatching action 'connectivity-change'
02:40:44,157 DEBUG NetworkManager:<debug> [1655260844.1575] device[5c19c5eaa2c43c29] (ens160): connectivity state changed from UNKNOWN to NONE
02:40:44,157 DEBUG NetworkManager:<debug> [1655260844.1579] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1594] create NMVpnManager singleton (cdfd9395b32d2a55)
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1595] manager: creating virtual devices...
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1595] setting up local loopback
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1596] platform-linux: link: change 1: flags: set 0x1/0x1 ([up] / [up])
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1596] platform-linux: do-request-link: 1 
02:40:44,159 DEBUG NetworkManager:<debug> [1655260844.1598] platform-linux: do-change-link[1]: success changing link: success
02:40:44,169 DEBUG NetworkManager:<debug> [1655260844.1698] dispatcher: (3) dispatching action 'hostname'
02:40:44,170 DEBUG NetworkManager:<debug> [1655260844.1702] sleep-monitor-sd: inhibit: taking sleep inhibitor...
02:40:44,171 DEBUG NetworkManager:<debug> [1655260844.1714] ifcfg-rh: dbus: acquired D-Bus service com.redhat.ifcfgrh1 and exported /com/redhat/ifcfgrh1 object
02:40:44,171 DEBUG NetworkManager:<debug> [1655260844.1715] sleep-monitor-sd: inhibit: inhibitor fd is 19
02:40:44,171 DEBUG NetworkManager:<debug> [1655260844.1717] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'queued-state-change-disconnected'
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1720] device[5c19c5eaa2c43c29] (ens160): queue-state[disconnected, reason:none, id:46]: queue state change
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1720] device[5c19c5eaa2c43c29] (ens160): is available, will transition to disconnected
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1721] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'recheck-available'
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1721] manager: (ens160): assume: cannot generate connection: device has no existing configuration
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1722] route-manager: sync ip4-route
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1723] route-manager: sync ip6-route
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1723] device[5c19c5eaa2c43c29] (ens160): queue-state[disconnected, reason:none, id:46]: change state
02:40:44,172 INFO NetworkManager:<info>  [1655260844.1724] device (ens160): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1724] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'in-state-change'
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1725] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: set none (already set)
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1725] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: toggle disable_ipv6 sysctl after disabling addr-gen-mode
02:40:44,172 DEBUG NetworkManager:<debug> [1655260844.1726] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '1' (current value is '0')
02:40:44,174 DEBUG NetworkManager:<debug> [1655260844.1741] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is '1')
02:40:44,174 DEBUG NetworkManager:<debug> [1655260844.1742] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is identical)
02:40:44,174 DEBUG NetworkManager:<debug> [1655260844.1743] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/accept_ra' to '0' (current value is identical)
02:40:44,174 DEBUG NetworkManager:<debug> [1655260844.1744] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/use_tempaddr' to '0' (current value is identical)
02:40:44,174 DEBUG NetworkManager:<debug> [1655260844.1744] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/forwarding' to '0' (current value is identical)
02:40:44,175 DEBUG NetworkManager:<debug> [1655260844.1754] device[5c19c5eaa2c43c29] (ens160): add_pending_action (3): 'autoactivate'
02:40:44,175 DEBUG NetworkManager:<debug> [1655260844.1755] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (2): 'in-state-change'
02:40:44,175 DEBUG NetworkManager:<debug> [1655260844.1756] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'queued-state-change-disconnected'
02:40:44,175 DEBUG NetworkManager:<debug> [1655260844.1757] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (0): 'autoactivate'
02:40:44,175 INFO NetworkManager:<info>  [1655260844.1758] manager: startup complete
02:40:44,178 INFO systemd:Started Network Manager Wait Online.
02:40:44,178 INFO systemd:Reached target Network is Online.
02:40:44,178 INFO systemd:Starting System Logging Service...
02:40:44,188 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher'
02:40:44,188 INFO systemd:Started Network Manager Script Dispatcher Service.
02:40:44,189 INFO nm-dispatcher:req:1 'hostname': new request (3 scripts)
02:40:44,189 DEBUG nm-dispatcher:req:1 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:40:44,189 DEBUG nm-dispatcher:req:1 'hostname': environment: NM_DISPATCHER_ACTION=hostname
02:40:44,189 INFO nm-dispatcher:req:1 'hostname': start running ordered scripts...
02:40:44,189 DEBUG nm-dispatcher:req:1 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:40:44,207 INFO nm-dispatcher:req:2 'connectivity-change': new request (3 scripts)
02:40:44,207 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: CONNECTIVITY_STATE=NONE
02:40:44,207 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:40:44,207 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change
02:40:44,207 INFO nm-dispatcher:req:3 'hostname': new request (3 scripts)
02:40:44,207 DEBUG nm-dispatcher:req:3 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:40:44,207 DEBUG nm-dispatcher:req:3 'hostname': environment: NM_DISPATCHER_ACTION=hostname
02:40:44,237 DEBUG nm-dispatcher:req:1 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:40:44,237 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:40:44,267 NOTICE kernel:audit: type=1400 audit(1655260844.265:13): avc:  denied  { read } for  pid=1792 comm="rsyslogd" name="run" dev="dm-0" ino=68 scontext=system_u:system_r:syslogd_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=lnk_file permissive=1
02:40:44,268 INFO systemd:Started System Logging Service.
02:40:44,268 WARNING rsyslogd:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.2102.0-7.el8 try https://www.rsyslog.com/e/2307 ]
02:40:44,269 ERR rsyslogd:imfile: no working or state file directory set, imfile will create state files in the current working directory (probably the root dir). Use global(workDirectory="/some/path") to set the working directory [v8.2102.0-7.el8 try https://www.rsyslog.com/e/2450 ]
02:40:44,269 ERR rsyslogd:imfile: on startup file '/tmp/X.log' does not exist but is configured in static file monitor - this may indicate a misconfiguration. If the file appears at a later time, it will automatically be processed. Reason: No such file or directory [v8.2102.0-7.el8]
02:40:44,269 ERR rsyslogd:imfile: on startup file '/tmp/anaconda-tb-all.log' does not exist but is configured in static file monitor - this may indicate a misconfiguration. If the file appears at a later time, it will automatically be processed. Reason: No such file or directory [v8.2102.0-7.el8]
02:40:44,269 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.2102.0-7.el8" x-pid="1792" x-info="https://www.rsyslog.com"] start
02:40:44,272 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:40:44,272 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:40:44,273 NOTICE rsyslogd:imjournal: No statefile exists, /imjournal.state will be created (ignore if this is first run): No such file or directory [v8.2102.0-7.el8 try https://www.rsyslog.com/e/2040 ]
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:14): avc:  denied  { write } for  pid=1792 comm="in:imjournal" name="/" dev="dm-0" ino=2 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=dir permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:15): avc:  denied  { add_name } for  pid=1792 comm="in:imjournal" name="imjournal.state.tmp" scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=dir permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:16): avc:  denied  { create } for  pid=1792 comm="in:imjournal" name="imjournal.state.tmp" scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:17): avc:  denied  { write open } for  pid=1792 comm="in:imjournal" path="/imjournal.state.tmp" dev="dm-0" ino=28714 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:18): avc:  denied  { getattr } for  pid=1792 comm="in:imjournal" path="/imjournal.state.tmp" dev="dm-0" ino=28714 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:19): avc:  denied  { remove_name } for  pid=1792 comm="in:imjournal" name="imjournal.state.tmp" dev="dm-0" ino=28714 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=dir permissive=1
02:40:44,277 NOTICE kernel:audit: type=1400 audit(1655260844.276:20): avc:  denied  { rename } for  pid=1792 comm="in:imjournal" name="imjournal.state.tmp" dev="dm-0" ino=28714 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1
02:40:44,286 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:40:44,286 DEBUG nm-dispatcher:req:1 'hostname': completed (3 scripts)
02:40:44,286 INFO nm-dispatcher:req:2 'connectivity-change': start running ordered scripts...
02:40:44,286 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:40:44,286 DEBUG NetworkManager:<debug> [1655260844.2865] dispatcher: (1) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:40:44,286 DEBUG NetworkManager:<debug> [1655260844.2865] dispatcher: (1) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:40:44,286 DEBUG NetworkManager:<debug> [1655260844.2865] dispatcher: (1) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:40:44,299 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:40:44,299 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:40:44,312 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:40:44,312 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:40:44,325 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:40:44,325 DEBUG nm-dispatcher:req:2 'connectivity-change': completed (3 scripts)
02:40:44,325 INFO nm-dispatcher:req:3 'hostname': start running ordered scripts...
02:40:44,325 DEBUG nm-dispatcher:req:3 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:40:44,326 DEBUG NetworkManager:<debug> [1655260844.3259] dispatcher: (2) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:40:44,326 DEBUG NetworkManager:<debug> [1655260844.3259] dispatcher: (2) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:40:44,326 DEBUG NetworkManager:<debug> [1655260844.3259] dispatcher: (2) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:40:44,339 DEBUG nm-dispatcher:req:3 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:40:44,339 DEBUG nm-dispatcher:req:3 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:40:44,354 DEBUG nm-dispatcher:req:3 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:40:44,354 DEBUG nm-dispatcher:req:3 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:40:44,368 DEBUG nm-dispatcher:req:3 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:40:44,368 DEBUG nm-dispatcher:req:3 'hostname': completed (3 scripts)
02:40:44,369 DEBUG NetworkManager:<debug> [1655260844.3691] dispatcher: (3) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:40:44,369 DEBUG NetworkManager:<debug> [1655260844.3691] dispatcher: (3) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:40:44,369 DEBUG NetworkManager:<debug> [1655260844.3691] dispatcher: (3) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:40:44,435 NOTICE rsyslogd:imjournal: journal files changed, reloading...  [v8.2102.0-7.el8 try https://www.rsyslog.com/e/0 ]
02:40:44,503 INFO systemd:sshd-keygen@rsa.service: Succeeded.
02:40:44,503 INFO systemd:Started OpenSSH rsa Server Key Generation.
02:40:44,504 INFO systemd:Reached target sshd-keygen.target.
02:40:44,504 INFO systemd:Reached target Anaconda System Services.
02:40:44,504 INFO systemd:Starting Anaconda...
02:40:44,690 INFO systemd:Started Anaconda.
02:40:44,692 INFO systemd:Started Anaconda Text Console.
02:40:44,692 INFO systemd:Startup finished in 5.350s (kernel) + 8.469s (initrd) + 6.715s (userspace) = 20.535s.
02:40:45,298 INFO systemd:Started cancel waiting for multipath siblings of nvme0n1.
02:40:45,454 INFO systemd:cancel-multipath-wait-nvme0n1.service: Succeeded.
02:40:45,454 INFO systemd:cancel-multipath-wait-nvme0n1.timer: Succeeded.
02:40:45,462 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:45,464 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:45,464 ERR kernel:Buffer I/O error on dev nvme0n1, logical block 14417904, async page read
02:40:49,532 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1827 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:initrc_t:s0")
02:40:49,793 INFO rngd:[jitter]: Enabling JITTER rng support
02:40:49,793 INFO rngd:[jitter]: Initialized
02:40:49,859 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:49,921 WARNING org.fedoraproject.Anaconda.Boss:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:49,921 WARNING org.fedoraproject.Anaconda.Boss:  import imp
02:40:50,147 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:50,148 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss.
02:40:50,148 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:50,156 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss.
02:40:50,157 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Boss'
02:40:50,159 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:50,160 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/1.
02:40:50,164 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Running Thread: AnaTaskThread-StartModulesTask-1 (140178330081024)
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Timezone.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Network.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Localization.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Security.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Users.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Payloads.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Storage.
02:40:50,165 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Services.
02:40:50,166 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Timezone
02:40:50,167 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,167 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Network
02:40:50,168 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,168 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Localization
02:40:50,171 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,171 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Security
02:40:50,172 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,173 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Users
02:40:50,174 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,175 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Payloads
02:40:50,175 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Storage
02:40:50,176 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Services
02:40:50,179 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Payloads' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,180 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:50,189 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1866 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:51,618 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,622 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,625 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,643 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,670 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,673 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,681 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf']
02:40:51,941 WARNING org.fedoraproject.Anaconda.Modules.Users:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,941 WARNING org.fedoraproject.Anaconda.Modules.Users:  import imp
02:40:51,944 WARNING org.fedoraproject.Anaconda.Modules.Payloads:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,944 WARNING org.fedoraproject.Anaconda.Modules.Payloads:  import imp
02:40:51,956 WARNING org.fedoraproject.Anaconda.Modules.Services:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,956 WARNING org.fedoraproject.Anaconda.Modules.Services:  import imp
02:40:51,974 WARNING org.fedoraproject.Anaconda.Modules.Security:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,974 WARNING org.fedoraproject.Anaconda.Modules.Security:  import imp
02:40:51,984 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,984 WARNING org.fedoraproject.Anaconda.Modules.Network:  import imp
02:40:51,990 WARNING org.fedoraproject.Anaconda.Modules.Timezone:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,990 WARNING org.fedoraproject.Anaconda.Modules.Timezone:  import imp
02:40:51,992 WARNING org.fedoraproject.Anaconda.Modules.Localization:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:51,992 WARNING org.fedoraproject.Anaconda.Modules.Localization:  import imp
02:40:52,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DeviceFormat as None
02:40:52,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BIOSBoot as biosboot
02:40:52,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DiskLabel as disklabel
02:40:52,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DMRaidMember as dmraidmember
02:40:52,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [1] mkdosfs --help ...
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[1]: mkfs.fat 4.1 (2017-01-24)
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[1]: Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [-m boot-msg-file][-n volume-name][-i volume-id]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [-M FAT-media-byte][-D drive_number]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [--invariant]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       [--help]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:       /dev/name [blocks]
02:40:52,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [1] (exit code: 0)
02:40:52,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext2FS as ext2
02:40:52,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext3FS as ext3
02:40:52,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext4FS as ext4
02:40:52,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class FATFS as vfat
02:40:52,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIFS as efi
02:40:52,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BTRFS as btrfs
02:40:52,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class GFS2 as gfs2
02:40:52,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class JFS as jfs
02:40:52,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ReiserFS as reiserfs
02:40:52,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class XFS as xfs
02:40:52,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFS as hfs
02:40:52,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot
02:40:52,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFSPlus as hfs+
02:40:52,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MacEFIFS as macefi
02:40:52,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NTFS as ntfs
02:40:52,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ExFATFS as exfat
02:40:52,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class F2FS as f2fs
02:40:52,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFS as nfs
02:40:52,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFSv4 as nfs4
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Iso9660FS as iso9660
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NoDevFS as nodev
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DevPtsFS as devpts
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ProcFS as proc
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SysFS as sysfs
02:40:52,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class TmpFS as tmpfs
02:40:52,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BindFS as bind
02:40:52,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SELinuxFS as selinuxfs
02:40:52,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class USBFS as usbfs
02:40:52,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIVarFS as efivarfs
02:40:53,043 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/territories.xml.gz' 0x7efc11f757f0>
02:40:53,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [2] lvm version ...
02:40:53,279 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:53,280 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Packages.
02:40:53,280 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:53,292 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:53,293 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services.
02:40:53,293 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:53,316 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads.
02:40:53,332 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:53,333 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services.
02:40:53,337 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payloads.
02:40:53,353 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security.
02:40:53,353 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:53,363 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services'
02:40:53,363 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Services started successfully.
02:40:53,364 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Services is available.
02:40:53,367 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/territories.xml.gz' 0x7f450d25a860>
02:40:53,373 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:53,386 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payloads'
02:40:53,387 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Payloads started successfully.
02:40:53,388 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Payloads is available.
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[2]:   LVM version:     2.03.14(2)-RHEL8 (2021-10-20)
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  Library version: 1.02.181-RHEL8 (2021-10-20)
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  Driver version:  4.43.0
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  Configuration:   ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-dlmcontrol --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd --with-writecache=internal --with-vdo=internal --with-vdo-format=/usr/bin/vdoformat --with-integrity=internal --disable-silent-rules
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[2]:
02:40:53,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [2] (exit code: 0)
02:40:53,417 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:53,430 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security.
02:40:53,433 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security'
02:40:53,434 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Security started successfully.
02:40:53,434 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Security is available.
02:40:53,440 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:53,474 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:53,478 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users.
02:40:53,479 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:53,494 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users.
02:40:53,502 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users'
02:40:53,502 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Users started successfully.
02:40:53,503 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Users is available.
02:40:53,504 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:53,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LUKS as luks
02:40:53,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Integrity as integrity
02:40:53,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv
02:40:53,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MDRaidMember as mdmember
02:40:53,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MultipathMember as multipath_member
02:40:53,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class PPCPRePBoot as prepboot
02:40:53,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SwapSpace as swap
02:40:53,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm trigger --action=change --subsystem-match=block
02:40:53,653 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus.
02:40:53,659 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus.
02:40:53,681 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False
02:40:53,682 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Applying boot options <pyanaconda.core.kernel.KernelArguments object at 0x7ff523fd6c18>
02:40:53,684 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:53,684 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall.
02:40:53,685 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:53,690 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network.
02:40:53,696 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network.
02:40:53,705 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network'
02:40:53,706 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Network started successfully.
02:40:53,706 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Network is available.
02:40:53,708 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:53,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:40:53,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:40:53,766 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:53,778 ERR kernel:blk_update_request: I/O error, dev nvme0n1, sector 115343232 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
02:40:53,778 ERR kernel:Buffer I/O error on dev nvme0n1, logical block 14417904, async page read
02:40:53,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:40:54,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:33: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
02:40:54,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:  import imp
02:40:54,381 INFO systemd:NetworkManager-dispatcher.service: Succeeded.
02:40:54,446 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.10' (uid=0 pid=1894 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:unconfined_service_t:s0-s0:c0.c1023")
02:40:54,448 INFO systemd:Starting Disk Manager...
02:40:54,520 NOTICE journal:udisks daemon version 2.9.0 starting
02:40:54,567 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.11' (uid=0 pid=1943 comm="/usr/libexec/udisks2/udisksd " label="system_u:system_r:devicekit_disk_t:s0")
02:40:54,570 INFO systemd:Starting Authorization Manager...
02:40:54,694 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/languages.xml.gz' 0x7efc11f8e278>
02:40:54,725 INFO polkitd:Started polkitd version 0.115
02:40:55,087 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/languages.xml.gz' 0x7f450d1ef2e8>
02:40:55,150 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.PolicyKit1'
02:40:55,151 INFO systemd:Started Authorization Manager.
02:40:55,184 WARNING journal:Error probing device: Error sending ATA command IDENTIFY PACKET DEVICE to '/dev/sr0': ATA command failed: error=0x01 count=0x02 status=0x50 (g-io-error-quark, 0)
02:40:55,374 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.UDisks2'
02:40:55,375 INFO systemd:Started Disk Manager.
02:40:55,377 NOTICE journal:Acquired the name org.freedesktop.UDisks2 on the system message bus
02:40:55,411 NOTICE journal:Loading module iscsi ...
02:40:55,425 WARNING journal:Error probing device: Error sending ATA command IDENTIFY PACKET DEVICE to '/dev/sr0': ATA command failed: error=0x01 count=0x02 status=0x50 (g-io-error-quark, 0)
02:40:55,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:failed to get initiator name from iscsi firmware: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found
02:40:56,139 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/keyboards.xml.gz' 0x7efc11f8e2b0>
02:40:56,173 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezones.xml.gz' 0x7efc11f8e278>
02:40:56,175 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezoneidparts.xml.gz' 0x7efc11f8e2b0>
02:40:56,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'.
02:40:56,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module.
02:40:56,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe libfc
02:40:56,284 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/keyboards.xml.gz' 0x7f450d1ef320>
02:40:56,336 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezones.xml.gz' 0x7f450d1ef2e8>
02:40:56,339 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezoneidparts.xml.gz' 0x7f450d1ef320>
02:40:56,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:40:56,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:No FCoE boot disk information is found in EDD!
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:No FCoE EDD info found: No FCoE boot disk information is found in EDD!
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module.
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:ISCSID is /sbin/iscsid
02:40:56,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... systemctl start iscsi-init.service
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.'
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 5
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module.
02:40:56,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [3] e2fsck -V ...
02:40:56,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[3]:
02:40:56,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[3]: e2fsck 1.45.6 (20-Mar-2020)
02:40:56,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:#011Using EXT2FS Library version 1.45.6, 20-Mar-2020
02:40:56,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [3] (exit code: 0)
02:40:56,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:40:56,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0
02:40:56,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            Ext4FS.supported: supported: True ;
02:40:56,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'ext4'
02:40:56,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  Ext4FS.supported: supported: True ;
02:40:56,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1
02:40:56,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:40:56,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop0         725102592 root  disk  brw-rw---- squashfs
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:|-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/repo
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:nvme0n1     59055800320 root  disk  brw-rw----
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lsblk output:
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:NAME               SIZE OWNER GROUP MODE       FSTYPE          LABEL                    UUID                                 PARTUUID MOUNTPOINT
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop0         725102592 root  disk  brw-rw---- squashfs
02:40:56,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop1        3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:|-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-base  3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop2       34359738368 root  disk  brw-rw---- DM_snapshot_cow
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-rw    3221225472 root  disk  brw-rw---- ext4            Anaconda                 777a2113-3b39-4ec3-8a4c-d958ff34fa51          /
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:sr0         11037310976 root  cdrom brw-rw---- iso9660         AlmaLinux-8-6-x86_64-dvd 2022-05-11-18-45-34-00                        /run/install/repo
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:zram0        2039848960 root  disk  brw-rw----                                                                                        [SWAP]
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:nvme0n1     59055800320 root  disk  brw-rw----
02:40:56,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'xfs'
02:40:56,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:40:56,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run xfs
02:40:56,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:40:56,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2
02:40:56,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             XFS.supported: supported: True ;
02:40:56,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:trying to set new default luks version to 'luks2'
02:40:56,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__: luks_version: luks2 ;
02:40:56,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3
02:40:56,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:40:56,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:56,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker.
02:40:56,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:56,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree.
02:40:56,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization.
02:40:56,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection.
02:40:56,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot.
02:40:56,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader.
02:40:56,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE.
02:40:56,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI.
02:40:56,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM.
02:40:56,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD.
02:40:56,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP.
02:40:56,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage.
02:40:56,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage.
02:40:56,802 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage'
02:40:56,803 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Storage started successfully.
02:40:56,804 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Storage is available.
02:40:56,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:57,157 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:57,162 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone.
02:40:57,163 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:57,171 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone.
02:40:57,172 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone'
02:40:57,173 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Timezone started successfully.
02:40:57,173 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Timezone is available.
02:40:57,178 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:57,187 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Publish the service.
02:40:57,187 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization.
02:40:57,187 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-ERSk8OAGUN,guid=0ec4370f21604ed671e233b462a946b1.
02:40:57,193 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization.
02:40:57,194 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization'
02:40:57,195 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Localization started successfully.
02:40:57,195 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Localization is available.
02:40:57,196 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Start the loop.
02:40:57,197 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Thread Done: AnaTaskThread-StartModulesTask-1 (140178330081024)
02:40:58,425 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Reading a kickstart file at /usr/share/anaconda/interactive-defaults.ks.
02:40:58,544 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Timezone handles commands ['timezone'] sections [] addons [].
02:40:58,544 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Timezone.
02:40:58,547 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Network handles commands ['network', 'firewall'] sections [] addons [].
02:40:58,547 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Network.
02:40:58,549 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Localization handles commands ['keyboard', 'lang'] sections [] addons [].
02:40:58,549 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Localization.
02:40:58,551 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Security handles commands ['auth', 'authconfig', 'authselect', 'selinux', 'realm'] sections [] addons [].
02:40:58,551 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Security.
02:40:58,554 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Users handles commands ['rootpw', 'user', 'group', 'sshkey'] sections [] addons [].
02:40:58,554 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Users.
02:40:58,557 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Payloads handles commands ['cdrom', 'harddrive', 'hmc', 'liveimg', 'nfs', 'url'] sections [] addons [].
02:40:58,557 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Payloads.
02:40:58,559 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Storage handles commands ['autopart', 'bootloader', 'btrfs', 'clearpart', 'fcoe', 'ignoredisk', 'iscsi', 'iscsiname', 'logvol', 'mount', 'nvdimm', 'part', 'partition', 'raid', 'reqpart', 'snapshot', 'volgroup', 'zerombr', 'zfcp', 'zipl'] sections [] addons [].
02:40:58,560 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:There are no kickstart data for org.fedoraproject.Anaconda.Modules.Storage.
02:40:58,563 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Services handles commands ['firstboot', 'services', 'skipx', 'xconfig'] sections [] addons [].
02:40:58,564 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Reading kickstart...
02:40:58,567 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Enabled services are set to [].
02:40:58,567 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Disabled services are set to [].
02:40:58,568 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default desktop is set to .
02:40:58,569 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.ENABLED.
02:40:58,569 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True.
02:40:59,447 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Created the payload PayloadType.DNF.
02:40:59,447 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Payload/1.
02:40:59,449 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Activated the payload PayloadType.DNF.
02:40:59,775 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/territories.xml.gz' 0x7efd3b866898>
02:41:00,381 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/languages.xml.gz' 0x7efd3b87a320>
02:41:00,943 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/keyboards.xml.gz' 0x7efd3b87a358>
02:41:00,961 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezones.xml.gz' 0x7efd3b87a320>
02:41:00,962 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:root:reading file=<gzip _io.BufferedReader name='/usr/lib/python3.6/site-packages/langtable/data/timezoneidparts.xml.gz' 0x7efd3b87a358>
02:41:01,520 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Source/1.
02:41:01,522 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payload.payload_base:New sources [Source(type='CLOSEST_MIRROR')] were added.
02:41:01,542 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Fingerprint authentication enbled is set to True.
02:41:01,552 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8.
02:41:01,554 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_US.UTF-8.
02:41:01,554 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,554 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_US.UTF-8.
02:41:01,555 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,555 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,557 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,557 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,557 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,559 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,560 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:01,562 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Initialization started.
02:41:01,567 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/1.
02:41:01,571 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (140690770257664)
02:41:01,572 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Consolidate initramfs connections result: []
02:41:01,572 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (140690770257664)
02:41:02,576 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/2.
02:41:02,579 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ApplyKickstartTask-1 (140690770257664)
02:41:02,579 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Apply kickstart: No kickstart data.
02:41:02,579 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Apply kickstart result: []
02:41:02,579 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ApplyKickstartTask-1 (140690770257664)
02:41:03,587 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/3.
02:41:03,590 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (140690770257664)
02:41:03,590 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Ifcfg file for ens160 not found
02:41:03,591 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Dump missing ifcfg files: [] connections found for device ens160
02:41:03,591 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Dump missing ifcfg files: none of the connections can be dumped as persistent
02:41:03,591 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Dump missing ifcfg files: creating default connection for ens160
02:41:03,596 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:Bind to device: ens160 -> ens160
02:41:03,596 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:add connection: 139e4c99-b0bf-481e-a4c9-343adda82170 for ens160
02:41:03,596 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'autoconnect': <false>, 'id': <'ens160'>, 'interface-name': <'ens160'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'139e4c99-b0bf-481e-a4c9-343adda82170'>}, '802-3-ethernet': {'auto-negotiate': <false>, 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}}
02:41:03,597 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:460: Warning: g_main_context_push_thread_default: assertion 'acquired_context' failed
02:41:03,597 WARNING org.fedoraproject.Anaconda.Modules.Network:  device_to_activate
02:41:03,599 DEBUG NetworkManager:<debug> [1655260863.5995] ++ connection 'new connection' (0x55642da19850/NMSimpleConnection/"802-3-ethernet"): [/org/freedesktop/NetworkManager/Settings/1]
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6003] ++ connection                [ 0x55642d9ad120 ]
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6004] ++ connection.autoconnect    = FALSE
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6004] ++ connection.id             = 'ens160'
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ connection.interface-name = 'ens160'
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ connection.permissions    = []
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ connection.type           = '802-3-ethernet'
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ connection.uuid           = '139e4c99-b0bf-481e-a4c9-343adda82170'
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ 802-3-ethernet            [ 0x55642d9f70c0 ]
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ 802-3-ethernet.mac-address-blacklist = []
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0x55642d997120)
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4                      [ 0x55642d9ad1f0 ]
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.addresses            = ((GPtrArray*) 0x55642d991da0)
02:41:03,600 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.dns                  = []
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.dns-search           = []
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.method               = 'auto'
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.routes               = ((GPtrArray*) 0x7f39a0001d40)
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv4.routing-rules        = <unknown>
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv6                      [ 0x55642d9ad6d0 ]
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv6.addr-gen-mode        = 0
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv6.addresses            = ((GPtrArray*) 0x7f39a0001d40)
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv6.dns                  = []
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6005] ++ ipv6.dns-search           = []
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6006] ++ ipv6.method               = 'auto'
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6006] ++ ipv6.routes               = ((GPtrArray*) 0x55642d991da0)
02:41:03,601 DEBUG NetworkManager:<debug> [1655260863.6006] ++ ipv6.routing-rules        = <unknown>
02:41:03,602 DEBUG NetworkManager:<debug> [1655260863.6018] create NMAuditManager singleton (a9f69473d864f389)
02:41:03,602 INFO NetworkManager:<info>  [1655260863.6018] audit: op="connection-add" uuid="139e4c99-b0bf-481e-a4c9-343adda82170" name="ens160" pid=1889 uid=0 result="success"
02:41:03,602 DEBUG NetworkManager:<debug> [1655260863.6019] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/1 (ens160)
02:41:03,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:connection 139e4c99-b0bf-481e-a4c9-343adda82170 added:
02:41:03,603 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'autoconnect': <false>, 'id': <'ens160'>, 'interface-name': <'ens160'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'139e4c99-b0bf-481e-a4c9-343adda82170'>}, '802-3-ethernet': {'auto-negotiate': <false>, 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}}
02:41:03,603 DEBUG NetworkManager:<debug> [1655260863.6033] device[5c19c5eaa2c43c29] (ens160): add_pending_action (1): 'autoactivate'
02:41:03,603 DEBUG NetworkManager:<debug> [1655260863.6033] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (0): 'autoactivate'
02:41:03,603 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:460: Warning: g_main_context_pop_thread_default: assertion 'stack != NULL' failed
02:41:03,603 WARNING org.fedoraproject.Anaconda.Modules.Network:  device_to_activate
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dump missing ifcfg files result: ['ens160']
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Dump missing ifcfg files
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-ens160:
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=ens160
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=139e4c99-b0bf-481e-a4c9-343adda82170
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=ens160
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=no
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect': <false>, 'id': <'ens160'>, 'interface-name': <'ens160'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'139e4c99-b0bf-481e-a4c9-343adda82170'>}, '802-3-ethernet': {'auto-negotiate': <false>, 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}}
02:41:03,604 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (140690770257664)
02:41:04,595 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/4.
02:41:04,597 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (140690770257664)
02:41:04,598 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Set real ONBOOT values from kickstart: No kickstart data.
02:41:04,598 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Set real ONBOOT values from kickstart result: []
02:41:04,598 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (140690770257664)
02:41:05,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_device: not adding lo: unsupported type
02:41:05,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add device: adding device ens160
02:41:05,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:added NetworkDeviceConfiguration(connection_uuid='139e4c99-b0bf-481e-a4c9-343adda82170', device_name='ens160', device_type=<enum NM_DEVICE_TYPE_ETHERNET of type NM.DeviceType>)
02:41:05,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Device configurations changed: [(NetworkDeviceConfiguration(connection_uuid='', device_name='', device_type=0), NetworkDeviceConfiguration(connection_uuid='139e4c99-b0bf-481e-a4c9-343adda82170', device_name='ens160', device_type=<enum NM_DEVICE_TYPE_ETHERNET of type NM.DeviceType>))]
02:41:05,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: not adding 139e4c99-b0bf-481e-a4c9-343adda82170: already existing: [NetworkDeviceConfiguration(connection_uuid='139e4c99-b0bf-481e-a4c9-343adda82170', device_name='ens160', device_type=<enum NM_DEVICE_TYPE_ETHERNET of type NM.DeviceType>)]
02:41:05,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Device configurations created: [NetworkDeviceConfiguration(connection_uuid='139e4c99-b0bf-481e-a4c9-343adda82170', device_name='ens160', device_type=<enum NM_DEVICE_TYPE_ETHERNET of type NM.DeviceType>)]
02:41:09,011 INFO dbus-daemon:[session uid=0 pid=2001] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=0 pid=1995 comm="metacity --display :1 --sm-disable " label="system_u:system_r:initrc_t:s0")
02:41:09,062 INFO dbus-daemon:[session uid=0 pid=2001] Successfully activated service 'org.a11y.Bus'
02:41:09,137 WARNING org.a11y.Bus:dbus-daemon[2011]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=0 pid=1995 comm="metacity --display :1 --sm-disable " label="system_u:system_r:initrc_t:s0")
02:41:09,202 WARNING org.a11y.Bus:dbus-daemon[2011]: Successfully activated service 'org.a11y.atspi.Registry'
02:41:09,203 INFO org.a11y.Bus:SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
02:41:09,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '429916160'.
02:41:09,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'.
02:41:09,731 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ;
02:41:09,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_path returned None
02:41:09,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:failed to resolve '/dev/zram0'
02:41:09,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:failed to resolve 'LABEL=AlmaLinux-8-6-x86_64-dvd'
02:41:09,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['LABEL=AlmaLinux-8-6-x86_64-dvd', '/dev/zram0']'.
02:41:09,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:41:09,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:41:09,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1.
02:41:09,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (140244778157824)
02:41:09,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... systemctl start iscsi-init.service
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.'
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 5
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:resetting Blivet (version 3.4.0) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d483a6898>
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is []
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available
02:41:09,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [4] multipath --version ...
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[4]:
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[4]: Unknown switch: (null)
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:multipath-tools v0.8.4 (05/04, 2020)
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:Usage:
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device]
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-R retries] -f device
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-R retries] -F
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-l|-ll] [device]
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-a|-w] device
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-A|-W]
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-i] [-c|-C] device
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-v level] [-i] [-u|-U]
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  multipath [-h|-t|-T]
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:Where:
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -h      print this usage text
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -l      show multipath topology (sysfs and DM info)
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -ll     show multipath topology (maximum info)
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -f      flush a multipath device map
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -F      flush all multipath device maps
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -a      add a device wwid to the wwids file
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -A      add devices from kernel command line mpath.wwids
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          parameters to wwids file
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -c      check if a device should be a path in a multipath device
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -C      check if a multipath device has usable paths
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -q      allow queue_if_no_path when multipathd is not running
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -d      dry run, do not create or update devmaps
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -t      display the currently used multipathd configuration
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -T      display the multipathd configuration without builtin defaults
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -r      force devmap reload
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -i      ignore wwids file
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -B      treat the bindings file as read only
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -b fil  bindings file location
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -w      remove a device from the wwids file
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -W      reset the wwids file include only the current devices
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -R num  number of times to retry removes of in-use devices
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -u      check if the device specified in the program environment should be a
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          path in a multipath device
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -U      check if the device specified in the program environment is a
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          multipath device with usable paths, see -C flag
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -p pol  force all maps to specified path grouping policy:
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . failover            one path per priority group
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . multibus            all paths in one priority group
02:41:09,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . group_by_serial     one priority group per serial
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . group_by_prio       one priority group per priority lvl
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . group_by_node_name  one priority group per target node
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  -v lvl  verbosity level:
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . 0 no output
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . 1 print created devmap names only
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . 2 default verbosity
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . 3 print debug information
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device  action limited to:
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . multipath named 'device' (ex: mpath0)
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . multipath whose wwid is 'device' (ex: 60051...)
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . multipath including the path named 'device' (ex: /dev/sda or
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:            /dev/dm-0)
02:41:09,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:          . multipath including the path with maj:min 'device' (ex: 8:0)
02:41:09,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [4] (exit code: 1)
02:41:09,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [5] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ...
02:41:09,801 INFO systemd:Starting NTP client/server...
02:41:09,851 INFO chronyd:chronyd version 4.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
02:41:09,856 INFO chronyd:Using right/UTC timezone to obtain leap second data
02:41:09,916 INFO systemd:Started NTP client/server.
02:41:09,987 INFO multipathd:Multipath configuration updated.
02:41:09,987 INFO multipathd:Reload multipathd for changes to take effect
02:41:10,010 INFO systemd:Reloading Device-Mapper Multipath Device Controller.
02:41:10,027 INFO multipathd:reconfigure (operator)
02:41:10,028 INFO multipathd:ok
02:41:10,031 INFO systemd:Reloaded Device-Mapper Multipath Device Controller.
02:41:10,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[5]:
02:41:10,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[5]:
02:41:10,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [5] (exit code: 0)
02:41:10,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:10,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:10,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:10,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:10,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:devices to scan: ['sr0', 'nvme0n1', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base']
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 '
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-path/pci-0000:00:07.1-ata-2 '
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-label/AlmaLinux-8-6-x86_64-dvd '
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-uuid/2022-05-11-18-45-34-00 /dev/cdrom',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/sr0',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_ATA': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_ATA_FEATURE_SET_PM': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_BUS': 'ata',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_CD_R': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_CD_RW': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_DVD': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_DVD_R': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_DVD_RAM': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA_DVD': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA_SESSION_COUNT': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA_STATE': 'complete',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA_TRACK_COUNT': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MRW': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_CDROM_MRW_W': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FOR_SEAT': 'block-pci-0000_00_07_1-ata-2',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'AlmaLinux-8-6-x86_64-dvd',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'AlmaLinux-8-6-x86_64-dvd',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_SYSTEM_ID': 'LINUX',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'iso9660',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '2022-05-11-18-45-34-00',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '2022-05-11-18-45-34-00',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': 'Joliet Extension',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_MODEL': 'VMware_IDE_CDR10',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_MODEL_ENC': 'VMware\\x20IDE\\x20CDR10',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_TYPE': 'dos',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_UUID': '4591dd17',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH': 'pci-0000:00:07.1-ata-2',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH_TAG': 'pci-0000_00_07_1-ata-2',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_REVISION': '1.00',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SCSI': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SCSI_INQUIRY': '1',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SERIAL': 'VMware_Virtual_IDE_CDROM_Drive_10000000000000000001',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SERIAL_SHORT': '10000000000000000001',
02:41:10,076 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_TYPE': 'cd/dvd',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_VENDOR': 'NECVMWar',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_VENDOR_ENC': 'NECVMWar',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '11',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_MODEL': 'VMware_IDE_CDR10',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_MODEL_ENC': 'VMware\\x20IDE\\x20CDR10',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_REVISION': '1.00',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_TPGS': '0',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_TYPE': 'cd/dvd',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_VENDOR': 'NECVMWar',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SCSI_VENDOR_ENC': 'NECVMWar',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYSTEMD_MOUNT_DEVICE_BOUND': '1',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'sr0',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':seat:systemd:uaccess:',
02:41:10,077 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '16453514'} ;
02:41:10,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)...
02:41:10,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0/hidden: 300a
02:41:10,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0} ...
02:41:10,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[6]:
02:41:10,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[6]:
02:41:10,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [6] (exit code: 0)
02:41:10,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ;
02:41:10,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  OpticalDevicePopulator.run:
02:41:10,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5
02:41:10,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6
02:41:10,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          OpticalDevice._set_format: sr0 ; type: None ; current: None ;
02:41:10,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        OpticalDevice.update_sysfs_path: sr0 ; status: True ;
02:41:10,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
02:41:10,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ;
02:41:10,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0/size: 32313535373234380a
02:41:10,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated sr0 size to 10.28 GiB (10.28 GiB)
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added cdrom sr0 (id 4) to device tree
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: OpticalDevice instance (0x7f8d483a5f28) --
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = sr0  status = True  id = 4
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10.28 GiB
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 11  minor = 0  exists = True  protected = False
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 10.28 GiB  path = /dev/sr0
02:41:10,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None
02:41:10,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: sr0 ;
02:41:10,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     OpticalDevice.media_present: sr0 ; status: True ;
02:41:10,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:10,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8
02:41:10,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:10,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9
02:41:10,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:10,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10
02:41:10,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:10,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11
02:41:10,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'sr0' is 'iso9660'
02:41:10,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         Iso9660FS.supported: supported: True ;
02:41:10,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 12
02:41:10,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ;
02:41:10,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing iso9660 filesystem
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: nvme0n1 ; info: {'DEVLINKS': '/dev/disk/by-id/nvme-eui.92e459703219208d000c2968aa9cf861 '
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-path/pci-0000:0b:00.0-nvme-1 '
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-id/nvme-VMware_Virtual_NVMe_Disk_VMware_NVME_0000',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/nvme0n1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_MULTIPATH_DEVICE_PATH': '0',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'FIND_MULTIPATHS_WAIT_UNTIL': '0',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_MODEL': 'VMware Virtual NVMe Disk',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH': 'pci-0000:0b:00.0-nvme-1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH_TAG': 'pci-0000_0b_00_0-nvme-1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SERIAL': 'VMware Virtual NVMe Disk_VMware NVME_0000',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_SERIAL_SHORT': 'VMware NVME_0000',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_WWN': 'eui.92e459703219208d000c2968aa9cf861',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_WWN_WITH_EXTENSION': 'eui.92e459703219208d000c2968aa9cf861',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '259',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MPATH_SBIN_PATH': '/sbin',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'nvme0n1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,279 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '16286452'} ;
02:41:10,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning nvme0n1 (/sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1)...
02:41:10,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/hidden: 300a
02:41:10,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:41:10,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DiskDevicePopulator.run: name: nvme0n1 ;
02:41:10,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/vendor is not a valid attribute
02:41:10,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:10,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:nvme0n1 is a disk
02:41:10,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15
02:41:10,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16
02:41:10,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice._set_format: nvme0n1 ; type: None ; current: None ;
02:41:10,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DiskDevice.update_sysfs_path: nvme0n1 ; status: True ;
02:41:10,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:nvme0n1 sysfs_path set to /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:41:10,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.read_current_size: exists: True ; path: /dev/nvme0n1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1 ;
02:41:10,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/size: 3131353334333336300a
02:41:10,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated nvme0n1 size to 55 GiB (55 GiB)
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/rotational: 300a
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added disk nvme0n1 (id 14) to device tree
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DiskDevice instance (0x7f8d47adda20) --
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:41:10,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861
02:41:10,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/ro: 300a
02:41:10,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: nvme0n1 ;
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:no type or existing type for nvme0n1, bailing
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'squashfs',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '4.0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop0',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '16367033'} ;
02:41:10,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)...
02:41:10,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/hidden: 300a
02:41:10,301 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ;
02:41:10,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LoopDevicePopulator.run: name: loop0 ;
02:41:10,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: False ; hidden: False ;
02:41:10,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name returned None
02:41:10,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20
02:41:10,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21
02:41:10,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          FileDevice._set_format: /run/install/repo/images/install.img ; type: None ; current: None ;
02:41:10,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /run/install/repo/images/install.img (id 19) to device tree
02:41:10,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 24
02:41:10,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               FileDevice.add_child: name: /run/install/repo/images/install.img ; child: loop0 ; kids: 0 ;
02:41:10,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25
02:41:10,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LoopDevice._set_format: loop0 ; type: None ; current: None ;
02:41:10,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop0 (id 23) to device tree
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0x7f8d48325518) --
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = loop0  status = False  id = 23
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['existing 0 B file /run/install/repo/images/install.img (19)']
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 0 B
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = True  protected = False
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/loop0
02:41:10,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None
02:41:10,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a
02:41:10,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: loop0 ;
02:41:10,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:10,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 27
02:41:10,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:10,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 28
02:41:10,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:10,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 29
02:41:10,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:10,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 30
02:41:10,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop0' is 'squashfs'
02:41:10,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 31
02:41:10,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LoopDevice._set_format: loop0 ; type: None ; current: None ;
02:41:10,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing None
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda '
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/loop1',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop1',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop1',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop1',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,372 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '16342091'} ;
02:41:10,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)...
02:41:10,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/hidden: 300a
02:41:10,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ;
02:41:10,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LoopDevicePopulator.run: name: loop1 ;
02:41:10,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ;
02:41:10,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name returned None
02:41:10,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34
02:41:10,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35
02:41:10,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ;
02:41:10,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /LiveOS/rootfs.img (id 33) to device tree
02:41:10,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 38
02:41:10,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ;
02:41:10,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LoopDevice._set_format: loop1 ; type: None ; current: None ;
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop1 (id 37) to device tree
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0x7f8d47a98d30) --
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = loop1  status = False  id = 37
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['existing 0 B file /LiveOS/rootfs.img (33)']
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 0 B
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = True  protected = False
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/loop1
02:41:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None
02:41:10,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a
02:41:10,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: loop1 ;
02:41:10,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:10,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 41
02:41:10,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:10,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 42
02:41:10,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:10,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 43
02:41:10,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:10,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 44
02:41:10,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop1' is 'ext4'
02:41:10,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/loop1
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name:   Anaconda
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on:          /var/tmp/lorax/lorax.imgutils.4grpwrl1
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number:  0xEF53
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #:    1 (dynamic)
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage: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
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags:         signed_directory_hash
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options:    user_xattr acl
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state:         clean
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior:          Continue
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type:       Linux
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count:              196608
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count:              786432
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count:     0
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks:              185887
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes:              158025
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block:              0
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size:               4096
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size:            4096
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size:    64
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks:      383
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group:         32768
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group:      32768
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group:         8192
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group:   512
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size:    16
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created:       Wed May 11 17:55:57 2022
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time:          Wed May 11 17:55:57 2022
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time:          Wed May 11 17:56:58 2022
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count:              1
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count:      -1
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked:             Wed May 11 17:55:57 2022
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval:           0 (<none>)
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes:          2328 MB
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid:      0 (user root)
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid:      0 (group root)
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode:              11
02:41:10,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011          256
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize:     32
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize:      32
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode:            8
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash:   half_md4
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed:      0a4f5283-d614-4bed-85ba-47837a13f658
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup:           inode blocks
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type:            crc32c
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum:                 0x57af5476
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features:         journal_64bit journal_checksum_v3
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size:             64M
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length:           16384
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence:         0x00000011
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start:            0
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type:    crc32c
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum:         0x51e0a520
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)'
02:41:10,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:10,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/loop1
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock.
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)'
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1'
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1
02:41:10,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1
02:41:10,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         Ext4FS.supported: supported: True ;
02:41:10,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 45
02:41:10,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LoopDevice._set_format: loop1 ; type: ext4 ; current: None ;
02:41:10,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop2',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'DM_snapshot_cow',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'other',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '2',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop2',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop2',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,480 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '16344670'} ;
02:41:10,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)...
02:41:10,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/hidden: 300a
02:41:10,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ;
02:41:10,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LoopDevicePopulator.run: name: loop2 ;
02:41:10,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ;
02:41:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name returned None
02:41:10,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 48
02:41:10,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 49
02:41:10,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ;
02:41:10,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /overlay (deleted) (id 47) to device tree
02:41:10,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52
02:41:10,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ;
02:41:10,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53
02:41:10,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LoopDevice._set_format: loop2 ; type: None ; current: None ;
02:41:10,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop2 (id 51) to device tree
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0x7f8d47aa1748) --
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = loop2  status = False  id = 51
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['existing 0 B file /overlay (deleted) (47)']
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 0 B
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = True  protected = False
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/loop2
02:41:10,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None
02:41:10,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a
02:41:10,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: loop2 ;
02:41:10,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:10,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 55
02:41:10,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:10,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 56
02:41:10,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:10,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 57
02:41:10,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:10,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 58
02:41:10,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop2' is 'DM_snapshot_cow'
02:41:10,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('DM_snapshot_cow') returning DeviceFormat instance with object id 59
02:41:10,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LoopDevice._set_format: loop2 ; type: None ; current: None ;
02:41:10,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing None
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda '
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51 '
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-id/dm-name-live-rw /dev/mapper/live-rw',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-rw',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-0',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '12142849'} ;
02:41:10,536 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)...
02:41:10,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a
02:41:10,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ;
02:41:10,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[7]:
02:41:10,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[7]:
02:41:10,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [7] (exit code: 0)
02:41:10,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[8]:
02:41:10,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[8]:
02:41:10,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [8] (exit code: 0)
02:41:10,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [9] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[9]:
02:41:10,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[9]:
02:41:10,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [9] (exit code: 0)
02:41:10,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[10]:
02:41:10,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[10]:
02:41:10,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [10] (exit code: 0)
02:41:10,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,682 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[11]:
02:41:10,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[11]:
02:41:10,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [11] (exit code: 0)
02:41:10,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[12]:
02:41:10,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[12]:
02:41:10,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [12] (exit code: 0)
02:41:10,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[13]:
02:41:10,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[13]:
02:41:10,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [13] (exit code: 0)
02:41:10,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[14]:
02:41:10,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[14]:
02:41:10,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [14] (exit code: 0)
02:41:10,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[15]:
02:41:10,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[15]:
02:41:10,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [15] (exit code: 0)
02:41:10,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DMDevicePopulator.run: name: live-rw ;
02:41:10,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ;
02:41:10,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name returned existing 0 B loop loop1 (37) with existing ext4 filesystem
02:41:10,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ;
02:41:10,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name returned existing 0 B loop loop2 (51)
02:41:10,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ;
02:41:10,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name returned None
02:41:10,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 62
02:41:10,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ;
02:41:10,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 63
02:41:10,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DMDevice._set_format: live-rw ; type: None ; current: None ;
02:41:10,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DMDevice.update_sysfs_path: live-rw ; status: True ;
02:41:10,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-0
02:41:10,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ;
02:41:10,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 363239313435360a
02:41:10,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-rw size to 3 GiB (3 GiB)
02:41:10,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-rw (id 61) to device tree
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0x7f8d47a9b5c0) --
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = live-rw  status = True  id = 61
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem']
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 3 GiB
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = True  protected = True
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/virtual/block/dm-0
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 3 GiB  path = /dev/mapper/live-rw
02:41:10,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  target = None  dm_uuid = None
02:41:10,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[16]:
02:41:10,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[16]:
02:41:10,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [16] (exit code: 0)
02:41:10,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-rw ...
02:41:10,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[17]:
02:41:10,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[17]:
02:41:10,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [17] (exit code: 0)
02:41:10,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/ro: 300a
02:41:10,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: live-rw ;
02:41:10,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:10,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 65
02:41:10,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:10,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 66
02:41:10,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:10,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 67
02:41:10,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:10,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 68
02:41:10,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-rw' is 'ext4'
02:41:10,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name:   Anaconda
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on:          /
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number:  0xEF53
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #:    1 (dynamic)
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage: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
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags:         signed_directory_hash
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options:    user_xattr acl
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state:         clean
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior:          Continue
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type:       Linux
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count:              196608
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count:              786432
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count:     0
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks:              185887
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes:              158025
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block:              0
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size:               4096
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size:            4096
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size:    64
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks:      383
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group:         32768
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group:      32768
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group:         8192
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group:   512
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size:    16
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created:       Wed May 11 17:55:57 2022
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time:          Wed Jun 15 02:40:36 2022
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time:          Wed Jun 15 02:40:36 2022
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count:              2
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count:      -1
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked:             Wed May 11 17:55:57 2022
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval:           0 (<none>)
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes:          2328 MB
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid:      0 (user root)
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid:      0 (group root)
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode:              11
02:41:10,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011          256
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize:     32
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize:      32
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode:            8
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash:   half_md4
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed:      0a4f5283-d614-4bed-85ba-47837a13f658
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup:           inode blocks
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type:            crc32c
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum:                 0x9c4a2187
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features:         journal_64bit journal_checksum_v3
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size:             64M
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length:           16384
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence:         0x00000012
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start:            1
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type:    crc32c
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum:         0x7b3b6ba9
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)'
02:41:10,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:10,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-rw
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Estimated minimum size of the filesystem: 786432
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)'
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using current size 3 GiB as min size
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         Ext4FS.supported: supported: True ;
02:41:10,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 69
02:41:10,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DMDevice._set_format: live-rw ; type: ext4 ; current: None ;
02:41:10,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-id/dm-name-live-base '
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/disk/by-uuid/777a2113-3b39-4ec3-8a4c-d958ff34fa51 '
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:             '/dev/mapper/live-base',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-base',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '777a2113-3b39-4ec3-8a4c-d958ff34fa51',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-1',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:',
02:41:10,908 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '12196029'} ;
02:41:10,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)...
02:41:10,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a
02:41:10,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ;
02:41:10,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned None
02:41:10,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-base ...
02:41:10,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[18]:
02:41:10,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[18]:
02:41:10,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [18] (exit code: 0)
02:41:10,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ...
02:41:10,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[19]:
02:41:10,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[19]:
02:41:10,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [19] (exit code: 0)
02:41:10,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ...
02:41:10,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[20]:
02:41:10,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[20]:
02:41:10,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [20] (exit code: 0)
02:41:10,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ...
02:41:10,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[21]:
02:41:10,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[21]:
02:41:10,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [21] (exit code: 0)
02:41:10,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [22] dmsetup info -co subsystem --noheadings live-base ...
02:41:10,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[22]:
02:41:10,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[22]:
02:41:10,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [22] (exit code: 0)
02:41:10,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[23]:
02:41:11,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[23]:
02:41:11,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [23] (exit code: 0)
02:41:11,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[24]:
02:41:11,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[24]:
02:41:11,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [24] (exit code: 0)
02:41:11,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[25]:
02:41:11,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[25]:
02:41:11,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [25] (exit code: 0)
02:41:11,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[26]:
02:41:11,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[26]:
02:41:11,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [26] (exit code: 0)
02:41:11,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DMDevicePopulator.run: name: live-base ;
02:41:11,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ;
02:41:11,342 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_name returned existing 0 B loop loop1 (37) with existing ext4 filesystem
02:41:11,353 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ;
02:41:11,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_name returned None
02:41:11,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 72
02:41:11,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ;
02:41:11,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 73
02:41:11,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DMDevice._set_format: live-base ; type: None ; current: None ;
02:41:11,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DMDevice.update_sysfs_path: live-base ; status: True ;
02:41:11,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-1
02:41:11,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ;
02:41:11,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 363239313435360a
02:41:11,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-base size to 3 GiB (3 GiB)
02:41:11,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-base (id 71) to device tree
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0x7f8d47a38198) --
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = live-base  status = True  id = 71
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem']
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 3 GiB
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = existing None
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = True  protected = True
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/virtual/block/dm-1
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 3 GiB  path = /dev/mapper/live-base
02:41:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  target = None  dm_uuid = None
02:41:11,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[27]:
02:41:11,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[27]:
02:41:11,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [27] (exit code: 0)
02:41:11,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-base ...
02:41:11,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[28]:
02:41:11,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[28]:
02:41:11,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [28] (exit code: 0)
02:41:11,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/ro: 310a
02:41:11,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.handle_format: name: live-base ;
02:41:11,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               AppleBootstrapFS.supported: supported: True ;
02:41:11,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 75
02:41:11,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               EFIFS.supported: supported: True ;
02:41:11,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 76
02:41:11,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 MacEFIFS.supported: supported: True ;
02:41:11,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 77
02:41:11,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  MacEFIFS.supported: supported: True ;
02:41:11,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 78
02:41:11,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-base' is 'ext4'
02:41:11,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-base
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name:   Anaconda
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on:          /var/tmp/lorax/lorax.imgutils.4grpwrl1
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID:          777a2113-3b39-4ec3-8a4c-d958ff34fa51
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number:  0xEF53
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #:    1 (dynamic)
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage: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
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags:         signed_directory_hash
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options:    user_xattr acl
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state:         clean
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior:          Continue
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type:       Linux
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count:              196608
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count:              786432
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count:     0
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks:              185887
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes:              158025
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block:              0
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size:               4096
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size:            4096
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size:    64
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks:      383
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group:         32768
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group:      32768
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group:         8192
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group:   512
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size:    16
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created:       Wed May 11 17:55:57 2022
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time:          Wed May 11 17:55:57 2022
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time:          Wed May 11 17:56:58 2022
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count:              1
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count:      -1
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked:             Wed May 11 17:55:57 2022
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval:           0 (<none>)
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes:          2328 MB
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid:      0 (user root)
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid:      0 (group root)
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode:              11
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011          256
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize:     32
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize:      32
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode:            8
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash:   half_md4
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed:      0a4f5283-d614-4bed-85ba-47837a13f658
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup:           inode blocks
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type:            crc32c
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum:                 0x57af5476
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features:         journal_64bit journal_checksum_v3
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size:             64M
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length:           16384
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence:         0x00000011
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start:            0
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type:    crc32c
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum:         0x51e0a520
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)'
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:11,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-base
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout:
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock.
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr:
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)'
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base'
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1
02:41:11,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1
02:41:11,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         Ext4FS.supported: supported: True ;
02:41:11,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 79
02:41:11,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DMDevice._set_format: live-base ; type: ext4 ; current: None ;
02:41:11,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem
02:41:11,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:11,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:11,668 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:11,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:11,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:edd: collected mbr signatures: {}
02:41:11,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/
02:41:11,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:glob match: /sys/firmware/edd/int13_dev80/
02:41:11,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:edd: found device 0x80 at /sys/firmware/edd/int13_dev80/
02:41:11,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/version: 307833300a
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:interface is not a valid attribute
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:mbr_signature is not a valid attribute
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/sectors: 3131353334333336300a
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:host_bus is not a valid attribute
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:edd: data extracted from 0x80:<EddEntry path: /sys/firmware/edd/int13_dev80/ version: 0x30  mbr_signature: None sectors: 115343360>
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:ERROR:blivet:edd: unable to match edd entry 0x80
02:41:11,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'LABEL=AlmaLinux-8-6-x86_64-dvd' to 'sr0' (cdrom)
02:41:11,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:Protected device spec LABEL=AlmaLinux-8-6-x86_64-dvd resolved to sr0.
02:41:11,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ;
02:41:11,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_path returned None
02:41:11,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:failed to resolve '/dev/zram0'
02:41:11,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:Marking device sr0 as protected.
02:41:11,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:Marking device sr0 as protected.
02:41:11,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:Marking device sr0 as protected.
02:41:11,682 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:41:11,683 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:41:11,683 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8.
02:41:11,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:41:11,686 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_US.UTF-8.
02:41:11,686 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,686 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_US.UTF-8.
02:41:11,687 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,688 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,688 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,689 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,690 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,690 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,691 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,692 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             LoopDevice.teardown: loop2 ; status: False ; controllable: False ;
02:41:11,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ;
02:41:11,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader GRUB2.
02:41:11,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:41:11,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:41:11,700 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_US.UTF-8.
02:41:11,700 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,700 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_US.UTF-8.
02:41:11,700 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,701 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,701 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,702 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,703 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,703 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,705 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8.
02:41:11,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:41:11,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LoopDevice.teardown: loop2 ; status: False ; controllable: False ;
02:41:11,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ;
02:41:11,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      Ext4FS.supported: supported: True ;
02:41:11,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      Ext4FS.supported: supported: True ;
02:41:11,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    Ext4FS.supported: supported: True ;
02:41:11,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    Iso9660FS.supported: supported: True ;
02:41:11,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:41:11,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (140244778157824)
02:41:11,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:41:11,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
02:41:11,840 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/1.
02:41:11,843 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:UTC is set to True.
02:41:11,882 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-TearDownSourcesTask-1 (139626066204416)
02:41:11,884 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected [] tasks from SourceType.CLOSEST_MIRROR source
02:41:11,885 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-TearDownSourcesTask-1 (139626066204416)
02:41:11,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.handle_format: name: sr0 ;
02:41:11,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               OpticalDevice.media_present: sr0 ; status: True ;
02:41:11,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:no type or existing type for sr0, bailing
02:41:11,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
02:41:11,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:41:11,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:11,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:11,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:11,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:11,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:12,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:12,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.setup: device: /dev/sr0 ; type: iso9660 ; status: True ;
02:41:12,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t iso9660 -o ro /dev/sr0 /tmp/tmp2lteynit
02:41:12,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,003 NOTICE rsyslogd:imjournal: journal files changed, reloading...  [v8.2102.0-7.el8 try https://www.rsyslog.com/e/0 ]
02:41:12,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
02:41:12,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:41:12,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:12,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:12,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:12,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:12,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:41:12,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:41:12,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.teardown: device: /dev/sr0 ; type: iso9660 ; status: True ;
02:41:12,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... umount /tmp/tmp2lteynit
02:41:12,376 INFO systemd:tmp-tmp2lteynit.mount: Succeeded.
02:41:12,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:41:12,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:41:12,453 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Source/2.
02:41:12,454 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payload.payload_base:New sources [Source(type='CDROM')] were added.
02:41:12,455 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/2.
02:41:12,457 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetUpSourcesTask-1 (139626066204416)
02:41:12,458 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected ['Set up CD-ROM Installation Source'] tasks from SourceType.CDROM source
02:41:12,458 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Running task Set up CD-ROM Installation Source
02:41:12,458 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.mount_tasks:Mounting installation source
02:41:12,458 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.cdrom.initialization:Trying to detect CD-ROM automatically
02:41:12,458 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.cdrom.initialization:Testing if inst.stage2 is a CDROM device
02:41:12,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'LABEL=AlmaLinux-8-6-x86_64-dvd' to 'sr0' (cdrom)
02:41:12,460 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.cdrom.initialization:Found possible stage2 default installation source sr0
02:41:12,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.handle_format: name: sr0 ;
02:41:12,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               OpticalDevice.media_present: sr0 ; status: True ;
02:41:12,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:no type or existing type for sr0, bailing
02:41:12,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
02:41:12,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:41:12,469 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:program:Running... mount -t iso9660 -o ro /dev/sr0 /run/install/sources/mount-0000-cdrom
02:41:12,482 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:program:Return code: 0
02:41:12,482 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.modules.payloads.source.cdrom.initialization:using CD-ROM device sr0 mounted at /run/install/sources/mount-0000-cdrom
02:41:12,482 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetUpSourcesTask-1 (139626066204416)
02:41:16,027 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_CA.UTF-8.
02:41:16,027 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,027 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_CA.UTF-8.
02:41:16,027 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,029 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,030 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,032 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,032 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,034 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,034 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:16,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,065 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_CA.UTF-8.
02:41:19,067 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_CA.UTF-8.
02:41:19,067 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,067 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_CA.UTF-8.
02:41:19,068 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,068 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,069 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,070 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,070 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,071 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,073 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_CA.UTF-8.
02:41:19,743 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to [].
02:41:19,745 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to ['us'].
02:41:21,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
02:41:21,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:41:21,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC.
02:41:21,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1.
02:41:21,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:41:21,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:41:21,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['nvme0n1']'.
02:41:21,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['nvme0n1']'.
02:41:21,464 DEBUG NetworkManager:<debug> [1655260881.4642] agent-manager: agent[5c70c482f3519183,:1.22/anaconda/0]: requesting permissions
02:41:21,464 INFO NetworkManager:<info>  [1655260881.4644] agent-manager: agent[5c70c482f3519183,:1.22/anaconda/0]: agent registered
02:41:21,464 DEBUG NetworkManager:<debug> [1655260881.4645] policy: re-enabling autoconnect for all connections (only clear no-secrets flag)
02:41:25,049 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: []
02:41:25,051 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: []
02:41:25,052 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: []
02:41:25,053 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: []
02:41:25,056 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: []
02:41:25,057 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: []
02:41:25,059 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: []
02:41:25,060 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: []
02:41:34,355 INFO systemd-hostnamed:Changed static host name to 'host.example.com'
02:41:34,358 INFO NetworkManager:<info>  [1655260894.3556] hostname: static hostname changed from (none) to "host.example.com"
02:41:34,358 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=1755 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
02:41:34,358 DEBUG NetworkManager:<debug> [1655260894.3557] dispatcher: (4) dispatching action 'hostname'
02:41:34,358 INFO NetworkManager:<info>  [1655260894.3557] policy: set-hostname: set hostname to 'host.example.com' (from system configuration)
02:41:34,358 INFO systemd:Starting Network Manager Script Dispatcher Service...
02:41:34,361 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Current static hostname is set to host.example.com
02:41:34,363 INFO systemd-hostnamed:Changed host name to 'host.example.com'
02:41:34,363 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Current hostname changed to host.example.com
02:41:34,364 DEBUG NetworkManager:<debug> [1655260894.3639] dispatcher: (5) dispatching action 'hostname'
02:41:34,417 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher'
02:41:34,417 INFO systemd:Started Network Manager Script Dispatcher Service.
02:41:34,419 INFO nm-dispatcher:req:1 'hostname': new request (3 scripts)
02:41:34,419 DEBUG nm-dispatcher:req:1 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:34,419 DEBUG nm-dispatcher:req:1 'hostname': environment: NM_DISPATCHER_ACTION=hostname
02:41:34,419 INFO nm-dispatcher:req:1 'hostname': start running ordered scripts...
02:41:34,419 DEBUG nm-dispatcher:req:1 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:41:34,420 INFO nm-dispatcher:req:2 'hostname': new request (3 scripts)
02:41:34,420 DEBUG nm-dispatcher:req:2 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:34,420 DEBUG nm-dispatcher:req:2 'hostname': environment: NM_DISPATCHER_ACTION=hostname
02:41:34,422 DEBUG nm-dispatcher:req:1 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:41:34,422 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:41:34,424 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:41:34,424 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:41:34,426 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:41:34,426 DEBUG nm-dispatcher:req:1 'hostname': completed (3 scripts)
02:41:34,426 INFO nm-dispatcher:req:2 'hostname': start running ordered scripts...
02:41:34,426 DEBUG nm-dispatcher:req:2 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:41:34,426 DEBUG NetworkManager:<debug> [1655260894.4267] dispatcher: (4) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:41:34,426 DEBUG NetworkManager:<debug> [1655260894.4267] dispatcher: (4) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:41:34,426 DEBUG NetworkManager:<debug> [1655260894.4267] dispatcher: (4) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:41:34,428 DEBUG nm-dispatcher:req:2 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:41:34,428 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:41:34,429 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:41:34,430 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:41:34,432 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:41:34,432 DEBUG nm-dispatcher:req:2 'hostname': completed (3 scripts)
02:41:34,433 DEBUG NetworkManager:<debug> [1655260894.4331] dispatcher: (5) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:41:34,433 DEBUG NetworkManager:<debug> [1655260894.4331] dispatcher: (5) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:41:34,433 DEBUG NetworkManager:<debug> [1655260894.4331] dispatcher: (5) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:41:38,643 DEBUG NetworkManager:<debug> [1655260898.6393] active-connection[0x55642da280a0]: set device "ens160" [0x55642da01e20]
02:41:38,643 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:NM active connection added: 139e4c99-b0bf-481e-a4c9-343adda82170
02:41:38,643 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to <enum NM_STATE_CONNECTING of type NM.State>
02:41:38,643 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6394] device[5c19c5eaa2c43c29] (ens160): add_pending_action (1): 'activation-1'
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6395] active-connection[0x55642da280a0]: constructed (NMActRequest, version-id 1, type managed)
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6395] device[5c19c5eaa2c43c29] (ens160): unmanaged: flags set to [!sleeping,!by-type,!platform-init,!user-explicit,!user-settings=0x0/0x79/managed], set-managed [user-explicit=0x20], reason user-requested)
02:41:38,644 INFO NetworkManager:<info>  [1655260898.6396] device (ens160): Activation: starting connection 'ens160' (139e4c99-b0bf-481e-a4c9-343adda82170)
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6396] device[5c19c5eaa2c43c29] (ens160): activation-stage: schedule activate_stage1_device_prepare
02:41:38,644 INFO NetworkManager:<info>  [1655260898.6396] audit: op="connection-activate" uuid="139e4c99-b0bf-481e-a4c9-343adda82170" name="ens160" pid=1827 uid=0 result="success"
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6396] device[5c19c5eaa2c43c29] (ens160): activation-stage: invoke activate_stage1_device_prepare
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6396] device[5c19c5eaa2c43c29] (ens160): ip4: set state pending (was none, reason: stage1)
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6396] device[5c19c5eaa2c43c29] (ens160): ip6: set state pending (was none, reason: stage1)
02:41:38,644 INFO NetworkManager:<info>  [1655260898.6397] device (ens160): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6397] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'in-state-change'
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6397] active-connection[0x55642da280a0]: set state activating (was unknown)
02:41:38,644 INFO NetworkManager:<info>  [1655260898.6398] manager: NetworkManager state is now CONNECTING
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6398] active-connection[0x55642da280a0]: check-master-ready: not signalling (state activating, no master)
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6398] manager: ActivatingConnection now ens160
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6399] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6399] device[5c19c5eaa2c43c29] (ens160): set-link: ignore link negotiation
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6399] device[5c19c5eaa2c43c29] (ens160): activation-stage: synchronously invoke activate_stage2_device_config
02:41:38,644 INFO NetworkManager:<info>  [1655260898.6399] device (ens160): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
02:41:38,644 DEBUG NetworkManager:<debug> [1655260898.6399] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'in-state-change'
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6400] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6400] route-manager: sync routing-rule
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6400] device[5c19c5eaa2c43c29] (ens160): bringing up device 2
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6400] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up])
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6401] platform-linux: do-request-link: 2 
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6402] platform: (ens160) signal: link changed: 2: ens160 <UP,LOWER_UP;broadcast,multicast,up,running,lowerup> mtu 1500 arp 1 ethernet? init addrgenmode none addr 00:0C:29:C5:5E:B5 permaddr 00:0C:29:C5:5E:B5 brd FF:FF:FF:FF:FF:FF driver vmxnet3 rx:24,1536 tx:0,0
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6402] device[5c19c5eaa2c43c29] (ens160): queued link change for ifindex 2
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6402] platform-linux: do-change-link[2]: success changing link: success
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6404] device[5c19c5eaa2c43c29] (ens160): activation-stage: synchronously invoke activate_stage3_ip_config
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6404] firewalld: [a877966bbde92c2a,change*:"ens160"]: firewall zone change ens160:default (not running, simulate success)
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] firewalld: [a877966bbde92c2a,change*:"ens160"]: complete: fake success
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] device[5c19c5eaa2c43c29] (ens160): activation-stage: synchronously invoke activate_stage3_ip_config
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] device[5c19c5eaa2c43c29] (ens160): ip4: required-timeout: disabled
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] device[5c19c5eaa2c43c29] (ens160): ip6: required-timeout: disabled
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] active-connection[0x55642da280a0]: set state-flags layer2-ready (was none)
02:41:38,645 INFO NetworkManager:<info>  [1655260898.6405] device (ens160): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6405] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'in-state-change'
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6406] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6406] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: set none (already set)
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6406] device[5c19c5eaa2c43c29] (ens160): ip6: addrgenmode6: toggle disable_ipv6 sysctl after disabling addr-gen-mode
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6406] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '1' (current value is '0')
02:41:38,645 DEBUG NetworkManager:<debug> [1655260898.6407] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is '1')
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6457] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/accept_ra' to '0' (current value is identical)
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6458] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/disable_ipv6' to '0' (current value is identical)
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6458] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/default/use_tempaddr': '0'
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6458] device[5c19c5eaa2c43c29] (ens160): ip:manual4: set state pending
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6458] device[5c19c5eaa2c43c29] (ens160): ip:manual6: set state pending
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6458] device[5c19c5eaa2c43c29] (ens160): ip:dhcp4: set state pending (was none)
02:41:38,646 DEBUG NetworkManager:<debug> [1655260898.6459] device[5c19c5eaa2c43c29] (ens160): ipv4.dhcp-client-id: no explicit client-id configured
02:41:38,646 INFO NetworkManager:<info>  [1655260898.6459] dhcp4 (ens160): activation: beginning transaction (timeout in 45 seconds)
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6470] device[5c19c5eaa2c43c29] (ens160): ip:ac6: set state: pending (was none)
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6470] device[5c19c5eaa2c43c29] (ens160): ip:ac6: grace period starts with 30 seconds
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6476] dhcp4 (ens160): send DISCOVER to 255.255.255.255
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6476] dns-mgr: (device_l3cd_changed): queueing DNS updates (1)
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6476] dns-mgr: (device_l3cd_changed): DNS configuration did not change
02:41:38,647 DEBUG NetworkManager:<debug> [1655260898.6477] dns-mgr: (device_l3cd_changed): no DNS changes to commit (0)
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6484] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens160/use_tempaddr' to '0' (current value is identical)
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6484] device[5c19c5eaa2c43c29] (ens160): ip:manual6: set state done
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] device[5c19c5eaa2c43c29] (ens160): ip:manual4: set state done
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] device[5c19c5eaa2c43c29] (ens160): ip: set (combined) state pending (was none, reason: check-ip-state)
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: track: [fbeb4c66cdc80266, ip6-address, fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 57-0[0,0] dev 2 src ipv6ll assume-config-once]
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: track: [a75d24fd8391269a, ip6-route, type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src ipv6ll]
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] dns-mgr: (device_l3cd_changed): queueing DNS updates (1)
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] dns-mgr: (device_l3cd_changed): DNS configuration did not change
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] dns-mgr: (device_l3cd_changed): no DNS changes to commit (0)
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: configure-first-time: [fbeb4c66cdc80266, ip6-address, fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 57-0[0,0] dev 2 src ipv6ll assume-config-once], nm-configured
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: configure-first-time: [a75d24fd8391269a, ip6-route, type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src ipv6ll], nm-configured
02:41:38,648 DEBUG NetworkManager:<debug> [1655260898.6485] platform: (ens160) address: adding or updating IPv6 address: fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 57-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6489] platform: (ens160) signal: address 6   added: fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 57-0[4294967295,4294967295] dev 2 flags tentative,permanent,noprefixroute src kernel
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6489] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [fbeb4c66cdc80266, ip6-address, fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 57-0[0,0] dev 2 src ipv6ll assume-config-once], nm-configured, in-platform
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6489] platform-linux: do-add-ip6-address[2: fe80::20c:29ff:fec5:5eb5]: success
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6489] platform: (ens160) route: append     IPv6 route: type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src ipv6ll
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6490] platform: (ens160) signal: route   6   added: type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src rt-kernel
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6490] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [a75d24fd8391269a, ip6-route, type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src ipv6ll], nm-configured, in-platform
02:41:38,649 DEBUG NetworkManager:<debug> [1655260898.6490] platform-linux: do-add-ip6-route[type unicast fe80::/64 dev 2 metric 1024 mss 0 rt-src rt-kernel]: success
02:41:39,659 DEBUG NetworkManager:<debug> [1655260899.6591] dhcp4 (ens160): received OFFER of 192.168.11.128 from 192.168.11.254
02:41:39,659 DEBUG NetworkManager:<debug> [1655260899.6592] dhcp4 (ens160): send REQUEST of 192.168.11.128 to 255.255.255.255
02:41:39,661 DEBUG NetworkManager:<debug> [1655260899.6596] dhcp4 (ens160): received ACK of 192.168.11.128 from 192.168.11.254
02:41:39,661 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option broadcast_address    => '192.168.11.255'
02:41:39,661 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option dhcp_lease_time      => '1800'
02:41:39,661 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option dhcp_server_identifier => '192.168.11.254'
02:41:39,661 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option domain_name          => 'localdomain'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option domain_name_servers  => '192.168.11.2'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option expiry               => '1655262698'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option ip_address           => '192.168.11.128'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option next_server          => '192.168.11.254'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_broadcast_address => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_domain_name => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_domain_name_servers => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_domain_search => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_host_name  => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_interface_mtu => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_ms_classless_static_routes => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_nis_domain => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_nis_servers => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_ntp_servers => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_rfc3442_classless_static_routes => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_root_path  => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_routers    => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_static_routes => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_subnet_mask => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_time_offset => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6598] dhcp4 (ens160): option requested_wpad       => '1'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6599] dhcp4 (ens160): option routers              => '192.168.11.2'
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6599] dhcp4 (ens160): option subnet_mask          => '255.255.255.0'
02:41:39,662 INFO NetworkManager:<info>  [1655260899.6599] dhcp4 (ens160): state changed new lease, address=192.168.11.128
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6600] device[5c19c5eaa2c43c29] (ens160): set metered value 4
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6600] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: track: [2d892899ebb4f99c, ip4-address, 192.168.11.128/24 brd* 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-57[1800,1800] dev 2 src dhcp force-commit]
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6600] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: track: [70651ea9f7583017, ip4-route, type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src dhcp force-commit]
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6600] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: track: [06edcf5ecff42eb3, ip4-route, type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128 force-commit]
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6600] dns-mgr: (device_l3cd_changed): queueing DNS updates (1)
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] dns-mgr: (device_l3cd_changed): DNS configuration did not change
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] dns-mgr: (device_l3cd_changed): no DNS changes to commit (0)
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: configure-first-time: [2d892899ebb4f99c, ip4-address, 192.168.11.128/24 brd* 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-57[1800,1800] dev 2 src dhcp force-commit], nm-configured
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: configure-first-time: [70651ea9f7583017, ip4-route, type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src dhcp force-commit], nm-configured
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: configure-first-time: [06edcf5ecff42eb3, ip4-route, type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128 force-commit], nm-configured
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6601] platform: (ens160) address: adding or updating IPv4 address: 192.168.11.128/24 brd 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-0[1799,1799] dev 2 flags noprefixroute src unknown
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6602] platform: (ens160) signal: address 4   added: 192.168.11.128/24 brd 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-58[1799,1799] dev 2 flags noprefixroute src kernel
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6602] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [2d892899ebb4f99c, ip4-address, 192.168.11.128/24 brd* 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-57[1800,1800] dev 2 src dhcp force-commit], nm-configured, in-platform
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6602] platform: (ens160) signal: route   4   added: type local table 255 192.168.11.128/32 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.11.128
02:41:39,662 DEBUG NetworkManager:<debug> [1655260899.6602] platform-linux: do-add-ip4-address[2: 192.168.11.128/24]: success
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6602] platform: (ens160) route: append     IPv4 route: type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128 force-commit
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6602] platform: (ens160) signal: route   4   added: type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6603] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [06edcf5ecff42eb3, ip4-route, type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128 force-commit], nm-configured, in-platform
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6603] platform-linux: do-add-ip4-route[type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128 force-commit]: success
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] platform: (ens160) route: append     IPv4 route: type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src dhcp force-commit
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] platform: (ens160) signal: route   4   added: type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [70651ea9f7583017, ip4-route, type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src dhcp force-commit], nm-configured, in-platform
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] platform-linux: do-add-ip4-route[type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global force-commit]: success
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] platform: (ens160) address: adding or updating IPv6 address: fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 58-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6604] platform-linux: do-add-ip6-address[2: fe80::20c:29ff:fec5:5eb5]: success
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6605] dhcp4 (ens160): accept address
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6606] device[5c19c5eaa2c43c29] (ens160): ip:dhcp4: set state done (was pending)
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6607] dispatcher: (6) (ens160) dispatching action 'dhcp4-change'
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6609] device[5c19c5eaa2c43c29] (ens160): ip4: set state done (was pending, reason: check-ip-state)
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6609] active-connection[0x55642da280a0]: set state-flags layer2-ready,ip4-ready (was layer2-ready)
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6609] device[5c19c5eaa2c43c29] (ens160): ip: set (combined) state done (was pending, reason: check-ip-state)
02:41:39,663 INFO NetworkManager:<info>  [1655260899.6610] device (ens160): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
02:41:39,663 DEBUG NetworkManager:<debug> [1655260899.6610] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'in-state-change'
02:41:39,666 INFO nm-dispatcher:req:3 'dhcp4-change' [ens160]: new request (3 scripts)
02:41:39,666 DEBUG NetworkManager:<debug> [1655260899.6651] dispatcher: (7) (ens160) dispatching action 'pre-up' (with callback)
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1
02:41:39,666 DEBUG NetworkManager:<debug> [1655260899.6659] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-ens160
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: CONNECTION_UUID=139e4c99-b0bf-481e-a4c9-343adda82170
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: CONNECTION_ID=ens160
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: DEVICE_IFACE=ens160
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: DEVICE_IP_IFACE=ens160
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: environment: NM_DISPATCHER_ACTION=dhcp4-change
02:41:39,666 INFO nm-dispatcher:req:3 'dhcp4-change' [ens160]: start running ordered scripts...
02:41:39,666 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:41:39,669 INFO nm-dispatcher:req:4 'pre-up' [ens160]: new request (0 scripts)
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6685] dispatcher: (7) succeeded but no scripts invoked
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6686] device[5c19c5eaa2c43c29] (ens160): add_pending_action (2): 'queued-state-change-secondaries'
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-ens160
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6686] device[5c19c5eaa2c43c29] (ens160): queue-state[secondaries, reason:none, id:157]: queue state change
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: CONNECTION_UUID=139e4c99-b0bf-481e-a4c9-343adda82170
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6686] device[5c19c5eaa2c43c29] (ens160): queue-state[secondaries, reason:none, id:157]: change state
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: CONNECTION_ID=ens160
02:41:39,669 INFO NetworkManager:<info>  [1655260899.6686] device (ens160): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: DEVICE_IFACE=ens160
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6686] device[5c19c5eaa2c43c29] (ens160): add_pending_action (3): 'in-state-change'
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: DEVICE_IP_IFACE=ens160
02:41:39,669 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): add_pending_action (4): 'queued-state-change-activated'
02:41:39,669 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): queue-state[activated, reason:none, id:158]: queue state change
02:41:39,672 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to <enum NM_STATE_CONNECTED_LOCAL of type NM.State>
02:41:39,672 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True
02:41:39,672 DEBUG nm-dispatcher:req:4 'pre-up' [ens160]: environment: NM_DISPATCHER_ACTION=pre-up
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): device entered SECONDARIES state
02:41:39,672 INFO nm-dispatcher:req:4 'pre-up' [ens160]: completed: no scripts
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (3): 'in-state-change'
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (2): 'queued-state-change-secondaries'
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): queue-state[activated, reason:none, id:158]: change state
02:41:39,672 INFO NetworkManager:<info>  [1655260899.6692] device (ens160): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6692] device[5c19c5eaa2c43c29] (ens160): add_pending_action (3): 'in-state-change'
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6702] active-connection[0x55642da280a0]: set state activated (was activating)
02:41:39,672 INFO NetworkManager:<info>  [1655260899.6706] manager: NetworkManager state is now CONNECTED_LOCAL
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6714] active-connection[0x55642da280a0]: check-master-ready: not signalling (state activated, no master)
02:41:39,672 DEBUG NetworkManager:<debug> [1655260899.6714] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (2): 'activation-1'
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6728] dns-mgr: (device_state_changed): queueing DNS updates (1)
02:41:39,675 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=1755 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
02:41:39,675 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to <enum NM_STATE_CONNECTED_SITE of type NM.State>
02:41:39,675 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True
02:41:39,675 INFO NetworkManager:<info>  [1655260899.6732] manager: NetworkManager state is now CONNECTED_SITE
02:41:39,675 INFO dbus-daemon:[system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
02:41:39,675 INFO NetworkManager:<info>  [1655260899.6737] policy: set 'ens160' (ens160) as default for IPv4 routing and DNS
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6737] manager: PrimaryConnection now ens160
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6743] manager: new metered value: 4
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6745] dns-mgr: (device_state_changed): DNS configuration changed
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6746] dns-mgr: (device_state_changed): committing DNS changes (0)
02:41:39,675 DEBUG NetworkManager:<debug> [1655260899.6746] dns-mgr: update-dns: updating resolv.conf
02:41:39,677 INFO NetworkManager:<info>  [1655260899.6761] device (ens160): Activation: successful, device activated.
02:41:39,677 INFO nm-dispatcher:req:5 'up' [ens160]: new request (3 scripts)
02:41:39,677 DEBUG NetworkManager:<debug> [1655260899.6762] dispatcher: (8) (ens160) dispatching action 'up'
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-ens160
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: CONNECTION_UUID=139e4c99-b0bf-481e-a4c9-343adda82170
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: CONNECTION_ID=ens160
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DEVICE_IFACE=ens160
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DEVICE_IP_IFACE=ens160
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_ADDRESS_0=192.168.11.128/24 192.168.11.2
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_NUM_ADDRESSES=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_GATEWAY=192.168.11.2
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_NAMESERVERS=192.168.11.2
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_DOMAINS=localdomain
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_ROUTE_0=192.168.11.0/24 0.0.0.0 100
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP4_NUM_ROUTES=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP6_ADDRESS_0=fe80::20c:29ff:fec5:5eb5/64 0.0.0.0
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP6_NUM_ADDRESSES=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP6_GATEWAY=0.0.0.0
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP6_ROUTE_0=fe80::/64 :: 1024
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: IP6_NUM_ROUTES=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_BROADCAST_ADDRESS=192.168.11.255
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_DHCP_LEASE_TIME=1800
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.11.254
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_DOMAIN_NAME=localdomain
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.11.2
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_EXPIRY=1655262698
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_IP_ADDRESS=192.168.11.128
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_NEXT_SERVER=192.168.11.254
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_HOST_NAME=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_NIS_SERVERS=1
02:41:39,677 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_NTP_SERVERS=1
02:41:39,682 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1
02:41:39,682 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to <enum NM_STATE_CONNECTED_GLOBAL of type NM.State>
02:41:39,682 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True
02:41:39,682 DEBUG NetworkManager:<debug> [1655260899.6781] create NMPacrunnerManager singleton (6216b23be3e0fcde)
02:41:39,682 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_ROOT_PATH=1
02:41:39,682 DEBUG NetworkManager:<debug> [1655260899.6781] device[5c19c5eaa2c43c29] (ens160): connectivity state changed from NONE to FULL
02:41:39,682 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_ROUTERS=1
02:41:39,683 DEBUG NetworkManager:<debug> [1655260899.6784] manager: connectivity checking indicates FULL
02:41:39,683 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1
02:41:39,683 INFO NetworkManager:<info>  [1655260899.6784] manager: NetworkManager state is now CONNECTED_GLOBAL
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_SUBNET_MASK=1
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6793] dispatcher: (9) dispatching action 'connectivity-change'
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_TIME_OFFSET=1
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: update: [2d892899ebb4f99c, ip4-address, 192.168.11.128/24 brd* 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-57[1800,1800] dev 2 src dhcp], nm-configured, in-platform
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_REQUESTED_WPAD=1
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: update: [70651ea9f7583017, ip4-route, type unicast 0.0.0.0/0 via 192.168.11.2 dev 2 metric 100 mss 0 rt-src dhcp], nm-configured, in-platform
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_ROUTERS=192.168.11.2
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: update: [06edcf5ecff42eb3, ip4-route, type unicast 192.168.11.0/24 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.11.128], nm-configured, in-platform
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: DHCP4_SUBNET_MASK=255.255.255.0
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] dns-mgr: (device_l3cd_changed): queueing DNS updates (1)
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] dns-mgr: (device_l3cd_changed): DNS configuration did not change
02:41:39,684 DEBUG nm-dispatcher:req:5 'up' [ens160]: environment: NM_DISPATCHER_ACTION=up
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] dns-mgr: (device_l3cd_changed): no DNS changes to commit (0)
02:41:39,684 INFO nm-dispatcher:req:6 'connectivity-change': new request (3 scripts)
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6803] platform: (ens160) address: adding or updating IPv4 address: 192.168.11.128/24 brd 192.168.11.255 lft 1799sec pref 1799sec lifetime 58-0[1799,1799] dev 2 flags noprefixroute src unknown
02:41:39,684 DEBUG nm-dispatcher:req:6 'connectivity-change': environment: CONNECTIVITY_STATE=FULL
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6808] platform-linux: do-add-ip4-address[2: 192.168.11.128/24]: success
02:41:39,684 DEBUG nm-dispatcher:req:6 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6809] platform: (ens160) address: adding or updating IPv6 address: fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 58-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown
02:41:39,684 DEBUG nm-dispatcher:req:6 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6809] platform-linux: do-add-ip6-address[2: fe80::20c:29ff:fec5:5eb5]: success
02:41:39,684 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6809] device[5c19c5eaa2c43c29] (ens160): connectivity state changed from NONE to FULL
02:41:39,684 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6812] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (1): 'in-state-change'
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6812] device[5c19c5eaa2c43c29] (ens160): remove_pending_action (0): 'queued-state-change-activated'
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6812] pacrunner: pacrunner not on D-Bus
02:41:39,684 DEBUG NetworkManager:<debug> [1655260899.6812] pacrunner: try D-Bus activating pacrunner...
02:41:39,720 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:41:39,721 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:41:39,722 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:41:39,722 DEBUG nm-dispatcher:req:3 'dhcp4-change' [ens160]: completed (3 scripts)
02:41:39,722 INFO nm-dispatcher:req:5 'up' [ens160]: start running ordered scripts...
02:41:39,722 DEBUG nm-dispatcher:req:5 'up' [ens160], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:41:39,723 DEBUG NetworkManager:<debug> [1655260899.7233] dispatcher: (6) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:41:39,723 DEBUG NetworkManager:<debug> [1655260899.7234] dispatcher: (6) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:41:39,723 DEBUG NetworkManager:<debug> [1655260899.7234] dispatcher: (6) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:41:39,782 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive.
02:41:39,784 DEBUG nm-dispatcher:req:5 'up' [ens160], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:41:39,784 DEBUG nm-dispatcher:req:5 'up' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:41:39,794 DEBUG nm-dispatcher:req:5 'up' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:41:39,794 DEBUG nm-dispatcher:req:5 'up' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:41:39,814 DEBUG nm-dispatcher:req:5 'up' [ens160], "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:41:39,814 DEBUG nm-dispatcher:req:5 'up' [ens160]: completed (3 scripts)
02:41:39,814 INFO nm-dispatcher:req:6 'connectivity-change': start running ordered scripts...
02:41:39,814 DEBUG nm-dispatcher:req:6 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script
02:41:39,815 DEBUG NetworkManager:<debug> [1655260899.8150] dispatcher: (8) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:41:39,815 DEBUG NetworkManager:<debug> [1655260899.8151] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:41:39,815 DEBUG NetworkManager:<debug> [1655260899.8151] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:41:39,818 DEBUG nm-dispatcher:req:6 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete
02:41:39,818 DEBUG nm-dispatcher:req:6 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": run script
02:41:39,819 DEBUG nm-dispatcher:req:6 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-dhcp": complete
02:41:39,819 DEBUG nm-dispatcher:req:6 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": run script
02:41:39,821 DEBUG nm-dispatcher:req:6 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony-onoffline": complete
02:41:39,821 DEBUG nm-dispatcher:req:6 'connectivity-change': completed (3 scripts)
02:41:39,821 DEBUG NetworkManager:<debug> [1655260899.8215] dispatcher: (9) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded
02:41:39,821 DEBUG NetworkManager:<debug> [1655260899.8215] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony-dhcp succeeded
02:41:39,821 DEBUG NetworkManager:<debug> [1655260899.8215] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony-onoffline succeeded
02:41:40,180 DEBUG NetworkManager:<debug> [1655260900.1803] platform: (ens160) signal: address 6 changed: fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 58-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel
02:41:40,180 DEBUG NetworkManager:<debug> [1655260900.1804] l3cfg[0dc24c9b162560ec,ifindex=2]: obj-state: appeared in platform: [fbeb4c66cdc80266, ip6-address, fe80::20c:29ff:fec5:5eb5/64 lft forever pref forever lifetime 58-0[0,0] dev 2 src ipv6ll assume-config-once], nm-configured, in-platform
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1804] platform: (ens160) signal: route   6   added: type local table 255 fe80::20c:29ff:fec5:5eb5/128 dev 2 metric 0 mss 0 rt-src rt-kernel
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1805] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/max_addresses': '16'
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1806] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/router_solicitations': '-1'
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1806] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens160/router_solicitation_interval': '4'
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1807] device[5c19c5eaa2c43c29] (ens160): ip:ac6: using the device EUI-64 identifier
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1808] device[5c19c5eaa2c43c29] (ens160): ip:ac6: grace period starts with 30 seconds
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1808] ndisc[0x55642d9b22d0,"ens160"]: starting neighbor discovery for ifindex 2 (solicit)
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1808] ndisc-lndp[0x55642d9b22d0,"ens160"]: processing libndp events
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1808] ndisc[0x55642d9b22d0,"ens160"]: scheduling RA timeout in 30 seconds
02:41:40,181 DEBUG NetworkManager:<debug> [1655260900.1808] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending first solicitation (of 3) in 0.216 seconds
02:41:40,398 DEBUG NetworkManager:<debug> [1655260900.3988] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 3.998 seconds
02:41:41,929 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Hostname is set to host.example.com
02:41:44,398 DEBUG NetworkManager:<debug> [1655260904.3989] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 8.275 seconds
02:41:45,034 INFO chronyd:Selected source 206.108.0.133 (2.cloudlinux.pool.ntp.org)
02:41:45,035 INFO chronyd:System clock TAI offset set to 37 seconds
02:41:49,828 INFO systemd:NetworkManager-dispatcher.service: Succeeded.
02:41:52,684 DEBUG NetworkManager:<debug> [1655260912.6841] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 17.374 seconds
02:41:57,551 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root account has been unlocked.
02:41:57,556 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password set.
02:42:03,087 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Timezone is set to America/Toronto.
02:42:03,088 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP is set to True.
02:42:09,734 INFO systemd:systemd-hostnamed.service: Succeeded.
02:42:10,059 DEBUG NetworkManager:<debug> [1655260930.0593] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 35.139 seconds
02:42:10,182 DEBUG NetworkManager:<debug> [1655260930.1821] device[5c19c5eaa2c43c29] (ens160): ip:ac6: timeout for autoconf (IPv6 router advertisement) reached
02:42:10,182 DEBUG NetworkManager:<debug> [1655260930.1821] device[5c19c5eaa2c43c29] (ens160): ip:ac6: set state: fail (was pending)
02:42:10,182 DEBUG NetworkManager:<debug> [1655260930.1821] device[5c19c5eaa2c43c29] (ens160): ip6: set state fail (was pending, reason: check-ip-state)
02:42:16,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:16,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:16,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:16,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:16,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:16,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:16,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:16,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:22,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:42:22,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: True ;
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; hidden: True ;
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if sr0 depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if nvme0n1 depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if /run/install/repo/images/install.img depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if loop0 depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if /LiveOS/rootfs.img depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if loop1 depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if /overlay (deleted) depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if loop2 depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if live-rw depends on nvme0n1
02:42:22,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking if live-base depends on nvme0n1
02:42:22,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'.
02:42:22,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'.
02:42:22,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:22,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14)
02:42:22,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['nvme0n1']'.
02:42:22,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['nvme0n1']'.
02:42:22,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Created the partitioning INTERACTIVE.
02:42:22,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2.
02:42:22,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:42:22,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:42:22,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; hidden: False ;
02:42:22,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf
02:42:22,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 112
02:42:22,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice._set_format: nvme0n1 ; type: None ; current: None ;
02:42:22,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [111] destroy format None on disk nvme0n1 (id 14)
02:42:22,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DiskLabel.__init__: device: /dev/nvme0n1 ;
02:42:22,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
02:42:22,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       DiskLabel.fresh_parted_disk: device: /dev/nvme0n1 ; label_type: msdos ;
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance --
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:  type: msdos  primaryPartitionCount: 0
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:  lastPartitionNumber: -1  maxPrimaryPartitionCount: 4
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:  partitions: []
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d4707b860>
02:42:22,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedDisk: <_ped.Disk object at 0x7f8d471aa3c8>
02:42:22,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 113
02:42:22,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice._set_format: nvme0n1 ; type: disklabel ; current: None ;
02:42:22,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [114] create format msdos disklabel on disk nvme0n1 (id 14)
02:42:22,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1.
02:42:22,737 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:22,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:22,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:22,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:24,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2.
02:42:24,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-1 (140244778157824)
02:42:24,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True.
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d4718e748) --
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:24,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
02:42:24,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT
02:42:24,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: []
02:42:24,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: []
02:42:24,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
02:42:24,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
02:42:24,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:24,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:24,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: nvme0n1
02:42:24,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device.
02:42:24,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
02:42:24,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:24,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:24,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:24,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning.
02:42:24,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.storage:Detected 2.02 GiB of memory
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.storage:Swap attempt of 2.02 GiB
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests:
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d471c99e8) --
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = False  thin = False  btrfs = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = biosboot  encrypted = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 KiB  max_size = None  grow = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d471c95c0) --
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /boot  lv = False  thin = False  btrfs = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 MiB  max_size = None  grow = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d471c9630) --
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /  lv = True  thin = True  btrfs = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 MiB  max_size = 70 GiB  grow = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d471c94a8) --
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /home  lv = True  thin = True  btrfs = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 500 MiB  max_size = None  grow = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d471c9588) --
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = True  thin = False  btrfs = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = swap  encrypted = True
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 2.02 GiB  max_size = None  grow = False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False
02:42:24,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['nvme0n1']
02:42:24,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['nvme0n1']
02:42:24,377 WARNING org.fedoraproject.Anaconda.Modules.Storage: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', 'nvme0n1', 'sr0']
02:42:24,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: nvme0n1
02:42:24,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['nvme0n1']
02:42:24,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['nvme0n1']
02:42:24,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                LVMPhysicalVolume.__init__: mountpoint: None ;
02:42:24,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 115
02:42:24,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 117
02:42:24,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req0 ; kids: 0 ;
02:42:24,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: lvmpv ; current: None ;
02:42:24,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:24,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req0 (id 116) to device tree
02:42:24,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [119] create device partition req0 (id 116)
02:42:24,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 121
02:42:24,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: lvmpv ; current: lvmpv ;
02:42:24,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [120] create format lvmpv on partition req0 (id 116)
02:42:24,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for nvme0n1.
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:24,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f8d471c99e8) --
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = False  thin = False  btrfs = False
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = biosboot  encrypted = False
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 KiB  max_size = None  grow = False
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:24,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:24,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 122
02:42:24,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 124
02:42:24,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req1 ; kids: 0 ;
02:42:24,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: None ;
02:42:24,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 1 ;
02:42:24,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req1 (id 123) to device tree
02:42:24,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [126] create device partition req1 (id 123)
02:42:24,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 128
02:42:24,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ;
02:42:24,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [127] create format xfs filesystem mounted at /boot on partition req1 (id 123)
02:42:24,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:42:24,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 116)', 'req1(id 123)'] from disk(s) ['nvme0n1']
02:42:24,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req0(id 116)', 'req1(id 123)']
02:42:24,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 123)', 'req0(id 116)'] from disk(s) ['nvme0n1']
02:42:24,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 123 ; disks: ['nvme0n1'] ;
02:42:24,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:42:24,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:24,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:42:24,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:42:24,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:42:24,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:24,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:42:24,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:42:24,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:42:24,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:24,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:24,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d471c8518>
02:42:24,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:42:24,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471c15f8>  PedPartition: <_ped.Partition object at 0x7f8d470e7780>
02:42:24,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:24,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471c1860>  PedPartition: <_ped.Partition object at 0x7f8d470e76d0>
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 116 ; disks: ['nvme0n1'] ;
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=500 MiB boot=False best=None grow=True start=None
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:42:24,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:24,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d471c8518>
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471b39e8>  PedPartition: <_ped.Partition object at 0x7f8d47131fc0>
02:42:24,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:24,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:24,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 123 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:24,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 116 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:24,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:24,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 123  name = nvme0n1p1  growable = False
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 116  name = nvme0n1p2  growable = True
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 1024000  growth = 0  max_grow = 4293943295
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 112220160 (53.51 GiB) to 116 (nvme0n1p2)
02:42:24,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 116 (nvme0n1p2) is 112220160 units, or 53.51 GiB
02:42:24,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 123 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:42:24,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 116 (nvme0n1p2) growth: 112220160 (53.51 GiB) size: 54 GiB
02:42:24,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 112220160 (53.51 GiB)
02:42:24,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:24,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:24,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 112220160 sectors
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 112220160 sectors of growth
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:24,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d471c8518>
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 500 MiB and added it to /dev/nvme0n1
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471b3860>  PedPartition: <_ped.Partition object at 0x7f8d470e77d8>
02:42:24,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:24,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471b3b00>  PedPartition: <_ped.Partition object at 0x7f8d470e7888>
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p2(id 116)', 'nvme0n1p1(id 123)']
02:42:24,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 116 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 123 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 123  name = nvme0n1p1  growable = False
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 116  name = nvme0n1p2  growable = True
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 1024000  growth = 0  max_grow = 4293943295
02:42:24,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:24,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
02:42:24,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 112220160 (53.51 GiB) to 116 (nvme0n1p2)
02:42:24,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 116 (nvme0n1p2) is 112220160 units, or 53.51 GiB
02:42:24,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:42:24,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (123): 0
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d471b3898>
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (116): 0
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d4707bc50>
02:42:24,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 123)', 'nvme0n1p2(id 116)'] from disk(s) ['nvme0n1']
02:42:24,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:24,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:24,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:24,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:24,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:24,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:24,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:24,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d471b3898>
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470f8240>  PedPartition: <_ped.Partition object at 0x7f8d470e7990>
02:42:24,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:24,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470f8320>  PedPartition: <_ped.Partition object at 0x7f8d470e79e8>
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d4707b390>  PedGeometry: <_ped.Geometry object at 0x7f8d4707bc50>
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d471c84e0>  PedPartition: <_ped.Partition object at 0x7f8d470e7938>
02:42:24,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:24,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:24,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4707b7f0>  fileSystem: None
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470f81d0>  PedPartition: <_ped.Partition object at 0x7f8d470e7a40>
02:42:24,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
02:42:24,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv
02:42:24,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 130
02:42:24,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice._add_parent: almalinux_host ; parent: nvme0n1p2 ;
02:42:24,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  PartitionDevice.add_child: name: nvme0n1p2 ; child: almalinux_host ; kids: 0 ;
02:42:24,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/logical_block_size: 3531320a
02:42:24,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 131
02:42:24,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMVolumeGroupDevice._set_format: almalinux_host ; type: None ; current: None ;
02:42:24,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmvg almalinux_host (id 129) to device tree
02:42:24,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [133] create device lvmvg almalinux_host (id 129)
02:42:24,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:24,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 134
02:42:24,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 136
02:42:24,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
02:42:24,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
02:42:24,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 138
02:42:24,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: root ; kids: 1 ;
02:42:24,439 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
02:42:24,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
02:42:24,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-root ; sysfs_path:  ;
02:42:24,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 54 GiB free
02:42:24,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-root/1024 MiB to almalinux_host
02:42:24,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [29] dmsetup --version ...
02:42:24,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[29]: Library version:   1.02.181-RHEL8 (2021-10-20)
02:42:24,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:Driver version:    4.43.0
02:42:24,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[29]:
02:42:24,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [29] (exit code: 0)
02:42:24,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-root (id 135) to device tree
02:42:24,451 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [140] create device lvmlv almalinux_host-root (id 135)
02:42:24,451 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 142
02:42:24,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: xfs ;
02:42:24,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [141] create format xfs filesystem mounted at / on lvmlv almalinux_host-root (id 135)
02:42:24,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:24,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 143
02:42:24,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 145
02:42:24,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
02:42:24,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
02:42:24,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 147
02:42:24,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: home ; kids: 2 ;
02:42:24,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
02:42:24,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
02:42:24,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-home ; sysfs_path:  ;
02:42:24,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 53 GiB free
02:42:24,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-home/500 MiB to almalinux_host
02:42:24,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-home (id 144) to device tree
02:42:24,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [149] create device lvmlv almalinux_host-home (id 144)
02:42:24,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 151
02:42:24,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: xfs ;
02:42:24,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [150] create format xfs filesystem mounted at /home on lvmlv almalinux_host-home (id 144)
02:42:24,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                SwapSpace.__init__: mountpoint: None ;
02:42:24,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 152
02:42:24,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 154
02:42:24,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
02:42:24,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
02:42:24,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 156
02:42:24,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: swap ; kids: 3 ;
02:42:24,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
02:42:24,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
02:42:24,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-swap ; sysfs_path:  ;
02:42:24,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 52.51 GiB free
02:42:24,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-swap/2.02 GiB to almalinux_host
02:42:24,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-swap (id 153) to device tree
02:42:24,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [158] create device lvmlv almalinux_host-swap (id 153)
02:42:24,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 160
02:42:24,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [30] mkswap --version ...
02:42:24,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[30]: mkswap from util-linux 2.32.1
02:42:24,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[30]:
02:42:24,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [30] (exit code: 0)
02:42:24,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: swap ;
02:42:24,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [159] create format swap on lvmlv almalinux_host-swap (id 153)
02:42:24,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:24,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host: 50.48 GiB free ; lvs: ['root', 'home', 'swap']
02:42:24,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:24,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 135 to chunk 13823 on /dev/almalinux_host
02:42:24,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 144 to chunk 13823 on /dev/almalinux_host
02:42:24,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 153 to chunk 13823 on /dev/almalinux_host
02:42:24,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: VGChunk instance --
02:42:24,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = /dev/almalinux_host  length = 13823  size = 54 GiB
02:42:24,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:remaining = 2  pool = 12923
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 153  name = almalinux_host-swap  growable = False
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 519  growth = 0  max_grow = 0
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 135  name = almalinux_host-root  growable = True
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 256  growth = 0  max_grow = 17664
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 144  name = almalinux_host-home  growable = True
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 125  growth = 0  max_grow = 4398046510979
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:24,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:2 requests and 12923 (50.48 GiB) left in chunk
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 8683 (33.92 GiB) to 135 (almalinux_host-root)
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8683 units, or 33.92 GiB
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4239 (16.56 GiB) to 144 (almalinux_host-home)
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 144 (almalinux_host-home) is 4239 units, or 16.56 GiB
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:2 requests and 1 (4 MiB) left in chunk
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 0 (0 B) to 135 (almalinux_host-root)
02:42:24,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8683 units, or 33.92 GiB
02:42:24,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 0 (0 B) to 144 (almalinux_host-home)
02:42:24,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 144 (almalinux_host-home) is 4239 units, or 16.56 GiB
02:42:24,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 1 (4 MiB) to 135 (almalinux_host-root)
02:42:24,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 135 (almalinux_host-root) is 8684 units, or 33.92 GiB
02:42:24,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-root size to 34.92 GiB
02:42:24,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:24,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
02:42:24,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:24,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 16.56 GiB free
02:42:24,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d4718e748) --
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs '
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:24,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
02:42:24,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT
02:42:24,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: []
02:42:24,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: []
02:42:24,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file
02:42:24,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
02:42:24,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
02:42:24,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm
02:42:24,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:24,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:24,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: nvme0n1
02:42:24,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device.
02:42:24,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
02:42:24,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:24,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:24,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:24,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'nvme0n1'.
02:42:24,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
02:42:24,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:24,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:24,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:24,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:24,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:24,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:24,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
02:42:24,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
02:42:24,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
02:42:24,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
02:42:24,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
02:42:24,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 804.93 MiB
02:42:24,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
02:42:24,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
02:42:24,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot.
02:42:24,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests.
02:42:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success.
02:42:24,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-1 (140244778157824)
02:42:25,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:25,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs filesystem mounted at /
02:42:25,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:25,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs filesystem mounted at /
02:42:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:25,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
02:42:25,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:25,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (123) with non-existent xfs filesystem mounted at /boot
02:42:25,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:25,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap
02:42:25,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:25,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap
02:42:25,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:25,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:25,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d47177ba8>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d471c1630) --
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 144
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (129)']
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4707bf98) --
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 129
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs '
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs '
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap']
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB partition nvme0n1p2 (116) with non-existent lvmpv']
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (135) with non-existent xfs '
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs '
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (153) with non-existent swap']
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:25,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:42:25,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:25,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:25,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:25,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:25,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:25,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:25,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:25,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (129)
02:42:25,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:25,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:25,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 161
02:42:25,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:25,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:25,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:25,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:25,439 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:25,439 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:25,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:25,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:25,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:25,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:25,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:25,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:25,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run vfat
02:42:25,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:42:25,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:25,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:25,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:25,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:25,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:25,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:25,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:25,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:25,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:25,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:25,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:25,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:25,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:25,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:25,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:25,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:25,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:25,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:25,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:25,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:25,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:25,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:25,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:25,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:25,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:25,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:25,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:25,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:25,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:25,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:25,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:25,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:25,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:25,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:25,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:25,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:25,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:25,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:25,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:25,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:25,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:25,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:25,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:25,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:25,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:25,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:25,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:25,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:25,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:25,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [31] mdadm --version ...
02:42:25,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[31]:
02:42:25,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[31]: mdadm - v4.2 - 2021-12-30 - 2
02:42:25,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [31] (exit code: 0)
02:42:25,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:25,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:25,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 202
02:42:25,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:25,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 203
02:42:25,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:25,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 204
02:42:25,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:25,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 205
02:42:25,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:25,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 206
02:42:25,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:25,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 207
02:42:25,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:25,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 208
02:42:25,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:25,562 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (144) with non-existent xfs filesystem mounted at /home
02:42:25,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:25,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 209
02:42:25,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:25,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:25,569 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (129)
02:42:25,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:25,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:25,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:25,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:25,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:25,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:31,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:42:31,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied.
02:42:31,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:42:31,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:42:31,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_dependent_devices: dep: existing 55 GiB disk nvme0n1 (14) ; hidden: False ;
02:42:31,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf
02:42:31,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 241
02:42:31,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         DiskDevice._set_format: nvme0n1 ; type: None ; current: None ;
02:42:31,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [240] destroy format None on disk nvme0n1 (id 14)
02:42:31,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DiskLabel.__init__: device: /dev/nvme0n1 ;
02:42:31,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
02:42:31,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskLabel.fresh_parted_disk: device: /dev/nvme0n1 ; label_type: msdos ;
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for nvme0n1 based on size
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance --
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  type: msdos  primaryPartitionCount: 0
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  lastPartitionNumber: -1  maxPrimaryPartitionCount: 4
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  partitions: []
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46fe26d8>
02:42:31,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedDisk: <_ped.Disk object at 0x7f8d47192408>
02:42:31,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 242
02:42:31,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         DiskDevice._set_format: nvme0n1 ; type: disklabel ; current: None ;
02:42:31,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [243] create format msdos disklabel on disk nvme0n1 (id 14)
02:42:31,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:31,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:31,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:31,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3.
02:42:33,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-2 (140244778157824)
02:42:33,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True.
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:33,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
02:42:33,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT
02:42:33,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: []
02:42:33,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: []
02:42:33,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive.
02:42:33,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:42:33,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:42:33,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:42:33,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:42:33,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:42:33,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:42:33,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:42:33,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:42:33,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:33,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /run/install/repo/images/install.img (19)
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop0 (23)
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (33)
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop1 (37) with existing ext4 filesystem
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-base (71) with existing ext4 filesystem
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (47)
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop2 (51)
02:42:33,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True
02:42:33,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
02:42:33,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:33,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning.
02:42:33,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Using default PBKDF args.
02:42:33,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.storage:Detected 2.02 GiB of memory
02:42:33,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.storage:Swap attempt of 2.02 GiB
02:42:33,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests:
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d46ff1860) --
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = False  thin = False  btrfs = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = biosboot  encrypted = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 KiB  max_size = None  grow = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d46ff1f28) --
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /boot  lv = False  thin = False  btrfs = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 MiB  max_size = None  grow = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d46ff1fd0) --
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /  lv = True  thin = True  btrfs = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 MiB  max_size = 70 GiB  grow = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d46ff1f60) --
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = /home  lv = True  thin = True  btrfs = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = xfs  encrypted = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 500 MiB  max_size = None  grow = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0x7f8d46ff1f98) --
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = True  thin = False  btrfs = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = swap  encrypted = True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 2.02 GiB  max_size = None  grow = False
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: True
02:42:33,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['nvme0n1']
02:42:33,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['nvme0n1']
02:42:33,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: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', 'nvme0n1', 'sr0']
02:42:33,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: nvme0n1
02:42:33,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['nvme0n1']
02:42:33,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['nvme0n1']
02:42:33,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                LUKS.__init__: mountpoint: None ; passphrase:  ; cipher:  ; luks_version: luks2 ; pbkdf_args: None ; escrow_cert: None ; add_backup_passphrase: False ;
02:42:33,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 244
02:42:33,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 246
02:42:33,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req0 ; kids: 0 ;
02:42:33,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: luks ; current: None ;
02:42:33,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:33,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req0 (id 245) to device tree
02:42:33,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [248] create device partition req0 (id 245)
02:42:33,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 250
02:42:33,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req0 ; type: luks ; current: luks ;
02:42:33,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [249] create format luks on partition req0 (id 245)
02:42:33,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for nvme0n1.
02:42:33,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f8d46ff1860) --
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:  mountpoint = None  lv = False  thin = False  btrfs = False
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:  weight = 0  fstype = biosboot  encrypted = False
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:  size = 1024 KiB  max_size = None  grow = False
02:42:33,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.utils:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:33,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 251
02:42:33,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 253
02:42:33,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.add_child: name: nvme0n1 ; child: req1 ; kids: 0 ;
02:42:33,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: None ;
02:42:33,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 1 ;
02:42:33,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req1 (id 252) to device tree
02:42:33,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [255] create device partition req1 (id 252)
02:42:33,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 257
02:42:33,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ;
02:42:33,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [256] create format xfs filesystem mounted at /boot on partition req1 (id 252)
02:42:33,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:42:33,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 245)', 'req1(id 252)'] from disk(s) ['nvme0n1']
02:42:33,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req0(id 245)', 'req1(id 252)']
02:42:33,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:42:33,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:42:33,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:42:33,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:33,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:42:33,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:33,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:33,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:42:33,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47000128>  PedPartition: <_ped.Partition object at 0x7f8d47023ca8>
02:42:33,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:33,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ff9cf8>  PedPartition: <_ped.Partition object at 0x7f8d470450f8>
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:42:33,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None
02:42:33,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:33,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=500 MiB boot=False best=None grow=True start=None
02:42:33,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:42:33,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:33,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470002e8>  PedPartition: <_ped.Partition object at 0x7f8d470b4048>
02:42:33,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:33,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:33,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:33,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:33,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:33,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 1024000  growth = 0  max_grow = 4293943295
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 112220160 (53.51 GiB) to 245 (nvme0n1p2)
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 112220160 units, or 53.51 GiB
02:42:33,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:42:33,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 112220160 (53.51 GiB) size: 54 GiB
02:42:33,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 112220160 (53.51 GiB)
02:42:33,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:33,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:33,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:33,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:42:33,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 112220160 sectors
02:42:33,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:33,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:42:33,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 112220160 sectors of growth
02:42:33,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:33,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:33,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:33,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 500 MiB and added it to /dev/nvme0n1
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470005c0>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd58>
02:42:33,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:33,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470006d8>  PedPartition: <_ped.Partition object at 0x7f8d46fdcc50>
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p2(id 245)', 'nvme0n1p1(id 252)']
02:42:33,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:33,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 1024000  growth = 0  max_grow = 4293943295
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 112220160 (53.51 GiB) left in chunk
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 112220160 (53.51 GiB) to 245 (nvme0n1p2)
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 112220160 units, or 53.51 GiB
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:42:33,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d470007b8>
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47000240>
02:42:33,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:42:33,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:33,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:33,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:33,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:33,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:33,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:33,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:33,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:33,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d470007b8>
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req1 ;
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47000b00>  PedPartition: <_ped.Partition object at 0x7f8d47023ca8>
02:42:33,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:33,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:33,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47000cf8>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:33,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47000240>
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: req0 ;
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ff9dd8>  PedPartition: <_ped.Partition object at 0x7f8d47045f10>
02:42:33,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:33,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d470007f0>  PedPartition: <_ped.Partition object at 0x7f8d46fdceb8>
02:42:33,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:33,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
02:42:33,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__: device: /dev/nvme0n1p2 ;
02:42:33,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 258
02:42:33,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 260
02:42:33,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            PartitionDevice.add_child: name: nvme0n1p2 ; child: luks-nvme0n1p2 ; kids: 0 ;
02:42:33,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       LUKSDevice._set_format: luks-nvme0n1p2 ; type: lvmpv ; current: None ;
02:42:33,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added luks/dm-crypt luks-nvme0n1p2 (id 259) to device tree
02:42:33,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [262] create device luks/dm-crypt luks-nvme0n1p2 (id 259)
02:42:33,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 264
02:42:33,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     LUKSDevice._set_format: luks-nvme0n1p2 ; type: lvmpv ; current: lvmpv ;
02:42:33,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [263] create format lvmpv on luks/dm-crypt luks-nvme0n1p2 (id 259)
02:42:33,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 266
02:42:33,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice._add_parent: almalinux_host ; parent: luks-nvme0n1p2 ;
02:42:33,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice.add_child: name: luks-nvme0n1p2 ; child: almalinux_host ; kids: 0 ;
02:42:33,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1/queue/logical_block_size: 3531320a
02:42:33,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 267
02:42:33,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMVolumeGroupDevice._set_format: almalinux_host ; type: None ; current: None ;
02:42:33,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmvg almalinux_host (id 265) to device tree
02:42:33,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [269] create device lvmvg almalinux_host (id 265)
02:42:33,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:33,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 270
02:42:33,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 272
02:42:33,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
02:42:33,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
02:42:33,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 274
02:42:33,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: root ; kids: 1 ;
02:42:33,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: root ; kids: 0 ;
02:42:33,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: None ;
02:42:33,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-root ; sysfs_path:  ;
02:42:33,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 54 GiB free
02:42:33,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-root/1024 MiB to almalinux_host
02:42:33,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-root (id 271) to device tree
02:42:33,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [276] create device lvmlv almalinux_host-root (id 271)
02:42:33,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 278
02:42:33,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-root ; type: xfs ; current: xfs ;
02:42:33,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [277] create format xfs filesystem mounted at / on lvmlv almalinux_host-root (id 271)
02:42:33,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  XFS.supported: supported: True ;
02:42:33,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 279
02:42:33,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 281
02:42:33,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
02:42:33,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
02:42:33,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 283
02:42:33,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: home ; kids: 2 ;
02:42:33,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: home ; kids: 1 ;
02:42:33,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: None ;
02:42:33,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-home ; sysfs_path:  ;
02:42:33,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 53 GiB free
02:42:33,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-home/500 MiB to almalinux_host
02:42:33,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-home (id 280) to device tree
02:42:33,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [285] create device lvmlv almalinux_host-home (id 280)
02:42:33,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 287
02:42:33,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-home ; type: xfs ; current: xfs ;
02:42:33,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [286] create format xfs filesystem mounted at /home on lvmlv almalinux_host-home (id 280)
02:42:33,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                SwapSpace.__init__: mountpoint: None ;
02:42:33,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 288
02:42:33,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 290
02:42:33,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
02:42:33,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
02:42:33,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 292
02:42:33,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: swap ; kids: 3 ;
02:42:33,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: swap ; kids: 2 ;
02:42:33,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: None ;
02:42:33,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-swap ; sysfs_path:  ;
02:42:33,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 52.51 GiB free
02:42:33,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-swap/2.02 GiB to almalinux_host
02:42:33,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-swap (id 289) to device tree
02:42:33,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [294] create device lvmlv almalinux_host-swap (id 289)
02:42:33,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 296
02:42:33,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LVMLogicalVolumeDevice._set_format: almalinux_host-swap ; type: swap ; current: swap ;
02:42:33,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [295] create format swap on lvmlv almalinux_host-swap (id 289)
02:42:33,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:33,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host: 50.48 GiB free ; lvs: ['root', 'home', 'swap']
02:42:33,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:33,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 271 to chunk 13823 on /dev/almalinux_host
02:42:33,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 280 to chunk 13823 on /dev/almalinux_host
02:42:33,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 289 to chunk 13823 on /dev/almalinux_host
02:42:33,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: VGChunk instance --
02:42:33,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = /dev/almalinux_host  length = 13823  size = 54 GiB
02:42:33,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:remaining = 2  pool = 12923
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 289  name = almalinux_host-swap  growable = False
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 519  growth = 0  max_grow = 0
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 271  name = almalinux_host-root  growable = True
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 256  growth = 0  max_grow = 17664
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: LVRequest instance --
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 280  name = almalinux_host-home  growable = True
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 125  growth = 0  max_grow = 4398046510979
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:2 requests and 12923 (50.48 GiB) left in chunk
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 8683 (33.92 GiB) to 271 (almalinux_host-root)
02:42:33,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8683 units, or 33.92 GiB
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4239 (16.56 GiB) to 280 (almalinux_host-home)
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 280 (almalinux_host-home) is 4239 units, or 16.56 GiB
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:2 requests and 1 (4 MiB) left in chunk
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 0 (0 B) to 271 (almalinux_host-root)
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8683 units, or 33.92 GiB
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 0 (0 B) to 280 (almalinux_host-home)
02:42:33,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 280 (almalinux_host-home) is 4239 units, or 16.56 GiB
02:42:33,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 1 (4 MiB) to 271 (almalinux_host-root)
02:42:33,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 271 (almalinux_host-root) is 8684 units, or 33.92 GiB
02:42:33,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-root size to 34.92 GiB
02:42:33,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 50.48 GiB free
02:42:33,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
02:42:33,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:33,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 16.56 GiB free
02:42:33,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:33,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
02:42:33,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT
02:42:33,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: []
02:42:33,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: []
02:42:33,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive.
02:42:33,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:42:33,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:42:33,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:42:33,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:42:33,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:33,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:    non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:      non-existent 54 GiB lvmvg almalinux_host (265)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /run/install/repo/images/install.img (19)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop0 (23)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (33)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop1 (37) with existing ext4 filesystem
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-base (71) with existing ext4 filesystem
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (47)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop2 (51)
02:42:33,883 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True
02:42:33,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
02:42:33,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:33,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:33,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:42:33,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
02:42:33,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:33,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:33,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:42:33,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt
02:42:33,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:33,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:33,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:33,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:33,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:33,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:42:33,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:42:33,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:42:33,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:42:33,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:42:33,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
02:42:33,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
02:42:33,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
02:42:33,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
02:42:33,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
02:42:33,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 798.02 MiB
02:42:33,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
02:42:33,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:33,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
02:42:33,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_path returned non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap.
02:42:33,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests.
02:42:33,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success.
02:42:33,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-2 (140244778157824)
02:42:34,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,718 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:34,720 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:34,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:34,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:34,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:34,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:34,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:34,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:34,729 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:34,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:34,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:34,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:34,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,736 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,737 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:34,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:34,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:34,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:34,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:34,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:42:34,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:34,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:34,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:34,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:34,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:34,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:34,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:34,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:34,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:34,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:34,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 297
02:42:34,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:34,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:34,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:34,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:34,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:34,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:34,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:34,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:34,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:34,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:34,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:34,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:34,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:34,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:34,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:34,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:34,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:34,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:34,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:34,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:34,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:34,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:34,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:34,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:34,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:34,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:34,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:34,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:34,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:34,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:34,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:34,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:34,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:34,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:34,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:34,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:34,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:34,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:34,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:34,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:34,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:34,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:34,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:34,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:34,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:34,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:34,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:34,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:34,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:34,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:34,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:34,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:34,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:34,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:34,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:34,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:34,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:34,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:34,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:34,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:34,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:34,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:34,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:34,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 338
02:42:34,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:34,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 339
02:42:34,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:34,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 340
02:42:34,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:34,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 341
02:42:34,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:34,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 342
02:42:34,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:34,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 343
02:42:34,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:34,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 344
02:42:34,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:34,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:34,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:34,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 345
02:42:34,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:34,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:34,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:34,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:34,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:34,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:34,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:34,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:34,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:45,204 DEBUG NetworkManager:<debug> [1655260965.2043] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 71.329 seconds
02:42:46,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:46,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:46,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:46,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 346
02:42:46,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:46,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 347
02:42:46,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=10737418240, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
02:42:46,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
02:42:46,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
02:42:46,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:46,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:46,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:46,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/home',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = 'home',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (10 GiB),
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = 'almalinux_host',
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:42:46,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:46,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:42:46,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:46,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:42:46,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:42:46,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:42:46,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:42:46,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46faa710>  fileSystem: None
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f804e0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
02:42:46,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:42:46,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:46,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46faa710>  fileSystem: None
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f805c0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd888>
02:42:46,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:42:46,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:42:46,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 422
02:42:46,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 64 GiB to include new device space
02:42:46,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 46.95 GiB to omit old device space
02:42:46,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:42:46,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 423
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (46.953125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:46,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:42:46,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:42:46,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 424
02:42:46,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f98470> ;
02:42:46,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 54 GiB lvmvg almalinux_host (265)
02:42:46,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:42:46,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:42:46,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:42:46,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:42:46,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 425
02:42:46,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:42:46,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 426
02:42:46,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:46,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 64 GiB to include new device space
02:42:46,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 46.95 GiB to omit old device space
02:42:46,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:42:46,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 427
02:42:46,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 46.95 GiB
02:42:46,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:42:46,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:42:46,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:42:46,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:46,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:46,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:46,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:46,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:46,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:46,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:46,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:42:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:42:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:42:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:42:46,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:46,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:42:46,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:42:46,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:42:46,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:42:46,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:42:46,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:42:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a0f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd9e8>
02:42:46,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:46,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:46,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f80a58>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 46.95 GiB ; start: None ; end: None
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:46,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:42:46,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:42:46,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:46,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:46,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f80978>  PedPartition: <_ped.Partition object at 0x7f8d46fdceb8>
02:42:46,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:46,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:46,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:46,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 98447360
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:46,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 14776320 (7.05 GiB) from 245 (nvme0n1p2)
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98447360 units, or 46.94 GiB
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 98447360 (46.94 GiB) size: 46.95 GiB
02:42:46,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 98447360 (46.94 GiB)
02:42:46,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:46,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:46,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:46,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:46,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:42:46,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 98447360 sectors
02:42:46,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:46,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:42:46,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 98447360 sectors of growth
02:42:46,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:46,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:46,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:46,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a080>  PedPartition: <_ped.Partition object at 0x7f8d46fcd8e0>
02:42:46,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:46,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:46,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:46,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f80f60>  PedPartition: <_ped.Partition object at 0x7f8d46fdcbf8>
02:42:46,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:46,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 98447360
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 14776320 (7.05 GiB) from 245 (nvme0n1p2)
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98447360 units, or 46.94 GiB
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/50415534080
02:42:46,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 50405048320 to TotalSizeSet with 10485760/50415534080 (50405048320 needed)
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 98447360  max_grow = 98447360
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 50415534080/50415534080
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 50415534080/50415534080 (0 needed)
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 98447360  max_grow = 98447360
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:46,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a0b8>
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 100567039  length: 98467840
02:42:46,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a208>
02:42:46,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:42:46,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:46,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:46,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:46,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:46,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:46,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:46,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:46,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:46,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a0b8>
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a550>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
02:42:46,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:46,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a400>  PedPartition: <_ped.Partition object at 0x7f8d47004ba0>
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 100567039  length: 98467840
02:42:46,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f8a208>
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47000dd8>  PedPartition: <_ped.Partition object at 0x7f8d46fcd938>
02:42:46,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:46,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:46,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:46,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:46,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f8a588>  PedPartition: <_ped.Partition object at 0x7f8d46fcda98>
02:42:46,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:46,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks
02:42:46,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:42:46,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:42:46,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -7.05 GiB free
02:42:46,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -7.05 GiB free
02:42:46,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting device size from 17.05 GiB to 10 GiB
02:42:46,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-home size to 10 GiB
02:42:46,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:46,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 428
02:42:46,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:46,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:46,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:46,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:46,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:46,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:46,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:46,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:46,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:46,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:46,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:46,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:46,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 46.95 GiB
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12019  free space = 0 B
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:46,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:46,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:42:46,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:46,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:46,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:46,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:46,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:46,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:46,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 429
02:42:46,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:46,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:46,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:46,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:46,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:46,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:46,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:46,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:46,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:46,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:46,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:46,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:46,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:46,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:46,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:46,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:46,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:46,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:46,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:46,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:46,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:46,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:46,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:46,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:46,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:46,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:46,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:46,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:46,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:46,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:46,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:46,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:46,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:46,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:46,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:46,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:46,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:46,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:46,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:46,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:46,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:46,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:46,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:46,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:46,920 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:46,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:46,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:46,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:46,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:46,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:46,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:46,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:46,928 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:46,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:46,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:46,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:46,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:46,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:46,932 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:46,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:46,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:46,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:46,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:46,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 470
02:42:46,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:46,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 471
02:42:46,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:46,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 472
02:42:46,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:46,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 473
02:42:46,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:46,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 474
02:42:46,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:46,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 475
02:42:46,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:46,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 476
02:42:46,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:46,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 477
02:42:46,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:46,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:46,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:46,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:46,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:46,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,996 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:46,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:46,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 46.95 GiB
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12019  free space = 0 B
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:47,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:47,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:42:47,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:47,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:47,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:47,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:47,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:47,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:47,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 478
02:42:47,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:47,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:47,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:47,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:47,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:47,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:47,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:47,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:47,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:47,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:47,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:47,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:47,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:47,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:47,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:47,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:47,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:47,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:47,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:47,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:47,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:47,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:47,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:47,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:47,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:47,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:47,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:47,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:47,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:47,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:47,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:47,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:47,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:47,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:47,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:47,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:47,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:47,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:47,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:47,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:47,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:47,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:47,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:47,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:47,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:47,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:47,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:47,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:47,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:47,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:47,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:47,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:47,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:47,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:47,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:47,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:47,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:47,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:47,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:47,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:47,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:47,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:47,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:47,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 519
02:42:47,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:47,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 520
02:42:47,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:47,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 521
02:42:47,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:47,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 522
02:42:47,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:47,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 523
02:42:47,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:47,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 524
02:42:47,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:47,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 525
02:42:47,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:47,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 526
02:42:47,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:47,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:47,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:47,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:47,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:47,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:47,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:47,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,120 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,120 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,121 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 46.95 GiB
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12019  free space = 0 B
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:47,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:47,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:42:47,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:47,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:47,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:47,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:47,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:47,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:47,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:47,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 527
02:42:47,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:47,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:47,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:47,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:47,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:47,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:47,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:47,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:47,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:47,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:47,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:47,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:47,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:47,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:47,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:47,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:47,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:47,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:47,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:47,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:47,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:47,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:47,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:47,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:47,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:47,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:47,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:47,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:47,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:47,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:47,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:47,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:47,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:47,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:47,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:47,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:47,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:47,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:47,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:47,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:47,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:47,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:47,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:47,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:47,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:47,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:47,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:47,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:47,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:47,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:47,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:47,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:47,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:47,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:47,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:47,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:47,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:47,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:47,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:47,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:47,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:47,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:47,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:47,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 568
02:42:47,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:47,207 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 569
02:42:47,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:47,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 570
02:42:47,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:47,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 571
02:42:47,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:47,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 572
02:42:47,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:47,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 573
02:42:47,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:47,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 574
02:42:47,222 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:47,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:47,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:47,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 575
02:42:47,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:47,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:47,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:47,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:47,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:53,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:53,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 576
02:42:53,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 577
02:42:53,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=21474836480, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
02:42:53,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
02:42:53,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
02:42:53,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:53,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:42:53,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 46.95 GiB
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12019  free space = 0 B
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:53,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/home',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = 'home',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (20 GiB),
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = 'almalinux_host',
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:42:53,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:53,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 20 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:42:53,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB lvmvg almalinux_host (265)']
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 46.95 GiB
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12019  free space = 0 B
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 46.95 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:53,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (20 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:42:53,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:42:53,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:42:53,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:42:53,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f7ca20>  fileSystem: None
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f20e80>  PedPartition: <_ped.Partition object at 0x7f8d46fdcbf8>
02:42:53,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:42:53,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f7ca20>  fileSystem: None
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f90048>  PedPartition: <_ped.Partition object at 0x7f8d46fcd8e0>
02:42:53,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:42:53,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:42:53,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 652
02:42:53,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 66.95 GiB to include new device space
02:42:53,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 56.95 GiB to omit old device space
02:42:53,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 653
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (56.955078125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 46.95 GiB partition nvme0n1p2 (245) with non-existent luks']
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:42:53,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:42:53,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:42:53,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 654
02:42:53,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f807f0> ;
02:42:53,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 46.95 GiB lvmvg almalinux_host (265)
02:42:53,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:42:53,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:42:53,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:42:53,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:42:53,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 655
02:42:53,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:42:53,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 656
02:42:53,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 46.95 GiB
02:42:53,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 66.95 GiB to include new device space
02:42:53,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 56.95 GiB to omit old device space
02:42:53,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:42:53,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 657
02:42:53,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 56.96 GiB
02:42:53,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:42:53,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:42:53,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:42:53,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:53,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:53,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:53,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:53,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:53,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:53,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:53,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:53,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:53,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:42:53,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:42:53,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:42:53,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:42:53,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:53,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:42:53,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:42:53,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:53,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:53,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:53,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:42:53,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f6c128>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
02:42:53,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:53,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:53,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47177898>  PedPartition: <_ped.Partition object at 0x7f8d47188258>
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 56.96 GiB ; start: None ; end: None
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:42:53,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:42:53,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:42:53,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:53,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:53,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4718eb38>  PedPartition: <_ped.Partition object at 0x7f8d470b48e0>
02:42:53,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:53,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:53,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:53,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:53,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:53,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 119422976
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 113223680 units, or 53.99 GiB
02:42:53,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:42:53,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 113223680 (53.99 GiB) size: 54 GiB
02:42:53,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 113223680 (53.99 GiB)
02:42:53,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:53,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:53,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:53,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:53,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:42:53,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 113223680 sectors
02:42:53,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 113223680 sectors of growth
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:42:53,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4718e5c0>  PedPartition: <_ped.Partition object at 0x7f8d47004d00>
02:42:53,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:53,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:53,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:53,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4718e710>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:42:53,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:42:53,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 119422976
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 113223680 units, or 53.99 GiB
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/61155049472
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 57970524160 to TotalSizeSet with 10485760/61155049472 (61144563712 needed)
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 113223680  max_grow = 119422976
02:42:53,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 3174039552
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 57981009920/61155049472
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 57981009920/61155049472 (3174039552 needed)
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 113223680  max_grow = 119422976
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 3174039552
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:42:53,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180e80>
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180c50>
02:42:53,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:42:53,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:53,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:42:53,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:42:53,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:42:53,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:42:53,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:42:53,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:42:53,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:42:53,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180e80>
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47180860>  PedPartition: <_ped.Partition object at 0x7f8d47004ba0>
02:42:53,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:42:53,536 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4705b2b0>  PedPartition: <_ped.Partition object at 0x7f8d47004a98>
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 115343359  length: 113244160
02:42:53,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d47180c50>
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47180668>  PedPartition: <_ped.Partition object at 0x7f8d471a9b48>
02:42:53,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:42:53,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:42:53,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:42:53,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:42:53,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4705b4a8>  PedPartition: <_ped.Partition object at 0x7f8d47aada40>
02:42:53,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:53,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks
02:42:53,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:42:53,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:42:53,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 7.05 GiB free
02:42:53,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 7.05 GiB free
02:42:53,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting size from 20 GiB to 17.05 GiB so it fits in container almalinux_host
02:42:53,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting device size from 10 GiB to 17.05 GiB
02:42:53,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-home size to 17.05 GiB
02:42:53,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 7.05 GiB free
02:42:53,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:53,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 658
02:42:53,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:53,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:53,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:53,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:53,573 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:53,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:53,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:42:53,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:42:53,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:53,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:53,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:42:53,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:42:53,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,593 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:53,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:42:53,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,607 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:53,607 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:53,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:53,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,610 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:53,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 659
02:42:53,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:53,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:53,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:53,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:53,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:53,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:53,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:53,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:53,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:53,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:53,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:53,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:53,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:53,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:53,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:53,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:53,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:53,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:53,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:53,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:53,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:53,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:53,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:53,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:53,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:53,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:53,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:53,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:53,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:53,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:53,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:53,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:53,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:53,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:53,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:53,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:53,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:53,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:53,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:53,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:53,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:53,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:53,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:53,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:53,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:53,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:53,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:53,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:53,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:53,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:53,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:53,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:53,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:53,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:53,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:53,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:53,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:53,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:53,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:53,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:53,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 700
02:42:53,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:53,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 701
02:42:53,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:53,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 702
02:42:53,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:53,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 703
02:42:53,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:53,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 704
02:42:53,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:53,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 705
02:42:53,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:53,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 706
02:42:53,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 707
02:42:53,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:53,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:53,688 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,693 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,718 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,720 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,720 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:53,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:42:53,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,726 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,731 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:53,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:53,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:53,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:53,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 708
02:42:53,736 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:53,737 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,739 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:53,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:53,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:53,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:53,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:53,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:53,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:53,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:53,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:53,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:53,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:53,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:53,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:53,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:53,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:53,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:53,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:53,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:53,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:53,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:53,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:53,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:53,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:53,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:53,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:53,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:53,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:53,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:53,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:53,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:53,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:53,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:53,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:53,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:53,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:53,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:53,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:53,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:53,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:53,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:53,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:53,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:53,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:53,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:53,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:53,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:53,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:53,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:53,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:53,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:53,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:53,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:53,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:53,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:53,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:53,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:53,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:53,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:53,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:53,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 749
02:42:53,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:53,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 750
02:42:53,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:53,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 751
02:42:53,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:53,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 752
02:42:53,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:53,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 753
02:42:53,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:53,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 754
02:42:53,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:53,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 755
02:42:53,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 756
02:42:53,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:53,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:53,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:53,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:53,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:53,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:42:53,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:53,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:42:53,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:42:53,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:53,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:53,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 757
02:42:53,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:53,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:53,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:53,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:53,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:53,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:53,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:53,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:53,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:53,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:53,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:53,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:53,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:53,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:53,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:53,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:53,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:53,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:53,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:53,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:53,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:53,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:53,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:53,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:53,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:53,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:53,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:53,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:53,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:53,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:53,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:53,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:53,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:53,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:53,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:53,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:53,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:53,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:53,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:53,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:53,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:53,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:53,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:53,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:53,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:53,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:53,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:53,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:53,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:53,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:53,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:53,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:53,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:53,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:53,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:53,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:53,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:53,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:53,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:53,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:53,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:53,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:53,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 798
02:42:53,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:53,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 799
02:42:53,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:53,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 800
02:42:53,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:53,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 801
02:42:53,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:53,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 802
02:42:53,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:53,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 803
02:42:53,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:53,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 804
02:42:53,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:42:53,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:42:53,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:53,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 805
02:42:53,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:53,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:53,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:53,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:53,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:54,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:54,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:54,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-root  status = False  id = 271
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 34.92 GiB
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:42:54,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:42:54,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 34.92 GiB}
02:42:54,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:54,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:54,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:54,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:42:54,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
02:42:54,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
02:42:54,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:42:54,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:54,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:42:54,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:54,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 806
02:42:54,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:42:54,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:42:54,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:42:54,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:42:54,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:42:54,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:42:54,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:42:54,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:42:54,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:42:54,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:42:54,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:42:54,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:42:54,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:42:54,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:42:54,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:42:54,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:54,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:42:54,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:42:54,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:42:54,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:42:54,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:42:54,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:42:54,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:42:54,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:42:54,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:42:54,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:42:54,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:42:54,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:42:54,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:42:54,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:42:54,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:42:54,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:42:54,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:42:54,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:42:54,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:42:54,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:42:54,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:42:54,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:42:54,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:42:54,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:42:54,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:42:54,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:42:54,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:42:54,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:42:54,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:42:54,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:42:54,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:42:54,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:42:54,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:42:54,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:42:54,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:42:54,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:42:54,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:42:54,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:42:54,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:42:54,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:42:54,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:42:54,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:42:54,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:42:54,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:42:54,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:42:54,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:42:54,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:42:54,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 847
02:42:54,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:42:54,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 848
02:42:54,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:42:54,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 849
02:42:54,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:42:54,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 850
02:42:54,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:42:54,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 851
02:42:54,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:42:54,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 852
02:42:54,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:42:54,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 853
02:42:54,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:42:54,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:42:54,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:42:54,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 854
02:42:54,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:42:54,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:42:54,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 54 GiB lvmvg almalinux_host (265)
02:42:54,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:42:54,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
02:43:00,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:00,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
02:43:00,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:00,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 855
02:43:00,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:00,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 856
02:43:00,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:00,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:00,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='root', device_raid_level='', device_size=21474836480, device_spec='almalinux_host-root', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/', reformat=True)
02:43:00,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
02:43:00,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
02:43:00,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
02:43:00,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:00,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:43:00,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:00,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-root  status = False  id = 271
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 34.92 GiB
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:00,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 34.92 GiB,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = 'root',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (20 GiB),
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = 'almalinux_host',
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:43:00,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at / ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:00,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: / ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: root ; size: 20 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:43:00,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-root  status = False  id = 271
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB lvmvg almalinux_host (265)']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 34.92 GiB
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 54 GiB
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13823  free space = 0 B
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 54 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 34.92 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 34.92 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:00,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'root', 'size': Size (20 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:43:00,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,996 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:00,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:00,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:43:00,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:01,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:01,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4700ff98>  fileSystem: None
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4839ec88>  PedPartition: <_ped.Partition object at 0x7f8d47004468>
02:43:01,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:01,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4700ff98>  fileSystem: None
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4839e8d0>  PedPartition: <_ped.Partition object at 0x7f8d47004410>
02:43:01,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:01,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:43:01,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 931
02:43:01,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:01,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 74 GiB to include new device space
02:43:01,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 39.08 GiB to omit old device space
02:43:01,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 932
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (39.078125 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 54 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:01,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:01,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 933
02:43:01,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46fe6c88> ;
02:43:01,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 54 GiB lvmvg almalinux_host (265)
02:43:01,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:01,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:01,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:01,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:43:01,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 934
02:43:01,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 935
02:43:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 54 GiB
02:43:01,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 74 GiB to include new device space
02:43:01,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 39.08 GiB to omit old device space
02:43:01,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:01,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 936
02:43:01,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 39.08 GiB
02:43:01,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:01,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:01,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:01,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:01,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:01,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:01,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:01,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:01,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:01,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:01,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:01,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:01,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:01,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:01,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:01,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:01,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:01,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:01,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:01,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:01,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:01,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f62a58>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:01,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:01,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d487a02b0>  PedPartition: <_ped.Partition object at 0x7f8d47004e60>
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 39.08 GiB ; start: None ; end: None
02:43:01,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:01,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:01,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:01,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:01,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:01,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d4705b080>  PedPartition: <_ped.Partition object at 0x7f8d47004a98>
02:43:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:01,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:01,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:01,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:01,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 81932288
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:01,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 31291392 (14.92 GiB) from 245 (nvme0n1p2)
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81932288 units, or 39.07 GiB
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 81932288 (39.07 GiB) size: 39.08 GiB
02:43:01,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 81932288 (39.07 GiB)
02:43:01,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:01,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:01,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:01,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:01,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:01,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 81932288 sectors
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 81932288 sectors of growth
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:01,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f62198>  PedPartition: <_ped.Partition object at 0x7f8d47aad8e0>
02:43:01,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:01,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:01,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:01,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f5b9e8>  PedPartition: <_ped.Partition object at 0x7f8d47a7ed58>
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:01,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 81932288
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:01,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 31291392 (14.92 GiB) from 245 (nvme0n1p2)
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81932288 units, or 39.07 GiB
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/41959817216
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 41949331456 to TotalSizeSet with 10485760/41959817216 (41949331456 needed)
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 81932288  max_grow = 81932288
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:01,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 41959817216/41959817216
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 41959817216/41959817216 (0 needed)
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 81932288  max_grow = 81932288
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f5b898>
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 84051967  length: 81952768
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ff9860>
02:43:01,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:01,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:01,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:01,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:01,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:01,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:01,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:01,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:01,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:01,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46f5b898>
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46fe6978>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:43:01,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:01,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d47177f28>  PedPartition: <_ped.Partition object at 0x7f8d46fdcd00>
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 84051967  length: 81952768
02:43:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ff9860>
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46fea0f0>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:01,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:01,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:01,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:01,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46fe61d0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
02:43:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:01,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:01,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:01,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -14.92 GiB free
02:43:01,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -14.92 GiB free
02:43:01,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting device size from 34.92 GiB to 20 GiB
02:43:01,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-root size to 20 GiB
02:43:01,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:01,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 937
02:43:01,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,101 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,102 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,104 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,107 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,107 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:01,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:01,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:01,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:01,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:01,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:01,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:01,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:01,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:01,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:43:01,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:01,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:01,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:01,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:01,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 938
02:43:01,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:01,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:01,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:01,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:01,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:01,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:01,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:01,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:01,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:01,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:01,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:01,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:01,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:01,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:01,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:01,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:01,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:01,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:01,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:01,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:01,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:01,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:01,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:01,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:01,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:01,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:01,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:01,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:01,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:01,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:01,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:01,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:01,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:01,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:01,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:01,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:01,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:01,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:01,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:01,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:01,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:01,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:01,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:01,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:01,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:01,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:01,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:01,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:01,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:01,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:01,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:01,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:01,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:01,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:01,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:01,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:01,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:01,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:01,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:01,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:01,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 979
02:43:01,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:01,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 980
02:43:01,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:01,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 981
02:43:01,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:01,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 982
02:43:01,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:01,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 983
02:43:01,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:01,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 984
02:43:01,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:01,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 985
02:43:01,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:01,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:01,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 986
02:43:01,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:01,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:01,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-root  status = False  id = 271
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 20 GiB
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:01,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 20 GiB}
02:43:01,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
02:43:01,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
02:43:01,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:01,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:01,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 987
02:43:01,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:01,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:01,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:01,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:01,278 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:01,278 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:01,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:01,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:01,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:01,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:01,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:01,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:01,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:01,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:01,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:01,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:01,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:01,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:01,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:01,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:01,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:01,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:01,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:01,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:01,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:01,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:01,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:01,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:01,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:01,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:01,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:01,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:01,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:01,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:01,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:01,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:01,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:01,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:01,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:01,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:01,301 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:01,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:01,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:01,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:01,304 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:01,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:01,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:01,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:01,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:01,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:01,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:01,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:01,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:01,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:01,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:01,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:01,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:01,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:01,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:01,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:01,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1028
02:43:01,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:01,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1029
02:43:01,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:01,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1030
02:43:01,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:01,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1031
02:43:01,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:01,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1032
02:43:01,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:01,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1033
02:43:01,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:01,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1034
02:43:01,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1035
02:43:01,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:01,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:01,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:01,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,353 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:01,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700f4e0) --
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-root  status = False  id = 271
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 20 GiB
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 1024 MiB  path = /dev/mapper/almalinux_host-root
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:01,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:01,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 20 GiB}
02:43:01,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:01,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: False ; hidden: False ;
02:43:01,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-root' to 'almalinux_host-root' (lvmlv)
02:43:01,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:01,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:01,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1036
02:43:01,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:01,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:01,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:01,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:01,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:01,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:01,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:01,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:01,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:01,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:01,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:01,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:01,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:01,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:01,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:01,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:01,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:01,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:01,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:01,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:01,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:01,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:01,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:01,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:01,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:01,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:01,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:01,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:01,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:01,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:01,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:01,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:01,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:01,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:01,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:01,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:01,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:01,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:01,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:01,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:01,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:01,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:01,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:01,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:01,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:01,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:01,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:01,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:01,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:01,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:01,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:01,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:01,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:01,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:01,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:01,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:01,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:01,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:01,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:01,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:01,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:01,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:01,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1077
02:43:01,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:01,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1078
02:43:01,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:01,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1079
02:43:01,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:01,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1080
02:43:01,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:01,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1081
02:43:01,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:01,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1082
02:43:01,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:01,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1083
02:43:01,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:01,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:01,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:01,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1084
02:43:01,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:01,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:01,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:01,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:01,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:03,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:03,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:03,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:03,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-swap  status = False  id = 289
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 2.02 GiB
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent swap
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 2.03 GiB}
02:43:03,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:03,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:03,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:03,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:03,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
02:43:03,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
02:43:03,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:03,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:03,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:03,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:03,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1085
02:43:03,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:03,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:03,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:03,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:03,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:03,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:03,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:03,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:03,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:03,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:03,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:03,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:03,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:03,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:03,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:03,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:03,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:03,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:03,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:03,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:03,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:03,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:03,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:03,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:03,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:03,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:03,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:03,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:03,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:03,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:03,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:03,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:03,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:03,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:03,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:03,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:03,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:03,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:03,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:03,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:03,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:03,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:03,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:03,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:03,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:03,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:03,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:03,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:03,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:03,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:03,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:03,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:03,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:03,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:03,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:03,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:03,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:03,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:03,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:03,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:03,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:03,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:03,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:03,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1126
02:43:03,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:03,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1127
02:43:03,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:03,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1128
02:43:03,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:03,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1129
02:43:03,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:03,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1130
02:43:03,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:03,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1131
02:43:03,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:03,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1132
02:43:03,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:03,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:03,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:03,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1133
02:43:03,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:03,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:03,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:03,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:03,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
02:43:09,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
02:43:09,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1134
02:43:09,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1135
02:43:09,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='swap', device_raid_level='', device_size=2147483648, device_spec='almalinux_host-swap', device_type=0, disks=['nvme0n1'], format_type='swap', label='', luks_version='luks2', mount_point='', reformat=True)
02:43:09,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
02:43:09,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
02:43:09,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
02:43:09,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:43:09,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-swap  status = False  id = 289
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 2.02 GiB
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent swap
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 2.03 GiB,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = None,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'swap',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = 'swap',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (2 GiB),
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = 'almalinux_host',
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:43:09,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:09,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: None ; fstype: swap ; label: None ; luks_version: luks2 ; device_name: swap ; size: 2 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:43:09,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-swap  status = False  id = 289
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.07 GiB lvmvg almalinux_host (265)']
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 2.02 GiB
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent swap
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.07 GiB
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10003  free space = 0 B
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 0  reserved percent = 0  reserved space = 0 B
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.08 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2.02 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 2.03 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:09,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': None, 'fstype': 'swap', 'label': None, 'luks_version': 'luks2', 'device_name': 'swap', 'size': Size (2 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:43:09,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,199 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:43:09,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:09,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:09,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f73cc0>  fileSystem: None
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,210 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9240>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
02:43:09,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f73cc0>  fileSystem: None
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9320>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:09,213 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:09,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                     SwapSpace.__init__:
02:43:09,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1210
02:43:09,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 41.08 GiB to include new device space
02:43:09,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 39.05 GiB to omit old device space
02:43:09,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1211
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (39.052734375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.08 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:09,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:09,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:09,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1212
02:43:09,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d487a0160> ;
02:43:09,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 39.07 GiB lvmvg almalinux_host (265)
02:43:09,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:09,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:09,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:09,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:43:09,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1213
02:43:09,222 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:09,222 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1214
02:43:09,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.07 GiB
02:43:09,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 0 B free
02:43:09,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 41.08 GiB to include new device space
02:43:09,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 39.05 GiB to omit old device space
02:43:09,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:09,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1215
02:43:09,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 39.05 GiB
02:43:09,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:09,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:09,227 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:09,227 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:09,227 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:09,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:09,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:09,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:09,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:09,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:09,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:09,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:09,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:09,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:09,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:09,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:09,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:09,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:09,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:09,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:09,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:09,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9780>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
02:43:09,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:09,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d487a0278>  PedPartition: <_ped.Partition object at 0x7f8d47a7ed58>
02:43:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 39.05 GiB ; start: None ; end: None
02:43:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:09,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:09,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9a90>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
02:43:09,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:09,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:09,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:09,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 81879040
02:43:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 31344640 (14.95 GiB) from 245 (nvme0n1p2)
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81879040 units, or 39.04 GiB
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:09,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 81879040 (39.04 GiB) size: 39.05 GiB
02:43:09,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 81879040 (39.04 GiB)
02:43:09,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:09,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:09,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:09,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 81879040 sectors
02:43:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 81879040 sectors of growth
02:43:09,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:09,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:09,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:09,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9470>  PedPartition: <_ped.Partition object at 0x7f8d47aad888>
02:43:09,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:09,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:09,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:09,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed94a8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:09,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 81879040
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 31344640 (14.95 GiB) from 245 (nvme0n1p2)
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 81879040 units, or 39.04 GiB
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/41932554240
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 41922068480 to TotalSizeSet with 10485760/41932554240 (41922068480 needed)
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 81879040  max_grow = 81879040
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:09,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 41932554240/41932554240
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 41932554240/41932554240 (0 needed)
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 81879040  max_grow = 81879040
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed97f0>
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 83998719  length: 81899520
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed9128>
02:43:09,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:09,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:09,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:09,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:09,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:09,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:09,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:09,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:09,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:09,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed97f0>
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46edc0b8>  PedPartition: <_ped.Partition object at 0x7f8d47aad938>
02:43:09,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:09,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ff94e0>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 83998719  length: 81899520
02:43:09,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ed9128>
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d48775668>  PedPartition: <_ped.Partition object at 0x7f8d47aadfc0>
02:43:09,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:09,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:09,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:09,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46edc240>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
02:43:09,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:09,278 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:09,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:09,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:09,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -28 MiB free
02:43:09,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -28 MiB free
02:43:09,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting size from 2 GiB to 2 GiB so it fits in container almalinux_host
02:43:09,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting device size from 2.02 GiB to 2 GiB
02:43:09,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-swap size to 2 GiB
02:43:09,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:09,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1216
02:43:09,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:09,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:09,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:09,306 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:09,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:09,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:09,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:09,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:09,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:09,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:43:09,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,338 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,342 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:09,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:09,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:09,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:09,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:09,346 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1217
02:43:09,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:09,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:09,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:09,353 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:09,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:09,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:09,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:09,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:09,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:09,357 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:09,357 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:09,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:09,359 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:09,359 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:09,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:09,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:09,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:09,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:09,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:09,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:09,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:09,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:09,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:09,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:09,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:09,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:09,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:09,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:09,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:09,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:09,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:09,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:09,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:09,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:09,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:09,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:09,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:09,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:09,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:09,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:09,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:09,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:09,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:09,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:09,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:09,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:09,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:09,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:09,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:09,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:09,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:09,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:09,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:09,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:09,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:09,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:09,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:09,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:09,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:09,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:09,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1258
02:43:09,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:09,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1259
02:43:09,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:09,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1260
02:43:09,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:09,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1261
02:43:09,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:09,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1262
02:43:09,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:09,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1263
02:43:09,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:09,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1264
02:43:09,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:09,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:09,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1265
02:43:09,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:09,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:09,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-swap  status = False  id = 289
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 2 GiB
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent swap
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:09,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 2 GiB}
02:43:09,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
02:43:09,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
02:43:09,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:09,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:09,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1266
02:43:09,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:09,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:09,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:09,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:09,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:09,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:09,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:09,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:09,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:09,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:09,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:09,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:09,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:09,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:09,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:09,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:09,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:09,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:09,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:09,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:09,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:09,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:09,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:09,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:09,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:09,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:09,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:09,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:09,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:09,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:09,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:09,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:09,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:09,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:09,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:09,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:09,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:09,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:09,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:09,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:09,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:09,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:09,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:09,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:09,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:09,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:09,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:09,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:09,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:09,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:09,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:09,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:09,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:09,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:09,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:09,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:09,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:09,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:09,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:09,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:09,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1307
02:43:09,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:09,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1308
02:43:09,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:09,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1309
02:43:09,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:09,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1310
02:43:09,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:09,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1311
02:43:09,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:09,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1312
02:43:09,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:09,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1313
02:43:09,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1314
02:43:09,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:09,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:09,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:09,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:09,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,567 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,569 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,573 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f92cf8) --
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-swap  status = False  id = 289
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 2 GiB
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent swap
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 2.02 GiB  path = /dev/mapper/almalinux_host-swap
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = swap  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:09,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 2 GiB}
02:43:09,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:09,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: False ; hidden: False ;
02:43:09,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-swap' to 'almalinux_host-swap' (lvmlv)
02:43:09,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:09,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:09,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1315
02:43:09,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:09,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:09,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:09,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:09,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:09,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:09,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:09,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:09,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:09,599 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:09,599 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:09,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:09,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:09,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:09,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:09,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:09,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:09,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:09,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:09,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:09,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:09,607 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:09,607 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:09,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:09,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:09,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:09,610 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:09,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:09,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:09,612 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:09,612 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:09,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:09,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:09,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:09,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:09,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:09,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:09,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:09,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:09,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:09,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:09,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:09,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:09,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:09,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:09,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:09,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:09,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:09,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:09,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:09,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:09,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:09,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:09,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:09,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:09,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:09,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:09,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:09,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:09,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:09,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:09,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:09,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1356
02:43:09,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:09,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1357
02:43:09,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:09,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1358
02:43:09,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:09,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1359
02:43:09,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:09,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1360
02:43:09,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:09,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1361
02:43:09,644 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:09,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1362
02:43:09,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:09,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:09,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:09,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1363
02:43:09,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:09,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:09,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:09,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:09,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:10,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:10,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:10,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:10,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:10,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB}
02:43:10,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:10,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:10,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:10,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:10,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:10,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:10,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:10,562 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:10,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:10,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:10,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1364
02:43:10,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:10,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:10,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,569 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:10,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:10,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:10,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:10,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:10,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:10,573 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:10,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:10,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:10,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:10,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:10,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:10,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:10,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:10,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:10,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:10,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:10,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:10,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:10,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:10,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:10,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:10,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:10,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:10,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:10,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:10,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:10,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:10,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:10,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:10,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:10,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:10,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:10,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:10,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:10,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:10,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:10,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:10,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:10,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:10,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:10,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:10,593 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:10,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:10,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:10,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:10,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:10,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:10,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:10,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:10,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:10,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:10,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:10,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:10,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:10,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:10,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:10,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:10,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:10,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:10,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:10,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1405
02:43:10,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:10,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1406
02:43:10,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:10,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1407
02:43:10,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:10,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1408
02:43:10,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:10,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1409
02:43:10,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:10,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1410
02:43:10,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:10,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1411
02:43:10,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:10,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:10,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:10,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1412
02:43:10,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:10,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:10,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:10,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:10,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:20,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:20,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1413
02:43:20,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1414
02:43:20,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,610 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,610 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=True, container_name='almalinux_host', container_raid_level='', container_size_policy=0, container_spec='almalinux_host', device_encrypted=False, device_name='home', device_raid_level='', device_size=10737418240, device_spec='almalinux_host-home', device_type=0, disks=['nvme0n1'], format_type='xfs', label='', luks_version='luks2', mount_point='/home', reformat=True)
02:43:20,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Replacing a nonexistent device.
02:43:20,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Creating a new device.
02:43:20,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:20,612 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:43:20,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:20,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:20,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/home',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = 'home',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (10 GiB),
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = 'almalinux_host',
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:43:20,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:20,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /home ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: home ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: almalinux_host ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:43:20,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB lvmvg almalinux_host (265)']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 17.05 GiB
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 39.05 GiB
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9996  free space = 4 MiB
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 39.05 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 17.05 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 17.05 GiB, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:20,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/home', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': 'home', 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': 'almalinux_host', 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:43:20,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:43:20,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:20,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:20,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f57a58>  fileSystem: None
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb400>  PedPartition: <_ped.Partition object at 0x7f8d47aad888>
02:43:20,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:20,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f57a58>  fileSystem: None
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb4e0>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:20,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:20,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:43:20,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1489
02:43:20,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 49.05 GiB to include new device space
02:43:20,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 32 GiB to omit old device space
02:43:20,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:20,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1490
02:43:20,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:20,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (32.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 39.05 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:20,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:20,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:20,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1491
02:43:20,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d48775588> ;
02:43:20,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 39.05 GiB lvmvg almalinux_host (265)
02:43:20,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:20,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:20,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:20,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:43:20,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1492
02:43:20,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:20,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1493
02:43:20,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 39.05 GiB
02:43:20,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 49.05 GiB to include new device space
02:43:20,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size cut to 32 GiB to omit old device space
02:43:20,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:20,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1494
02:43:20,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 32.01 GiB
02:43:20,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:20,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:20,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:20,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:20,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:20,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:20,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:20,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:20,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:20,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:20,668 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:20,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:20,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:20,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:20,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:20,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:20,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:20,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:20,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:20,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:20,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:20,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:20,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:20,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb6a0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
02:43:20,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:20,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:20,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeba58>  PedPartition: <_ped.Partition object at 0x7f8d471880f8>
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 32.01 GiB ; start: None ; end: None
02:43:20,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:20,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:20,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:20,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:20,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:20,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:20,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:20,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:20,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:20,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:20,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eebe10>  PedPartition: <_ped.Partition object at 0x7f8d471a9b48>
02:43:20,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:20,681 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:20,682 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:20,683 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:20,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 67100672
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
02:43:20,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:20,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 67100672 (32 GiB) size: 32.01 GiB
02:43:20,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 67100672 (32 GiB)
02:43:20,687 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,687 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:20,687 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:20,688 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:20,688 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:20,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 67100672 sectors
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 67100672 sectors of growth
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:20,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:20,691 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb240>  PedPartition: <_ped.Partition object at 0x7f8d47aad938>
02:43:20,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:20,693 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:20,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:20,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:20,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb358>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:20,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 67100672
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:20,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/34366029824
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 34355544064 to TotalSizeSet with 10485760/34366029824 (34355544064 needed)
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 67100672  max_grow = 67100672
02:43:20,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 34366029824/34366029824
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 34366029824/34366029824 (0 needed)
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 67100672  max_grow = 67100672
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:20,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:20,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:20,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:20,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:20,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eeb898>
02:43:20,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:20,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:20,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 69220351  length: 67121152
02:43:20,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ef2198>
02:43:20,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:20,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:20,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:20,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:20,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:20,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:20,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:20,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:20,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:20,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:20,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:20,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:20,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:20,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:20,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eeb898>
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ef23c8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
02:43:20,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:20,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d487a0278>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 69220351  length: 67121152
02:43:20,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ef2198>
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46edc048>  PedPartition: <_ped.Partition object at 0x7f8d47aada40>
02:43:20,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:20,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:20,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:20,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:20,726 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:20,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:20,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:20,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:20,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:20,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ef2550>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:43:20,729 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:20,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:20,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:20,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:20,735 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,736 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -7.04 GiB free
02:43:20,738 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has -7.04 GiB free
02:43:20,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:adjusting device size from 17.05 GiB to 10 GiB
02:43:20,741 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set lv almalinux_host-home size to 10 GiB
02:43:20,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:20,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1495
02:43:20,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:20,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:20,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:20,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:20,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:20,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:20,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:20,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:20,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:20,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:20,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:20,776 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:20,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,780 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 32 GiB
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 8192  free space = 4 MiB
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:20,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:20,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:20,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:20,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:20,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:20,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:20,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1496
02:43:20,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:20,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:20,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:20,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:20,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:20,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:20,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:20,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:20,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:20,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:20,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:20,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:20,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:20,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:20,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:20,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:20,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:20,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:20,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:20,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:20,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:20,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:20,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:20,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:20,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:20,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:20,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:20,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:20,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:20,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:20,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:20,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:20,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:20,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:20,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:20,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:20,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:20,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:20,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:20,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:20,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:20,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:20,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:20,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:20,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:20,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:20,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:20,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:20,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:20,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:20,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:20,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:20,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:20,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:20,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:20,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:20,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:20,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:20,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:20,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:20,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:20,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:20,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1537
02:43:20,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:20,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1538
02:43:20,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:20,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1539
02:43:20,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:20,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1540
02:43:20,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:20,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1541
02:43:20,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:20,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1542
02:43:20,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:20,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1543
02:43:20,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:20,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1544
02:43:20,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:20,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:20,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:20,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 32 GiB
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 8192  free space = 4 MiB
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:20,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:20,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:20,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:20,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:20,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:20,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:20,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1545
02:43:20,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:20,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:20,920 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:20,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:20,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:20,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:20,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:20,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:20,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:20,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:20,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:20,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:20,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:20,928 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:20,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:20,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:20,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:20,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:20,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:20,932 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:20,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:20,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:20,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:20,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:20,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:20,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:20,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:20,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:20,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:20,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:20,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:20,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:20,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:20,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:20,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:20,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:20,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:20,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:20,944 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:20,944 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:20,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:20,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:20,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:20,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:20,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:20,948 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:20,949 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:20,949 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:20,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:20,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:20,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:20,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:20,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:20,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:20,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:20,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:20,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:20,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:20,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:20,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:20,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:20,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:20,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:20,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1586
02:43:20,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:20,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1587
02:43:20,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:20,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1588
02:43:20,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:20,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1589
02:43:20,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:20,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1590
02:43:20,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:20,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1591
02:43:20,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:20,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1592
02:43:20,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:20,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:20,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:20,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1593
02:43:20,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:20,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:20,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:20,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:20,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:20,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:21,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:21,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:21,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:21,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:21,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:21,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:21,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 32 GiB
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 8192  free space = 4 MiB
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:21,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:21,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:21,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:21,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:21,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:21,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:21,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:21,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:21,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:21,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:21,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:21,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1594
02:43:21,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:21,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:21,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:21,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:21,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:21,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:21,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:21,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:21,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:21,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:21,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:21,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:21,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:21,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:21,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:21,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:21,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:21,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:21,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:21,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:21,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:21,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:21,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:21,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:21,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:21,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:21,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:21,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:21,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:21,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:21,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:21,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:21,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:21,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:21,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:21,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:21,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:21,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:21,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:21,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:21,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:21,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:21,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:21,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:21,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:21,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:21,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:21,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:21,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:21,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:21,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:21,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:21,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:21,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:21,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:21,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:21,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:21,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:21,083 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:21,083 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:21,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:21,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:21,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:21,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1635
02:43:21,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:21,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1636
02:43:21,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:21,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1637
02:43:21,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:21,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1638
02:43:21,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:21,096 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1639
02:43:21,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:21,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1640
02:43:21,107 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:21,107 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1641
02:43:21,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:21,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:21,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:21,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1642
02:43:21,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:21,121 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:21,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:21,123 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:21,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:23,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:23,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1643
02:43:23,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
02:43:23,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1644
02:43:23,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1645
02:43:32,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=10737418240, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var', reformat=False)
02:43:32,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (10 GiB)}
02:43:32,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:32,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
02:43:32,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned None
02:43:32,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/var',
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (10 GiB),
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:43:32,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:32,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:32,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:43:32,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:43:32,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:32,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:32,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46edc4a8>  fileSystem: None
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05828>  PedPartition: <_ped.Partition object at 0x7f8d46fcd990>
02:43:32,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:32,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46edc4a8>  fileSystem: None
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05908>  PedPartition: <_ped.Partition object at 0x7f8d46fcd938>
02:43:32,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:32,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:32,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:32,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:43:32,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1720
02:43:32,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:32,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 42 GiB to include new device space
02:43:32,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:32,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1721
02:43:32,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:32,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (42.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:32,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:32,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:32,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1722
02:43:32,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f34e48> ;
02:43:32,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 32 GiB lvmvg almalinux_host (265)
02:43:32,484 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:32,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:32,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:32,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:43:32,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1723
02:43:32,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:32,486 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1724
02:43:32,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:32,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 42 GiB to include new device space
02:43:32,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:32,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1725
02:43:32,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 42.01 GiB
02:43:32,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:32,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:32,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:32,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:32,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:32,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:32,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:32,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:32,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:32,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:32,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:32,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:32,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:32,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:32,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:32,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:32,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:32,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:32,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:32,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:32,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:32,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:32,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:32,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f056d8>  PedPartition: <_ped.Partition object at 0x7f8d47aadba0>
02:43:32,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:32,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05be0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:32,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 42.01 GiB ; start: None ; end: None
02:43:32,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:32,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:32,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:32,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:32,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05b00>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:43:32,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:32,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:32,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:32,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:32,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:32,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:32,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:32,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 88072192
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 25151488 (11.99 GiB) from 245 (nvme0n1p2)
02:43:32,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 88072192 units, or 42 GiB
02:43:32,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:32,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 88072192 (42 GiB) size: 42.01 GiB
02:43:32,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 88072192 (42 GiB)
02:43:32,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:32,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:32,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:32,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:32,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:32,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 88072192 sectors
02:43:32,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:32,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:32,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 88072192 sectors of growth
02:43:32,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:32,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:32,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:32,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eff3c8>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:32,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:32,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:32,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:32,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eeb898>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:32,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 88072192
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:32,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 25151488 (11.99 GiB) from 245 (nvme0n1p2)
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 88072192 units, or 42 GiB
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/45103448064
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 45092962304 to TotalSizeSet with 10485760/45103448064 (45092962304 needed)
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 88072192  max_grow = 88072192
02:43:32,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 45103448064/45103448064
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 45103448064/45103448064 (0 needed)
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 88072192  max_grow = 88072192
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:32,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff160>
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 90191871  length: 88092672
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff358>
02:43:32,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:32,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:32,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:32,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:32,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:32,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:32,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:32,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:32,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:32,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff160>
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed91d0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd00>
02:43:32,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:32,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed9ba8>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
02:43:32,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:32,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 90191871  length: 88092672
02:43:32,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46eff358>
02:43:32,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ef2588>  PedPartition: <_ped.Partition object at 0x7f8d46fcdca8>
02:43:32,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:32,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:32,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:32,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:32,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed99b0>  PedPartition: <_ped.Partition object at 0x7f8d47aad830>
02:43:32,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:32,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:32,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:32,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:32,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:43:32,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:43:32,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          XFS.supported: supported: True ;
02:43:32,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1726
02:43:32,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1728
02:43:32,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 3 ;
02:43:32,557 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
02:43:32,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1730
02:43:32,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 4 ;
02:43:32,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 3 ;
02:43:32,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
02:43:32,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var ; sysfs_path:  ;
02:43:32,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:43:32,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-var/10 GiB to almalinux_host
02:43:32,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-var (id 1727) to device tree
02:43:32,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [1732] create device lvmlv almalinux_host-var (id 1727)
02:43:32,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1734
02:43:32,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: xfs ;
02:43:32,567 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [1733] create format xfs filesystem mounted at /var on lvmlv almalinux_host-var (id 1727)
02:43:32,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 1735
02:43:32,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,582 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:32,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:32,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:32,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:32,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,593 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,599 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:32,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:32,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:32,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:32,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:32,607 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:32,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:32,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:32,613 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 42 GiB lvmvg almalinux_host (265)']
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 42 GiB
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10752  free space = 4 MiB
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:32,629 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:32,630 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:32,630 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
02:43:32,630 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:43:32,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:32,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:32,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:32,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:32,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:32,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
02:43:32,644 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:32,644 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:32,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1736
02:43:32,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:32,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:32,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:32,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:32,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:32,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:32,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:32,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:32,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:32,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:32,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:32,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:32,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:32,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:32,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:32,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:32,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:32,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:32,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:32,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:32,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:32,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:32,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:32,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:32,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:32,668 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:32,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:32,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:32,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:32,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:32,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:32,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:32,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:32,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:32,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:32,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:32,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:32,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:32,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:32,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:32,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:32,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:32,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:32,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:32,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:32,681 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:32,681 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:32,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:32,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:32,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:32,687 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:32,688 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:32,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:32,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:32,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:32,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:32,691 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:32,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:32,693 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:32,693 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:32,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:32,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:32,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1777
02:43:32,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:32,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1778
02:43:32,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:32,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1779
02:43:32,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:32,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1780
02:43:32,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:32,718 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1781
02:43:32,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:32,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1782
02:43:32,726 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:32,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1783
02:43:32,731 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:32,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:32,736 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:32,736 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1784
02:43:32,737 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:32,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:32,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
02:43:32,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46f34cf8) --
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-var  status = False  id = 1727
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 42 GiB lvmvg almalinux_host (265)']
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /var
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 10 GiB  path = /dev/mapper/almalinux_host-var
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 42 GiB
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 10752  free space = 4 MiB
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 42 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:32,766 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:32,767 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:32,767 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs '
02:43:32,767 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:43:32,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:32,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:32,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: False ; hidden: False ;
02:43:32,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-var' to 'almalinux_host-var' (lvmlv)
02:43:32,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:32,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
02:43:32,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:32,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:32,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1785
02:43:32,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:32,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:32,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:32,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:32,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:32,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:32,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:32,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:32,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:32,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:32,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:32,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:32,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:32,798 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:32,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:32,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:32,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:32,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:32,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:32,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:32,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:32,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:32,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:32,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:32,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:32,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:32,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:32,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:32,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:32,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:32,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:32,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:32,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:32,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:32,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:32,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:32,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:32,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:32,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:32,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:32,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:32,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:32,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:32,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:32,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:32,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:32,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:32,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:32,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:32,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:32,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:32,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:32,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:32,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:32,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:32,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:32,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:32,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:32,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:32,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:32,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:32,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:32,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1826
02:43:32,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:32,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1827
02:43:32,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:32,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1828
02:43:32,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:32,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1829
02:43:32,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:32,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1830
02:43:32,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:32,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1831
02:43:32,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:32,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1832
02:43:32,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:32,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:32,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:32,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1833
02:43:32,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:32,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:32,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 42 GiB lvmvg almalinux_host (265)
02:43:32,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:32,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:32,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:32,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:32,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:32,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:50,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:50,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:            DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:50,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:43:50,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (1727) with non-existent xfs filesystem mounted at /var
02:43:50,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Destroy device: almalinux_host-var
02:43:50,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                           LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 4 ;
02:43:50,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removed lvmlv almalinux_host-var (id 1727) from device tree
02:43:50,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [1834] destroy device lvmlv almalinux_host-var (id 1727)
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'size': Size (0 B), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:50,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'container_name': 'almalinux_host', 'container_encrypted': True, 'container_raid_level': None, 'container_size': 0}
02:43:50,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             LVMFactory.configure: parent_factory: None ;
02:43:50,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:50,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:50,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4702fbe0>  fileSystem: None
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea80f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
02:43:50,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:50,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:50,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d4702fbe0>  fileSystem: None
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea81d0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdfc0>
02:43:50,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:50,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:50,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:43:50,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 32 GiB to include new device space
02:43:50,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:50,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1916
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (32.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 42.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:50,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:50,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:50,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1917
02:43:50,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46f105f8> ;
02:43:50,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 42 GiB lvmvg almalinux_host (265)
02:43:50,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:50,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:50,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:50,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    LVMPhysicalVolume.__init__:
02:43:50,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1918
02:43:50,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    LUKS.__init__:
02:43:50,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1919
02:43:50,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 42 GiB
02:43:50,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:43:50,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 32 GiB to include new device space
02:43:50,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    LUKS.__init__:
02:43:50,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1920
02:43:50,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 32.01 GiB
02:43:50,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:50,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:50,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:50,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:50,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:50,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:50,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:50,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:50,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:50,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:50,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:50,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:50,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:50,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:50,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:50,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:50,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:50,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:50,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:50,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:50,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:50,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: req1 ;
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea89b0>  PedPartition: <_ped.Partition object at 0x7f8d46fcd9e8>
02:43:50,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:50,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea86d8>  PedPartition: <_ped.Partition object at 0x7f8d46fcde60>
02:43:50,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:50,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 32.01 GiB ; start: None ; end: None
02:43:50,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:50,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:50,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:50,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:50,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8630>  PedPartition: <_ped.Partition object at 0x7f8d47aadca8>
02:43:50,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:50,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:50,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:50,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:50,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:50,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 67100672
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:50,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 67100672 (32 GiB) size: 32.01 GiB
02:43:50,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 67100672 (32 GiB)
02:43:50,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:50,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:50,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:50,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:50,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:50,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 67100672 sectors
02:43:50,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:50,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:50,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 67100672 sectors of growth
02:43:50,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:50,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:50,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:50,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8358>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
02:43:50,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:50,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:50,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:50,278 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea83c8>  PedPartition: <_ped.Partition object at 0x7f8d46fcdeb8>
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:50,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 67100672
02:43:50,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 46123008 (21.99 GiB) from 245 (nvme0n1p2)
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 67100672 units, or 32 GiB
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/34366029824
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 34355544064 to TotalSizeSet with 10485760/34366029824 (34355544064 needed)
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 67100672  max_grow = 67100672
02:43:50,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 34366029824/34366029824
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 34366029824/34366029824 (0 needed)
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 67100672  max_grow = 67100672
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:50,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8d30>
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 69220351  length: 67121152
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8470>
02:43:50,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:50,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:50,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:50,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:50,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:50,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:50,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:50,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:50,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:50,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8d30>
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: req1 ;
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc080>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
02:43:50,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:50,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:50,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc0b8>  PedPartition: <_ped.Partition object at 0x7f8d46ebd0a0>
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 69220351  length: 67121152
02:43:50,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8470>
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: req0 ;
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea89b0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:43:50,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:50,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:50,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:50,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                            DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:50,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8908>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
02:43:50,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:50,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:50,301 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:50,301 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:50,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4.
02:43:50,304 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-FindExistingSystemsTask-1 (140244778157824)
02:43:50,306 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           LoopDevice.teardown: loop2 ; status: False ; controllable: False ;
02:43:50,307 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ;
02:43:50,307 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           PartitionDevice.teardown: nvme0n1p1 ; status: False ; controllable: True ;
02:43:50,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:43:50,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                   DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:43:50,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-root ; status: False ; controllable: True ;
02:43:50,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
02:43:50,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:43:50,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:43:50,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-home ; status: False ; controllable: True ;
02:43:50,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
02:43:50,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:43:50,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:43:50,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMLogicalVolumeDevice.teardown: almalinux_host-swap ; status: False ; controllable: True ;
02:43:50,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  LVMVolumeGroupDevice.teardown: almalinux_host ; status: False ; controllable: True ;
02:43:50,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKSDevice.teardown: luks-nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice.teardown: nvme0n1p2 ; status: False ; controllable: True ;
02:43:50,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.teardown: nvme0n1 ; status: True ; controllable: True ;
02:43:50,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DeviceFormat.teardown: device: /dev/nvme0n1 ; type: None ; status: False ;
02:43:50,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-FindExistingSystemsTask-1 (140244778157824)
02:43:51,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:51,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:51,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:51,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:51,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:51,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:51,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:51,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:51,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:51,338 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:51,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:51,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:51,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,346 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,347 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,353 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:51,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:51,357 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB lvmvg almalinux_host (265)']
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 32 GiB
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 8192  free space = 4 MiB
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 32 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap']
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:51,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:51,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:51,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:51,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:51,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:51,367 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:51,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:51,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:51,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:51,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:51,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:51,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1921
02:43:51,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:51,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:51,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:51,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:51,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:51,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:51,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:51,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:51,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:51,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:51,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:51,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:51,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:51,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:51,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:51,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:51,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:51,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:51,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:51,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:51,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:51,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:51,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:51,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:51,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:51,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:51,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:51,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:51,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:51,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:51,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:51,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:51,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:51,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:51,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:51,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:51,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:51,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:51,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:51,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:51,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:51,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:51,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:51,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:51,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:51,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:51,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:51,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:51,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:51,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:51,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:51,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:51,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:51,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:51,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:51,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:51,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:51,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:51,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:51,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:51,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:51,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:51,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:51,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1962
02:43:51,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:51,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1963
02:43:51,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:51,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1964
02:43:51,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:51,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1965
02:43:51,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:51,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1966
02:43:51,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:51,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1967
02:43:51,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:51,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1968
02:43:51,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:51,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:51,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:51,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1969
02:43:51,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:51,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:51,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 32 GiB lvmvg almalinux_host (265)
02:43:51,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:51,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:51,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removing obsolete action 1732 (1834)
02:43:51,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removing obsolete action 1733 (1834)
02:43:51,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removing obsolete action 1834 (1834)
02:43:51,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action 1733 already pruned
02:43:51,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action 1732 already pruned
02:43:51,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:51,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:51,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:51,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:52,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:52,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1970
02:43:52,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
02:43:52,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1971
02:43:52,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1972
02:43:56,540 DEBUG NetworkManager:<debug> [1655261036.5405] ndisc[0x55642d9b22d0,"ens160"]: solicit: schedule sending next solicitation in 138.570 seconds
02:43:59,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=5368709120, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/tmp', reformat=False)
02:43:59,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (5 GiB)}
02:43:59,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:59,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
02:43:59,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned None
02:43:59,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:43:59,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/tmp',
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (5 GiB),
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:43:59,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:59,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /tmp ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 5 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:59,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/tmp', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (5 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:43:59,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:43:59,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:43:59,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:59,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f34a20>  fileSystem: None
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8588>  PedPartition: <_ped.Partition object at 0x7f8d46fcd830>
02:43:59,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:43:59,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46f34a20>  fileSystem: None
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8668>  PedPartition: <_ped.Partition object at 0x7f8d46fcda40>
02:43:59,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:43:59,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:59,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:59,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:43:59,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2047
02:43:59,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:59,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 37 GiB to include new device space
02:43:59,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:59,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2048
02:43:59,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:43:59,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (37.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 32.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:43:59,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:43:59,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:43:59,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2049
02:43:59,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46e96fd0> ;
02:43:59,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 32 GiB lvmvg almalinux_host (265)
02:43:59,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:43:59,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:43:59,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:43:59,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:43:59,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2050
02:43:59,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:59,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2051
02:43:59,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 32 GiB
02:43:59,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 37 GiB to include new device space
02:43:59,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:43:59,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2052
02:43:59,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 37.01 GiB
02:43:59,083 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:43:59,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:43:59,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:59,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:59,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:59,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:59,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:59,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:59,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:59,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:59,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:59,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:59,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:43:59,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:43:59,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:43:59,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:43:59,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:59,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:43:59,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:43:59,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:59,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:59,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:59,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:43:59,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05780>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:43:59,096 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:59,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ebc0b8>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:43:59,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 37.01 GiB ; start: None ; end: None
02:43:59,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:43:59,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:43:59,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:43:59,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:59,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:59,101 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46f05518>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf10>
02:43:59,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:59,104 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:59,106 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:59,108 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:59,108 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:59,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 77586432
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 35637248 (16.99 GiB) from 245 (nvme0n1p2)
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 77586432 units, or 37 GiB
02:43:59,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:43:59,111 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 77586432 (37 GiB) size: 37.01 GiB
02:43:59,111 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 77586432 (37 GiB)
02:43:59,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:59,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:59,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:59,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:59,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 77586432 sectors
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 77586432 sectors of growth
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:43:59,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:43:59,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8400>  PedPartition: <_ped.Partition object at 0x7f8d46ebd0a0>
02:43:59,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:59,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:59,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:59,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46eff828>  PedPartition: <_ped.Partition object at 0x7f8d47aadbf8>
02:43:59,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:43:59,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:43:59,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:59,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 77586432
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:43:59,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 35637248 (16.99 GiB) from 245 (nvme0n1p2)
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 77586432 units, or 37 GiB
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/39734738944
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 39724253184 to TotalSizeSet with 10485760/39734738944 (39724253184 needed)
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 77586432  max_grow = 77586432
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:59,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 39734738944/39734738944
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 39734738944/39734738944 (0 needed)
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 77586432  max_grow = 77586432
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:59,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8438>
02:43:59,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:43:59,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:43:59,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 79706111  length: 77606912
02:43:59,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8748>
02:43:59,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:43:59,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:59,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:43:59,132 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:43:59,133 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:43:59,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:43:59,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:43:59,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:43:59,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:43:59,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8438>
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8668>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:43:59,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:43:59,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8240>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
02:43:59,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:43:59,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 79706111  length: 77606912
02:43:59,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ea8748>
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea1160>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:43:59,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:43:59,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:43:59,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:43:59,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:43:59,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ea8b38>  PedPartition: <_ped.Partition object at 0x7f8d46ebd888>
02:43:59,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:59,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:43:59,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:43:59,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:43:59,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:43:59,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:43:59,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          XFS.supported: supported: True ;
02:43:59,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2053
02:43:59,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2055
02:43:59,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: tmp ; kids: 3 ;
02:43:59,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: None ;
02:43:59,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2057
02:43:59,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: tmp ; kids: 4 ;
02:43:59,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: tmp ; kids: 3 ;
02:43:59,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: None ;
02:43:59,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-tmp ; sysfs_path:  ;
02:43:59,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:43:59,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-tmp/5 GiB to almalinux_host
02:43:59,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-tmp (id 2054) to device tree
02:43:59,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2059] create device lvmlv almalinux_host-tmp (id 2054)
02:43:59,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2061
02:43:59,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-tmp ; type: xfs ; current: xfs ;
02:43:59,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2060] create format xfs filesystem mounted at /tmp on lvmlv almalinux_host-tmp (id 2054)
02:43:59,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2062
02:43:59,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:59,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:59,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:43:59,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:43:59,204 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:59,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:59,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:43:59,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:43:59,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:59,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:59,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:43:59,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:43:59,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 37 GiB lvmvg almalinux_host (265)']
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp']
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 37 GiB
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9472  free space = 4 MiB
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:59,241 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:59,242 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:59,242 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:43:59,242 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp']
02:43:59,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:59,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:43:59,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:43:59,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:43:59,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:59,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
02:43:59,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:59,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:59,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2063
02:43:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:59,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:59,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:59,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:59,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:59,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:59,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:59,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:59,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:59,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:59,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:59,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:59,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:59,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:59,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:59,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:59,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:59,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:59,278 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:59,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:59,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:59,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:59,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:59,281 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:59,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:59,282 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:59,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:59,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:59,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:59,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:59,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:59,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:59,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:59,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:59,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:59,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:59,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:59,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:59,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:59,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:59,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:59,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:59,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:59,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:59,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:59,306 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:59,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:59,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:59,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:59,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:59,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:59,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:59,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:59,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:59,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:59,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:59,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:59,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:59,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:59,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:59,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:59,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:59,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2104
02:43:59,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:59,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2105
02:43:59,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:59,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2106
02:43:59,338 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:59,338 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2107
02:43:59,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:59,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2108
02:43:59,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:59,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2109
02:43:59,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:59,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2110
02:43:59,346 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:43:59,347 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:43:59,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:59,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2111
02:43:59,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:59,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:59,357 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
02:43:59,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,359 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46ea89b0) --
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-tmp  status = False  id = 2054
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 37 GiB lvmvg almalinux_host (265)']
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 5 GiB
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /tmp
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 5 GiB  path = /dev/mapper/almalinux_host-tmp
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp']
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 37 GiB
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 9472  free space = 4 MiB
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 37 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:43:59,382 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:43:59,383 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:43:59,383 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:43:59,383 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp']
02:43:59,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:43:59,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 5 GiB}
02:43:59,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: False ; hidden: False ;
02:43:59,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-tmp' to 'almalinux_host-tmp' (lvmlv)
02:43:59,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:43:59,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
02:43:59,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:43:59,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:59,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2112
02:43:59,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:59,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:43:59,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:43:59,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:43:59,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:43:59,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:43:59,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:43:59,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:43:59,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:43:59,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:43:59,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:43:59,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:43:59,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:43:59,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:43:59,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:59,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:43:59,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:43:59,418 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:43:59,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:43:59,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:43:59,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:43:59,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:43:59,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:43:59,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:43:59,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:43:59,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:43:59,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:43:59,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:43:59,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:43:59,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:43:59,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:43:59,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:43:59,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:43:59,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:43:59,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:43:59,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:43:59,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:43:59,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:43:59,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:43:59,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:43:59,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:43:59,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:43:59,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:43:59,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:43:59,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:43:59,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:43:59,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:43:59,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:43:59,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:43:59,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:43:59,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:43:59,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:43:59,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:43:59,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:43:59,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:43:59,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:43:59,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:43:59,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:43:59,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:43:59,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:43:59,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:43:59,451 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:43:59,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2153
02:43:59,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:43:59,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2154
02:43:59,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:43:59,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2155
02:43:59,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:43:59,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2156
02:43:59,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:43:59,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2157
02:43:59,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:43:59,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2158
02:43:59,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:43:59,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2159
02:43:59,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:43:59,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:43:59,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:43:59,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2160
02:43:59,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:43:59,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:43:59,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 37 GiB lvmvg almalinux_host (265)
02:43:59,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:43:59,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:43:59,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:59,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:43:59,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:43:59,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:02,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:02,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2161
02:44:02,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
02:44:02,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2162
02:44:02,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2163
02:44:18,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=10737418240, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var', reformat=False)
02:44:18,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (10 GiB)}
02:44:18,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:44:18,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:18,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
02:44:18,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned None
02:44:18,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:44:18,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/var',
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (10 GiB),
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:44:18,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:18,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 10 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:18,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (10 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:44:18,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:44:18,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:44:18,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:18,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:18,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ed1da0>  fileSystem: None
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e75b00>  PedPartition: <_ped.Partition object at 0x7f8d46fcddb0>
02:44:18,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:18,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ed1da0>  fileSystem: None
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e75be0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdfc0>
02:44:18,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:44:18,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:44:18,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:18,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:44:18,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:18,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:44:18,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2244
02:44:18,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:44:18,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:18,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 47 GiB to include new device space
02:44:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:44:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2245
02:44:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:44:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (47.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 37.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:44:18,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:44:18,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2246
02:44:18,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46ea8b70> ;
02:44:18,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 37 GiB lvmvg almalinux_host (265)
02:44:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:44:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:44:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:44:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:44:18,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2247
02:44:18,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:44:18,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2248
02:44:18,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 37 GiB
02:44:18,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:18,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 47 GiB to include new device space
02:44:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:44:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2249
02:44:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 47.01 GiB
02:44:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:44:18,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:44:18,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:44:18,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:18,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:44:18,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:44:18,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:44:18,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:18,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:18,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:18,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:18,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:44:18,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:44:18,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:44:18,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:44:18,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:44:18,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:44:18,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:44:18,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e75d68>  PedPartition: <_ped.Partition object at 0x7f8d47004518>
02:44:18,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:44:18,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e75e48>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:44:18,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 47.01 GiB ; start: None ; end: None
02:44:18,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:44:18,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:44:18,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:44:18,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:44:18,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:18,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e7c0f0>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf10>
02:44:18,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:18,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:18,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:18,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:18,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:18,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 98557952
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 14665728 (6.99 GiB) from 245 (nvme0n1p2)
02:44:18,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98557952 units, or 47 GiB
02:44:18,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:44:18,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 98557952 (47 GiB) size: 47.01 GiB
02:44:18,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 98557952 (47 GiB)
02:44:18,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:18,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:18,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:18,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:18,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:44:18,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 98557952 sectors
02:44:18,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:44:18,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:44:18,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 98557952 sectors of growth
02:44:18,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:18,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:18,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:18,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46effa20>  PedPartition: <_ped.Partition object at 0x7f8d47aad9e8>
02:44:18,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:18,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:18,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:18,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46effa58>  PedPartition: <_ped.Partition object at 0x7f8d46ebdca8>
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:44:18,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:44:18,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 98557952
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 14665728 (6.99 GiB) from 245 (nvme0n1p2)
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 98557952 units, or 47 GiB
02:44:18,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/50472157184
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 50461671424 to TotalSizeSet with 10485760/50472157184 (50461671424 needed)
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 98557952  max_grow = 98557952
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:44:18,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 50472157184/50472157184
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 50472157184/50472157184 (0 needed)
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 98557952  max_grow = 98557952
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:44:18,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ebc048>
02:44:18,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:44:18,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:44:18,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 100677631  length: 98578432
02:44:18,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ec87f0>
02:44:18,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:44:18,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:18,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:44:18,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:44:18,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:44:18,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:18,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:18,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:18,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:18,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:44:18,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:44:18,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:44:18,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:44:18,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:44:18,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ebc048>
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8d30>  PedPartition: <_ped.Partition object at 0x7f8d46ebd830>
02:44:18,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:44:18,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:44:18,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8be0>  PedPartition: <_ped.Partition object at 0x7f8d46ebdaf0>
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 100677631  length: 98578432
02:44:18,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46ec87f0>
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e75e10>  PedPartition: <_ped.Partition object at 0x7f8d46ebd888>
02:44:18,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:18,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:18,920 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:18,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:18,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8a20>  PedPartition: <_ped.Partition object at 0x7f8d46ebd990>
02:44:18,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:18,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:18,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:44:18,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:44:18,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:18,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:44:18,928 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:18,928 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:44:18,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          XFS.supported: supported: True ;
02:44:18,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2250
02:44:18,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2252
02:44:18,932 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 4 ;
02:44:18,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
02:44:18,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2254
02:44:18,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var ; kids: 5 ;
02:44:18,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var ; kids: 4 ;
02:44:18,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: None ;
02:44:18,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var ; sysfs_path:  ;
02:44:18,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:18,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 10 GiB free
02:44:18,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-var/10 GiB to almalinux_host
02:44:18,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-var (id 2251) to device tree
02:44:18,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2256] create device lvmlv almalinux_host-var (id 2251)
02:44:18,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2258
02:44:18,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var ; type: xfs ; current: xfs ;
02:44:18,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2257] create format xfs filesystem mounted at /var on lvmlv almalinux_host-var (id 2251)
02:44:18,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2259
02:44:18,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:18,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:18,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:44:18,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:18,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:44:18,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:18,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:44:18,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:18,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:44:18,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:18,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:18,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:18,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:18,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:18,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:44:18,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:18,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:44:18,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:18,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:44:18,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:18,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:44:18,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:18,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:18,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:18,996 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:18,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:18,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:19,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:19,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:19,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 47 GiB lvmvg almalinux_host (265)']
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 47 GiB
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12032  free space = 4 MiB
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:19,007 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:44:19,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:44:19,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:44:19,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:19,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:44:19,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:44:19,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
02:44:19,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:44:19,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:19,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2260
02:44:19,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:19,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:19,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:44:19,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:44:19,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:44:19,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:44:19,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:44:19,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:44:19,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:44:19,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:44:19,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:44:19,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:44:19,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:44:19,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:44:19,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:44:19,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:19,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:44:19,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:19,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:44:19,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:44:19,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:44:19,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:19,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:44:19,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:44:19,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:44:19,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:44:19,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:44:19,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:44:19,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:44:19,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:44:19,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:44:19,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:44:19,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:44:19,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:44:19,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:44:19,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:44:19,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:44:19,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:44:19,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:44:19,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:44:19,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:44:19,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:44:19,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:44:19,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:44:19,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:44:19,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:44:19,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:44:19,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:44:19,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:44:19,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:44:19,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:44:19,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:44:19,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:44:19,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:44:19,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:44:19,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:44:19,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:44:19,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:44:19,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:44:19,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:44:19,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:44:19,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:44:19,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:44:19,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2301
02:44:19,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:44:19,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2302
02:44:19,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:44:19,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2303
02:44:19,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:44:19,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2304
02:44:19,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:44:19,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2305
02:44:19,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:44:19,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2306
02:44:19,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:44:19,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2307
02:44:19,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:19,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:19,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:19,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2308
02:44:19,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:44:19,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:44:19,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
02:44:19,102 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,120 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,120 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,123 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,124 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46ec8d68) --
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-var  status = False  id = 2251
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 47 GiB lvmvg almalinux_host (265)']
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /var
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 10 GiB  path = /dev/mapper/almalinux_host-var
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 47 GiB
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 12032  free space = 4 MiB
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 47 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:19,126 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var']
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:44:19,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:44:19,129 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,132 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: False ; hidden: False ;
02:44:19,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-var' to 'almalinux_host-var' (lvmlv)
02:44:19,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:44:19,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
02:44:19,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:44:19,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:19,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2309
02:44:19,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:19,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:19,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:44:19,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:44:19,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:44:19,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:44:19,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:44:19,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:44:19,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:44:19,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:44:19,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:44:19,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:44:19,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:44:19,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:44:19,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:44:19,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:19,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:44:19,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:19,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:44:19,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:44:19,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:44:19,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:19,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:44:19,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:44:19,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:44:19,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:44:19,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:44:19,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:44:19,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:44:19,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:44:19,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:44:19,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:44:19,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:44:19,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:44:19,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:44:19,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:44:19,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:44:19,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:44:19,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:44:19,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:44:19,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:44:19,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:44:19,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:44:19,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:44:19,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:44:19,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:44:19,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:44:19,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:44:19,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:44:19,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:44:19,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:44:19,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:44:19,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:44:19,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:44:19,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:44:19,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:44:19,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:44:19,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:44:19,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:44:19,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:44:19,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:44:19,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:44:19,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:44:19,187 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2350
02:44:19,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:44:19,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2351
02:44:19,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:44:19,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2352
02:44:19,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:44:19,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2353
02:44:19,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:44:19,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2354
02:44:19,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:44:19,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2355
02:44:19,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:44:19,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2356
02:44:19,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:19,199 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:19,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:19,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2357
02:44:19,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:44:19,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:44:19,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 47 GiB lvmvg almalinux_host (265)
02:44:19,207 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:19,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:19,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:19,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:19,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:19,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:21,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:21,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2358
02:44:21,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               AppleBootstrapFS.supported: supported: True ;
02:44:21,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2359
02:44:21,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2360
02:44:28,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=5368709120, device_spec='', device_type=0, disks=['nvme0n1'], format_type='', label='', luks_version='', mount_point='/var/log', reformat=False)
02:44:28,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'size': Size (5 GiB)}
02:44:28,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:28,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,801 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name:  ; incomplete: False ; hidden: False ;
02:44:28,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned None
02:44:28,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:44:28,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: {
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_type = 0,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:device = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:disks = [DiskDevice instance (0x7f8d47050a90) --
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861],
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:mountpoint = '/var/log',
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:fstype = 'xfs',
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:label = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:luks_version = 'luks2',
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:device_name = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:size = Size (5 GiB),
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:raid_level = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:encrypted = False,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_name = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_size = 0,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_raid_level = None,
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:container_encrypted = True
02:44:28,804 WARNING org.fedoraproject.Anaconda.Modules.Storage:}
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              InstallerStorage.factory_device: 0 ; device: None ; disks: [DiskDevice instance (0x7f8d47050a90) --
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:28,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861] ; mountpoint: /var/log ; fstype: xfs ; label: None ; luks_version: luks2 ; device_name: None ; size: 5 GiB ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: True ;
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, ['nvme0n1'], {'device': None, 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:28,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'mountpoint': '/var/log', 'fstype': 'xfs', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': Size (5 GiB), 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': True}
02:44:28,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               LVMFactory.configure: parent_factory: None ;
02:44:28,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:44:28,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:28,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46e89b38>  fileSystem: None
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e2d7b8>  PedPartition: <_ped.Partition object at 0x7f8d46ebde60>
02:44:28,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:28,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:28,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46e89b38>  fileSystem: None
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e2d898>  PedPartition: <_ped.Partition object at 0x7f8d46ebd780>
02:44:28,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:44:28,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:28,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:28,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                       XFS.supported: supported: True ;
02:44:28,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2447
02:44:28,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:28,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 52 GiB to include new device space
02:44:28,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2448
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory class: <class 'blivet.devicefactory.PartitionSetFactory'>
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory args: []
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:child factory kwargs: {'storage': <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, 'size': Size (52.005859375 GiB), 'disks': [DiskDevice instance (0x7f8d47050a90) --
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 47.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:28,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861], 'fstype': 'lvmpv', 'encrypted': True, 'luks_version': 'luks2'}
02:44:28,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                        LUKS.__init__:
02:44:28,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2449
02:44:28,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8d46e875f8> ;
02:44:28,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:parent factory container: non-existent 47 GiB lvmvg almalinux_host (265)
02:44:28,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:members: ['luks-nvme0n1p2']
02:44:28,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:add_disks: []
02:44:28,838 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:remove_disks: []
02:44:28,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LVMPhysicalVolume.__init__:
02:44:28,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2450
02:44:28,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:44:28,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2451
02:44:28,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 47 GiB
02:44:28,841 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:size bumped to 52 GiB to include new device space
02:44:28,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      LUKS.__init__:
02:44:28,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2452
02:44:28,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding a TotalSizeSet with size 52.01 GiB
02:44:28,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set.allocated = 10485760
02:44:28,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                      DiskDevice.setup: nvme0n1 ; orig: False ; status: True ; controllable: True ;
02:44:28,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:44:28,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:28,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:44:28,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:44:28,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:44:28,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:28,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:28,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:28,850 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:28,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:44:28,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['nvme0n1'] ; partitions=['req1(id 252)', 'req0(id 245)']
02:44:28,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req1(id 252)', 'req0(id 245)'] from disk(s) ['nvme0n1']
02:44:28,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 252 ; disks: ['nvme0n1'] ;
02:44:28,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None
02:44:28,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:44:28,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-115343359 (55 GiB)
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-115343359 (55 GiB)
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2-115343359 / 55 GiB
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 0 sectors of growth
02:44:28,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request
02:44:28,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:28,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:28,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:28,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 2 to 2048
02:44:28,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p1 of 1024 MiB and added it to /dev/nvme0n1
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e33208>  PedPartition: <_ped.Partition object at 0x7f8d46ebde08>
02:44:28,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:44:28,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e2de48>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:44:28,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 245 ; disks: ['nvme0n1'] ;
02:44:28,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 10 MiB ; grow: True ; max_size: 52.01 GiB ; start: None ; end: None
02:44:28,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on nvme0n1
02:44:28,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/nvme0n1 part_type=0 req_size=10 MiB boot=False best=None grow=True start=None
02:44:28,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2-2047 (1023 KiB)
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2-2047 (1023 KiB)
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 2099200-115343359 (54 GiB)
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 2099200-115343359 (54 GiB)
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/nvme0n1
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:28,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:28,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ec8940>  PedPartition: <_ped.Partition object at 0x7f8d46fcdd58>
02:44:28,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:28,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:28,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:28,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:28,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:28,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:28,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:44:28,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 109043712
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 4179968 (1.99 GiB) from 245 (nvme0n1p2)
02:44:28,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 109043712 units, or 52 GiB
02:44:28,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 252 (nvme0n1p1) growth: 0 (0 B) size: 1024 MiB
02:44:28,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 245 (nvme0n1p2) growth: 109043712 (52 GiB) size: 52.01 GiB
02:44:28,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/nvme0n1 growth: 109043712 (52 GiB)
02:44:28,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:28,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:28,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:28,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:28,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 2 ;
02:44:28,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 109043712 sectors
02:44:28,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to nvme0n1, type: 0
02:44:28,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 2099200-115343359 / 54 GiB
02:44:28,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 109043712 sectors of growth
02:44:28,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance --
02:44:28,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:  offset: 0  grainSize: 2048
02:44:28,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PedAlignment: <_ped.Alignment object at 0x7f8d470503c8>
02:44:28,872 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition nvme0n1p2 of 10 MiB and added it to /dev/nvme0n1
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e332e8>  PedPartition: <_ped.Partition object at 0x7f8d46ebdb48>
02:44:28,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:28,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:28,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:28,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e332b0>  PedPartition: <_ped.Partition object at 0x7f8d46ebdaf0>
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['nvme0n1'], partitions=['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)']
02:44:28,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['nvme0n1p2']
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 252 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 245 to chunk 115341312 (2048-115343359) on /dev/nvme0n1
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk nvme0n1 has 1 chunks
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 115341312 (2048-115343359) on /dev/nvme0n1 start = 2048  end = 115343359
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 252  name = nvme0n1p1  growable = False
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 2097152  growth = 0  max_grow = 0
02:44:28,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance --
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 0  max_grow = 109043712
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 113223680 (53.99 GiB) left in chunk
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 113223680 (53.99 GiB) to 245 (nvme0n1p2)
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 4179968 (1.99 GiB) from 245 (nvme0n1p2)
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 245 (nvme0n1p2) is 109043712 units, or 52 GiB
02:44:28,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 10485760/55840866304
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 55830380544 to TotalSizeSet with 10485760/55840866304 (55830380544 needed)
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 109043712  max_grow = 109043712
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:set: ['nvme0n1p2'] 55840866304/55840866304
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating 0 to TotalSizeSet with 55840866304/55840866304 (0 needed)
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:PartitionRequest instance --
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 245  name = nvme0n1p2  growable = True
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 20480  growth = 109043712  max_grow = 109043712
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True
02:44:28,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:needed: 0
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on nvme0n1
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p1 (252): 0
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p1: parted.Geometry instance --
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e330f0>
02:44:28,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition nvme0n1p2 (245): 0
02:44:28,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for nvme0n1p2: parted.Geometry instance --
02:44:28,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 111163391  length: 109064192
02:44:28,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e33240>
02:44:28,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['nvme0n1p1(id 252)', 'nvme0n1p2(id 245)'] from disk(s) ['nvme0n1']
02:44:28,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:28,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition None
02:44:28,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req1 ; old: nvme0n1 ; new: None ;
02:44:28,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req1 ; kids: 2 ;
02:44:28,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition None
02:44:28,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-nvme0n1p2 to luks-req0
02:44:28,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LUKSDevice._set_name: luks-nvme0n1p2 ; status: False ;
02:44:28,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          PartitionDevice._set_disk: req0 ; old: nvme0n1 ; new: None ;
02:44:28,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                   DiskDevice.remove_child: name: nvme0n1 ; child: req0 ; kids: 1 ;
02:44:28,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions
02:44:28,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None
02:44:28,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance --
02:44:28,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2048  end: 2099199  length: 2097152
02:44:28,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e330f0>
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req1 ;
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance --
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e33828>  PedPartition: <_ped.Partition object at 0x7f8d46ebd990>
02:44:28,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p1 ; old: None ; new: nvme0n1 ;
02:44:28,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p1 ; kids: 0 ;
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e19d30>  PedPartition: <_ped.Partition object at 0x7f8d46fcdf68>
02:44:28,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance --
02:44:28,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:  start: 2099200  end: 111163391  length: 109064192
02:44:28,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:  device: <parted.device.Device object at 0x7f8d46ff1cf8>  PedGeometry: <_ped.Geometry object at 0x7f8d46e33240>
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: req0 ;
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance --
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46ed1dd8>  PedPartition: <_ped.Partition object at 0x7f8d46ebda98>
02:44:28,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating luks name after partition name change from luks-req0 to luks-nvme0n1p2
02:44:28,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                 LUKSDevice._set_name: luks-req0 ; status: False ;
02:44:28,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_disk: nvme0n1p2 ; old: None ; new: nvme0n1 ;
02:44:28,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                              DiskDevice.add_child: name: nvme0n1 ; child: nvme0n1p2 ; kids: 1 ;
02:44:28,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                         PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46ff1dd8>  fileSystem: None
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46e87dd8>  PedPartition: <_ped.Partition object at 0x7f8d46ebd9e8>
02:44:28,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:28,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:28,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new member set: ['luks-nvme0n1p2']
02:44:28,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:old member set: ['luks-nvme0n1p2']
02:44:28,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:44:28,903 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,904 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:44:28,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                          XFS.supported: supported: True ;
02:44:28,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2453
02:44:28,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2455
02:44:28,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var_log ; kids: 5 ;
02:44:28,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: None ;
02:44:28,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2457
02:44:28,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                      LVMVolumeGroupDevice.remove_child: name: almalinux_host ; child: var_log ; kids: 6 ;
02:44:28,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMVolumeGroupDevice.add_child: name: almalinux_host ; child: var_log ; kids: 5 ;
02:44:28,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                  LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: None ;
02:44:28,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                                    LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/almalinux_host-var_log ; sysfs_path:  ;
02:44:28,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 5 GiB free
02:44:28,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Adding almalinux_host-var_log/5 GiB to almalinux_host
02:44:28,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added lvmlv almalinux_host-var_log (id 2454) to device tree
02:44:28,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2459] create device lvmlv almalinux_host-var_log (id 2454)
02:44:28,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2461
02:44:28,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                               LVMLogicalVolumeDevice._set_format: almalinux_host-var_log ; type: xfs ; current: xfs ;
02:44:28,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [2460] create format xfs filesystem mounted at /var/log on lvmlv almalinux_host-var_log (id 2454)
02:44:28,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('') returning DeviceFormat instance with object id 2462
02:44:28,933 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:44:28,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:28,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:44:28,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:28,944 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:44:28,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:28,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:44:28,948 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:28,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:28,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:28,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:28,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:28,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:28,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:28,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:28,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:28,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:44:28,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:28,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:44:28,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:28,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:44:28,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:28,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:44:28,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:28,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:28,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d4700c748) --
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-home  status = False  id = 280
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 52 GiB lvmvg almalinux_host (265)']
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 10 GiB
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /home
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 500 MiB  path = /dev/mapper/almalinux_host-home
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var/log']
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 52 GiB
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13312  free space = 4 MiB
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var',
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var/log']
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:44:28,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 10 GiB}
02:44:28,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:28,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:28,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: False ; hidden: False ;
02:44:28,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:28,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-home' to 'almalinux_host-home' (lvmlv)
02:44:29,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:44:29,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
02:44:29,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:44:29,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:29,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2463
02:44:29,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:29,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:29,008 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:29,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:29,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:44:29,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:44:29,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:44:29,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:44:29,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:44:29,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:44:29,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:44:29,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:44:29,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:44:29,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:44:29,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:44:29,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:44:29,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:44:29,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:29,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:44:29,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:29,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:44:29,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:44:29,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:44:29,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:29,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:44:29,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:44:29,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:44:29,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:44:29,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:44:29,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:44:29,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:44:29,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:44:29,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:44:29,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:44:29,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:44:29,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:44:29,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:44:29,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:44:29,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:44:29,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:44:29,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:44:29,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:44:29,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:44:29,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:44:29,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:44:29,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:44:29,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:44:29,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:44:29,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:44:29,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:44:29,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:44:29,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:44:29,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:44:29,042 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:44:29,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:44:29,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:44:29,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:44:29,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:44:29,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:44:29,051 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:44:29,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:44:29,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:44:29,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:44:29,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:44:29,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:44:29,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2504
02:44:29,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:44:29,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2505
02:44:29,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:44:29,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2506
02:44:29,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:44:29,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2507
02:44:29,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:44:29,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2508
02:44:29,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:44:29,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2509
02:44:29,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:44:29,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2510
02:44:29,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:29,083 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:29,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:29,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2511
02:44:29,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:44:29,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:44:29,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
02:44:29,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,102 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,104 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,111 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,115 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,117 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f8d46fd37f0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f8d46e87780) --
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host-var_log  status = False  id = 2454
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = []
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 52 GiB lvmvg almalinux_host (265)']
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 5 GiB
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent xfs filesystem mounted at /var/log
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 5 GiB  path = /dev/mapper/almalinux_host-var_log
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = xfs  target = None  dm_uuid = None  VG device = LVMVolumeGroupDevice instance (0x7f8d4700f198) --
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = almalinux_host  status = False  id = 265
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var/log']
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 52 GiB
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent None
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 0  minor = 0  exists = False  protected = False
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path =
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 0 B  path = /dev/almalinux_host
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  free = 0  PE Size = 4 MiB  PE Count = 0
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PE Free = 0  PV Count = 1
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  modified = True  extents = 13312  free space = 4 MiB
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  free extents = 1  reserved percent = 0  reserved space = 0 B
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  PVs = ['non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'lvmpv']
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  LVs = ['non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /home',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /tmp',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var',
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs '
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /var/log']
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  segment type = linear percent = 0
02:44:29,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:  VG space used = 5 GiB}
02:44:29,121 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: False ; hidden: False ;
02:44:29,133 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,133 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host-var_log' to 'almalinux_host-var_log' (lvmlv)
02:44:29,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: False ; hidden: False ;
02:44:29,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
02:44:29,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'almalinux_host' to 'almalinux_host' (lvmvg)
02:44:29,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:29,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2512
02:44:29,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:29,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:29,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DiskLabel.__init__:
02:44:29,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DiskLabel.parted_device returning None
02:44:29,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DMRaidMember.__init__:
02:44:29,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext2FS.supported: supported: True ;
02:44:29,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext2FS.supported: supported: True ;
02:44:29,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext3FS.supported: supported: True ;
02:44:29,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext3FS.supported: supported: True ;
02:44:29,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Ext4FS.supported: supported: True ;
02:44:29,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Ext4FS.supported: supported: True ;
02:44:29,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                FATFS.supported: supported: True ;
02:44:29,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              FATFS.supported: supported: True ;
02:44:29,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIFS.supported: supported: True ;
02:44:29,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                EFIFS.supported: supported: True ;
02:44:29,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:29,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BTRFS.supported: supported: True ;
02:44:29,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                XFS.supported: supported: True ;
02:44:29,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              XFS.supported: supported: True ;
02:44:29,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFS.supported: supported: False ;
02:44:29,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFS.supported: supported: False ;
02:44:29,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  AppleBootstrapFS.supported: supported: True ;
02:44:29,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                AppleBootstrapFS.supported: supported: True ;
02:44:29,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                HFSPlus.supported: supported: False ;
02:44:29,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              HFSPlus.supported: supported: False ;
02:44:29,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    MacEFIFS.supported: supported: True ;
02:44:29,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                MacEFIFS.supported: supported: True ;
02:44:29,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NTFS.supported: supported: False ;
02:44:29,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NTFS.supported: supported: False ;
02:44:29,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                ExFATFS.supported: supported: False ;
02:44:29,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ExFATFS.supported: supported: False ;
02:44:29,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                F2FS.supported: supported: True ;
02:44:29,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              F2FS.supported: supported: True ;
02:44:29,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFS.supported: supported: False ;
02:44:29,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFS.supported: supported: False ;
02:44:29,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                NFSv4.supported: supported: False ;
02:44:29,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NFSv4.supported: supported: False ;
02:44:29,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                Iso9660FS.supported: supported: True ;
02:44:29,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Iso9660FS.supported: supported: True ;
02:44:29,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  NoDevFS.supported: supported: False ;
02:44:29,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              NoDevFS.supported: supported: False ;
02:44:29,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DevPtsFS.supported: supported: False ;
02:44:29,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DevPtsFS.supported: supported: False ;
02:44:29,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  ProcFS.supported: supported: False ;
02:44:29,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              ProcFS.supported: supported: False ;
02:44:29,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SysFS.supported: supported: False ;
02:44:29,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SysFS.supported: supported: False ;
02:44:29,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                    TmpFS.supported: supported: True ;
02:44:29,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              TmpFS.supported: supported: True ;
02:44:29,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                BindFS.supported: supported: False ;
02:44:29,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              BindFS.supported: supported: False ;
02:44:29,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  SELinuxFS.supported: supported: False ;
02:44:29,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SELinuxFS.supported: supported: False ;
02:44:29,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  USBFS.supported: supported: False ;
02:44:29,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              USBFS.supported: supported: False ;
02:44:29,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  EFIVarFS.supported: supported: False ;
02:44:29,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              EFIVarFS.supported: supported: False ;
02:44:29,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LUKS.__init__:
02:44:29,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              Integrity.__init__:
02:44:29,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              LVMPhysicalVolume.__init__:
02:44:29,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MDRaidMember.__init__:
02:44:29,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              MultipathMember.__init__:
02:44:29,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              SwapSpace.__init__:
02:44:29,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2553
02:44:29,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext2FS.supported: supported: True ;
02:44:29,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2554
02:44:29,187 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext3FS.supported: supported: True ;
02:44:29,187 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2555
02:44:29,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               Ext4FS.supported: supported: True ;
02:44:29,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2556
02:44:29,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             SwapSpace.__init__:
02:44:29,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2557
02:44:29,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               FATFS.supported: supported: True ;
02:44:29,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2558
02:44:29,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               XFS.supported: supported: True ;
02:44:29,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2559
02:44:29,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:29,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:29,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  BTRFS.supported: supported: True ;
02:44:29,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2560
02:44:29,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             BTRFS.supported: supported: True ;
02:44:29,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:44:29,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
02:44:29,204 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:almalinux_host size is 52 GiB
02:44:29,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vg almalinux_host has 4 MiB free
02:44:29,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:29,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:29,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:29,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:              DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:57,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p2 ; incomplete: True ; hidden: True ;
02:44:57,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:57,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5.
02:44:57,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (140244778157824)
02:44:57,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False.
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f8d47050a90) --
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name = nvme0n1  status = True  id = 14
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  children = ['non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs '
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'filesystem mounted at /boot',
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks']
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  parents = []
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  uuid = None  size = 55 GiB
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format = non-existent msdos disklabel
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  major = 259  minor = 0  exists = True  protected = False
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  sysfs path = /sys/devices/pci0000:00/0000:00:16.0/0000:0b:00.0/nvme/nvme0/nvme0n1
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  target size = 55 GiB  path = /dev/nvme0n1
02:44:57,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:  format args = []  original_format = None  removable = False  wwn = i.92e459703219208d000c2968aa9cf861]
02:44:57,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT
02:44:57,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: []
02:44:57,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: []
02:44:57,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive.
02:44:57,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300
02:44:57,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0
02:44:57,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 564d77617265204944452043445231300a
02:44:57,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/class/block/nvme0n1/device/model: 564d77617265205669727475616c204e564d65204469736b0a
02:44:57,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:44:57,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                  DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:57,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:44:57,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:44:57,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.core.storage:nvme0n1 matches ['nvme0n1'] for devicetree=existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:  non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:  non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:    non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:      non-existent 52 GiB lvmvg almalinux_host (265)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:        non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /run/install/repo/images/install.img (19)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop0 (23)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (33)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop1 (37) with existing ext4 filesystem
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-rw (61) with existing ext4 filesystem
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:    existing 3 GiB dm live-base (71) with existing ext4 filesystem
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (47)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:  existing 0 B loop loop2 (51)
02:44:57,254 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True
02:44:57,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: nvme0n1
02:44:57,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: False ; hidden: False ;
02:44:57,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:               DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:57,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'nvme0n1' to 'nvme0n1' (disk)
02:44:57,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg
02:44:57,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv
02:44:57,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt
02:44:57,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:44:57,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:44:57,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:44:57,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:44:57,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:44:57,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (140244778157824)
02:44:58,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6.
02:44:58,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (140244778157824)
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:44:58,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
02:44:58,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
02:44:58,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
02:44:58,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
02:44:58,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
02:44:58,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 772.66 MiB
02:44:58,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
02:44:58,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:58,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
02:44:58,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:           DeviceTree.get_device_by_path returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes.
02:44:58,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction.
02:44:58,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests.
02:44:58,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success.
02:44:58,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (140244778157824)
02:44:59,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy
02:44:59,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:59,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p1 ;
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p1 new parted_partition parted.Partition instance --
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46e41f60>  fileSystem: None
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 1  path: /dev/nvme0n1p1  type: 0
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:59,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46df56a0>  PedPartition: <_ped.Partition object at 0x7f8d46e47620>
02:44:59,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ;
02:44:59,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_id returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 PartitionDevice._set_parted_partition: nvme0n1p2 ;
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device nvme0n1p2 new parted_partition parted.Partition instance --
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:  disk: <parted.disk.Disk object at 0x7f8d46e41f60>  fileSystem: None
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:  number: 2  path: /dev/nvme0n1p2  type: 0
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:  name: None  active: True  busy: False
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:  geometry: <parted.geometry.Geometry object at 0x7f8d46df5780>  PedPartition: <_ped.Partition object at 0x7f8d46e476d0>
02:44:59,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1) returning True
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1) returning True
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(nvme0n1) returning True
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1) returning True
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(nvme0n1) returning True
02:44:59,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(nvme0n1p1) returning True
02:44:59,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(nvme0n1p1) returning True
02:44:59,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(nvme0n1p1) returning True
02:44:59,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(nvme0n1p1) returning True
02:44:59,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(nvme0n1p1) returning True
02:44:59,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 772.61 MiB
02:44:59,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_path: path: /dev/nvme0n1p1 ; incomplete: False ; hidden: False ;
02:44:59,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_path returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:59,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_path: path: /dev/nvme0n1p2 ; incomplete: False ; hidden: False ;
02:44:59,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:                 DeviceTree.get_device_by_path returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage: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': {'/', '/usr', '/home', '/var', '/tmp', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/mnt', '/bin', '/lib', '/root', '/dev', 'lost+found', '/sbin', '/etc'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/boot', '/usr', '/var', '/tmp'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid.
02:44:59,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed.
02:44:59,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning INTERACTIVE is applied.
02:44:59,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: True ; hidden: True ;
02:44:59,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /LiveOS/rootfs.img (33)
02:44:59,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: True ; hidden: True ;
02:44:59,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /overlay (deleted) (47)
02:44:59,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: True ; hidden: True ;
02:44:59,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B file /run/install/repo/images/install.img (19)
02:44:59,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host ; incomplete: True ; hidden: True ;
02:44:59,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB lvmvg almalinux_host (265)
02:44:59,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-home ; incomplete: True ; hidden: True ;
02:44:59,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-home (280) with non-existent xfs filesystem mounted at /home
02:44:59,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-root ; incomplete: True ; hidden: True ;
02:44:59,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 20 GiB lvmlv almalinux_host-root (271) with non-existent xfs filesystem mounted at /
02:44:59,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-swap ; incomplete: True ; hidden: True ;
02:44:59,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 2 GiB lvmlv almalinux_host-swap (289) with non-existent swap
02:44:59,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-tmp ; incomplete: True ; hidden: True ;
02:44:59,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-tmp (2054) with non-existent xfs filesystem mounted at /tmp
02:44:59,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var ; incomplete: True ; hidden: True ;
02:44:59,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 10 GiB lvmlv almalinux_host-var (2251) with non-existent xfs filesystem mounted at /var
02:44:59,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: almalinux_host-var_log ; incomplete: True ; hidden: True ;
02:44:59,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 5 GiB lvmlv almalinux_host-var_log (2454) with non-existent xfs filesystem mounted at /var/log
02:44:59,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: live-base ; incomplete: True ; hidden: True ;
02:44:59,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 3 GiB dm live-base (71) with existing ext4 filesystem
02:44:59,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: live-rw ; incomplete: True ; hidden: True ;
02:44:59,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 3 GiB dm live-rw (61) with existing ext4 filesystem
02:44:59,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: loop0 ; incomplete: True ; hidden: True ;
02:44:59,342 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B loop loop0 (23)
02:44:59,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: loop1 ; incomplete: True ; hidden: True ;
02:44:59,344 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B loop loop1 (37) with existing ext4 filesystem
02:44:59,346 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: loop2 ; incomplete: True ; hidden: True ;
02:44:59,346 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 0 B loop loop2 (51)
02:44:59,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: luks-nvme0n1p2 ; incomplete: True ; hidden: True ;
02:44:59,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52 GiB luks/dm-crypt luks-nvme0n1p2 (259) with non-existent lvmpv
02:44:59,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1 ; incomplete: True ; hidden: True ;
02:44:59,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 55 GiB disk nvme0n1 (14) with non-existent msdos disklabel
02:44:59,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p1 ; incomplete: True ; hidden: True ;
02:44:59,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 1024 MiB partition nvme0n1p1 (252) with non-existent xfs filesystem mounted at /boot
02:44:59,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: nvme0n1p2 ; incomplete: True ; hidden: True ;
02:44:59,357 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned non-existent 52.01 GiB partition nvme0n1p2 (245) with non-existent luks
02:44:59,359 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ;
02:44:59,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:             DeviceTree.get_device_by_name returned existing 10.28 GiB cdrom sr0 (4) with existing iso9660 filesystem
