dispatching a baseimg builder Creating directory (/tmp/koji/tasks/5094/255094/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/5094/255094/output_image/66a12a62-5bb7-4282-8bd3-8f84110d1487.meta Created file /tmp/koji/tasks/5094/255094/output_image/66a12a62-5bb7-4282-8bd3-8f84110d1487.body Getting metadata in class () my metadata is (()) Executing metadata in class () my metadata is (('identifier', 'data', 'template', 'icicle', 'status_detail', 'status', 'percent_complete', 'parameters', 'properties')) Saved metadata for image (66a12a62-5bb7-4282-8bd3-8f84110d1487): {'status': 'NEW', 'identifier': '66a12a62-5bb7-4282-8bd3-8f84110d1487', 'parameters': {'install_script': '#version=DEVEL\n# Keyboard layouts\nkeyboard \'us\'\n# Root password\nrootpw --iscrypted thereisnopasswordanditslocked\n# Use network installation\nurl --url="http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/\n# Shutdown after installation\nshutdown\n# Network information\nnetwork --bootproto=dhcp --device=link --activate\nnetwork --bootproto=dhcp --hostname=localhost.localdomain\n# System timezone\ntimezone UTC --isUtc\n# Use text mode install\ntext\n# System authorization information\nauth --enableshadow --passalgo=sha512\nfirstboot --disable\n# SELinux configuration\nselinux --enforcing\n\n# System services\nservices --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=7950\n\n%pre --erroronfail\n/usr/sbin/parted -s /dev/vda mklabel gpt\n%end\n\n%post --erroronfail\npasswd -d root\npasswd -l root\n\n# pvgrub support\necho -n "Creating grub.conf for pvgrub"\nrootuuid=$( awk \'$2=="/" { print $1 };\' /etc/fstab )\nmkdir /boot/grub\necho -e \'default=0\\ntimeout=0\\n\\n\' > /boot/grub/grub.conf\nfor kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do\n echo "title CentOS Stream 8 ($kv)" >> /boot/grub/grub.conf\n echo -e "\\troot (hd0)" >> /boot/grub/grub.conf\n echo -e "\\tkernel /boot/vmlinuz-$kv ro root=$rootuuid console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf\n echo -e "\\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf\n echo\ndone\nln -sf grub.conf /boot/grub/menu.lst\nln -sf /boot/grub/grub.conf /etc/grub.conf\n\n# setup systemd to boot to the right runlevel\nrm -f /etc/systemd/system/default.target\nln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target\necho .\n\ndnf -C -y remove linux-firmware\n\n# Remove firewalld; it is required to be present for install/image building.\n# but we dont ship it in cloud\ndnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"\ndnf -C -y remove avahi\\* \nsed -i \'/^#NAutoVTs=.*/ a\\\nNAutoVTs=0\' /etc/systemd/logind.conf\n\ncat > /etc/sysconfig/network << EOF\nNETWORKING=yes\nNOZEROCONF=yes\nEOF\n\n# For cloud images, \'eth0\' _is_ the predictable device name, since\n# we don\'t want to be tied to specific virtual (!) hardware\nrm -f /etc/udev/rules.d/70*\nln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules\n\n# simple eth0 config, again not hard-coded to the build hardware\ncat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF\nDEVICE="eth0"\nBOOTPROTO="dhcp"\nONBOOT="yes"\nTYPE="Ethernet"\nUSERCTL="yes"\nPEERDNS="yes"\nIPV6INIT="no"\nPERSISTENT_DHCLIENT="1"\nEOF\n\necho "virtual-guest" > /etc/tuned/active_profile\n\n# generic localhost names\ncat > /etc/hosts << EOF\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\nEOF\necho .\n\nsystemctl mask tmp.mount\n\ncat < /etc/sysconfig/kernel\n# UPDATEDEFAULT specifies if new-kernel-pkg should make\n# new kernels the default\nUPDATEDEFAULT=yes\n\n# DEFAULTKERNEL specifies the default kernel package type\nDEFAULTKERNEL=kernel\nEOL\n\n# make sure firstboot doesn\'t start\necho "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot\n\n# centos cloud user\necho -e \'centos\\tALL=(ALL)\\tNOPASSWD: ALL\' >> /etc/sudoers\nsed -i \'s/name: cloud-user/name: centos/g\' /etc/cloud/cloud.cfg\n\ndnf clean all\n\n# XXX instance type markers - MUST match CentOS Infra expectation\necho \'ec2\' > /etc/yum/vars/infra\n\n# change dhcp client retry/timeouts to resolve #6866\ncat >> /etc/dhcp/dhclient.conf << EOF\n\ntimeout 300;\nretry 60;\nEOF\n\n\nrm -rf /var/log/yum.log\nrm -rf /var/lib/yum/*\nrm -rf /root/install.log\nrm -rf /root/install.log.syslog\nrm -rf /root/anaconda-ks.cfg\nrm -rf /var/log/anaconda*\n\nrm -f /var/lib/systemd/random-seed\n\ncat /dev/null > /etc/machine-id\n\necho "Fixing SELinux contexts."\ntouch /var/log/cron\ntouch /var/log/boot.log\nmkdir -p /var/cache/yum\n/usr/sbin/fixfiles -R -a restore\n\n# remove these for ec2 debugging\nsed -i -e \'s/ rhgb quiet//\' /boot/grub/grub.conf\n\ncat > /etc/modprobe.d/blacklist-nouveau.conf << EOL\nblacklist nouveau\nEOL\n\n# enable resizing on copied AMIs\necho \'install_items+=" sgdisk "\' > /etc/dracut.conf.d/sgdisk.conf\n\necho \'add_drivers+="xen-netfront xen-blkfront "\' > /etc/dracut.conf.d/xen.conf\n# Rerun dracut for the installed kernel (not the running kernel):\nKERNEL_VERSION=$(rpm -q kernel --qf \'%{V}-%{R}.%{arch}\\n\')\ndracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION\n\n# reorder console entries\nsed -i \'s/console=tty0/console=tty0 console=ttyS0,115200n8/\' /boot/grub2/grub.cfg\n\ntrue\n\n%end\n\n%packages\n@core\nNetworkManager\ncentos-release\nchrony\ncloud-init\ncloud-utils-growpart\ncockpit-system\ncockpit-ws\ndhcp-client\ndnf\ndnf-utils\ndracut-config-generic\ndracut-norescue\nfirewalld\ngdisk\ngrub2\nkernel\nnfs-utils\npython3-jsonschema\nqemu-guest-agent\nrng-tools\nrsync\ntar\nyum\nyum-utils\n-aic94xx-firmware\n-alsa-firmware\n-alsa-lib\n-alsa-tools-firmware\n-biosdevname\n-iprutils\n-ivtv-firmware\n-iwl100-firmware\n-iwl1000-firmware\n-iwl105-firmware\n-iwl135-firmware\n-iwl2000-firmware\n-iwl2030-firmware\n-iwl3160-firmware\n-iwl3945-firmware\n-iwl4965-firmware\n-iwl5000-firmware\n-iwl5150-firmware\n-iwl6000-firmware\n-iwl6000g2a-firmware\n-iwl6000g2b-firmware\n-iwl6050-firmware\n-iwl7260-firmware\n-langpacks-*\n-langpacks-en\n-libertas-sd8686-firmware\n-libertas-sd8787-firmware\n-libertas-usb8388-firmware\n-plymouth\n\n%end\n', 'generate_icicle': 'False', 'offline_icicle': True}, 'icicle': None, 'data': '/tmp/koji/tasks/5094/255094/output_image/66a12a62-5bb7-4282-8bd3-8f84110d1487.body', 'status_detail': {'error': None, 'activity': 'Initializing image prior to Cloud/OS customization'}, 'template': "\n", 'percent_complete': 0, 'type': 'BaseImage', 'properties': {}} Attempting to match list target (['Fedora', '20', 'aarch64']) create_base_image() called for TinMan plugin - creating a BaseImage libvirt bridge name is virbr0 Libvirt type is kvm Starting new HTTP connection (1): qa.centos.org "POST /centos/8-stream/BaseOS/aarch64/os/ HTTP/1.1" 404 7815 Name: factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487, UUID: 686eec41-9797-48e3-881b-451faa2239bb MAC: 52:54:00:9c:57:6e, distro: Fedora update: 20, arch: aarch64, diskimage: /tmp/koji/tasks/5094/255094/scratch_images/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487.dsk nicmodel: virtio, clockoffset: utc mousetype: ps2, disk_bus: virtio, disk_dev: vda icicletmp: /tmp/koji/tasks/5094/255094/oz_data/icicletmp/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487, listen_port: 50015 console_listen_port: 56901 Original ISO path: /tmp/koji/tasks/5094/255094/oz_data/isos/Fedora20aarch64-url.iso Modified ISO cache: /tmp/koji/tasks/5094/255094/oz_data/isos/Fedora20aarch64-url-oz.iso Output ISO path: /tmp/koji/tasks/5094/255094/scratch_images/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487-url-oz.iso ISO content path: /tmp/koji/tasks/5094/255094/oz_data/isocontent/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487-url Cleaning up any old Oz guest Cleaning up guest named factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 Generating JEOS install media Grabbing named lock (Fedora-20-aarch64-url) Got named lock (Fedora-20-aarch64-url) Installtype is URL, trying to do direct kernel boot Starting new HTTP connection (1): qa.centos.org "POST /centos/8-stream/BaseOS/aarch64/os//.treeinfo HTTP/1.1" 200 1372 Going to write treeinfo to /tmp/koji/tasks/5094/255094/oz_data/icicletmp/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487/treeinfo Trying to get treeinfo from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os//.treeinfo Starting new HTTP connection (1): qa.centos.org "GET /centos/8-stream/BaseOS/aarch64/os//.treeinfo HTTP/1.1" 200 1372 Got treeinfo, parsing Returning kernel images/pxeboot/vmlinuz and initrd images/pxeboot/initrd.img Fetching the original media Starting new HTTP connection (1): qa.centos.org "POST /centos/8-stream/BaseOS/aarch64/os/images/pxeboot/vmlinuz HTTP/1.1" 200 9547380 Fetching the original install media from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/images/pxeboot/vmlinuz Starting new HTTP connection (1): qa.centos.org "GET /centos/8-stream/BaseOS/aarch64/os/images/pxeboot/vmlinuz HTTP/1.1" 200 9547380 9323kB of 9323kB Fetching the original media Starting new HTTP connection (1): qa.centos.org "POST /centos/8-stream/BaseOS/aarch64/os/images/pxeboot/initrd.img HTTP/1.1" 200 68983644 Fetching the original install media from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/images/pxeboot/initrd.img Starting new HTTP connection (1): qa.centos.org "GET /centos/8-stream/BaseOS/aarch64/os/images/pxeboot/initrd.img HTTP/1.1" 200 68983644 10240kB of 67366kB 20480kB of 67366kB 30720kB of 67366kB 40960kB of 67366kB 51200kB of 67366kB 61440kB of 67366kB 67366kB of 67366kB Putting the kickstart in place Writing cpio to /tmp/koji/tasks/5094/255094/oz_data/icicletmp/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487/extra.cpio Releasing named lock (Fedora-20-aarch64-url) Generating JEOS disk image Generating 10GB diskimage for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 Waiting for volume to be created, 90/90 Execute JEOS install Running install for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 Generate XML for guest factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 with bootdev None Generated XML: factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 4194304 4194304 686eec41-9797-48e3-881b-451faa2239bb 4 host hvm /tmp/koji/tasks/5094/255094/scratch_images/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487-kernel /tmp/koji/tasks/5094/255094/scratch_images/factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487-ramdisk method=http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ ks=file:/ks.cfg /usr/share/AAVMF/AAVMF_CODE.fd destroy destroy destroy Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 12000/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11990/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11980/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11970/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11960/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11950/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11940/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11930/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11920/12000 08:12:04,096 INFO anaconda:program: Running... systemctl restart rsyslog 08:12:04,130 INFO systemd:Stopping System Logging Service... 08:12:04,473 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-7.el8_4.2" x-pid="1660" x-info="https://www.rsyslog.com"] exiting on signal 15. 08:12:04,478 INFO systemd:rsyslog.service: Succeeded. 08:12:04,478 INFO systemd:Stopped System Logging Service. 08:12:04,483 INFO systemd:Starting System Logging Service... 08:12:04,499 INFO systemd:Started System Logging Service. 08:12:04,502 WARNING rsyslogd:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.1911.0-7.el8_4.2 try https://www.rsyslog.com/e/2307 ] 08:12:04,503 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.1911.0-7.el8_4.2 try https://www.rsyslog.com/e/2450 ] 08:12:04,503 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.1911.0-7.el8_4.2] 08:12:04,503 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.1911.0-7.el8_4.2] 08:12:04,503 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-7.el8_4.2" x-pid="1723" x-info="https://www.rsyslog.com"] start 08:12:04,503 NOTICE rsyslogd:imjournal: journal files changed, reloading... [v8.1911.0-7.el8_4.2 try https://www.rsyslog.com/e/0 ] 08:12:04,518 DEBUG anaconda:program: Return code: 0 08:12:04,518 INFO anaconda:anaconda: core.configuration.product: Loading information about products from /etc/anaconda/product.d. 08:12:04,521 INFO anaconda:anaconda: core.configuration.product: Found Fedora Silverblue at /etc/anaconda/product.d/fedora-silverblue.conf. 08:12:04,523 INFO anaconda:anaconda: core.configuration.product: Found Fedora Server at /etc/anaconda/product.d/fedora-server.conf. 08:12:04,525 INFO anaconda:anaconda: core.configuration.product: Found CentOS Linux at /etc/anaconda/product.d/centos.conf. 08:12:04,528 INFO anaconda:anaconda: core.configuration.product: Found CentOS Stream at /etc/anaconda/product.d/centos-stream.conf. 08:12:04,530 INFO anaconda:anaconda: core.configuration.product: Found Fedora at /etc/anaconda/product.d/fedora.conf. 08:12:04,532 INFO anaconda:anaconda: core.configuration.product: Found Fedora Workstation at /etc/anaconda/product.d/fedora-workstation.conf. 08:12:04,534 INFO anaconda:anaconda: core.configuration.product: Found Fedora Workstation Live at /etc/anaconda/product.d/fedora-workstation-live.conf. 08:12:04,536 INFO anaconda:anaconda: core.configuration.product: Found oVirt Node Next at /etc/anaconda/product.d/ovirt.conf. 08:12:04,539 INFO anaconda:anaconda: core.configuration.product: Found Red Hat Virtualization at /etc/anaconda/product.d/rhev.conf. 08:12:04,541 INFO anaconda:anaconda: core.configuration.product: Found Scientific Linux at /etc/anaconda/product.d/scientific-linux.conf. 08:12:04,544 INFO anaconda:anaconda: core.configuration.product: Found Red Hat Enterprise Linux at /etc/anaconda/product.d/rhel.conf. 08:12:04,546 INFO anaconda:anaconda: core.configuration.product: Found Fedora AtomicHost at /etc/anaconda/product.d/fedora-atomic-host.conf. 08:12:04,548 WARNING anaconda:anaconda: core.configuration.product: No support for the product CentOS Stream BaseOS. 08:12:04,548 INFO anaconda:anaconda: core.configuration.product: The product CentOS Stream is supported. 08:12:04,574 INFO anaconda:anaconda: main: /sbin/anaconda 33.16.4.15-1.el8.0.2 08:12:04,575 WARNING anaconda:anaconda: stdout: Deprecated boot argument 'method' must be used with the 'inst.' prefix. Please use 'inst.method' instead. 08:12:04,576 WARNING anaconda:anaconda: stdout: Deprecated boot argument 'ks' must be used with the 'inst.' prefix. Please use 'inst.ks' instead. 08:12:04,576 WARNING anaconda:anaconda: stdout: Anaconda boot arguments without 'inst.' prefix have been deprecated and will be removed in a future major release. 08:12:05,093 DEBUG NetworkManager: [1622707925.0936] ndisc[0xaaaadf0fd600,"enp1s0"]: solicit: schedule sending next solicitation in 17.105 seconds Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11910/12000 08:12:09,520 INFO anaconda:anaconda: isys: 4204736 kB (4106 MB) are available 08:12:09,522 INFO anaconda:program: Running... losetup --list 08:12:09,550 INFO anaconda:anaconda: startup_utils: check_memory(): total:4106, needed:320, graphical:410 08:12:09,551 INFO anaconda:program: Running... /sbin/auditd 08:12:09,565 DEBUG anaconda:program: Return code: 0 08:12:09,568 INFO anaconda:anaconda: main: anaconda called with cmdline = ['/sbin/anaconda'] 08:12:09,568 INFO anaconda:anaconda: main: Default encoding = utf-8 08:12:09,569 INFO anaconda:anaconda: misc: Writing a temporary configuration loaded from: ['/etc/anaconda/anaconda.conf', '/etc/anaconda/product.d/rhel.conf', '/etc/anaconda/product.d/centos-stream.conf', '/etc/anaconda/conf.d/00-do-nothing.conf', '/etc/anaconda/conf.d/01-still-do-nothing.conf'] 08:12:09,570 INFO anaconda:program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf 08:12:09,610 INFO anaconda:anaconda: core.dbus: Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:09,625 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1694 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 08:12:10,098 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:10,204 WARNING org.fedoraproject.Anaconda.Boss:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:10,204 WARNING org.fedoraproject.Anaconda.Boss: import imp 08:12:10,571 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:10,572 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss. 08:12:10,573 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:10,582 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss. 08:12:10,589 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Boss' 08:12:10,590 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:10,597 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/1. 08:12:10,604 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Running Thread: AnaTaskThread-StartModulesTask-1 (281473483403744) 08:12:10,605 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Timezone. 08:12:10,606 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Network. 08:12:10,606 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Localization. 08:12:10,606 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Security. 08:12:10,607 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Users. 08:12:10,608 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Payloads. 08:12:10,609 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Storage. 08:12:10,609 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Services. 08:12:10,612 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Timezone 08:12:10,614 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Network 08:12:10,614 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,615 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Localization 08:12:10,615 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,616 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Security 08:12:10,617 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,617 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Users 08:12:10,618 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,618 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Payloads 08:12:10,619 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,620 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Storage 08:12:10,620 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Payloads' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,621 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Services 08:12:10,622 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:10,623 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1737 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:11,160 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,397 WARNING org.fedoraproject.Anaconda.Modules.Timezone:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:11,397 WARNING org.fedoraproject.Anaconda.Modules.Timezone: import imp 08:12:11,409 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,671 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:11,671 WARNING org.fedoraproject.Anaconda.Modules.Network: import imp 08:12:11,689 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,740 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,782 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,793 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,798 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 08:12:11,926 WARNING org.fedoraproject.Anaconda.Modules.Security:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:11,926 WARNING org.fedoraproject.Anaconda.Modules.Security: import imp 08:12:11,988 WARNING org.fedoraproject.Anaconda.Modules.Localization:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:11,988 WARNING org.fedoraproject.Anaconda.Modules.Localization: import imp 08:12:12,012 WARNING org.fedoraproject.Anaconda.Modules.Payloads:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:12,012 WARNING org.fedoraproject.Anaconda.Modules.Payloads: import imp 08:12:12,017 WARNING org.fedoraproject.Anaconda.Modules.Users:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:12,017 WARNING org.fedoraproject.Anaconda.Modules.Users: import imp 08:12:12,071 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 08:12:12,111 WARNING org.fedoraproject.Anaconda.Modules.Services:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:12,111 WARNING org.fedoraproject.Anaconda.Modules.Services: import imp 08:12:12,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DeviceFormat as None 08:12:12,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BIOSBoot as biosboot 08:12:12,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DiskLabel as disklabel 08:12:12,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DMRaidMember as dmraidmember 08:12:12,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext2FS as ext2 08:12:12,650 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus. 08:12:12,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext3FS as ext3 08:12:12,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext4FS as ext4 08:12:12,652 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus. 08:12:12,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class FATFS as vfat 08:12:12,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIFS as efi 08:12:12,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BTRFS as btrfs 08:12:12,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class GFS2 as gfs2 08:12:12,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class JFS as jfs 08:12:12,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ReiserFS as reiserfs 08:12:12,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class XFS as xfs 08:12:12,668 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFS as hfs 08:12:12,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot 08:12:12,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFSPlus as hfs+ 08:12:12,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MacEFIFS as macefi 08:12:12,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NTFS as ntfs 08:12:12,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFS as nfs 08:12:12,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFSv4 as nfs4 08:12:12,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Iso9660FS as iso9660 08:12:12,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NoDevFS as nodev 08:12:12,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DevPtsFS as devpts 08:12:12,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ProcFS as proc 08:12:12,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SysFS as sysfs 08:12:12,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class TmpFS as tmpfs 08:12:12,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BindFS as bind 08:12:12,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SELinuxFS as selinuxfs 08:12:12,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class USBFS as usbfs 08:12:12,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIVarFS as efivarfs 08:12:12,711 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:12,713 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security. 08:12:12,719 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 08:12:12,724 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Applying boot options 08:12:12,724 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:12,726 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall. 08:12:12,729 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:12,733 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:12,752 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network. 08:12:12,760 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network. 08:12:12,765 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security. 08:12:12,777 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security' 08:12:12,778 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network' 08:12:12,782 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:12,782 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Security started successfully. 08:12:12,784 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Network started successfully. 08:12:12,784 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:12,786 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Security is available. 08:12:12,791 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Network is available. 08:12:12,961 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:12,963 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Packages. 08:12:12,964 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:12,971 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:12,984 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services. 08:12:12,984 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:12,992 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads. 08:12:12,994 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payloads. 08:12:13,002 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payloads' 08:12:13,004 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Payloads started successfully. 08:12:13,006 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Payloads is available. 08:12:13,006 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services. 08:12:13,011 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:13,015 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services' 08:12:13,016 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Services started successfully. 08:12:13,018 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Services is available. 08:12:13,024 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:13,046 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:13,048 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users. 08:12:13,049 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:13,061 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 08:12:13,066 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users. 08:12:13,074 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users' 08:12:13,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [1] lvm version ... 08:12:13,075 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Users started successfully. 08:12:13,075 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:13,077 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Users is available. 08:12:13,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[1]: LVM version: 2.03.11(2)-RHEL8 (2021-01-28) 08:12:13,243 WARNING org.fedoraproject.Anaconda.Modules.Storage: Library version: 1.02.175-RHEL8 (2021-01-28) 08:12:13,243 WARNING org.fedoraproject.Anaconda.Modules.Storage: Driver version: 4.43.0 08:12:13,243 WARNING org.fedoraproject.Anaconda.Modules.Storage: Configuration: ./configure --build=aarch64-redhat-linux-gnu --host=aarch64-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 --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --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 08:12:13,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[1]: 08:12:13,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [1] (exit code: 0) 08:12:13,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LUKS as luks 08:12:13,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Integrity as integrity 08:12:13,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv 08:12:13,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MDRaidMember as mdmember 08:12:13,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MultipathMember as multipath_member 08:12:13,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class PPCPRePBoot as prepboot 08:12:13,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SwapSpace as swap 08:12:13,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm trigger --action=change --subsystem-match=block 08:12:13,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:13,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:13,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:13,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 08:12:13,680 WARNING org.fedoraproject.Anaconda.Modules.Storage: import imp 08:12:14,047 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.11' (uid=0 pid=1758 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:14,053 INFO systemd:Starting Disk Manager... 08:12:14,103 NOTICE journal:udisks daemon version 2.9.0 starting 08:12:14,120 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 08:12:14,144 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=0 pid=1805 comm="/usr/libexec/udisks2/udisksd " label="system_u:system_r:kernel_t:s0") 08:12:14,150 INFO systemd:Starting Authorization Manager... 08:12:14,382 INFO polkitd:Started polkitd version 0.115 08:12:14,569 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 08:12:14,868 NOTICE polkitd:Loading rules from directory /etc/polkit-1/rules.d 08:12:14,868 NOTICE polkitd:Loading rules from directory /usr/share/polkit-1/rules.d 08:12:14,874 NOTICE polkitd:Finished loading, compiling and executing 3 rules 08:12:14,876 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.PolicyKit1' 08:12:14,877 INFO systemd:Started Authorization Manager. 08:12:14,879 NOTICE polkitd:Acquired the name org.freedesktop.PolicyKit1 on the system bus 08:12:15,012 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.UDisks2' 08:12:15,015 INFO systemd:Started Disk Manager. 08:12:15,027 NOTICE journal:Acquired the name org.freedesktop.UDisks2 on the system message bus 08:12:15,035 NOTICE journal:Loading module iscsi ... Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11900/12000 08:12:15,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Caught exception, continuing. 08:12:15,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Problem description: failed to get initiator name from iscsi firmware 08:12:15,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Begin exception details. 08:12:15,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Traceback (most recent call last): 08:12:15,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 141, in call_sync 08:12:15,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: DEFAULT_DBUS_TIMEOUT, None) 08:12:15,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found (36) 08:12:15,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: During handling of the above exception, another exception occurred: 08:12:15,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Traceback (most recent call last): 08:12:15,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 160, in __init__ 08:12:15,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0] 08:12:15,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/util.py", line 1103, in decorated 08:12:15,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: return fn(*args, **kwargs) 08:12:15,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 196, in _call_initiator_method 08:12:15,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: connection=self._connection) 08:12:15,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 145, in call_sync 08:12:15,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: raise DBusCallError(msg) 08:12:15,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: blivet.safe_dbus.DBusCallError: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found 08:12:15,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: End exception details. 08:12:15,639 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 08:12:15,683 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 08:12:15,683 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 08:12:16,083 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 08:12:16,122 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 08:12:16,126 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 08:12:16,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. 08:12:16,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. 08:12:16,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe libfc 08:12:16,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:16,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i 08:12:16,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:ERROR:program:Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 08:12:16,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:Failed to read FCoE EDD info: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 08:12:16,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. 08:12:16,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:ISCSID is /sbin/iscsid 08:12:16,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set 08:12:16,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. 08:12:16,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [2] e2fsck -V ... 08:12:16,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[2]: 08:12:16,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[2]: e2fsck 1.45.6 (20-Mar-2020) 08:12:16,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:#011Using EXT2FS Library version 1.45.6, 20-Mar-2020 08:12:16,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [2] (exit code: 0) 08:12:16,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:16,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 08:12:16,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:16,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'ext4' 08:12:16,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:16,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 08:12:16,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:16,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 08:12:16,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:16,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 08:12:16,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop0 585150464 root disk brw-rw---- squashfs 08:12:16,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop1 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:16,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde / 08:12:16,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:16,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop2 34359738368 root disk brw-rw---- 08:12:16,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde / 08:12:16,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:vda 10737418240 root disk brw-rw---- 08:12:16,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lsblk output: 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop0 585150464 root disk brw-rw---- squashfs 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop1 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde / 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop2 34359738368 root disk brw-rw---- 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7fbba0b3-be50-4e2d-9cde-d9f337451dde / 08:12:16,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:vda 10737418240 root disk brw-rw---- 08:12:16,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'xfs' 08:12:16,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 08:12:16,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run xfs 08:12:16,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:16,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2 08:12:16,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 08:12:16,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' 08:12:16,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; 08:12:16,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 08:12:16,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 08:12:16,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:16,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. 08:12:16,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:16,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree. 08:12:16,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. 08:12:16,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. 08:12:16,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot. 08:12:16,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. 08:12:16,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE. 08:12:16,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI. 08:12:16,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM. 08:12:16,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD. 08:12:16,557 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP. 08:12:16,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. 08:12:16,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. 08:12:16,566 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage' 08:12:16,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:16,570 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Storage started successfully. 08:12:16,570 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Storage is available. 08:12:17,030 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:17,031 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone. 08:12:17,032 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:17,042 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone. 08:12:17,049 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone' 08:12:17,050 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:17,050 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Timezone started successfully. 08:12:17,052 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Timezone is available. 08:12:17,343 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Publish the service. 08:12:17,346 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization. 08:12:17,346 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-oVkik9cP5e,guid=26118b5a6d4df0af41518b7f60b88ed9. 08:12:17,357 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization. 08:12:17,363 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization' 08:12:17,365 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Start the loop. 08:12:17,365 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Localization started successfully. 08:12:17,367 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Localization is available. 08:12:17,373 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Thread Done: AnaTaskThread-StartModulesTask-1 (281473483403744) 08:12:17,643 INFO anaconda:anaconda: main: Found a kickstart file: /run/install/ks.cfg 08:12:17,810 INFO anaconda:anaconda: kickstart.script: Running kickstart %%pre script(s) 08:12:17,811 INFO anaconda:anaconda: stdout: Running pre-installation scripts 08:12:17,812 INFO anaconda:program: Running... /bin/sh /tmp/ks-script-31tta063 08:12:17,871 DEBUG anaconda:program: Return code: 0 08:12:17,872 INFO anaconda:anaconda: kickstart.script: All kickstart %%pre script(s) have been run 08:12:17,873 INFO kernel: vda: 08:12:17,873 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon org_fedora_oscap 08:12:17,874 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon org_fedora_oscap 08:12:17,875 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon com_redhat_kdump 08:12:17,876 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon com_redhat_kdump 08:12:18,415 INFO anaconda:anaconda: startup_utils: Parsing kickstart: /run/install/ks.cfg 08:12:18,420 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Reading a kickstart file at /run/install/ks.cfg. 08:12:18,711 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Timezone handles commands ['timezone'] sections [] addons []. 08:12:18,713 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:18,722 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Timezone is set to UTC. 08:12:18,724 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:UTC is set to True. 08:12:18,724 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP is set to True. 08:12:18,725 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 08:12:18,725 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:18,742 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Network handles commands ['network', 'firewall'] sections [] addons []. 08:12:18,744 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:18,760 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:used 'link' for missing network --device options 08:12:18,760 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Hostname is set to localhost.localdomain 08:12:18,761 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall command considered seen in kickstart: True. 08:12:18,762 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall mode will be: FirewallMode.ENABLED 08:12:18,763 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: [] 08:12:18,764 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: [] 08:12:18,764 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: ['ssh'] 08:12:18,764 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: [] 08:12:18,764 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:18,781 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Localization handles commands ['keyboard', 'lang'] sections [] addons []. 08:12:18,782 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:18,791 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 08:12:18,792 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language support is set to []. 08:12:18,794 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language seen set to True. 08:12:18,794 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to . 08:12:18,795 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 08:12:18,795 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X layout switch options are set to []. 08:12:18,795 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Setting keyboard from generic setting value 'us'. 08:12:18,796 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:program:Running... loadkeys us 08:12:18,979 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:program:Return code: 0 08:12:18,979 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 08:12:18,979 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 08:12:18,979 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:keyboard command considered seen in kicksatart: True. 08:12:18,980 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:18,999 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 []. 08:12:19,001 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:19,007 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:SElinux is set to SELinuxMode.ENFORCING. 08:12:19,008 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Authconfig is set to ['--enableshadow', '--passalgo=sha512']. 08:12:19,010 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:19,028 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 []. 08:12:19,030 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:19,041 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password set. 08:12:19,042 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root account has been unlocked. 08:12:19,043 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Can change root password state changed: False. 08:12:19,044 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new user list has been set: [] 08:12:19,044 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new group list has been set: [] 08:12:19,045 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new ssh key list has been set: [] 08:12:19,045 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:19,063 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 []. 08:12:19,064 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:19,146 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Created the payload PayloadType.DNF. 08:12:19,318 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.url.url:The repo_configuration is set to RepoConfigurationData(cost=1000, excluded_packages=[], included_packages=[], name='anaconda-0', proxy='', ssl_configuration=SSLConfigurationData(ca_cert_path='', client_cert_path='', client_key_path=''), ssl_verification_enabled=True, type='BASEURL', url='http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/') 08:12:19,319 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payload.payload_base:New sources [Source(type='URL', url='http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/')] were added. 08:12:19,319 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Activated the payload PayloadType.DNF. 08:12:19,321 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:19,323 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Payload/1. 08:12:19,343 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 []. 08:12:19,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:19,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format unrecognized is set to 'True'. 08:12:19,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Default disk label is set to ''. 08:12:19,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 08:12:19,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format LDL is set to 'False'. 08:12:19,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 08:12:19,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 08:12:19,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 08:12:19,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '[]'. 08:12:19,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Exclusive disks are set to '[]'. 08:12:19,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Ignored disks are set to '[]'. 08:12:19,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. 08:12:19,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. 08:12:19,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. 08:12:19,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Extra arguments are set to '['console=ttyS0,115200n8', 'no_timer_check', 'crashkernel=auto', 'net.ifnames=0', 'nvme_core.io_timeout=4294967295', 'nvme_core.max_retries=10']'. 08:12:19,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Timeout is set to '1'. 08:12:19,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Created the partitioning CUSTOM. 08:12:19,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:19,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. 08:12:19,494 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 []. 08:12:19,496 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 08:12:19,510 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Enabled services are set to ['NetworkManager', 'sshd', 'rsyslog', 'chronyd', 'cloud-init', 'cloud-init-local', 'cloud-config', 'cloud-final', 'rngd']. 08:12:19,510 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Disabled services are set to ['kdump']. 08:12:19,510 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default desktop is set to . 08:12:19,511 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.DISABLED. 08:12:19,512 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Post installation tools will be disabled. 08:12:19,513 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 08:12:19,528 WARNING anaconda:anaconda: misc: /usr/lib64/python3.6/site-packages/pyanaconda/kickstart.py:530: KickstartParseWarning: The authconfig command will be deprecated, use authselect instead.#012 warnings.warn(warn.message, KickstartParseWarning) 08:12:19,529 WARNING anaconda:anaconda: kickstart: Command keyboard will be parsed in DBus module. 08:12:19,530 WARNING anaconda:anaconda: kickstart: Command rootpw will be parsed in DBus module. 08:12:19,531 WARNING anaconda:anaconda: kickstart: Command url will be parsed in DBus module. 08:12:19,532 WARNING anaconda:anaconda: kickstart: Command lang will be parsed in DBus module. 08:12:19,533 WARNING anaconda:anaconda: kickstart: Command firewall will be parsed in DBus module. 08:12:19,536 WARNING anaconda:anaconda: kickstart: Command network will be parsed in DBus module. 08:12:19,537 WARNING anaconda:anaconda: kickstart: Command network will be parsed in DBus module. 08:12:19,538 WARNING anaconda:anaconda: kickstart: Command timezone will be parsed in DBus module. 08:12:19,539 WARNING anaconda:anaconda: kickstart: Command auth will be parsed in DBus module. 08:12:19,540 WARNING anaconda:anaconda: kickstart: Command firstboot will be parsed in DBus module. 08:12:19,541 WARNING anaconda:anaconda: kickstart: Command selinux will be parsed in DBus module. 08:12:19,542 WARNING anaconda:anaconda: kickstart: Command services will be parsed in DBus module. 08:12:19,544 WARNING anaconda:anaconda: kickstart: Command bootloader will be parsed in DBus module. 08:12:19,544 WARNING anaconda:anaconda: kickstart: Command reqpart will be parsed in DBus module. 08:12:19,545 WARNING anaconda:anaconda: kickstart: Command zerombr will be parsed in DBus module. 08:12:19,546 WARNING anaconda:anaconda: kickstart: Command clearpart will be parsed in DBus module. 08:12:19,547 WARNING anaconda:anaconda: kickstart: Command part will be parsed in DBus module. 08:12:19,601 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:dasbus.connection:Connecting to the system bus. 08:12:19,602 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:dasbus.connection:Connecting to the system bus. 08:12:19,607 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/1. 08:12:19,614 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-ApplyKeyboardTask-1 (281472697430496) 08:12:19,616 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:program:Running... loadkeys us 08:12:19,800 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:program:Return code: 0 08:12:19,801 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.18' (uid=0 pid=1759 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:12:19,811 INFO systemd:Starting Locale Service... 08:12:20,197 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 08:12:20,197 INFO systemd:Started Locale Service. 08:12:20,286 INFO systemd-localed:Changed X11 keyboard layout to 'us' model '' variant '' options '' 08:12:20,288 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-ApplyKeyboardTask-1 (281472697430496) 08:12:20,289 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 08:12:20,289 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to ['us']. 08:12:21,320 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Stream 8; generic; Linux.aarch64)' 08:12:21,449 INFO anaconda:packaging: setting DNF platform id to: platform:el8 08:12:21,450 DEBUG anaconda:packaging: getting release version from tree at None (8) 08:12:21,451 DEBUG anaconda:packaging: using default release version of 8 08:12:21,457 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Source/1. 08:12:21,477 INFO anaconda:librepo: Librepo version: 1.14.0 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.4/openssl/zlib nghttp2/1.33.0) 08:12:21,484 DEBUG anaconda:packaging: Dnf configuration:#012[main]#012allow_vendor_change = 1#012assumeno = 0#012assumeyes = 0#012autocheck_running_kernel = 1#012bandwidth = 0#012best = 0#012bugtracker_url = https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf#012cachedir = /tmp/dnf.cache#012cacheonly = 0#012check_config_file_age = 1#012clean_requirements_on_remove = 1#012color = auto#012color_list_available_downgrade = magenta#012color_list_available_install = bold,cyan#012color_list_available_reinstall = bold,underline,green#012color_list_available_upgrade = bold,blue#012color_list_installed_extra = bold,red#012color_list_installed_newer = bold,yellow#012color_list_installed_older = yellow#012color_list_installed_reinstall = cyan#012color_search_match = bold,magenta#012color_update_installed = red#012color_update_local = green#012color_update_remote = bold,green#012config_file_path = /etc/dnf/dnf.conf#012countme = 0#012debug_solver = 0#012debuglevel = 2#012defaultyes = 0#012deltarpm = 1#012deltarpm_percentage = 75#012disable_excludes = #012diskspacecheck = 1#012enabled = 1#012enablegroups = 1#012errorlevel = 3#012exclude = #012excludepkgs = #012exit_on_lock = 0#012fastestmirror = 0#012gpgcheck = 0#012gpgkey_dns_verification = 0#012group_package_types = mandatory, default, conditional#012history_list_view = commands#012history_record = 1#012history_record_packages = dnf, rpm#012ignorearch = 0#012includepkgs = #012install_weak_deps = 1#012installonly_limit = 3#012installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)#012installroot = /mnt/sysroot#012ip_resolve = whatever#012keepcache = 0#012localpkg_gpgcheck = 0#012log_compress = 0#012log_rotate = 4#012log_size = 1048576#012logdir = /tmp/#012logfilelevel = 9#012max_parallel_downloads = 3#012metadata_expire = 172800#012metadata_timer_sync = 10800#012minrate = 1000#012module_platform_id = platform:el8#012module_stream_switch = 0#012multilib_policy = best#012obsoletes = 1#012password = #012persistdir = /mnt/sysroot/var/lib/dnf#012pluginconfpath = /tmp/dnf.pluginconf#012pluginpath = /usr/lib/python3.6/site-packages/dnf-plugins#012plugins = 1#012protect_running_kernel = 1#012protected_packages = dnf, systemd, systemd-udev, setup, dnf#012proxy = #012proxy_auth_method = any#012recent = 7#012repo_gpgcheck = 0#012reposdir = /etc/yum.repos.d, /etc/anaconda.repos.d, /tmp/updates/anaconda.repos.d, /tmp/product/anaconda.repos.d#012reset_nice = 1#012retries = 10#012rpmverbosity = info#012showdupesfromrepos = 0#012skip_broken = 0#012skip_if_unavailable = 0#012sslcacert = #012sslclientcert = #012sslclientkey = #012sslverify = 1#012strict = 1#012system_cachedir = /var/cache/dnf#012throttle = 0#012timeout = 30#012transformdb = 1#012tsflags = #012upgrade_group_objects_upgrade = 1#012user_agent = libdnf (CentOS Stream 8; generic; Linux.aarch64)#012username = #012varsdir = /etc/yum/vars, /etc/dnf/vars#012zchunk = 1 08:12:21,525 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.source.url.url:The repo_configuration is set to RepoConfigurationData(cost=1000, excluded_packages=[], included_packages=[], name='anaconda-0', proxy='', ssl_configuration=SSLConfigurationData(ca_cert_path='', client_cert_path='', client_key_path=''), ssl_verification_enabled=True, type='BASEURL', url='http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/') 08:12:21,533 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Stream 8; generic; Linux.aarch64)' 08:12:21,540 INFO anaconda:packaging: setting DNF platform id to: platform:el8 08:12:21,540 DEBUG anaconda:packaging: getting release version from tree at None (8) 08:12:21,541 DEBUG anaconda:packaging: using default release version of 8 08:12:21,562 INFO anaconda:librepo: Librepo version: 1.14.0 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.4/openssl/zlib nghttp2/1.33.0) 08:12:21,568 DEBUG anaconda:packaging: Dnf configuration:#012[main]#012allow_vendor_change = 1#012assumeno = 0#012assumeyes = 0#012autocheck_running_kernel = 1#012bandwidth = 0#012best = 0#012bugtracker_url = https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf#012cachedir = /tmp/dnf.cache#012cacheonly = 0#012check_config_file_age = 1#012clean_requirements_on_remove = 1#012color = auto#012color_list_available_downgrade = magenta#012color_list_available_install = bold,cyan#012color_list_available_reinstall = bold,underline,green#012color_list_available_upgrade = bold,blue#012color_list_installed_extra = bold,red#012color_list_installed_newer = bold,yellow#012color_list_installed_older = yellow#012color_list_installed_reinstall = cyan#012color_search_match = bold,magenta#012color_update_installed = red#012color_update_local = green#012color_update_remote = bold,green#012config_file_path = /etc/dnf/dnf.conf#012countme = 0#012debug_solver = 0#012debuglevel = 2#012defaultyes = 0#012deltarpm = 1#012deltarpm_percentage = 75#012disable_excludes = #012diskspacecheck = 1#012enabled = 1#012enablegroups = 1#012errorlevel = 3#012exclude = #012excludepkgs = #012exit_on_lock = 0#012fastestmirror = 0#012gpgcheck = 0#012gpgkey_dns_verification = 0#012group_package_types = mandatory, default, conditional#012history_list_view = commands#012history_record = 1#012history_record_packages = dnf, rpm#012ignorearch = 0#012includepkgs = #012install_weak_deps = 1#012installonly_limit = 3#012installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)#012installroot = /mnt/sysroot#012ip_resolve = whatever#012keepcache = 0#012localpkg_gpgcheck = 0#012log_compress = 0#012log_rotate = 4#012log_size = 1048576#012logdir = /tmp/#012logfilelevel = 9#012max_parallel_downloads = 3#012metadata_expire = 172800#012metadata_timer_sync = 10800#012minrate = 1000#012module_platform_id = platform:el8#012module_stream_switch = 0#012multilib_policy = best#012obsoletes = 1#012password = #012persistdir = /mnt/sysroot/var/lib/dnf#012pluginconfpath = /tmp/dnf.pluginconf#012pluginpath = /usr/lib/python3.6/site-packages/dnf-plugins#012plugins = 1#012protect_running_kernel = 1#012protected_packages = dnf, systemd, systemd-udev, setup, dnf#012proxy = #012proxy_auth_method = any#012recent = 7#012repo_gpgcheck = 0#012reposdir = /etc/yum.repos.d, /etc/anaconda.repos.d, /tmp/updates/anaconda.repos.d, /tmp/product/anaconda.repos.d#012reset_nice = 1#012retries = 10#012rpmverbosity = info#012showdupesfromrepos = 0#012skip_broken = 0#012skip_if_unavailable = 0#012sslcacert = #012sslclientcert = #012sslclientkey = #012sslverify = 1#012strict = 1#012system_cachedir = /var/cache/dnf#012throttle = 0#012timeout = 30#012transformdb = 1#012tsflags = #012upgrade_group_objects_upgrade = 1#012user_agent = libdnf (CentOS Stream 8; generic; Linux.aarch64)#012username = #012varsdir = /etc/yum/vars, /etc/dnf/vars#012zchunk = 1 08:12:21,594 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 08:12:21,597 DEBUG anaconda:anaconda: localization: setting locale to: en_US.UTF-8 08:12:21,602 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_US.UTF-8. 08:12:21,602 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,602 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_US.UTF-8. 08:12:21,604 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,607 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,609 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,612 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,614 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,617 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,622 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 08:12:21,625 DEBUG anaconda:anaconda: network: Initialization started. 08:12:21,631 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Initialization started. 08:12:21,634 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect-retries': <1>, 'id': <'Wired Connection'>, 'multi-connect': <3>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'98de4f14-c3af-4150-95c2-14704853f88b'>, 'wait-device-timeout': <60000>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dhcp-vendor-class-identifier': <'anaconda-Linux'>, 'dns': <@au []>, 'dns-search': <@as []>, 'may-fail': , 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:21,646 DEBUG anaconda:anaconda: network: Devices found: ['enp1s0'] 08:12:21,648 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/1. 08:12:21,657 DEBUG anaconda:anaconda: network: Running task Consolidate initramfs connections 08:12:21,659 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (281472778105312) 08:12:21,661 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (281472778105312) 08:12:21,663 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Consolidate initramfs connections result: [] 08:12:21,671 DEBUG anaconda:anaconda: network: Consolidate initramfs connections result: [] 08:12:21,673 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/2. 08:12:21,682 DEBUG anaconda:anaconda: network: Running task Apply kickstart 08:12:21,684 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ApplyKickstartTask-1 (281472778105312) 08:12:21,684 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 08:12:21,685 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Ifcfg file for enp1s0 not found 08:12:21,686 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Apply kickstart: pre kickstart - adding connection for enp1s0 08:12:21,695 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:Bind to device: enp1s0 -> enp1s0 08:12:21,696 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:add connection: 0433969c-2bb4-4b8c-940c-85850b805e39 for enp1s0 08:12:21,696 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}} 08:12:21,698 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:458: Warning: g_main_context_push_thread_default: assertion 'acquired_context' failed 08:12:21,698 WARNING org.fedoraproject.Anaconda.Modules.Network: device_to_activate 08:12:21,699 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:458: Warning: g_main_context_pop_thread_default: assertion 'stack != NULL' failed 08:12:21,699 WARNING org.fedoraproject.Anaconda.Modules.Network: device_to_activate 08:12:21,699 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 08:12:21,700 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Ifcfg file for enp1s0 not found 08:12:21,700 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Apply kickstart: pre kickstart - adding connection for enp1s0 08:12:21,701 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:Bind to device: enp1s0 -> enp1s0 08:12:21,702 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:add connection: f99ecb0c-2493-437f-9220-f7294ce94b22 for enp1s0 08:12:21,702 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'f99ecb0c-2493-437f-9220-f7294ce94b22'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}} 08:12:21,703 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ApplyKickstartTask-1 (281472778105312) 08:12:21,704 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Apply kickstart result: ['enp1s0', 'enp1s0'] 08:12:21,704 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Apply kickstart 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:12:21,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:12:21,706 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:12:21,707 DEBUG NetworkManager: [1622707941.7068] ++ connection 'new connection' (0xaaaadf1910a0/NMSimpleConnection/"802-3-ethernet"): [/org/freedesktop/NetworkManager/Settings/2] 08:12:21,707 DEBUG NetworkManager: [1622707941.7069] ++ connection [ 0xaaaadf141520 ] 08:12:21,708 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:12:21,708 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:12:21,708 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:12:21,708 DEBUG NetworkManager: [1622707941.7069] ++ connection.id = 'enp1s0' 08:12:21,708 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect-retries': <1>, 'id': <'Wired Connection'>, 'multi-connect': <3>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'98de4f14-c3af-4150-95c2-14704853f88b'>, 'wait-device-timeout': <60000>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dhcp-vendor-class-identifier': <'anaconda-Linux'>, 'dns': <@au []>, 'dns-search': <@as []>, 'may-fail': , 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:21,708 DEBUG NetworkManager: [1622707941.7070] ++ connection.interface-name = 'enp1s0' 08:12:21,709 DEBUG NetworkManager: [1622707941.7070] ++ connection.permissions = [] 08:12:21,709 DEBUG NetworkManager: [1622707941.7071] ++ connection.type = '802-3-ethernet' 08:12:21,709 DEBUG NetworkManager: [1622707941.7071] ++ connection.uuid = '0433969c-2bb4-4b8c-940c-85850b805e39' 08:12:21,709 DEBUG NetworkManager: [1622707941.7072] ++ 802-3-ethernet [ 0xaaaadf0cc6c0 ] 08:12:21,710 DEBUG NetworkManager: [1622707941.7072] ++ 802-3-ethernet.mac-address-blacklist = [] 08:12:21,710 DEBUG NetworkManager: [1622707941.7073] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0xffffa0029760) 08:12:21,710 DEBUG NetworkManager: [1622707941.7074] ++ ipv4 [ 0xaaaadf0b0760 ] 08:12:21,710 DEBUG NetworkManager: [1622707941.7074] ++ ipv4.addresses = ((GPtrArray*) 0xaaaadf1902a0) 08:12:21,710 DEBUG NetworkManager: [1622707941.7074] ++ ipv4.dns = [] 08:12:21,710 DEBUG NetworkManager: [1622707941.7075] ++ ipv4.dns-search = [] 08:12:21,711 DEBUG NetworkManager: [1622707941.7075] ++ ipv4.method = 'auto' 08:12:21,711 DEBUG NetworkManager: [1622707941.7076] ++ ipv4.routes = ((GPtrArray*) 0xaaaadf190240) 08:12:21,711 DEBUG NetworkManager: [1622707941.7076] ++ ipv4.routing-rules = 08:12:21,711 DEBUG NetworkManager: [1622707941.7077] ++ ipv6 [ 0xaaaadf0b0420 ] 08:12:21,711 DEBUG NetworkManager: [1622707941.7077] ++ ipv6.addr-gen-mode = 0 08:12:21,711 DEBUG NetworkManager: [1622707941.7078] ++ ipv6.addresses = ((GPtrArray*) 0xaaaadf190220) 08:12:21,712 DEBUG NetworkManager: [1622707941.7078] ++ ipv6.dns = [] 08:12:21,712 DEBUG NetworkManager: [1622707941.7079] ++ ipv6.dns-search = [] 08:12:21,712 DEBUG NetworkManager: [1622707941.7079] ++ ipv6.method = 'auto' 08:12:21,712 DEBUG NetworkManager: [1622707941.7080] ++ ipv6.routes = ((GPtrArray*) 0xaaaadf18fee0) 08:12:21,712 DEBUG NetworkManager: [1622707941.7081] ++ ipv6.routing-rules = 08:12:21,713 DEBUG NetworkManager: [1622707941.7089] create NMAuditManager singleton (752fa00a4fc4b124) 08:12:21,713 INFO NetworkManager: [1622707941.7090] audit: op="connection-add" uuid="0433969c-2bb4-4b8c-940c-85850b805e39" name="enp1s0" pid=1750 uid=0 result="success" 08:12:21,713 DEBUG NetworkManager: [1622707941.7095] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 08:12:21,715 DEBUG NetworkManager: [1622707941.7149] ++ connection 'new connection' (0xaaaadf190340/NMSimpleConnection/"802-3-ethernet"): [/org/freedesktop/NetworkManager/Settings/3] 08:12:21,715 DEBUG NetworkManager: [1622707941.7150] ++ connection [ 0xaaaadf152970 ] 08:12:21,715 DEBUG NetworkManager: [1622707941.7150] ++ connection.id = 'enp1s0' 08:12:21,715 DEBUG NetworkManager: [1622707941.7151] ++ connection.interface-name = 'enp1s0' 08:12:21,715 DEBUG NetworkManager: [1622707941.7151] ++ connection.permissions = [] 08:12:21,716 DEBUG NetworkManager: [1622707941.7152] ++ connection.type = '802-3-ethernet' 08:12:21,716 DEBUG NetworkManager: [1622707941.7153] ++ connection.uuid = 'f99ecb0c-2493-437f-9220-f7294ce94b22' 08:12:21,716 DEBUG NetworkManager: [1622707941.7153] ++ 802-3-ethernet [ 0xaaaadf0ccbb0 ] 08:12:21,717 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:connection 0433969c-2bb4-4b8c-940c-85850b805e39 added: 08:12:21,717 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:21,717 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:activating with device enp1s0 08:12:21,718 DEBUG NetworkManager: [1622707941.7154] ++ 802-3-ethernet.mac-address-blacklist = [] 08:12:21,718 DEBUG NetworkManager: [1622707941.7154] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0xffffa0028b00) 08:12:21,718 DEBUG NetworkManager: [1622707941.7155] ++ ipv4 [ 0xaaaadf0afce0 ] 08:12:21,718 DEBUG NetworkManager: [1622707941.7155] ++ ipv4.addresses = ((GPtrArray*) 0xaaaadf191840) 08:12:21,719 DEBUG NetworkManager: [1622707941.7156] ++ ipv4.dns = [] 08:12:21,719 DEBUG NetworkManager: [1622707941.7156] ++ ipv4.dns-search = [] 08:12:21,719 DEBUG NetworkManager: [1622707941.7157] ++ ipv4.method = 'auto' 08:12:21,719 DEBUG NetworkManager: [1622707941.7157] ++ ipv4.routes = ((GPtrArray*) 0xaaaadf191ae0) 08:12:21,719 DEBUG NetworkManager: [1622707941.7158] ++ ipv4.routing-rules = 08:12:21,720 DEBUG NetworkManager: [1622707941.7158] ++ ipv6 [ 0xaaaadf0afc10 ] 08:12:21,720 DEBUG NetworkManager: [1622707941.7159] ++ ipv6.addr-gen-mode = 0 08:12:21,720 DEBUG NetworkManager: [1622707941.7159] ++ ipv6.addresses = ((GPtrArray*) 0xaaaadf191b00) 08:12:21,720 DEBUG NetworkManager: [1622707941.7160] ++ ipv6.dns = [] 08:12:21,720 DEBUG NetworkManager: [1622707941.7160] ++ ipv6.dns-search = [] 08:12:21,720 DEBUG NetworkManager: [1622707941.7161] ++ ipv6.method = 'auto' 08:12:21,721 DEBUG NetworkManager: [1622707941.7161] ++ ipv6.routes = ((GPtrArray*) 0xaaaadf191c00) 08:12:21,721 DEBUG NetworkManager: [1622707941.7162] ++ ipv6.routing-rules = 08:12:21,721 INFO NetworkManager: [1622707941.7169] audit: op="connection-add" uuid="f99ecb0c-2493-437f-9220-f7294ce94b22" name="enp1s0" pid=1750 uid=0 result="success" 08:12:21,721 DEBUG NetworkManager: [1622707941.7174] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/3 (enp1s0) 08:12:21,721 DEBUG NetworkManager: [1622707941.7186] active-connection[0xaaaadf0fddf0]: set device "enp1s0" [0xaaaadf15c670] 08:12:21,722 DEBUG NetworkManager: [1622707941.7186] device[4c977cad4796371a] (enp1s0): add_pending_action (1): 'activation-2' 08:12:21,722 DEBUG NetworkManager: [1622707941.7191] active-connection[0xaaaadf0fddf0]: constructed (NMActRequest, version-id 2, type managed) 08:12:21,722 DEBUG NetworkManager: [1622707941.7205] device[4c977cad4796371a] (enp1s0): queue activation request waiting for currently active connection to disconnect 08:12:21,722 INFO NetworkManager: [1622707941.7206] device (enp1s0): disconnecting for new activation request. 08:12:21,722 INFO NetworkManager: [1622707941.7206] device (enp1s0): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 08:12:21,723 DEBUG NetworkManager: [1622707941.7207] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'in-state-change' 08:12:21,723 DEBUG NetworkManager: [1622707941.7222] active-connection[0xaaaadf0fb920]: set state deactivating (was activated) 08:12:21,723 INFO NetworkManager: [1622707941.7233] manager: NetworkManager state is now DISCONNECTING 08:12:21,724 DEBUG NetworkManager: [1622707941.7241] active-connection[0xaaaadf0fb920]: check-master-ready: not signalling (state deactivating, no master) 08:12:21,724 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:connection f99ecb0c-2493-437f-9220-f7294ce94b22 added: 08:12:21,724 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'f99ecb0c-2493-437f-9220-f7294ce94b22'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:21,726 DEBUG NetworkManager: [1622707941.7258] manager: ActivatingConnection now (none) 08:12:21,726 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,726 DEBUG NetworkManager: [1622707941.7264] dispatcher: (6) (enp1s0) dispatching action 'pre-down' (with callback) 08:12:21,728 DEBUG NetworkManager: [1622707941.7279] device[4c977cad4796371a] (enp1s0): connectivity state changed from FULL to NONE 08:12:21,728 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 08:12:21,728 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=1628 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:kernel_t:s0") 08:12:21,733 DEBUG NetworkManager: [1622707941.7336] device[4c977cad4796371a] (enp1s0): connectivity state changed from FULL to NONE 08:12:21,734 DEBUG NetworkManager: [1622707941.7339] manager: connectivity checking indicates NONE 08:12:21,734 DEBUG NetworkManager: [1622707941.7341] dispatcher: (7) dispatching action 'connectivity-change' 08:12:21,734 DEBUG NetworkManager: [1622707941.7344] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,735 INFO NetworkManager: [1622707941.7346] audit: op="connection-activate" uuid="0433969c-2 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11890/12000 bb4-4b8c-940c-85850b805e39" name="enp1s0" pid=1750 uid=0 result="success" 08:12:21,737 INFO systemd:Starting Network Manager Script Dispatcher Service... 08:12:21,759 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher' 08:12:21,759 INFO systemd:Started Network Manager Script Dispatcher Service. 08:12:21,762 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: new request (0 scripts) 08:12:21,763 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 08:12:21,763 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_FILENAME=/run/NetworkManager/system-connections/default_connection.nmconnection 08:12:21,763 DEBUG NetworkManager: [1622707941.7632] dispatcher: (6) succeeded but no scripts invoked 08:12:21,763 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_UUID=98de4f14-c3af-4150-95c2-14704853f88b 08:12:21,763 DEBUG NetworkManager: [1622707941.7632] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'queued-state-change-disconnected' 08:12:21,764 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_ID=Wired Connection 08:12:21,764 DEBUG NetworkManager: [1622707941.7633] device[4c977cad4796371a] (enp1s0): queue-state[disconnected, reason:new-activation, id:132]: queue state change 08:12:21,764 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 08:12:21,764 DEBUG NetworkManager: [1622707941.7634] device[4c977cad4796371a] (enp1s0): queue-state[disconnected, reason:new-activation, id:132]: change state 08:12:21,765 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 08:12:21,765 INFO NetworkManager: [1622707941.7635] device (enp1s0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') 08:12:21,765 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,765 DEBUG NetworkManager: [1622707941.7635] device[4c977cad4796371a] (enp1s0): add_pending_action (3): 'in-state-change' 08:12:21,766 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-down 08:12:21,766 DEBUG NetworkManager: [1622707941.7636] device[4c977cad4796371a] (enp1s0): will enable userland IPv6LL 08:12:21,766 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: completed: no scripts 08:12:21,766 DEBUG NetworkManager: [1622707941.7636] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 08:12:21,766 INFO nm-dispatcher:req:2 'connectivity-change': new request (2 scripts) 08:12:21,766 DEBUG NetworkManager: [1622707941.7638] platform-linux: do-request-link: 2 08:12:21,767 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: CONNECTIVITY_STATE=NONE 08:12:21,767 DEBUG NetworkManager: [1622707941.7639] platform: (enp1s0) signal: link changed: 2: enp1s0 mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:9C:57:6E brd FF:FF:FF:FF:FF:FF driver virtio_net rx:402011,611703885 tx:146288,9657497 08:12:21,767 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,767 DEBUG NetworkManager: [1622707941.7640] device[4c977cad4796371a] (enp1s0): queued link change for ifindex 2 08:12:21,767 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 08:12:21,768 DEBUG NetworkManager: [1622707941.7642] platform-linux: do-change-link[2]: success changing link: success 08:12:21,768 INFO nm-dispatcher:req:2 'connectivity-change': start running ordered scripts... 08:12:21,768 DEBUG NetworkManager: [1622707941.7644] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 08:12:21,768 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 08:12:21,768 DEBUG NetworkManager: [1622707941.7650] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 08:12:21,769 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 08:12:21,769 DEBUG NetworkManager: [1622707941.7653] device[4c977cad4796371a] (enp1s0): deactivating device (reason 'new-activation') [60] 08:12:21,769 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 08:12:21,769 DEBUG NetworkManager: [1622707941.7653] firewall: [bd1d7cdfc13744c3,remove*:"enp1s0"]: firewall zone remove enp1s0:default (not running, simulate success) 08:12:21,770 DEBUG NetworkManager: [1622707941.7654] firewall: [bd1d7cdfc13744c3,remove*:"enp1s0"]: complete: drop request simulating success 08:12:21,771 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 08:12:21,772 DEBUG nm-dispatcher:req:2 'connectivity-change': completed (2 scripts) 08:12:21,813 INFO NetworkManager: [1622707941.8135] dhcp4 (enp1s0): canceled DHCP transaction 08:12:21,813 INFO NetworkManager: [1622707941.8136] dhcp4 (enp1s0): state changed bound -> terminated 08:12:21,814 DEBUG NetworkManager: [1622707941.8143] ndisc[0xaaaadf0fd600,"enp1s0"]: stopping neighbor discovery for ifindex 2 08:12:21,814 DEBUG NetworkManager: [1622707941.8145] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 08:12:21,814 DEBUG NetworkManager: [1622707941.8146] platform: (enp1s0) ip4-route: delete type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 08:12:21,815 DEBUG NetworkManager: [1622707941.8147] platform: (enp1s0) signal: route 6 removed: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 08:12:21,815 DEBUG NetworkManager: [1622707941.8148] device[4c977cad4796371a] (enp1s0): queued IP6 config change 08:12:21,815 DEBUG NetworkManager: [1622707941.8148] platform: (enp1s0) signal: route 6 removed: type local table 255 fe80::5054:ff:fe9c:576e/128 via :: dev 2 metric 0 mss 0 rt-src rt-kernel 08:12:21,815 DEBUG NetworkManager: [1622707941.8149] platform: (enp1s0) signal: route 6 removed: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 08:12:21,815 DEBUG NetworkManager: [1622707941.8150] platform: (enp1s0) signal: address 6 removed: fe80::5054:ff:fe9c:576e/64 lft forever pref forever lifetime 31-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 08:12:21,815 DEBUG NetworkManager: [1622707941.8151] platform: (enp1s0) signal: route 6 added: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 08:12:21,816 DEBUG NetworkManager: [1622707941.8153] platform: (enp1s0) signal: route 4 removed: type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 08:12:21,816 DEBUG NetworkManager: [1622707941.8154] device[4c977cad4796371a] (enp1s0): queued IP4 config change 08:12:21,816 DEBUG NetworkManager: [1622707941.8155] platform-linux: do-delete-ip4-route[type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global]: success 08:12:21,816 DEBUG NetworkManager: [1622707941.8156] platform: (enp1s0) ip4-route: delete type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205 08:12:21,816 DEBUG NetworkManager: [1622707941.8157] platform: (enp1s0) signal: route 4 removed: type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205 08:12:21,816 DEBUG NetworkManager: [1622707941.8158] platform-linux: do-delete-ip4-route[type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205]: success 08:12:21,817 DEBUG NetworkManager: [1622707941.8158] platform: (enp1s0) ip4-route: delete type local table 255 192.168.122.205/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.205 08:12:21,817 DEBUG NetworkManager: [1622707941.8160] platform: (enp1s0) signal: route 4 removed: type local table 255 192.168.122.205/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.205 08:12:21,817 DEBUG NetworkManager: [1622707941.8160] platform-linux: do-delete-ip4-route[type local table 255 192.168.122.205/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.205]: success 08:12:21,817 DEBUG NetworkManager: [1622707941.8161] platform: (enp1s0) ip6-route: delete type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 08:12:21,817 DEBUG NetworkManager: [1622707941.8162] platform: (enp1s0) signal: route 6 removed: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 08:12:21,818 DEBUG NetworkManager: [1622707941.8163] platform-linux: do-delete-ip6-route[type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot]: success 08:12:21,818 DEBUG NetworkManager: [1622707941.8164] platform: (enp1s0) address: deleting IPv4 address 192.168.122.205/24, dev enp1s0 08:12:21,818 DEBUG NetworkManager: [1622707941.8165] platform: (enp1s0) signal: address 4 removed: 192.168.122.205/24 brd 192.168.122.255 lft 3571sec pref 3571sec lifetime 31-2[3600,3600] dev 2 flags noprefixroute src kernel 08:12:21,818 DEBUG NetworkManager: [1622707941.8167] platform-linux: do-delete-ip4-address[2: 192.168.122.205/24]: success 08:12:21,818 DEBUG NetworkManager: [1622707941.8167] rules-manager: sync 08:12:21,819 DEBUG NetworkManager: [1622707941.8168] device[4c977cad4796371a] (enp1s0): set metered value 0 08:12:21,819 DEBUG NetworkManager: [1622707941.8170] manager: new metered value: 0 08:12:21,819 DEBUG NetworkManager: [1622707941.8172] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=1, new-config=929a87e869dd7dc0, route-table-sync-mode=0) 08:12:21,819 DEBUG NetworkManager: [1622707941.8173] device[4c977cad4796371a] (enp1s0): ip4-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP4Config/1) 08:12:21,819 DEBUG NetworkManager: [1622707941.8177] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,819 DEBUG NetworkManager: [1622707941.8178] dns-mgr: (device_ip_config_changed): DNS configuration changed 08:12:21,820 DEBUG NetworkManager: [1622707941.8178] dns-mgr: (device_ip_config_changed): committing DNS changes (0) 08:12:21,820 DEBUG NetworkManager: [1622707941.8179] dns-mgr: update-dns: updating resolv.conf 08:12:21,821 DEBUG NetworkManager: [1622707941.8212] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=1, new-config=929a87e869dd7dc0, route-table-sync-mode=0) 08:12:21,821 DEBUG NetworkManager: [1622707941.8212] device[4c977cad4796371a] (enp1s0): ip6-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP6Config/1) 08:12:21,821 DEBUG NetworkManager: [1622707941.8216] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,821 DEBUG NetworkManager: [1622707941.8216] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,822 DEBUG NetworkManager: [1622707941.8217] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,833 INFO nm-dispatcher:req:3 'down' [enp1s0]: new request (2 scripts) 08:12:21,833 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,833 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 08:12:21,833 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Current hostname changed to localhost.localdomain 08:12:21,834 DEBUG NetworkManager: [1622707941.8230] active-connection[0xaaaadf0fb920]: set state deactivated (was deactivating) 08:12:21,834 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 08:12:21,834 INFO NetworkManager: [1622707941.8235] manager: NetworkManager state is now DISCONNECTED 08:12:21,834 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_FILENAME=/run/NetworkManager/system-connections/default_connection.nmconnection 08:12:21,834 DEBUG NetworkManager: [1622707941.8238] active-connection[0xaaaadf0fb920]: check-master-ready: not signalling (state deactivated, no master) 08:12:21,835 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_UUID=98de4f14-c3af-4150-95c2-14704853f88b 08:12:21,835 DEBUG NetworkManager: [1622707941.8241] dns-mgr: (update_routing_and_dns): queueing DNS updates (1) 08:12:21,835 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_ID=Wired Connection 08:12:21,835 DEBUG NetworkManager: [1622707941.8242] manager: PrimaryConnection now (none) 08:12:21,835 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 08:12:21,836 INFO NetworkManager: [1622707941.8246] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found) 08:12:21,836 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 08:12:21,836 DEBUG NetworkManager: [1622707941.8249] dns-mgr: (update_routing_and_dns): DNS configuration did not change 08:12:21,836 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,836 DEBUG NetworkManager: [1622707941.8249] dns-mgr: (update_routing_and_dns): no DNS changes to commit (0) 08:12:21,836 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: NM_DISPATCHER_ACTION=down 08:12:21,837 INFO NetworkManager: [1622707941.8250] device (enp1s0): Activation: starting connection 'enp1s0' (0433969c-2bb4-4b8c-940c-85850b805e39) 08:12:21,837 INFO nm-dispatcher:req:3 'down' [enp1s0]: start running ordered scripts... 08:12:21,837 DEBUG NetworkManager: [1622707941.8250] device[4c977cad4796371a] (enp1s0): activation-stage: schedule activate_stage1_device_prepare,v4 (id 141) 08:12:21,837 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 08:12:21,837 DEBUG NetworkManager: [1622707941.8251] dispatcher: (8) (enp1s0) dispatching action 'down' 08:12:21,837 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain' 08:12:21,838 DEBUG NetworkManager: [1622707941.8267] device[4c977cad4796371a] (enp1s0): remove_pending_action (2): 'in-state-change' 08:12:21,838 DEBUG NetworkManager: [1622707941.8268] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'queued-state-change-disconnected' 08:12:21,839 DEBUG NetworkManager: [1622707941.8269] dispatcher: (7) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 08:12:21,839 DEBUG NetworkManager: [1622707941.8269] dispatcher: (7) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 08:12:21,839 DEBUG NetworkManager: [1622707941.8289] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=0, new-config=b28b4eef244f1cbb, route-table-sync-mode=0) 08:12:21,839 DEBUG NetworkManager: [1622707941.8293] device[4c977cad4796371a] (enp1s0): ip6-config: set IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 08:12:21,840 DEBUG NetworkManager: [1622707941.8295] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,840 DEBUG NetworkManager: [1622707941.8296] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,840 DEBUG NetworkManager: [1622707941.8296] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,840 DEBUG NetworkManager: [1622707941.8297] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=0, new-config=32f22f8f0047f7cb, route-table-sync-mode=0) 08:12:21,840 INFO nm-dispatcher:req:4 'hostname': new request (2 scripts) 08:12:21,841 DEBUG NetworkManager: [1622707941.8301] device[4c977cad4796371a] (enp1s0): ip4-config: set IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 08:12:21,841 DEBUG nm-dispatcher:req:4 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,841 DEBUG NetworkManager: [1622707941.8303] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,841 DEBUG nm-dispatcher:req:4 'hostname': environment: NM_DISPATCHER_ACTION=hostname 08:12:21,841 DEBUG NetworkManager: [1622707941.8303] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,842 DEBUG NetworkManager: [1622707941.8304] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,842 DEBUG NetworkManager: [1622707941.8306] active-connection[0xaaaadf0fb920]: disposing 08:12:21,842 DEBUG NetworkManager: [1622707941.8309] device[4c977cad4796371a] (enp1s0): activation-stage: invoke activate_stage1_device_prepare,v4 (id 141) 08:12:21,842 INFO NetworkManager: [1622707941.8311] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') 08:12:21,842 DEBUG NetworkManager: [1622707941.8312] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'in-state-change' 08:12:21,843 DEBUG NetworkManager: [1622707941.8318] active-connection[0xaaaadf0fddf0]: set state activating (was unknown) 08:12:21,843 INFO NetworkManager: [1622707941.8322] manager: NetworkManager state is now CONNECTING 08:12:21,843 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 08:12:21,843 DEBUG NetworkManager: [1622707941.8325] active-connection[0xaaaadf0fddf0]: check-master-ready: not signalling (state activating, no master) 08:12:21,844 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 08:12:21,855 DEBUG NetworkManager: [1622707941.8326] manager: ActivatingConnection now enp1s0 08:12:21,856 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: new request (0 scripts) 08:12:21,856 DEBUG NetworkManager: [1622707941.8328] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,856 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/2 08:12:21,856 DEBUG NetworkManager: [1622707941.8329] device[4c977cad4796371a] (enp1s0): set-link: ignore link negotiation 08:12:21,856 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 08:12:21,857 DEBUG NetworkManager: [1622707941.8329] device[4c977cad4796371a] (enp1s0): activation-stage: synchronously invoke activate_stage2_device_config,v4 08:12:21,857 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:12:21,857 INFO NetworkManager: [1622707941.8330] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') 08:12:21,857 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_ID=enp1s0 08:12:21,857 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,858 DEBUG NetworkManager: [1622707941.8330] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'in-state-change' 08:12:21,858 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 08:12:21,858 DEBUG NetworkManager: [1622707941.8336] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,858 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 08:12:21,858 DEBUG NetworkManager: [1622707941.8337] rules-manager: sync 08:12:21,859 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,859 DEBUG NetworkManager: [1622707941.8338] device[4c977cad4796371a] (enp1s0): bringing up device 2 08:12:21,859 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-up 08:12:21,859 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 08:12:21,859 DEBUG NetworkManager: [1622707941.8338] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) 08:12:21,860 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: completed: no scripts 08:12:21,860 DEBUG NetworkManager: [1622707941.8340] platform-linux: do-request-link: 2 08:12:21,860 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 08:12:21,860 DEBUG NetworkManager: [1622707941.8342] platform-linux: do-change-link[2]: success changing link: success 08:12:21,860 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: completed (2 scripts) 08:12:21,861 DEBUG NetworkManager: [1622707941.8344] firewall: [e9b8c744c54030ea,change*:"enp1s0"]: firewall zone change enp1s0:default (not running, simulate success) 08:12:21,861 INFO nm-dispatcher:req:4 'hostname': start running ordered scripts... 08:12:21,861 DEBUG NetworkManager: [1622707941.8345] dispatcher: (9) dispatching action 'hostname' 08:12:21,861 DEBUG nm-dispatcher:req:4 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 08:12:21,861 DEBUG NetworkManager: [1622707941.8348] firewall: [e9b8c744c54030ea,change*:"enp1s0"]: complete: fake success 08:12:21,862 DEBUG NetworkManager: [1622707941.8349] device[4c977cad4796371a] (enp1s0): activation-stage: schedule activate_stage3_ip_config_start,v4 (id 148) 08:12:21,862 DEBUG NetworkManager: [1622707941.8350] device[4c977cad4796371a] (enp1s0): activation-stage: invoke activate_stage3_ip_config_start,v4 (id 148) 08:12:21,862 DEBUG NetworkManager: [1622707941.8350] active-connection[0xaaaadf0fddf0]: set state-flags layer2-ready (was none) 08:12:21,862 INFO NetworkManager: [1622707941.8352] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') 08:12:21,863 DEBUG NetworkManager: [1622707941.8353] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'in-state-change' 08:12:21,863 DEBUG NetworkManager: [1622707941.8358] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,863 DEBUG NetworkManager: [1622707941.8359] device[4c977cad4796371a] (enp1s0): IPv4 config method is auto 08:12:21,863 DEBUG NetworkManager: [1622707941.8362] device[4c977cad4796371a] (enp1s0): ipv4.dhcp-client-id: no explicit client-id configured 08:12:21,863 INFO NetworkManager: [1622707941.8363] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds) 08:12:21,864 DEBUG NetworkManager: [1622707941.8366] device[4c977cad4796371a] (enp1s0): IPv6 config method is auto 08:12:21,864 DEBUG NetworkManager: [1622707941.8366] device[4c977cad4796371a] (enp1s0): will enable userland IPv6LL 08:12:21,864 DEBUG NetworkManager: [1622707941.8367] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 08:12:21,864 DEBUG NetworkManager: [1622707941.8368] platform-linux: do-request-link: 2 08:12:21,864 DEBUG NetworkManager: [1622707941.8369] platform-linux: do-change-link[2]: success changing link: success 08:12:21,865 DEBUG NetworkManager: [1622707941.8371] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 08:12:21,865 DEBUG NetworkManager: [1622707941.8374] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 08:12:21,865 DEBUG NetworkManager: [1622707941.8377] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra' to '0' (current value is identical) 08:12:21,865 DEBUG NetworkManager: [1622707941.8378] platform: (enp1s0) signal: route 6 added: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 08:12:21,865 DEBUG NetworkManager: [1622707941.8379] device[4c977cad4796371a] (enp1s0): queued IP6 config change 08:12:21,866 DEBUG NetworkManager: [1622707941.8383] device[4c977cad4796371a] (enp1s0): linklocal6: starting IPv6 with method 'auto', but the device has no link-local addresses configured. Wait. 08:12:21,866 DEBUG nm-dispatcher:req:4 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 08:12:21,866 DEBUG NetworkManager: [1622707941.8384] device[4c977cad4796371a] (enp1s0): linklocal6: generated EUI-64 IPv6LL address fe80::5054:ff:fe9c:576e 08:12:21,866 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 08:12:21,866 DEBUG NetworkManager: [1622707941.8386] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=1, new-config=bd70bc7b4cc289e7, route-table-sync-mode=1) 08:12:21,867 DEBUG NetworkManager: [1622707941.8387] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe9c:576e/64 lft forever pref forever lifetime 32-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown 08:12:21,867 DEBUG NetworkManager: [1622707941.8395] platform: (enp1s0) signal: address 6 added: fe80::5054:ff:fe9c:576e/64 lft forever pref forever lifetime 32-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute,tentative src kernel 08:12:21,867 DEBUG NetworkManager: [1622707941.8396] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe9c:576e]: success 08:12:21,867 DEBUG NetworkManager: [1622707941.8397] platform: (enp1s0) route: append IPv6 route: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src ipv6ll 08:12:21,868 DEBUG NetworkManager: [1622707941.8399] platform: (enp1s0) signal: route 6 added: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 08:12:21,868 DEBUG NetworkManager: [1622707941.8400] platform-linux: do-add-ip6-route[type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel]: success 08:12:21,868 DEBUG NetworkManager: [1622707941.8404] device[4c977cad4796371a] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 08:12:21,868 DEBUG NetworkManager: [1622707941.8405] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,868 DEBUG NetworkManager: [1622707941.8405] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,868 DEBUG NetworkManager: [1622707941.8406] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,869 DEBUG NetworkManager: [1622707941.8407] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 08:12:21,869 DEBUG NetworkManager: [1622707941.8412] dhcp4 (enp1s0): send DISCOVER to 255.255.255.255 08:12:21,869 DEBUG NetworkManager: [1622707941.8415] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=0, new-config=197a2267c9241111, route-table-sync-mode=0) 08:12:21,869 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,869 DEBUG NetworkManager: [1622707941.8420] device[4c977cad4796371a] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 08:12:21,870 DEBUG NetworkManager: [1622707941.8420] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,870 DEBUG NetworkManager: [1622707941.8421] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,870 DEBUG NetworkManager: [1622707941.8421] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,870 DEBUG NetworkManager: [1622707941.8423] dhcp4 (enp1s0): received OFFER of 192.168.122.205 from 192.168.122.1 08:12:21,870 DEBUG NetworkManager: [1622707941.8424] dhcp4 (enp1s0): send REQUEST of 192.168.122.205 to 255.255.255.255 08:12:21,871 DEBUG NetworkManager: [1622707941.8427] dhcp4 (enp1s0): received ACK of 192.168.122.205 from 192.168.122.1 08:12:21,871 DEBUG NetworkManager: [1622707941.8432] dhcp4 (enp1s0): option broadcast_address => '192.168.122.255' 08:12:21,871 DEBUG NetworkManager: [1622707941.8432] dhcp4 (enp1s0): option dhcp_lease_time => '3600' 08:12:21,871 DEBUG NetworkManager: [1622707941.8433] dhcp4 (enp1s0): option dhcp_server_identifier => '192.168.122.1' 08:12:21,871 DEBUG NetworkManager: [1622707941.8433] dhcp4 (enp1s0): option domain_name_servers => '192.168.122.1' 08:12:21,872 DEBUG NetworkManager: [1622707941.8433] dhcp4 (enp1s0): option expiry => '1622711541' 08:12:21,872 DEBUG NetworkManager: [1622707941.8434] dhcp4 (enp1s0): option ip_address => '192.168.122.205' 08:12:21,872 DEBUG NetworkManager: [1622707941.8435] dhcp4 (enp1s0): option next_server => '192.168.122.1' 08:12:21,872 DEBUG NetworkManager: [1622707941.8435] dhcp4 (enp1s0): option requested_broadcast_address => '1' 08:12:21,872 DEBUG NetworkManager: [1622707941.8435] dhcp4 (enp1s0): option requested_domain_name => '1' 08:12:21,872 DEBUG NetworkManager: [1622707941.8435] dhcp4 (enp1s0): option requested_domain_name_servers => '1' 08:12:21,873 DEBUG NetworkManager: [1622707941.8436] dhcp4 (enp1s0): option requested_domain_search => '1' 08:12:21,873 DEBUG NetworkManager: [1622707941.8436] dhcp4 (enp1s0): option requested_host_name => '1' 08:12:21,873 DEBUG NetworkManager: [1622707941.8436] dhcp4 (enp1s0): option requested_interface_mtu => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8437] dhcp4 (enp1s0): option requested_ms_classless_static_routes => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8437] dhcp4 (enp1s0): option requested_nis_domain => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8437] dhcp4 (enp1s0): option requested_nis_servers => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8438] dhcp4 (enp1s0): option requested_ntp_servers => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8439] dhcp4 (enp1s0): option requested_rfc3442_classless_static_routes => '1' 08:12:21,874 DEBUG NetworkManager: [1622707941.8439] dhcp4 (enp1s0): option requested_root_path => '1' 08:12:21,875 DEBUG NetworkManager: [1622707941.8439] dhcp4 (enp1s0): option requested_routers => '1' 08:12:21,875 DEBUG NetworkManager: [1622707941.8440] dhcp4 (enp1s0): option requested_static_routes => '1' 08:12:21,875 DEBUG NetworkManager: [1622707941.8440] dhcp4 (enp1s0): option requested_subnet_mask => '1' 08:12:21,875 DEBUG NetworkManager: [1622707941.8440] dhcp4 (enp1s0): option requested_time_offset => '1' 08:12:21,876 DEBUG NetworkManager: [1622707941.8441] dhcp4 (enp1s0): option requested_wpad => '1' 08:12:21,876 INFO nm-dispatcher:req:6 'up' [enp1s0]: new request (2 scripts) 08:12:21,876 DEBUG NetworkManager: [1622707941.8441] dhcp4 (enp1s0): option routers => '192.168.122.1' 08:12:21,877 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/2 08:12:21,877 DEBUG NetworkManager: [1622707941.8441] dhcp4 (enp1s0): option subnet_mask => '255.255.255.0' 08:12:21,877 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 08:12:21,877 INFO NetworkManager: [1622707941.8442] dhcp4 (enp1s0): state changed unknown -> bound, address=192.168.122.205 08:12:21,877 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:12:21,878 DEBUG NetworkManager: [1622707941.8442] device[4c977cad4796371a] (enp1s0): new DHCPv4 client state 1 08:12:21,878 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_ID=enp1s0 08:12:21,878 DEBUG NetworkManager: [1622707941.8453] device[4c977cad4796371a] (enp1s0): activation-stage: schedule activate_stage5_ip_config_result_4,v4 (id 154) 08:12:21,878 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 08:12:21,878 DEBUG NetworkManager: [1622707941.8454] device[4c977cad4796371a] (enp1s0): activation-stage: invoke activate_stage5_ip_config_result_4,v4 (id 154) 08:12:21,879 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 08:12:21,879 DEBUG NetworkManager: [1622707941.8456] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=1, new-config=a432d6e899869ad2, route-table-sync-mode=1) 08:12:21,879 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ADDRESS_0=192.168.122.205/24 192.168.122.1 08:12:21,879 DEBUG NetworkManager: [1622707941.8457] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.205/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 08:12:21,879 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ADDRESSES=1 08:12:21,880 DEBUG NetworkManager: [1622707941.8459] platform: (enp1s0) signal: address 4 added: 192.168.122.205/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-32[3600,3600] dev 2 flags noprefixroute src kernel 08:12:21,880 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_GATEWAY=192.168.122.1 08:12:21,880 DEBUG NetworkManager: [1622707941.8460] device[4c977cad4796371a] (enp1s0): queued IP4 config change 08:12:21,880 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 08:12:21,880 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NAMESERVERS=192.168.122.1 08:12:21,881 DEBUG NetworkManager: [1622707941.8461] platform: (enp1s0) signal: route 4 added: type local table 255 192.168.122.205/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.205 08:12:21,881 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,881 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ROUTE_0=192.168.122.205/32 0.0.0.0 0 08:12:21,881 DEBUG NetworkManager: [1622707941.8462] platform-linux: do-add-ip4-address[2: 192.168.122.205/24]: success 08:12:21,881 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ROUTE_1=192.168.122.0/24 0.0.0.0 100 08:12:21,882 DEBUG NetworkManager: [1622707941.8463] platform: (enp1s0) route: append IPv4 route: type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205 08:12:21,882 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ROUTES=2 08:12:21,882 DEBUG NetworkManager: [1622707941.8465] platform: (enp1s0) signal: route 4 added: type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205 08:12:21,882 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ADDRESS_0=fe80::5054:ff:fe9c:576e/64 0.0.0.0 08:12:21,882 DEBUG NetworkManager: [1622707941.8466] platform-linux: do-add-ip4-route[type unicast 192.168.122.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.205]: success 08:12:21,883 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ADDRESSES=1 08:12:21,883 DEBUG NetworkManager: [1622707941.8466] platform: (enp1s0) route: append IPv4 route: type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src dhcp 08:12:21,883 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_GATEWAY=0.0.0.0 08:12:21,883 DEBUG NetworkManager: [1622707941.8468] platform: (enp1s0) signal: route 4 added: type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 08:12:21,883 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_0=ff00::/8 :: 256 08:12:21,884 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 08:12:21,884 DEBUG NetworkManager: [1622707941.8469] platform-linux: do-add-ip4-route[type unicast 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global]: success 08:12:21,884 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_1=fe80::/64 :: 100 08:12:21,884 DEBUG NetworkManager: [1622707941.8475] device[4c977cad4796371a] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 08:12:21,884 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 08:12:21,884 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ROUTES=2 08:12:21,885 DEBUG NetworkManager: [1622707941.8476] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,885 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_BROADCAST_ADDRESS=192.168.122.255 08:12:21,885 DEBUG NetworkManager: [1622707941.8476] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,885 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_LEASE_TIME=3600 08:12:21,885 DEBUG NetworkManager: [1622707941.8477] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,885 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.122.1 08:12:21,886 DEBUG NetworkManager: [1622707941.8482] active-connection[0xaaaadf0fddf0]: set state-flags layer2-ready,ip4-ready (was layer2-ready) 08:12:21,886 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 08:12:21,886 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.122.1 08:12:21,886 INFO NetworkManager: [1622707941.8485] device (enp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') 08:12:21,886 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_EXPIRY=1622711541 08:12:21,886 DEBUG NetworkManager: [1622707941.8486] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'in-state-change' 08:12:21,887 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_IP_ADDRESS=192.168.122.205 08:12:21,887 DEBUG NetworkManager: [1622707941.8496] dispatcher: (10) (enp1s0) dispatching action 'pre-up' (with callback) 08:12:21,887 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NEXT_SERVER=192.168.122.1 08:12:21,887 DEBUG NetworkManager: [1622707941.8526] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,887 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1 08:12:21,888 DEBUG NetworkManager: [1622707941.8529] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=0, new-config=14d8be92e8cfe192, route-table-sync-mode=0) 08:12:21,888 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1 08:12:21,888 DEBUG NetworkManager: [1622707941.8533] device[4c977cad4796371a] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 08:12:21,888 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1 08:12:21,888 DEBUG NetworkManager: [1622707941.8534] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:21,889 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1 08:12:21,889 DEBUG NetworkManager: [1622707941.8534] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:21,889 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_HOST_NAME=1 08:12:21,889 DEBUG NetworkManager: [1622707941.8535] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:21,889 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1 08:12:21,889 DEBUG NetworkManager: [1622707941.8542] dispatcher: (10) succeeded but no scripts invoked 08:12:21,890 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1 08:12:21,890 DEBUG NetworkManager: [1622707941.8543] device[4c977cad4796371a] (enp1s0): add_pending_action (2): 'queued-state-change-secondaries' 08:12:21,890 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1 08:12:21,890 DEBUG NetworkManager: [1622707941.8543] device[4c977cad4796371a] (enp1s0): queue-state[secondaries, reason:none, id:161]: queue state change 08:12:21,890 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_SERVERS=1 08:12:21,891 DEBUG NetworkManager: [1622707941.8544] device[4c977cad4796371a] (enp1s0): queue-state[secondaries, reason:none, id:161]: change state 08:12:21,891 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NTP_SERVERS=1 08:12:21,891 INFO NetworkManager: [1622707941.8545] device (enp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') 08:12:21,891 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1 08:12:21,891 DEBUG NetworkManager: [1622707941.8546] device[4c977cad4796371a] (enp1s0): add_pending_action (3): 'in-state-change' 08:12:21,891 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROOT_PATH=1 08:12:21,892 DEBUG NetworkManager: [1622707941.8551] device[4c977cad4796371a] (enp1s0): add_pending_action (4): 'queued-state-change-activated' 08:12:21,892 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROUTERS=1 08:12:21,892 DEBUG NetworkManager: [1622707941.8552] device[4c977cad4796371a] (enp1s0): queue-state[activated, reason:none, id:163]: queue state change 08:12:21,892 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1 08:12:21,892 DEBUG NetworkManager: [1622707941.8552] device[4c977cad4796371a] (enp1s0): device entered SECONDARIES state 08:12:21,893 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_SUBNET_MASK=1 08:12:21,893 DEBUG NetworkManager: [1622707941.8553] device[4c977cad4796371a] (enp1s0): remove_pending_action (3): 'in-state-change' 08:12:21,893 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_TIME_OFFSET=1 08:12:21,894 DEBUG NetworkManager: [1622707941.8553] device[4c977cad4796371a] (enp1s0): remove_pending_action (2): 'queued-state-change-secondaries' 08:12:21,894 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_WPAD=1 08:12:21,894 DEBUG NetworkManager: [1622707941.8554] dispatcher: (8) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 08:12:21,894 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_ROUTERS=192.168.122.1 08:12:21,894 DEBUG NetworkManager: [1622707941.8555] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 08:12:21,895 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_SUBNET_MASK=255.255.255.0 08:12:21,895 DEBUG NetworkManager: [1622707941.8556] device[4c977cad4796371a] (enp1s0): queue-state[activated, reason:none, id:163]: change state 08:12:21,895 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,895 INFO NetworkManager: [1622707941.8556] device (enp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') 08:12:21,895 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: NM_DISPATCHER_ACTION=up 08:12:21,896 DEBUG NetworkManager: [1622707941.8557] device[4c977cad4796371a] (enp1s0): add_pending_action (3): 'in-state-change' 08:12:21,896 INFO nm-dispatcher:req:7 'connectivity-change': new request (2 scripts) 08:12:21,896 DEBUG NetworkManager: [1622707941.8576] active-connection[0xaaaadf0fddf0]: set state activated (was activating) 08:12:21,896 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: CONNECTIVITY_STATE=FULL 08:12:21,896 INFO NetworkManager: [1622707941.8588] manager: NetworkManager state is now CONNECTED_LOCAL 08:12:21,896 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 08:12:21,897 DEBUG NetworkManager: [1622707941.8597] active-connection[0xaaaadf0fddf0]: check-master-ready: not signalling (state activated, no master) 08:12:21,897 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 08:12:21,897 DEBUG NetworkManager: [1622707941.8598] device[4c977cad4796371a] (enp1s0): remove_pending_action (2): 'activation-2' 08:12:21,897 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 08:12:21,897 DEBUG NetworkManager: [1622707941.8620] dns-mgr: (device_state_changed): queueing DNS updates (1) 08:12:21,898 DEBUG nm-dispatcher:req:4 'hostname': completed (2 scripts) 08:12:21,898 DEBUG NetworkManager: [1622707941.8621] dns-mgr: (update_routing_and_dns): queueing DNS updates (2) 08:12:21,898 INFO nm-dispatcher:req:6 'up' [enp1s0]: start running ordered scripts... 08:12:21,898 INFO NetworkManager: [1622707941.8627] manager: NetworkManager state is now CONNECTED_SITE 08:12:21,898 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 08:12:21,899 INFO NetworkManager: [1622707941.8639] policy: set 'enp1s0' (enp1s0) as default for IPv4 routing and DNS 08:12:21,899 DEBUG NetworkManager: [1622707941.8640] manager: PrimaryConnection now enp1s0 08:12:21,899 DEBUG NetworkManager: [1622707941.8655] dns-mgr: (update_routing_and_dns): DNS configuration changed 08:12:21,899 DEBUG NetworkManager: [1622707941.8656] dns-mgr: (update_routing_and_dns): no DNS changes to commit (1) 08:12:21,899 DEBUG NetworkManager: [1622707941.8656] dns-mgr: (device_state_changed): DNS configuration changed 08:12:21,900 DEBUG NetworkManager: [1622707941.8656] dns-mgr: (device_state_changed): committing DNS changes (0) 08:12:21,900 DEBUG NetworkManager: [1622707941.8657] dns-mgr: update-dns: updating resolv.conf 08:12:21,900 INFO NetworkManager: [1622707941.8690] device (enp1s0): Activation: successful, device activated. 08:12:21,900 DEBUG NetworkManager: [1622707941.8690] device[4c977cad4796371a] (enp1s0): set metered value 4 08:12:21,900 DEBUG NetworkManager: [1622707941.8692] manager: new metered value: 4 08:12:21,901 DEBUG NetworkManager: [1622707941.8694] dispatcher: (11) (enp1s0) dispatching action 'up' 08:12:21,901 DEBUG NetworkManager: [1622707941.8707] device[4c977cad4796371a] (enp1s0): connectivity state changed from NONE to FULL 08:12:21,901 DEBUG NetworkManager: [1622707941.8709] manager: connectivity checking indicates FULL 08:12:21,901 INFO NetworkManager: [1622707941.8710] manager: NetworkManager state is now CONNECTED_GLOBAL 08:12:21,901 DEBUG NetworkManager: [1622707941.8713] dispatcher: (12) dispatching action 'connectivity-change' 08:12:21,902 DEBUG NetworkManager: [1622707941.8716] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=1, new-config=f30992e18f320950, route-table-sync-mode=1) 08:12:21,902 DEBUG NetworkManager: [1622707941.8717] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.205/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 08:12:21,902 DEBUG NetworkManager: [1622707941.8725] platform-linux: do-add-ip4-address[2: 192.168.122.205/24]: success 08:12:21,902 DEBUG NetworkManager: [1622707941.8726] device[4c977cad4796371a] (enp1s0): connectivity state changed from NONE to FULL 08:12:21,902 DEBUG NetworkManager: [1622707941.8730] device[4c977cad4796371a] (enp1s0): ip4-config: update (commit=1, new-config=80eb9d3c8226c785, route-table-sync-mode=1) 08:12:21,903 DEBUG NetworkManager: [1622707941.8731] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.205/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 08:12:21,903 DEBUG NetworkManager: [1622707941.8732] platform-linux: do-add-ip4-address[2: 192.168.122.205/24]: success 08:12:21,903 DEBUG NetworkManager: [1622707941.8745] device[4c977cad4796371a] (enp1s0): remove_pending_action (1): 'in-state-change' 08:12:21,903 DEBUG NetworkManager: [1622707941.8746] device[4c977cad4796371a] (enp1s0): remove_pending_action (0): 'queued-state-change-activated' 08:12:21,904 DEBUG NetworkManager: [1622707941.8788] device[4c977cad4796371a] (enp1s0): hostname-from-dns: lookup done for 192.168.122.205, result "localhost.localdomain" 08:12:21,904 DEBUG NetworkManager: [1622707941.8796] dispatcher: (9) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 08:12:21,904 DEBUG NetworkManager: [1622707941.8797] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 08:12:21,917 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive. 08:12:21,920 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 08:12:21,920 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 08:12:21,929 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 08:12:21,929 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: completed (2 scripts) 08:12:21,929 INFO nm-dispatcher:req:7 'connectivity-change': start running ordered scripts... 08:12:21,929 DEBUG nm-dispatcher:req:7 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 08:12:21,931 DEBUG NetworkManager: [1622707941.9311] dispatcher: (11) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 08:12:21,931 DEBUG NetworkManager: [1622707941.9312] dispatcher: (11) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 08:12:21,934 DEBUG nm-dispatcher:req:7 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 08:12:21,934 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 08:12:21,938 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 08:12:21,938 DEBUG nm-dispatcher:req:7 'connectivity-change': completed (2 scripts) 08:12:21,939 DEBUG NetworkManager: [1622707941.9391] dispatcher: (12) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 08:12:21,939 DEBUG NetworkManager: [1622707941.9392] dispatcher: (12) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 08:12:22,707 DEBUG anaconda:anaconda: network: Apply kickstart result: ['enp1s0', 'enp1s0'] 08:12:22,721 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/3. 08:12:22,730 DEBUG anaconda:anaconda: network: Running task Dump missing ifcfg files 08:12:22,732 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (281472778105312) 08:12:22,738 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Unexpected number of ifcfg files found for enp1s0: ['/etc/sysconfig/network-scripts/ifcfg-enp1s0', '/etc/sysconfig/network-scripts/ifcfg-enp1s0-1'] 08:12:22,739 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (281472778105312) 08:12:22,741 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dump missing ifcfg files result: [] 08:12:22,748 DEBUG anaconda:anaconda: network: Dump missing ifcfg files result: [] 08:12:22,751 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/4. 08:12:22,760 DEBUG anaconda:anaconda: network: Running task Set real ONBOOT values from kickstart 08:12:22,762 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (281472778105312) 08:12:22,763 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 08:12:22,763 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Set real ONBOOT values from kickstart: 3 connections found for enp1s0 08:12:22,769 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Unexpected number of ifcfg files found for enp1s0: ['/etc/sysconfig/network-scripts/ifcfg-enp1s0', '/etc/sysconfig/network-scripts/ifcfg-enp1s0-1'] 08:12:22,770 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:updating ONBOOT values of connection 0433969c-2bb4-4b8c-940c-85850b805e39 for device enp1s0 08:12:22,772 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updating connection 0433969c-2bb4-4b8c-940c-85850b805e39 setting 'connection' 'autoconnect' to 'True' 08:12:22,773 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updated connection 0433969c-2bb4-4b8c-940c-85850b805e39: 08:12:22,773 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:22,775 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:914: Warning: g_main_context_push_thread_default: assertion 'acquired_context' failed 08:12:22,775 WARNING org.fedoraproject.Anaconda.Modules.Network: sync_queue 08:12:22,776 WARNING org.fedoraproject.Anaconda.Modules.Network:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/modules/network/nm_client.py:914: Warning: g_main_context_pop_thread_default: assertion 'stack != NULL' failed 08:12:22,776 WARNING org.fedoraproject.Anaconda.Modules.Network: sync_queue 08:12:22,784 DEBUG NetworkManager: [1622707942.7845] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 08:12:22,786 INFO NetworkManager: [1622707942.7847] audit: op="connection-update" uuid="0433969c-2bb4-4b8c-940c-85850b805e39" name="enp1s0" pid=1750 uid=0 result="success" 08:12:22,786 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 08:12:22,786 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Set real ONBOOT values from kickstart: 3 connections found for enp1s0 08:12:22,791 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Unexpected number of ifcfg files found for enp1s0: ['/etc/sysconfig/network-scripts/ifcfg-enp1s0', '/etc/sysconfig/network-scripts/ifcfg-enp1s0-1'] 08:12:22,791 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:updating ONBOOT values of connection 0433969c-2bb4-4b8c-940c-85850b805e39 for device enp1s0 08:12:22,791 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updating connection 0433969c-2bb4-4b8c-940c-85850b805e39 setting 'connection' 'autoconnect' to 'True' 08:12:22,792 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updated connection 0433969c-2bb4-4b8c-940c-85850b805e39: 08:12:22,792 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:22,800 DEBUG NetworkManager: [1622707942.8005] ++ connection 'update connection' (0xffffa000bea0/NMSimpleConnection/"802-3-ethernet" < 0xaaaadf1910a0/NMSimpleConnection/"802-3-ethernet") [/org/freedesktop/NetworkManager/Settings/2]: 08:12:22,800 DEBUG NetworkManager: [1622707942.8006] ++ connection [ 0xaaaadf153240 < 0xaaaadf141520 ] 08:12:22,801 DEBUG NetworkManager: [1622707942.8007] ++ connection.timestamp = 1622707941 08:12:22,802 DEBUG NetworkManager: [1622707942.8020] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 08:12:22,802 INFO NetworkManager: [1622707942.8022] audit: op="connection-update" uuid="0433969c-2bb4-4b8c-940c-85850b805e39" name="enp1s0" args="connection.timestamp" pid=1750 uid=0 result="success" 08:12:22,803 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (281472778105312) 08:12:22,804 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Set real ONBOOT values from kickstart result: ['enp1s0', 'enp1s0'] 08:12:22,804 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Set real ONBOOT values from kickstart 08:12:22,805 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 08:12:22,805 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:12:22,805 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:12:22,805 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:12:22,806 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:12:22,807 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:12:22,807 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:12:22,807 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:12:22,807 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:12:22,807 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:12:22,808 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:12:22,809 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:12:22,809 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:12:22,809 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:12:22,809 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:12:22,809 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:12:22,810 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:12:22,810 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=f99ecb0c-2493-437f-9220-f7294ce94b22 08:12:22,810 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:12:22,810 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:12:22,812 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect-retries': <1>, 'id': <'Wired Connection'>, 'multi-connect': <3>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'98de4f14-c3af-4150-95c2-14704853f88b'>, 'wait-device-timeout': <60000>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dhcp-vendor-class-identifier': <'anaconda-Linux'>, 'dns': <@au []>, 'dns-search': <@as []>, 'may-fail': , 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:22,813 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:22,813 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'f99ecb0c-2493-437f-9220-f7294ce94b22'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:12:23,433 DEBUG NetworkManager: [1622707943.4337] platform: (enp1s0) signal: address 6 changed: fe80::5054:ff:fe9c:576e/64 lft forever pref forever lifetime Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11880/12000 33-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 08:12:23,434 DEBUG NetworkManager: [1622707943.4338] device[4c977cad4796371a] (enp1s0): queued IP6 config change 08:12:23,434 DEBUG NetworkManager: [1622707943.4339] platform: (enp1s0) signal: route 6 added: type local table 255 fe80::5054:ff:fe9c:576e/128 via :: dev 2 metric 0 mss 0 rt-src rt-kernel 08:12:23,434 DEBUG NetworkManager: [1622707943.4342] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=0, new-config=989b08e8727785e8, route-table-sync-mode=0) 08:12:23,434 DEBUG NetworkManager: [1622707943.4347] device[4c977cad4796371a] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 08:12:23,435 DEBUG NetworkManager: [1622707943.4348] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:23,435 DEBUG NetworkManager: [1622707943.4351] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:23,435 DEBUG NetworkManager: [1622707943.4351] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:23,435 DEBUG NetworkManager: [1622707943.4352] device[4c977cad4796371a] (enp1s0): linklocal6: waiting for link-local addresses successful, continue with method auto 08:12:23,435 DEBUG NetworkManager: [1622707943.4353] device[4c977cad4796371a] (enp1s0): addrconf6: using the device EUI-64 identifier 08:12:23,436 DEBUG NetworkManager: [1622707943.4354] device[4c977cad4796371a] (enp1s0): ip6-config: update (commit=1, new-config=d5a6304096a655ac, route-table-sync-mode=1) 08:12:23,436 DEBUG NetworkManager: [1622707943.4355] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe9c:576e/64 lft forever pref forever lifetime 33-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src unknown 08:12:23,436 DEBUG NetworkManager: [1622707943.4356] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe9c:576e]: success 08:12:23,436 DEBUG NetworkManager: [1622707943.4361] device[4c977cad4796371a] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 08:12:23,436 DEBUG NetworkManager: [1622707943.4362] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 08:12:23,436 DEBUG NetworkManager: [1622707943.4364] dns-mgr: (device_ip_config_changed): DNS configuration did not change 08:12:23,437 DEBUG NetworkManager: [1622707943.4364] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 08:12:23,437 DEBUG NetworkManager: [1622707943.4365] ndisc[0xaaaadf0ffc00,"enp1s0"]: starting neighbor discovery for ifindex 2 (solicit) 08:12:23,437 DEBUG NetworkManager: [1622707943.4365] ndisc-lndp[0xaaaadf0ffc00,"enp1s0"]: processing libndp events 08:12:23,437 DEBUG NetworkManager: [1622707943.4366] ndisc[0xaaaadf0ffc00,"enp1s0"]: scheduling RA timeout in 30 seconds 08:12:23,437 DEBUG NetworkManager: [1622707943.4366] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending first solicitation (of 3) in 0.241 seconds 08:12:23,678 DEBUG NetworkManager: [1622707943.6781] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 4.044 seconds 08:12:23,785 DEBUG anaconda:anaconda: network: Set real ONBOOT values from kickstart result: ['enp1s0', 'enp1s0'] 08:12:23,789 DEBUG anaconda:anaconda: network: Creating network configurations. 08:12:23,790 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_device: not adding lo: unsupported type 08:12:23,791 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add device: adding device enp1s0 08:12:23,791 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:physical device enp1s0 has multiple connections: ['98de4f14-c3af-4150-95c2-14704853f88b', '0433969c-2bb4-4b8c-940c-85850b805e39', 'f99ecb0c-2493-437f-9220-f7294ce94b22'] 08:12:23,796 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Unexpected number of ifcfg files found for enp1s0: ['/etc/sysconfig/network-scripts/ifcfg-enp1s0', '/etc/sysconfig/network-scripts/ifcfg-enp1s0-1'] 08:12:23,797 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:added NetworkDeviceConfiguration(connection_uuid='0433969c-2bb4-4b8c-940c-85850b805e39', device_name='enp1s0', device_type=) 08:12:23,798 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='0433969c-2bb4-4b8c-940c-85850b805e39', device_name='enp1s0', device_type=))] 08:12:23,802 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: not adding 98de4f14-c3af-4150-95c2-14704853f88b: interface name is required for type 08:12:23,802 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: not adding 0433969c-2bb4-4b8c-940c-85850b805e39: already existing: [NetworkDeviceConfiguration(connection_uuid='0433969c-2bb4-4b8c-940c-85850b805e39', device_name='enp1s0', device_type=)] 08:12:23,802 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: adding connection f99ecb0c-2493-437f-9220-f7294ce94b22 08:12:23,802 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: already have 0433969c-2bb4-4b8c-940c-85850b805e39 for device enp1s0, not adding f99ecb0c-2493-437f-9220-f7294ce94b22 08:12:23,804 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Device configurations created: [NetworkDeviceConfiguration(connection_uuid='0433969c-2bb4-4b8c-940c-85850b805e39', device_name='enp1s0', device_type=)] 08:12:23,805 DEBUG anaconda:anaconda: network: Initialization finished. 08:12:23,806 INFO anaconda:anaconda: threading: Running Thread: AnaWaitForConnectingNMThread (281472830599648) 08:12:23,808 DEBUG anaconda:anaconda: anaconda: setting display mode to TUI 08:12:23,825 WARNING anaconda:anaconda: stdout: Not asking for VNC because of an automated install 08:12:23,825 WARNING anaconda:anaconda: stdout: Not asking for VNC because text mode was explicitly asked for in kickstart 08:12:23,826 INFO anaconda:anaconda: anaconda: Display mode is set to 'interactive text mode'. 08:12:23,867 INFO anaconda:anaconda: isys: 4204736 kB (4106 MB) are available 08:12:23,868 INFO anaconda:program: Running... losetup --list 08:12:23,883 INFO anaconda:anaconda: startup_utils: check_memory(): total:4106, needed:320, graphical:410 08:12:23,884 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon org_fedora_oscap 08:12:23,885 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon com_redhat_kdump 08:12:23,886 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon com_redhat_kdump 08:12:23,905 INFO anaconda:anaconda: network: got 0 NTP servers from DHCP 08:12:23,911 DEBUG anaconda:anaconda: startup_utils: no default systemd target set & in text/vnc mode - setting multi-user.target. 08:12:23,913 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default target is set to multi-user.target. 08:12:23,916 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 08:12:23,921 INFO anaconda:anaconda: threading: Thread Done: AnaWaitForConnectingNMThread (281472830599648) 08:12:23,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '335544320'. 08:12:23,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'. 08:12:23,939 INFO anaconda:program: Running... udevadm settle --timeout=300 08:12:24,029 DEBUG anaconda:program: Return code: 0 08:12:24,239 INFO anaconda:program: Running [1] lvm version ... 08:12:24,254 INFO anaconda:program: stdout[1]: LVM version: 2.03.11(2)-RHEL8 (2021-01-28)#012 Library version: 1.02.175-RHEL8 (2021-01-28)#012 Driver version: 4.43.0#012 Configuration: ./configure --build=aarch64-redhat-linux-gnu --host=aarch64-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 --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --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 08:12:24,255 INFO anaconda:program: stderr[1]: 08:12:24,255 INFO anaconda:program: ...done [1] (exit code: 0) 08:12:24,379 INFO anaconda:program: Running... udevadm settle --timeout=300 08:12:24,459 DEBUG anaconda:program: Return code: 0 08:12:24,476 DEBUG anaconda:anaconda: core.storage: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True 08:12:24,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '[]'. 08:12:24,498 INFO anaconda:anaconda: threading: Running Thread: AnaStorageThread (281472830599648) 08:12:24,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 08:12:24,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 08:12:24,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. 08:12:24,508 INFO anaconda:anaconda: threading: Running Thread: AnaTimeInitThread (281472806875616) 08:12:24,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (281473087959520) 08:12:24,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set 08:12:24,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:resetting Blivet (version 3.2.2) instance 08:12:24,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 08:12:24,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available 08:12:24,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [3] multipath --version ... 08:12:24,538 INFO anaconda:program: Running... hwclock --hctosys --utc 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[3]: 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[3]: Unknown switch: (null) 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:multipath-tools v0.8.4 (05/04, 2020) 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:Usage: 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device] 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-R retries] -f device 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-R retries] -F 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-l|-ll] [device] 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-a|-w] device 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-A|-W] 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-i] [-c|-C] device 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-i] [-u|-U] 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-h|-t|-T] 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:Where: 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -h print this usage text 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -l show multipath topology (sysfs and DM info) 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -ll show multipath topology (maximum info) 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -f flush a multipath device map 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -F flush all multipath device maps 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -a add a device wwid to the wwids file 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -A add devices from kernel command line mpath.wwids 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: parameters to wwids file 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -c check if a device should be a path in a multipath device 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -C check if a multipath device has usable paths 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -q allow queue_if_no_path when multipathd is not running 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -d dry run, do not create or update devmaps 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -t display the currently used multipathd configuration 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -T display the multipathd configuration without builtin defaults 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -r force devmap reload 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -i ignore wwids file 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -B treat the bindings file as read only 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -b fil bindings file location 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -w remove a device from the wwids file 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -W reset the wwids file include only the current devices 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -R num number of times to retry removes of in-use devices 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -u check if the device specified in the program environment should be a 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: path in a multipath device 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -U check if the device specified in the program environment is a 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath device with usable paths, see -C flag 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: -p pol force all maps to specified path grouping policy: 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: . failover one path per priority group 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multibus all paths in one priority group 08:12:24,544 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_serial one priority group per serial 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_prio one priority group per priority lvl 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_node_name one priority group per target node 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: -v lvl verbosity level: 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 0 no output 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 1 print created devmap names only 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 2 default verbosity 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 3 print debug information 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: device action limited to: 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath named 'device' (ex: mpath0) 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath whose wwid is 'device' (ex: 60051...) 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath including the path named 'device' (ex: /dev/sda or 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: /dev/dm-0) 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath including the path with maj:min 'device' (ex: 8:0) 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [3] (exit code: 1) 08:12:24,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [4] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... 08:12:24,606 DEBUG anaconda:anaconda: payload.manager: Restarting payload thread 08:12:24,607 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadRestartThread (281472797372896) 08:12:24,608 INFO anaconda:anaconda: geoloc: Geolocation is disabled due to automated kickstart based installation. 08:12:24,610 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadThread (281472788918752) 08:12:24,614 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadRestartThread (281472797372896) 08:12:24,615 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: STARTED 08:12:24,615 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: WAITING_STORAGE 08:12:24,633 INFO anaconda:program: Running... systemctl start chronyd 08:12:24,678 INFO systemd:Starting NTP client/server... 08:12:24,715 INFO multipathd:Multipath configuration updated. 08:12:24,715 INFO multipathd:Reload multipathd for changes to take effect 08:12:24,735 INFO systemd:Reloading Device-Mapper Multipath Device Controller. 08:12:24,738 INFO chronyd:chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 08:12:24,749 INFO chronyd:Using right/UTC timezone to obtain leap second data 08:12:24,757 INFO multipathd:reconfigure (operator) 08:12:24,759 INFO multipathd:ok 08:12:24,761 INFO systemd:Reloaded Device-Mapper Multipath Device Controller. 08:12:24,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[4]: 08:12:24,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[4]: 08:12:24,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [4] (exit code: 0) 08:12:24,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:24,814 INFO systemd:Started NTP client/server. 08:12:24,866 DEBUG anaconda:program: Return code: 0 08:12:24,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:24,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,886 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:24,894 DEBUG anaconda:simpleline: GLib event loop is used! 08:12:24,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:devices to scan: ['vda', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/virtio-pci-0000:03:00.0 ' 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-path/pci-0000:03:00.0', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/vda', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_TYPE': 'gpt', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_UUID': 'cb6b9002-2f0d-40ba-b2ee-082b2fc1ec5c', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH': 'pci-0000:03:00.0', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH_TAG': 'pci-0000_03_00_0', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '252', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'vda', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:24,906 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '57977104'} ; 08:12:24,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning vda (/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda)... 08:12:24,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [5] 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} ... 08:12:25,073 INFO anaconda:anaconda: core.util: Skipping detection of unsupported hardware. 08:12:25,074 INFO anaconda:anaconda: core.util: Skipping detection of SMT. 08:12:25,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[5]: 08:12:25,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[5]: 08:12:25,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [5] (exit code: 0) 08:12:25,112 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:25,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:25,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevicePopulator.run: name: vda ; 08:12:25,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/device/vendor: 3078316166340a 08:12:25,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:25,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:vda is a disk 08:12:25,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 08:12:25,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 08:12:25,145 INFO anaconda:anaconda: lifecycle: Adding controller: SummaryHub 08:12:25,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 08:12:25,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 08:12:25,164 INFO anaconda:anaconda: lifecycle: Module initialized: TimeSpoke 08:12:25,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 08:12:25,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/vda ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda ; 08:12:25,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/size: 32303937313532300a 08:12:25,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda size to 10 GiB (10 GiB) 08:12:25,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/queue/rotational: 310a 08:12:25,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added disk vda (id 4) to device tree 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DiskDevice instance (0xffff8f914320) -- 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 08:12:25,182 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None removable = False wwn = None 08:12:25,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/ro: 300a 08:12:25,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: vda ; 08:12:25,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 08:12:25,204 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8 08:12:25,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:25,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run vfat 08:12:25,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:25,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9 08:12:25,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:25,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10 08:12:25,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:25,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11 08:12:25,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabelFormatPopulator.run: device: vda ; label_type: gpt ; 08:12:25,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:12:25,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.__init__: uuid: cb6b9002-2f0d-40ba-b2ee-082b2fc1ec5c ; label: None ; device: /dev/vda ; serial: None ; exists: True ; 08:12:25,293 INFO kernel: vda: 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage: type: gpt primaryPartitionCount: 0 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage: lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage: partitions: [] 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: 08:12:25,296 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedDisk: <_ped.Disk object at 0xffff8f7c3348> 08:12:25,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 12 08:12:25,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 08:12:25,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing gpt disklabel 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'squashfs', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '4.0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop0', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:25,391 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '57994885'} ; 08:12:25,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... 08:12:25,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; 08:12:25,404 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:25,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; 08:12:25,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: /tmp/curl_fetch_url1/install.img (deleted) ; incomplete: False ; hidden: False ; 08:12:25,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:25,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15 08:12:25,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 08:12:25,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /tmp/curl_fetch_url1/install.img (deleted) ; type: None ; current: None ; 08:12:25,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /tmp/curl_fetch_url1/install.img (deleted) (id 14) to device tree 08:12:25,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 19 08:12:25,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /tmp/curl_fetch_url1/install.img (deleted) ; child: loop0 ; kids: 0 ; 08:12:25,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 08:12:25,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 08:12:25,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop0 (id 18) to device tree 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff8f7d5978) -- 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop0 status = False id = 18 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14)'] 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop0 08:12:25,461 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 08:12:25,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a 08:12:25,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop0 ; 08:12:25,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 08:12:25,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 22 08:12:25,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:25,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 23 08:12:26,001 DEBUG anaconda:program: Return code: 0 08:12:26,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 24 08:12:26,002 INFO anaconda:anaconda: threading: Thread Done: AnaTimeInitThread (281472806875616) 08:12:26,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 25 08:12:26,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop0' is 'squashfs' 08:12:26,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 26 08:12:26,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 08:12:26,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing None 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7fbba0b3-be50-4e2d-9cde-d9f337451dde ' 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-label/Anaconda', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/loop1', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop1', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop1', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop1', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:26,028 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '57980966'} ; 08:12:26,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... 08:12:26,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 08:12:26,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; 08:12:26,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; 08:12:26,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 29 08:12:26,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 30 08:12:26,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; 08:12:26,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /LiveOS/rootfs.img (id 28) to device tree 08:12:26,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 33 08:12:26,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; 08:12:26,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34 08:12:26,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; 08:12:26,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop1 (id 32) to device tree 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff8f7fc278) -- 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop1 status = False id = 32 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /LiveOS/rootfs.img (28)'] 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop1 08:12:26,092 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 08:12:26,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a 08:12:26,100 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; 08:12:26,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 08:12:26,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 36 08:12:26,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:26,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 37 08:12:26,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 38 08:12:26,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 39 08:12:26,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop1' is 'ext4' 08:12:26,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/loop1 08:12:26,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 08:12:26,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.422c0ceo 08:12:26,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:26,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 08:12:26,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 08:12:26,152 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 08:12:26,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 08:12:26,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 08:12:26,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 08:12:26,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 08:12:26,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 08:12:26,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 08:12:26,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 08:12:26,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 08:12:26,154 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 210895 08:12:26,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158878 08:12:26,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 08:12:26,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 08:12:26,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 08:12:26,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 08:12:26,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 08:12:26,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 08:12:26,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 08:12:26,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 08:12:26,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 08:12:26,157 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 08:12:26,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Thu Jun 3 05:42:59 2021 08:12:26,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Thu Jun 3 05:42:59 2021 08:12:26,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Thu Jun 3 05:43:20 2021 08:12:26,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 1 08:12:26,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 08:12:26,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Thu Jun 3 05:42:59 2021 08:12:26,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 08:12:26,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2224 MB 08:12:26,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 08:12:26,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 08:12:26,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 08:12:26,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 08:12:26,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 08:12:26,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 08:12:26,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 08:12:26,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 08:12:26,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: a678e19e-cc8f-4bac-9528-74a638e3ba21 08:12:26,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 08:12:26,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 08:12:26,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0xd6f2e717 08:12:26,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 08:12:26,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 08:12:26,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 08:12:26,164 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000007 08:12:26,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 0 08:12:26,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 08:12:26,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xb7cafa53 08:12:26,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 08:12:26,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 08:12:26,168 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:26,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/loop1 08:12:26,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock. 08:12:26,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 08:12:26,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' 08:12:26,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 08:12:26,185 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 08:12:26,193 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:26,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 40 08:12:26,204 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; 08:12:26,204 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop2', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '2', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop2', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop2', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:26,212 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '57980431'} ; 08:12:26,213 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... 08:12:26,218 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 08:12:26,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; 08:12:26,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; 08:12:26,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 43 08:12:26,243 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 44 08:12:26,249 INFO anaconda:anaconda: lifecycle: Module initialized: LangSpoke 08:12:26,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; 08:12:26,251 INFO anaconda:anaconda: threading: Running Thread: AnaSourceWatcher (281472806875616) 08:12:26,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /overlay (deleted) (id 42) to device tree 08:12:26,252 INFO anaconda:anaconda: threading: Running Thread: AnaSoftwareWatcher (281472797372896) 08:12:26,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 47 08:12:26,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; 08:12:26,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 48 08:12:26,268 INFO anaconda:anaconda: lifecycle: Module initialized: NetworkSpoke 08:12:26,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; 08:12:26,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop2 (id 46) to device tree 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff8f7e93c8) -- 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop2 status = False id = 46 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /overlay (deleted) (42)'] 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop2 08:12:26,271 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 08:12:26,274 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a 08:12:26,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; 08:12:26,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:no type or existing type for loop2, bailing 08:12:26,294 INFO anaconda:anaconda: threading: Running Thread: AnaStorageWatcher (281472779940320) 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/mapper/live-rw ' 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-uuid/7fbba0b3-be50-4e2d-9cde-d9f337451dde ' 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-rw', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:26,295 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48570727'} ; 08:12:26,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)... 08:12:26,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 08:12:26,307 INFO anaconda:anaconda: lifecycle: Module initialized: PasswordSpoke 08:12:26,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [6] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,316 WARNING anaconda:anaconda: ui.tui.hubs: Spoke PasswordSpoke initialization failure! 08:12:26,334 INFO anaconda:anaconda: lifecycle: Module initialized: UserSpoke 08:12:26,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[6]: 08:12:26,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[6]: 08:12:26,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [6] (exit code: 0) 08:12:26,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,344 INFO anaconda:anaconda: lifecycle: Initialization of all modules (8) has been started. 08:12:26,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[7]: 08:12:26,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[7]: 08:12:26,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [7] (exit code: 0) 08:12:26,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[8]: 08:12:26,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[8]: 08:12:26,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [8] (exit code: 0) 08:12:26,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [9] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[9]: 08:12:26,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[9]: 08:12:26,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [9] (exit code: 0) 08:12:26,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[10]: 08:12:26,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[10]: 08:12:26,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [10] (exit code: 0) 08:12:26,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[11]: 08:12:26,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[11]: 08:12:26,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [11] (exit code: 0) 08:12:26,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[12]: 08:12:26,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[12]: 08:12:26,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [12] (exit code: 0) 08:12:26,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[13]: 08:12:26,416 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[13]: 08:12:26,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [13] (exit code: 0) 08:12:26,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[14]: 08:12:26,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[14]: 08:12:26,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [14] (exit code: 0) 08:12:26,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; 08:12:26,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 08:12: Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11870/12000 26,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (32) with existing ext4 filesystem 08:12:26,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 08:12:26,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (46) 08:12:26,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 08:12:26,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52 08:12:26,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; 08:12:26,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53 08:12:26,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; 08:12:26,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; 08:12:26,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 08:12:26,519 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 ; 08:12:26,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 363239313435360a 08:12:26,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-rw size to 3 GiB (3 GiB) 08:12:26,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-rw (id 51) to device tree 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0xffff8f7fc908) -- 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = live-rw status = True id = 51 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B loop loop1 (32) with existing ext4 filesystem'] 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 3 GiB 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = True 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/virtual/block/dm-0 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 3 GiB path = /dev/mapper/live-rw 08:12:26,525 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None target = None dm_uuid = None 08:12:26,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[15]: 08:12:26,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[15]: 08:12:26,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [15] (exit code: 0) 08:12:26,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ... 08:12:26,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[16]: 08:12:26,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[16]: 08:12:26,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [16] (exit code: 0) 08:12:26,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/ro: 300a 08:12:26,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; 08:12:26,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 08:12:26,567 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 55 08:12:26,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:26,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 56 08:12:26,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,586 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 57 08:12:26,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 58 08:12:26,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-rw' is 'ext4' 08:12:26,599 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw 08:12:26,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 08:12:26,617 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /sysroot 08:12:26,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:26,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 08:12:26,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 08:12:26,619 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 08:12:26,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 08:12:26,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 08:12:26,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 08:12:26,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 08:12:26,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 08:12:26,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 08:12:26,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 08:12:26,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 08:12:26,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 210895 08:12:26,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158878 08:12:26,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 08:12:26,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 08:12:26,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 08:12:26,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 08:12:26,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 08:12:26,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 08:12:26,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 08:12:26,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 08:12:26,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 08:12:26,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 08:12:26,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Thu Jun 3 05:42:59 2021 08:12:26,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Thu Jun 3 08:11:37 2021 08:12:26,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Thu Jun 3 08:11:37 2021 08:12:26,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 2 08:12:26,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 08:12:26,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Thu Jun 3 05:42:59 2021 08:12:26,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 08:12:26,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2224 MB 08:12:26,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 08:12:26,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 08:12:26,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 08:12:26,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 08:12:26,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 08:12:26,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 08:12:26,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 08:12:26,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 08:12:26,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: a678e19e-cc8f-4bac-9528-74a638e3ba21 08:12:26,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 08:12:26,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 08:12:26,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0x9ee4aa4c 08:12:26,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 08:12:26,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 08:12:26,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 08:12:26,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000008 08:12:26,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 1 08:12:26,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 08:12:26,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xb3e1e3ad 08:12:26,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 08:12:26,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 08:12:26,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:26,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-rw 08:12:26,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Estimated minimum size of the filesystem: 786432 08:12:26,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 08:12:26,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:26,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using current size 3 GiB as min size 08:12:26,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:26,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 59 08:12:26,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; 08:12:26,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/mapper/live-base ' 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-uuid/7fbba0b3-be50-4e2d-9cde-d9f337451dde ' 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-base', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7fbba0b3-be50-4e2d-9cde-d9f337451dde', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 08:12:26,686 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48696108'} ; 08:12:26,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)... 08:12:26,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 08:12:26,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[17]: 08:12:26,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[17]: 08:12:26,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [17] (exit code: 0) 08:12:26,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[18]: 08:12:26,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[18]: 08:12:26,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [18] (exit code: 0) 08:12:26,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[19]: 08:12:26,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[19]: 08:12:26,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [19] (exit code: 0) 08:12:26,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[20]: 08:12:26,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[20]: 08:12:26,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [20] (exit code: 0) 08:12:26,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[21]: 08:12:26,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[21]: 08:12:26,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [21] (exit code: 0) 08:12:26,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [22] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[22]: 08:12:26,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[22]: 08:12:26,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [22] (exit code: 0) 08:12:26,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[23]: 08:12:26,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[23]: 08:12:26,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [23] (exit code: 0) 08:12:26,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[24]: 08:12:26,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[24]: 08:12:26,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [24] (exit code: 0) 08:12:26,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[25]: 08:12:26,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[25]: 08:12:26,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [25] (exit code: 0) 08:12:26,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevicePopulator.run: name: live-base ; 08:12:26,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 08:12:26,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (32) with existing ext4 filesystem 08:12:26,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 08:12:26,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 08:12:26,830 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 62 08:12:26,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; 08:12:26,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 63 08:12:26,847 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; 08:12:26,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; 08:12:26,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-1 08:12:26,865 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 ; 08:12:26,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 363239313435360a 08:12:26,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-base size to 3 GiB (3 GiB) 08:12:26,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-base (id 61) to device tree 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0xffff8f78cb70) -- 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = live-base status = True id = 61 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B loop loop1 (32) with existing ext4 filesystem'] 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 3 GiB 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = True 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/virtual/block/dm-1 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 3 GiB path = /dev/mapper/live-base 08:12:26,869 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None target = None dm_uuid = None 08:12:26,871 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[26]: 08:12:26,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[26]: 08:12:26,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [26] (exit code: 0) 08:12:26,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ... 08:12:26,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[27]: 08:12:26,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[27]: 08:12:26,891 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [27] (exit code: 0) 08:12:26,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/ro: 310a 08:12:26,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: live-base ; 08:12:26,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 08:12:26,914 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 65 08:12:26,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:26,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 66 08:12:26,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 67 08:12:26,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 08:12:26,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 68 08:12:26,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-base' is 'ext4' 08:12:26,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-base 08:12:26,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 08:12:26,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.422c0ceo 08:12:26,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7fbba0b3-be50-4e2d-9cde-d9f337451dde 08:12:26,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 08:12:26,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 08:12:26,963 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 08:12:26,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 08:12:26,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 08:12:26,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 08:12:26,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 08:12:26,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 08:12:26,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 08:12:26,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 08:12:26,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 08:12:26,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 210895 08:12:26,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158878 08:12:26,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 08:12:26,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 08:12:26,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 08:12:26,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 08:12:26,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 08:12:26,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 08:12:26,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 08:12:26,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 08:12:26,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 08:12:26,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 08:12:26,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Thu Jun 3 05:42:59 2021 08:12:26,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Thu Jun 3 05:42:59 2021 08:12:26,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Thu Jun 3 05:43:20 2021 08:12:26,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 1 08:12:26,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 08:12:26,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Thu Jun 3 05:42:59 2021 08:12:26,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 08:12:26,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2224 MB 08:12:26,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 08:12:26,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 08:12:26,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 08:12:26,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 08:12:26,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 08:12:26,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 08:12:26,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 08:12:26,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 08:12:26,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: a678e19e-cc8f-4bac-9528-74a638e3ba21 08:12:26,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 08:12:26,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 08:12:26,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0xd6f2e717 08:12:26,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 08:12:26,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 08:12:26,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 08:12:26,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000007 08:12:26,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 0 08:12:26,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 08:12:26,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xb7cafa53 08:12:26,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 08:12:26,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 08:12:26,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:26,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-base 08:12:26,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:12:26,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock. 08:12:26,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:12:26,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 08:12:26,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' 08:12:26,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 08:12:26,994 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 08:12:27,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:27,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 69 08:12:27,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; 08:12:27,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 08:12:27,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:27,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:27,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:27,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:device /dev/vda data[440:443] = 00000000 08:12:27,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:edd: MBR signature on vda is zero. new disk image? 08:12:27,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:edd: collected mbr signatures: {} 08:12:27,101 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ 08:12:27,108 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 08:12:27,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:12:27,118 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:12:27,119 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:27,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:27,206 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 08:12:27,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 08:12:27,213 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader Aarch64EFIGRUB. 08:12:27,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 08:12:27,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:12:27,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:12:27,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:27,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:27,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 08:12:27,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 08:12:27,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:27,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:27,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:12:27,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (281473087959520) 08:12:27,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 08:12:28,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 08:12:28,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. 08:12:28,069 INFO anaconda:anaconda: threading: Thread Done: AnaStorageThread (281472830599648) 08:12:28,070 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: WAITING_NETWORK 08:12:28,071 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: DOWNLOADING_PKG_METADATA 08:12:28,072 INFO anaconda:packaging: Configuring the base repo 08:12:28,075 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/1. 08:12:28,082 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-TearDownSourcesTask-1 (281473070526944) 08:12:28,083 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected [] tasks from SourceType.URL source 08:12:28,084 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-TearDownSourcesTask-1 (281473070526944) 08:12:28,102 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. 08:12:28,105 DEBUG anaconda:anaconda: ui.lib.storage: Selecting all disks by default: vda 08:12:28,107 INFO anaconda:anaconda: lifecycle: Module initialized: StorageSpoke 08:12:28,108 INFO anaconda:anaconda: threading: Thread Done: AnaStorageWatcher (281472779940320) 08:12:28,134 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/2. 08:12:28,141 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetUpSourcesTask-1 (281473070526944) 08:12:28,141 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected [] tasks from SourceType.URL source 08:12:28,142 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetUpSourcesTask-1 (281473070526944) 08:12:28,183 DEBUG anaconda:packaging: Using the repo configuration: RepoConfigurationData(cost=1000, excluded_packages=[], included_packages=[], name='anaconda-0', proxy='', ssl_configuration=SSLConfigurationData(ca_cert_path='', client_cert_path='', client_key_path=''), ssl_verification_enabled=True, type='BASEURL', url='http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/') 08:12:28,184 DEBUG anaconda:packaging: retrieving treeinfo from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ (proxy: None ; ssl_verify: True) 08:12:28,185 INFO anaconda:packaging: Trying to download '.treeinfo' 08:12:28,207 DEBUG anaconda:packaging: Retrieved '.treeinfo' from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ 08:12:28,219 DEBUG anaconda:packaging: getting release version from tree at http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ (8) 08:12:28,220 DEBUG anaconda:packaging: using treeinfo release version of 8 08:12:28,220 DEBUG anaconda:packaging: Treeinfo points base repository to http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/. 08:12:28,221 DEBUG anaconda:packaging: releasever from http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ is 8 08:12:28,222 DEBUG anaconda:packaging: Adding new treeinfo repository: AppStream enabled: True 08:12:28,223 DEBUG NetworkManager: [1622707948.2233] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 7.690 seconds 08:12:28,224 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8-stream/AppStream/aarch64/os 08:12:28,226 INFO anaconda:librepo: Librepo version: 1.14.0 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.4/openssl/zlib nghttp2/1.33.0) 08:12:28,250 DEBUG anaconda:dnf: repo: downloading from remote: AppStream 08:12:28,251 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/repomd.xml 08:12:28,309 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/fd6051c843604dd46f8e419d74883c179458aa4a2576bb762d2562360e8a4d1e-primary.xml.gz 08:12:28,310 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/9f33fdafd897fdc559d488d316f437356fd041b7210cf8c2f07f42288155e046-filelists.xml.gz 08:12:28,310 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/796548d400db5a3b22104cb8c8982e06c952cdfbfbaebb7b6f3f5cdf68143c4d-comps-AppStream.aarch64.xml 08:12:28,322 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/95ee01cffd9e2131841c28b99a27f1c2804bf690bb06c4ec1dbc3ee31373fa0c-modules.yaml.xz 08:12:28,476 INFO anaconda:packaging: enabled repo: 'AppStream' - ['http://qa.centos.org/centos/8-stream/AppStream/aarch64/os'] and got repomd 08:12:28,478 INFO anaconda:packaging: added repo: 'anaconda' - http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ 08:12:28,479 DEBUG anaconda:dnf: repo: downloading from remote: anaconda 08:12:28,480 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/repomd.xml 08:12:28,491 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/e453788546cdd36c68437b53659b32ee34dd4c04fa500cfd912f2448b38ef23f-primary.xml.gz 08:12:28,492 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/4b1a812d7fff502040607786a42554af75da74be87436f0d0009571e556cb0c0-filelists.xml.gz 08:12:28,493 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/1730744158204068938ae9ab2ec8badc1ecf03761264eb101df9769dbb9b1782-comps-BaseOS.aarch64.xml 08:12:28,586 INFO anaconda:packaging: enabled repo: 'anaconda' - ['http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/'] and got repomd 08:12:28,586 DEBUG anaconda:packaging: repo koji-override-0: mirrorlist None, baseurl http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/, metalink False 08:12:28,589 INFO anaconda:packaging: added repo: 'koji-override-0' - http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/ 08:12:28,589 DEBUG anaconda:packaging: repo koji-override-1: mirrorlist None, baseurl http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/, metalink False 08:12:28,591 INFO anaconda:packaging: added repo: 'koji-override-1' - http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/ 08:12:28,592 DEBUG anaconda:packaging: repo AppStream: mirrorlist None, baseurl http://qa.centos.org/centos/8-stream/AppStream/aarch64/os, metalink False 08:12:28,593 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8-stream/AppStream/aarch64/os 08:12:28,596 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-0 08:12:28,597 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/repomd.xml 08:12:28,600 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/e453788546cdd36c68437b53659b32ee34dd4c04fa500cfd912f2448b38ef23f-primary.xml.gz 08:12:28,601 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/4b1a812d7fff502040607786a42554af75da74be87436f0d0009571e556cb0c0-filelists.xml.gz 08:12:28,602 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/repodata/1730744158204068938ae9ab2ec8badc1ecf03761264eb101df9769dbb9b1782-comps-BaseOS.aarch64.xml 08:12:28,694 INFO anaconda:packaging: enabled repo: 'koji-override-0' - ['http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/'] and got repomd 08:12:28,695 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-1 08:12:28,696 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/repomd.xml 08:12:28,699 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/fd6051c843604dd46f8e419d74883c179458aa4a2576bb762d2562360e8a4d1e-primary.xml.gz 08:12:28,700 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/9f33fdafd897fdc559d488d316f437356fd041b7210cf8c2f07f42288155e046-filelists.xml.gz 08:12:28,701 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/796548d400db5a3b22104cb8c8982e06c952cdfbfbaebb7b6f3f5cdf68143c4d-comps-AppStream.aarch64.xml 08:12:28,717 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/repodata/95ee01cffd9e2131841c28b99a27f1c2804bf690bb06c4ec1dbc3ee31373fa0c-modules.yaml.xz 08:12:28,860 INFO anaconda:packaging: enabled repo: 'koji-override-1' - ['http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/'] and got repomd 08:12:28,906 DEBUG anaconda:dnf: repo: using cache for: AppStream 08:12:28,907 INFO anaconda:packaging: enabled repo: 'AppStream' - ['http://qa.centos.org/centos/8-stream/AppStream/aarch64/os'] and got repomd 08:12:28,907 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: DOWNLOADING_GROUP_METADATA 08:12:28,909 DEBUG anaconda:dnf: repo: using cache for: anaconda 08:12:28,910 DEBUG anaconda:packaging: repo anaconda: _sync_metadata success from ['http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/'] 08:12:28,911 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 08:12:28,912 DEBUG anaconda:packaging: repo koji-override-0: _sync_metadata success from ['http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/'] 08:12:28,912 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 08:12:28,913 DEBUG anaconda:packaging: repo koji-override-1: _sync_metadata success from ['http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/'] 08:12:28,914 DEBUG anaconda:dnf: repo: using cache for: AppStream 08:12:28,915 DEBUG anaconda:packaging: repo AppStream: _sync_metadata success from ['http://qa.centos.org/centos/8-stream/AppStream/aarch64/os'] 08:12:28,918 DEBUG anaconda:dnf: repo: using cache for: anaconda 08:12:32,178 DEBUG anaconda:dnf: anaconda: using metadata from Thu 03 Jun 2021 06:02:33 AM UTC. 08:12:32,179 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 08:12:32,349 INFO systemd:NetworkManager-dispatcher.service: Succeeded. 08:12:35,408 DEBUG anaconda:dnf: koji-override-0: using metadata from Thu 03 Jun 2021 06:02:33 AM UTC. 08:12:35,409 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 08:12:35,920 DEBUG NetworkManager: [1622707955.9206] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 15.176 seconds 08:12:42,684 DEBUG anaconda:dnf: koji-override-1: using metadata from Thu 03 Jun 2021 06:02:52 AM UTC. 08:12:42,684 DEBUG anaconda:dnf: repo: using cache for: AppStream 08:12:49,917 DEBUG anaconda:dnf: AppStream: using metadata from Thu 03 Jun 2021 06:02:52 AM UTC. 08:12:49,919 INFO anaconda:dnf: Last metadata expiration check: 0:00:04 ago on Thu 03 Jun 2021 08:12:28 AM UTC. 08:12:49,927 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Stream 8; generic; Linux.aarch64)' 08:12:50,854 INFO systemd:systemd-localed.service: Succeeded. 08:12:51,112 DEBUG NetworkManager: [1622707971.1122] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 31.398 seconds 08:12:52,394 INFO systemd:systemd-hostnamed.service: Succeeded. 08:12:53,938 DEBUG NetworkManager: [1622707973.9387] device[4c977cad4796371a] (enp1s0): timed out waiting for IPv6 router advertisement 08:12:53,939 DEBUG NetworkManager: [1622707973.9389] device[4c977cad4796371a] (enp1s0): activation-stage: schedule activate_stage4_ip_config_timeout_6,v6 (id 215) 08:12:53,940 DEBUG NetworkManager: [1622707973.9390] device[4c977cad4796371a] (enp1s0): activation-stage: invoke activate_stage4_ip_config_timeout_6,v6 (id 215) Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11860/12000 08:12:56,438 INFO anaconda:packaging: Refreshing environment_addons 08:12:56,830 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 08:12:56,841 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 08:12:56,849 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 08:12:56,859 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 08:12:56,867 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: FINISHED 08:12:56,867 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Payload restarted, set new info and clear the old one. 08:12:56,868 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadThread (281472788918752) 08:12:56,869 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Apply called old env None, new env None and addons set() 08:12:56,871 INFO anaconda:anaconda: lifecycle: Module initialized: SoftwareSpoke 08:12:56,872 INFO anaconda:anaconda: threading: Thread Done: AnaSoftwareWatcher (281472797372896) 08:12:56,883 INFO anaconda:anaconda: lifecycle: Module initialized: SourceSpoke 08:12:56,884 INFO anaconda:anaconda: lifecycle: All modules have been initialized. 08:12:56,884 INFO anaconda:anaconda: threading: Thread Done: AnaSourceWatcher (281472806875616) 08:12:57,860 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Saving storage configuration... 08:12:57,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 08:12:57,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 08:12:57,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. 08:12:57,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-CustomPartitioningTask-1 (281473087959520) 08:12:57,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking whether disk vda has an empty extended 08:12:57,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended is None ; logicals is [] 08:12:57,920 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: vda 08:12:57,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (4) with existing gpt disklabel ; hidden: False ; 08:12:57,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf 08:12:57,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing vda. 08:12:57,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing vda 08:12:57,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (4) with existing gpt disklabel ; hidden: False ; 08:12:57,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf 08:12:57,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 99 08:12:57,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: disklabel ; 08:12:57,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [98] destroy format gpt disklabel on disk vda (id 4) 08:12:57,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing vda. 08:12:57,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 101 08:12:57,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 08:12:57,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [100] destroy format None on disk vda (id 4) 08:12:57,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.__init__: device: /dev/vda ; 08:12:57,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for vda based on size 08:12:57,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: gpt ; 08:12:57,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for vda based on size 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage: type: gpt primaryPartitionCount: 0 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage: lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage: partitions: [] 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: 08:12:57,973 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedDisk: <_ped.Disk object at 0xffff8f76f548> 08:12:58,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 102 08:12:58,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 08:12:58,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [103] create format gpt disklabel on disk vda (id 4) 08:12:58,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0xffff8f7a4978) -- 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = non-existent gpt disklabel 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 08:12:58,070 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = disklabel removable = False wwn = None] 08:12:58,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR 08:12:58,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader timeout: 1 08:12:58,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] 08:12:58,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] 08:12:58,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. 08:12:58,094 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:58,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:58,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,207 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:58,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:58,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,300 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,304 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 08:12:58,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.core.storage:vda matches ['vda'] for devicetree=existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14) 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop0 (18) 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (28) 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop1 (32) with existing ext4 filesystem 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-rw (51) with existing ext4 filesystem 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-base (61) with existing ext4 filesystem 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (42) 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop2 (46) 08:12:58,333 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True 08:12:58,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda 08:12:58,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 08:12:58,345 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Executing the custom partitioning. 08:12:58,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Looking for platform-specific bootloader requirements. 08:12:58,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Applying requirements: 08:12:58,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0xffff8f7797f0) -- 08:12:58,351 WARNING org.fedoraproject.Anaconda.Modules.Storage: mountpoint = /boot/efi lv = False thin = False btrfs = False 08:12:58,351 WARNING org.fedoraproject.Anaconda.Modules.Storage: weight = 0 fstype = efi encrypted = False 08:12:58,351 WARNING org.fedoraproject.Anaconda.Modules.Storage: size = 200 MiB max_size = 600 MiB grow = True 08:12:58,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk 08:12:58,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:12:58,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 104 08:12:58,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 106 08:12:58,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; 08:12:58,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: None ; 08:12:58,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 08:12:58,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req0 (id 105) to device tree 08:12:58,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [108] create device partition req0 (id 105) 08:12:58,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 110 08:12:58,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: efi ; 08:12:58,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [109] create format efi filesystem mounted at /boot/efi on partition req0 (id 105) 08:12:58,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 08:12:58,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 111 08:12:58,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 08:12:58,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 113 08:12:58,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req1 ; kids: 0 ; 08:12:58,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: None ; 08:12:58,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 08:12:58,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req1 (id 112) to device tree 08:12:58,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [115] create device partition req1 (id 112) 08:12:58,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 117 08:12:58,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ; 08:12:58,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [116] create format xfs filesystem mounted at / on partition req1 (id 112) 08:12:58,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:12:58,451 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 105)', 'req1(id 112)'] from disk(s) ['vda'] 08:12:58,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['vda'] ; partitions=['req0(id 105)', 'req1(id 112)'] 08:12:58,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 105)', 'req1(id 112)'] from disk(s) ['vda'] 08:12:58,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 105 ; disks: ['vda'] ; 08:12:58,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 200 MiB ; grow: True ; max_size: 600 MiB ; start: None ; end: None 08:12:58,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on vda 08:12:58,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=200 MiB boot=True best=None grow=True start=None 08:12:58,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 34-20971486 (10 GiB) 08:12:58,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 34-20971486 (10 GiB) 08:12:58,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout 08:12:58,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/vda 08:12:58,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 08:12:58,463 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 08:12:58,463 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff8f776470> 08:12:58,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 34 to 2048 08:12:58,470 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 08:12:58,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 08:12:58,472 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,472 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:12:58,472 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,472 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1518> 08:12:58,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 08:12:58,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 08:12:58,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 08:12:58,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 08:12:58,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 08:12:58,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 08:12:58,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 08:12:58,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 08:12:58,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 08:12:58,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 20557824 (9.8 GiB) left in chunk 08:12:58,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 20557824 (9.8 GiB) to 105 (vda1) 08:12:58,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 19738624 (9.41 GiB) from 105 (vda1) 08:12:58,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 08:12:58,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 105 (vda1) growth: 819200 (400 MiB) size: 600 MiB 08:12:58,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) 08:12:58,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:12:58,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition None 08:12:58,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 08:12:58,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 08:12:58,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 819200 sectors 08:12:58,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to vda, type: 0 08:12:58,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 34-20971486 / 10 GiB 08:12:58,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 819200 sectors of growth 08:12:58,510 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request 08:12:58,512 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 08:12:58,512 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 08:12:58,512 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff8f776470> 08:12:58,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 34 to 2048 08:12:58,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition vda1 of 200 MiB and added it to /dev/vda 08:12:58,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 08:12:58,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 08:12:58,520 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,520 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:12:58,520 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,520 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ee1af68> 08:12:58,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 08:12:58,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 08:12:58,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:12:58,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 08:12:58,538 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,538 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:12:58,538 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,538 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ee1afc0> 08:12:58,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 112 ; disks: ['vda'] ; 08:12:58,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 7.76 GiB ; grow: False ; max_size: 0 B ; start: None ; end: None 08:12:58,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on vda 08:12:58,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=7.76 GiB boot=False best=None grow=False start=None 08:12:58,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 34-2047 (1007 KiB) 08:12:58,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 34-2047 (1007 KiB) 08:12:58,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 411648-20971486 (9.8 GiB) 08:12:58,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 411648-20971486 (9.8 GiB) 08:12:58,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout 08:12:58,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/vda 08:12:58,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 08:12:58,548 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 08:12:58,548 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff8f776470> 08:12:58,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 08:12:58,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 08:12:58,555 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,555 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:12:58,555 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,555 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1518> 08:12:58,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 08:12:58,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 08:12:58,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 08:12:58,569 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 112 to chunk 20967424 (2048-20969471) on /dev/vda 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 08:12:58,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 08:12:58,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 08:12:58,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 112 name = vda2 growable = False 08:12:58,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 16281600 growth = 0 max_grow = 0 08:12:58,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True 08:12:58,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 4276224 (2.04 GiB) left in chunk 08:12:58,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4276224 (2.04 GiB) to 105 (vda1) 08:12:58,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 3457024 (1.65 GiB) from 105 (vda1) 08:12:58,573 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 08:12:58,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 105 (vda1) growth: 819200 (400 MiB) size: 600 MiB 08:12:58,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 112 (vda2) growth: 0 (0 B) size: 7.76 GiB 08:12:58,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) 08:12:58,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:12:58,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition None 08:12:58,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 08:12:58,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 2 ; 08:12:58,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 819200 sectors 08:12:58,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to vda, type: 0 08:12:58,593 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 411648-20971486 / 9.8 GiB 08:12:58,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 819200 sectors of growth 08:12:58,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 08:12:58,595 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 08:12:58,595 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff8f776470> 08:12:58,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition vda2 of 7.76 GiB and added it to /dev/vda 08:12:58,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 08:12:58,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 08:12:58,603 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,603 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:12:58,603 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,603 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8f77d048> 08:12:58,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 08:12:58,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 08:12:58,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:12:58,621 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 08:12:58,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:12:58,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,621 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1678> 08:12:58,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['vda'], partitions=['vda1(id 105)', 'vda2(id 112)'] 08:12:58,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['vda1'] 08:12:58,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 08:12:58,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 112 to chunk 20967424 (2048-20969471) on /dev/vda 08:12:58,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk vda has 1 chunks 08:12:58,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 08:12:58,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 08:12:58,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 08:12:58,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 08:12:58,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 08:12:58,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 112 name = vda2 growable = False 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 16281600 growth = 0 max_grow = 0 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 4276224 (2.04 GiB) left in chunk 08:12:58,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4276224 (2.04 GiB) to 105 (vda1) 08:12:58,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 3457024 (1.65 GiB) from 105 (vda1) 08:12:58,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 08:12:58,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on vda 08:12:58,631 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition vda1 (105): 0 08:12:58,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for vda1: parted.Geometry instance -- 08:12:58,632 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 2048 end: 1230847 length: 1228800 08:12:58,632 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff8ede6b38> 08:12:58,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition vda2 (112): 0 08:12:58,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for vda2: parted.Geometry instance -- 08:12:58,635 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 1230848 end: 17512447 length: 16281600 08:12:58,635 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff8f8ae198> 08:12:58,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['vda1(id 105)', 'vda2(id 112)'] from disk(s) ['vda'] 08:12:58,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:12:58,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition None 08:12:58,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 08:12:58,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 2 ; 08:12:58,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:12:58,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition None 08:12:58,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 08:12:58,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 08:12:58,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions 08:12:58,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None 08:12:58,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- 08:12:58,672 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 2048 end: 1230847 length: 1228800 08:12:58,672 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff8ede6b38> 08:12:58,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 08:12:58,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 08:12:58,678 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,678 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:12:58,678 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,678 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd15c8> 08:12:58,683 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 08:12:58,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,695 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1780> 08:12:58,697 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- 08:12:58,697 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 1230848 end: 17512447 length: 16281600 08:12:58,697 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff8f8ae198> 08:12:58,702 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 08:12:58,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 08:12:58,703 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,703 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:12:58,703 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,703 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1570> 08:12:58,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 08:12:58,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 08:12:58,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:12:58,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 08:12:58,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:12:58,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:12:58,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:12:58,722 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd16d0> 08:12:58,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem mounted at /boot/efi 08:12:58,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:fixing size of non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem mounted at / 08:12:58,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Skipping the deprecated command 'btrfs'. 08:12:58,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0xffff8f7a4978) -- 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = ['non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem ' 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'mounted at /boot/efi', 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem ' 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'mounted at /'] 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = non-existent gpt disklabel 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 08:12:58,745 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = disklabel removable = False wwn = None] 08:12:58,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR 08:12:58,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader timeout: 1 08:12:58,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] 08:12:58,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] 08:12:58,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. 08:12:58,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:12:58,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:12:58,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:12:58,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 08:12:58,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.core.storage:vda matches ['vda'] for devicetree=existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem mounted at /boot/efi 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem mounted at / 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14) 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop0 (18) 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (28) 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop1 (32) with existing ext4 filesystem 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-rw (51) with existing ext4 filesystem 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-base (61) with existing ext4 filesystem 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (42) 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop2 (46) 08:12:58,916 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True 08:12:58,920 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda 08:12:58,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 08:12:58,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:12:58,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 08:12:58,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk 08:12:58,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 08:12:58,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 08:12:58,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 08:12:58,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 08:12:58,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 08:12:58,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 08:12:58,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-CustomPartitioningTask-1 (281473087959520) 08:12:59,912 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Checking storage configuration... 08:12:59,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. 08:12:59,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (281473087959520) 08:12:59,939 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 08:12:59,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 08:12:59,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 08:12:59,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 08:12:59,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 08:12:59,942 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 08:12:59,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True 08:12:59,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True 08:12:59,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True 08:12:59,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True 08:12:59,948 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True 08:12:59,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.79 GiB 08:12:59,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 08:12:59,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem mounted at /boot/efi 08:12:59,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 08:12:59,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem mounted at / 08:12:59,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (320 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', '/usr/lib', '/usr/share', '/var', '/tmp'}, 'must_be_on_root': {'/proc', '/dev', '/bin', 'lost+found', '/root', '/mnt', '/etc', '/sbin', '/lib'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/usr', '/tmp', '/var', '/boot'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 08:12:59,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. 08:12:59,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. 08:12:59,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. 08:12:59,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. 08:12:59,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. 08:12:59,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. 08:12:59,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. 08:12:59,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. 08:12:59,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity warning: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. 08:12:59,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. 08:12:59,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. 08:12:59,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. 08:12:59,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. 08:12:59,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. 08:12:59,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. 08:12:59,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. 08:12:59,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. 08:12:59,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. 08:12:59,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. 08:12:59,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). 08:12:59,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (281473087959520) 08:13:00,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 08:13:00,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; 08:13:00,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:13:01,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:13:01,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 08:13:01,001 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:13:01,001 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:13:01,001 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:01,001 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ed33d00> 08:13:01,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; 08:13:01,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id returned existing 10 GiB disk vda (4) with non-existent gpt disklabel 08:13:01,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:13:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 08:13:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:13:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:13:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:01,019 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ed33d58> 08:13:01,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 08:13:01,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 08:13:01,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 08:13:01,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 08:13:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 08:13:01,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 08:13:01,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 08:13:01,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True 08:13:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True 08:13:01,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True 08:13:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True 08:13:01,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True 08:13:01,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.79 GiB 08:13:01,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 08:13:01,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem mounted at /boot/efi 08:13:01,065 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 08:13:01,071 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem mounted at / 08:13:01,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (320 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', '/usr/lib', '/usr/share', '/var', '/tmp'}, 'must_be_on_root': {'/proc', '/dev', '/bin', 'lost+found', '/root', '/mnt', '/etc', '/sbin', '/lib'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/usr', '/tmp', '/var', '/boot'}, 'reformat_blacklist': {'/home', '/opt', '/usr/local', '/var/www'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 08:13:01,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. 08:13:01,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. 08:13:01,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. 08:13:01,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. 08:13:01,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. 08:13:01,074 WARNING org.f Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11850/12000 edoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. 08:13:01,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. 08:13:01,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. 08:13:01,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity warning: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. 08:13:01,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. 08:13:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. 08:13:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. 08:13:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. 08:13:01,076 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. 08:13:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. 08:13:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. 08:13:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. 08:13:01,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. 08:13:01,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. 08:13:01,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). 08:13:01,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 08:13:01,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning CUSTOM is applied. 08:13:01,084 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Partitioning has been applied: ValidationReport(error_messages=[], warning_messages=['You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations.']) 08:13:01,086 DEBUG anaconda:simpleline: Scheduling screen SummaryHub 08:13:01,087 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 08:13:01,093 DEBUG anaconda:simpleline: Scheduling screen ProgressSpoke 08:13:01,093 DEBUG anaconda:simpleline: Starting main loop 08:13:01,094 DEBUG anaconda:simpleline: Processing screen ScreenData(SummaryHub,None,False) 08:13:01,258 DEBUG anaconda:simpleline: Input is required by ScreenData(SummaryHub,None,False) screen 08:13:01,311 INFO anaconda:program: Running... df --output=target,avail 08:13:01,336 INFO anaconda:program: Mounted on Avail 08:13:01,337 INFO anaconda:program: /dev 2000384 08:13:01,337 INFO anaconda:program: /dev/shm 2036800 08:13:01,338 INFO anaconda:program: /run 1971072 08:13:01,339 INFO anaconda:program: /sys/fs/cgroup 2036800 08:13:01,339 INFO anaconda:program: / 811812 08:13:01,340 INFO anaconda:program: /tmp 1974272 08:13:01,340 DEBUG anaconda:program: Return code: 0 08:13:01,366 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90771484375 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.8797607421875 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (792.78515625 MiB), '/tmp': Size (1.8828125 GiB), '/mnt/sysroot/boot/efi': 622854143, '/mnt/sysroot': 8086093823} 08:13:01,368 INFO anaconda:packaging: Estimated size: download 0 B & install 2.79 GiB 08:13:01,368 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': 8086093823} 08:13:01,371 DEBUG anaconda:packaging: Install + download space required 2.79 GiB 08:13:01,372 INFO anaconda:anaconda: ui.lib.space: fs space: 7.53 GiB needed: 2.79 GiB 08:13:01,373 DEBUG anaconda:simpleline: New signal CloseScreenSignal enqueued with source SummaryHub 08:13:01,374 DEBUG anaconda:simpleline: Closing screen ScreenData(SummaryHub,None,False) from SummaryHub 08:13:01,375 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 08:13:01,376 DEBUG anaconda:simpleline: Processing screen ScreenData(ProgressSpoke,None,False) 08:13:01,397 INFO anaconda:anaconda: threading: Running Thread: AnaInstallThread (281472806875616) 08:13:01,404 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/2. 08:13:01,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. 08:13:01,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. 08:13:01,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. 08:13:01,463 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/1. 08:13:01,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. 08:13:01,517 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/2. 08:13:01,520 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/3. 08:13:01,522 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/4. 08:13:01,525 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/5. 08:13:01,566 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone/Task/1. 08:13:01,568 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone/Task/2. 08:13:01,598 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/1. 08:13:01,600 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/2. 08:13:01,603 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/3. 08:13:01,605 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/4. 08:13:01,608 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/5. 08:13:01,654 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/2. 08:13:01,657 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/3. 08:13:01,678 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/5. 08:13:01,702 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/1. 08:13:01,704 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/2. 08:13:01,707 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/3. 08:13:01,709 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/4. 08:13:01,712 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/5. 08:13:01,751 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/3. 08:13:01,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. 08:13:01,789 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/6. 08:13:01,802 INFO anaconda:anaconda: installation: Top-level task queue: Complete installation queue#012Number of task queues: 16#012Number of tasks: 41#012Task & task group listing:#012 Task queue: Installation queue#012 Task: Save system time to HW clock#012 Task queue: Installation environment setup#012 Task: Setup addons#012 Task: Configure the runtime system#012 Task queue: Early storage configuration#012 Task: Activate filesystems#012 Task: Mount filesystems#012 Task: Write the storage configuration#012 Task queue: Pre-install scripts#012 Task: Run %pre-install scripts#012 Task queue: Pre install tasks#012 Task: Copy resolv.conf to sysroot#012 Task: Discover information about a realm#012 Task: Find additional packages & run pre_install()#012 Task queue: Payload installation#012 Task: Install the payload#012 Task queue: Bootloader installation#012 Task: Configure the bootloader#012 Task: Install the bootloader#012 Task queue: Post-installation setup tasks#012 Task: Run post-installation setup tasks#012 Task queue: Configuration queue#012 Task queue: Installed system configuration#012 Task: Configure SELinux#012 Task: Configure fingerprint authentication#012 Task: Authselect configuration#012 Task: Authconfig configuration#012 Task: Configure time zone#012 Task: Configure NTP#012 Task: Configure Initial Setup#012 Task: Configure post-installation tools#012 Task: Configure services#012 Task: Configure systemd default target#012 Task: Configure default desktop#012 Task: Configure language#012 Task: Configure keyboard#012 Task: Configure firewall#012 Task: Create groups#012 Task: Create users#012 Task: Configure root password#012 Task: Set SSH keys#012 Task: Configure optional root password SSH login#012 Task queue: Network configuration#012 Task: Network configuration#012 Task queue: User creation#012 Task queue: Anaconda addon configuration#012 Task: Configure Anaconda addons#012 Task: Install the system#012 Task queue: Initramfs generation#012 Task: Generate initramfs#012 Task: Rerun zipl#012 Task: Join a realm#012 Task queue: Post installation scripts#012 Task: Run post installation scripts#012 Task queue: Write configs and kickstarts#012 Task: Store kickstarts 08:13:01,805 INFO anaconda:anaconda: installation: Queue started: Installation queue (1/16) 08:13:01,806 INFO anaconda:anaconda: installation: Task started: Save system time to HW clock (1/41) 08:13:01,819 INFO anaconda:program: Running... hwclock --systohc --utc 08:13:02,502 DEBUG anaconda:program: Return code: 0 08:13:02,503 INFO anaconda:anaconda: progress: Save system time to HW clock 08:13:02,504 DEBUG anaconda:anaconda: installation: Task completed: Save system time to HW clock (1/41) (0.7 s) 08:13:02,505 INFO anaconda:anaconda: progress: Setting up the installation environment 08:13:02,506 INFO anaconda:anaconda: installation: Queue started: Installation environment setup (2/16) 08:13:02,507 INFO anaconda:anaconda: installation: Task started: Setup addons (2/41) 08:13:02,508 INFO anaconda:anaconda: progress: Setting up org_fedora_oscap addon 08:13:02,509 INFO anaconda:anaconda: progress: Setting up com_redhat_kdump addon 08:13:02,522 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Extra arguments are set to '['console=ttyS0,115200n8', 'no_timer_check', 'net.ifnames=0', 'nvme_core.io_timeout=4294967295', 'nvme_core.max_retries=10', 'crashkernel=auto']'. 08:13:02,527 INFO anaconda:anaconda: progress: Setup addons 08:13:02,527 DEBUG anaconda:anaconda: installation: Task completed: Setup addons (2/41) (0.0 s) 08:13:02,528 INFO anaconda:anaconda: installation: Task started: Configure the runtime system (3/41) 08:13:02,531 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Configure the runtime system' has started. 08:13:02,531 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Configure the runtime system' is complete. 08:13:02,538 INFO anaconda:anaconda: progress: Configure the runtime system 08:13:02,539 DEBUG anaconda:anaconda: installation: Task completed: Configure the runtime system (3/41) (0.0 s) 08:13:02,540 INFO anaconda:anaconda: progress: Configuring storage 08:13:02,541 INFO anaconda:anaconda: installation: Queue started: Early storage configuration (3/16) 08:13:02,542 INFO anaconda:anaconda: installation: Task started: Activate filesystems (4/41) 08:13:02,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ActivateFilesystemsTask-1 (281473087959520) 08:13:02,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 08:13:02,560 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 08:13:02,564 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; 08:13:02,568 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 08:13:02,573 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:13:02,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:02,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:02,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; 08:13:02,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 08:13:02,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 08:13:02,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:02,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:02,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [98] destroy format gpt disklabel on disk vda (id 4) 08:13:02,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [100] destroy format None on disk vda (id 4) 08:13:02,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [103] create format gpt disklabel on disk vda (id 4) 08:13:02,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [108] create device partition vda1 (id 105) 08:13:02,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 08:13:02,773 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [115] create device partition vda2 (id 112) 08:13:02,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 08:13:02,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:pruning action queue... 08:13:02,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removing obsolete action 100 (98) 08:13:02,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:02,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:02,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,882 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:02,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:02,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:02,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:resetting parted disks... 08:13:02,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 08:13:02,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 08:13:03,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda1 ; 08:13:03,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda2 ; 08:13:03,006 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:sorting actions... 08:13:03,011 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [98] destroy format gpt disklabel on disk vda (id 4) 08:13:03,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda1 from the reject list 08:13:03,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 wasn't in the reject list 08:13:03,013 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda2 from the reject list 08:13:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 wasn't in the reject list 08:13:03,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [103] create format gpt disklabel on disk vda (id 4) 08:13:03,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda1 from the reject list 08:13:03,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 wasn't in the reject list 08:13:03,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda2 from the reject list 08:13:03,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 wasn't in the reject list 08:13:03,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [108] create device partition vda1 (id 105) 08:13:03,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [115] create device partition vda2 (id 112) 08:13:03,019 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 08:13:03,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 08:13:03,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [98] destroy format gpt disklabel on disk vda (id 4) 08:13:03,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; 08:13:03,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.destroy: device: /dev/vda ; type: disklabel ; status: False ; 08:13:03,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda 08:13:03,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:13:03,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:/dev/vda: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54 08:13:03,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:/dev/vda: 8 bytes were erased at offset 0x27ffffe00 (gpt): 45 46 49 20 50 41 52 54 08:13:03,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:/dev/vda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa 08:13:03,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,230 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [103] create format gpt disklabel on disk vda (id 4) 08:13:03,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:13:03,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; 08:13:03,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; 08:13:03,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; 08:13:03,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,273 INFO kernel: vda: 08:13:03,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 08:13:03,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 08:13:03,456 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [108] create device partition vda1 (id 105) 08:13:03,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.create: vda1 ; status: False ; 08:13:03,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; 08:13:03,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:13:03,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 08:13:03,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._create: vda1 ; status: False ; 08:13:03,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._wipe: vda1 ; status: False ; 08:13:03,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 08:13:03,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:13:03,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records in' 08:13:03,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records out' 08:13:03,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0172807 s, 60.7 MB/s' 08:13:03,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,533 INFO kernel: vda: 08:13:03,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,546 INFO anaconda:anaconda: progress: Creating disklabel on /dev/vda 08:13:03,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; 08:13:03,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,663 INFO kernel: vda: vda1 08:13:03,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:post-commit partition path is /dev/vda1 08:13:03,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:13:03,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 08:13:03,779 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:13:03,779 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:13:03,779 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:03,779 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ee1af10> 08:13:03,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; 08:13:03,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda1 08:13:03,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:03,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:03,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 08:13:03,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 08:13:03,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 08:13:03,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 ; 08:13:04,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1/size: 313232383830300a 08:13:04,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda1 size to 600 MiB (600 MiB) 08:13:04,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [115] create device partition vda2 (id 112) 08:13:04,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.create: vda2 ; status: False ; 08:13:04,032 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; 08:13:04,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:13:04,045 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 08:13:04,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._create: vda2 ; status: False ; 08:13:04,056 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._wipe: vda2 ; status: False ; 08:13:04,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1230848 count=2048 08:13:04,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 08:13:04,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records in' 08:13:04,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records out' 08:13:04,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0163195 s, 64.3 MB/s' 08:13:04,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,093 INFO kernel: vda: vda1 08:13:04,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; 08:13:04,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,203 INFO kernel: vda: vda1 vda2 08:13:04,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:post-commit partition path is /dev/vda2 08:13:04,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:13:04,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 08:13:04,280 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 08:13:04,280 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:13:04,280 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:04,280 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8edd1518> 08:13:04,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; 08:13:04,288 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda2 08:13:04,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 08:13:04,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 08:13:04,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 08:13:04,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 ; 08:13:04,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2/size: 31363238313630300a 08:13:04,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda2 size to 7.76 GiB (7.76 GiB) 08:13:04,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 08:13:04,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; 08:13:04,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; 08:13:04,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; 08:13:04,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; 08:13:04,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; 08:13:04,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; 08:13:04,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; 08:13:04,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; 08:13:04,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; 08:13:04,548 INFO anaconda:anaconda: progress: Creating xfs on /dev/vda2 08:13:04,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; 08:13:04,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; 08:13:04,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; 08:13:04,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; 08:13:04,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; 08:13:04,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; 08:13:04,585 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; 08:13:04,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; 08:13:04,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 08:13:04,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:04,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 08:13:04,699 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.create: device: /dev/vda2 ; type: xfs ; status: False ; 08:13:04,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS._create: type: xfs ; device: /dev/vda2 ; mountpoint: / ; 08:13:04,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mkfs.xfs -f /dev/vda2 08:13:04,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:13:04,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:meta-data=/dev/vda2 isize=512 agcount=4, agsize=508800 blks 08:13:04,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sectsz=512 attr=2, projid32bit=1 08:13:04,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = crc=1 finobt=1, sparse=1, rmapbt=0 08:13:04,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = reflink=1 08:13:04,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:data = bsize=4096 blocks=2035200, imaxpct=25 08:13:04,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sunit=0 swidth=0 blks 08:13:04,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 08:13:04,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:log =internal log bsize=4096 blocks=2560, version=2 08:13:04,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sectsz=512 sunit=0 blks, lazy-count=1 08:13:04,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:realtime =none extsz=4096 blocks=0, rtextents=0 08:13:04,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_admin -L -- /dev/vda2 08:13:04,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:13:04,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:writing all SBs 08:13:04,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:new label = "" 08:13:04,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:04,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:05,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,014 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 08:13:05,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 08:13:05,018 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 08:13:05,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; 08:13:05,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; 08:13:05,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; 08:13:05,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; 08:13:05,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; 08:13:05,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; 08:13:05,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; 08:13:05,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; 08:13:05,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; 08:13:05,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; 08:13:05,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; 08:13:05,079 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; 08:13:05,084 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; 08:13:05,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; 08:13:05,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; 08:13:05,098 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; 08:13:05,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 08:13:05,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 08:13:05,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:05,199 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 08:13:05,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.create: device: /dev/vda1 ; type: efi ; status: False ; 08:13:05,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS._create: type: vfat ; device: /dev/vda1 ; mountpoint: /boot/efi ; 08:13:05,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mkdosfs /dev/vda1 08:13:05,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 08:13:05,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:mkfs.fat 4.1 (2017-01-24) 08:13:05,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:05,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 08:13:05,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 08:13:05,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 08:13:05,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 08:13:05,350 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: 08:13:05,350 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 08:13:05,350 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:05,350 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ed58360> 08:13:05,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 08:13:05,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 08:13:05,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: 08:13:05,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 08:13:05,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 08:13:05,358 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff8ed583b8> 08:13:05,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.installation:setting boot flag on vda1 08:13:05,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 08:13:05,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.installation:Setting label on existing 600 MiB partition vda1 (105) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' 08:13:05,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 08:13:05,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 08:13:05,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:13:05,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:13:05,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 08:13:05,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 08:13:05,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 08:13:05,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ActivateFilesystemsTask-1 (281473087959520) 08:13:05,550 INFO anaconda:anaconda: progress: Creating efi on /dev/vda1 08:13:05,574 INFO anaconda:anaconda: progress: Activate filesystems 08:13:05,574 DEBUG anaconda:anaconda: installation: Task completed: Activate filesystems (4/41) (3.0 s) 08:13:05,575 INFO anaconda:anaconda: installation: Task started: Mount filesystems (5/41) 08:13:05,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-MountFilesystemsTask-1 (281473087959520) 08:13:05,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.supported: supported: False ; 08:13:05,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('bind') returning BindFS instance with object id 166 08:13:05,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 168 08:13:05,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; 08:13:05,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated /dev size to 2.73 KiB (2.73 KiB) 08:13:05,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: TmpFS.supported: supported: True ; 08:13:05,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 170 08:13:05,612 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 172 08:13:05,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; 08:13:05,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DevPtsFS.supported: supported: False ; 08:13:05,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 174 08:13:05,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 176 08:13:05,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; 08:13:05,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SysFS.supported: supported: False ; 08:13:05,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 178 08:13:05,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 180 08:13:05,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; 08:13:05,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: ProcFS.supported: supported: False ; 08:13:05,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 182 08:13:05,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 184 08:13:05,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; 08:13:05,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SELinuxFS.supported: supported: False ; 08:13:05,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 186 08:13:05,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 188 08:13:05,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: selinuxfs ; type: selinuxfs ; current: None ; 08:13:05,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: USBFS.supported: supported: False ; 08:13:05,677 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 190 08:13:05,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 192 08:13:05,684 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; 08:13:05,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.supported: supported: False ; 08:13:05,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('bind') returning BindFS instance with object id 194 08:13:05,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 196 08:13:05,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; 08:13:05,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated /run size to 740 B (740 B) 08:13:05,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIVarFS.supported: supported: False ; 08:13:05,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 198 08:13:05,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 200 08:13:05,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; 08:13:05,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 08:13:05,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:05,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,807 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.setup: device: /dev/vda2 ; type: xfs ; status: False ; 08:13:05,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:05,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:05,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,925 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:05,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t xfs -o defaults /dev/vda2 /mnt/sysimage 08:13:06,173 INFO kernel:SGI XFS with ACLs, security attributes, quota, no debug enabled 08:13:06,173 NOTICE kernel:XFS (vda2): Mounting V5 Filesystem 08:13:06,183 INFO kernel:XFS (vda2): Ending clean mount 08:13:06,187 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 08:13:06,212 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,322 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,539 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.setup: device: /dev/vda1 ; type: efi ; status: False ; 08:13:06,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,634 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi 08:13:06,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,713 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; 08:13:06,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,832 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,834 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:06,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:06,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,940 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid a Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11840/12000 ttribute 08:13:06,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,949 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:06,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,070 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,180 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,187 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,284 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; 08:13:07,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev 08:13:07,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; 08:13:07,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,528 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,650 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,772 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; 08:13:07,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:07,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:07,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:07,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts 08:13:08,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; 08:13:08,023 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,148 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,155 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; 08:13:08,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm 08:13:08,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: proc ; orig: False ; status: True ; controllable: True ; 08:13:08,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,633 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,644 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,748 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,754 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,764 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,849 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; 08:13:08,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:08,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:08,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,974 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,976 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:08,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t proc -o defaults proc /mnt/sysimage/proc 08:13:08,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,132 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; 08:13:09,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,358 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,474 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,476 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,580 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,587 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,695 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,698 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,704 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,718 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; 08:13:09,719 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,799 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,808 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,811 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run 08:13:09,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; 08:13:09,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:09,929 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:09,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,944 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,948 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:09,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,044 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,047 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,053 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,165 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,167 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,175 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,177 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,184 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,269 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,283 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; 08:13:10,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,398 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys 08:13:10,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: efivarfs ; orig: False ; status: False ; controllable: True ; 08:13:10,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,664 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,781 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,877 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,889 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,897 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIVarFS.setup: device: efivarfs ; type: efivarfs ; status: False ; 08:13:10,898 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:10,979 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:10,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,997 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:10,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,004 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t efivarfs -o defaults efivarfs /mnt/sysimage/sys/firmware/efi/efivars 08:13:11,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; 08:13:11,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:11,119 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,130 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,133 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,144 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:11,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,245 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:11,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:11,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,488 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; 08:13:11,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 08:13:11,600 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 08:13:11,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux 08:13:11,640 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... findmnt -rn /mnt/sysroot 08:13:11,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 08:13:11,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount --rbind /mnt/sysimage /mnt/sysroot 08:13:11,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:13:11,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-MountFilesystemsTask-1 (281473087959520) 08:13:12,625 INFO anaconda:anaconda: progress: Mount filesystems 08:13:12,626 DEBUG anaconda:anaconda: installation: Task completed: Mount filesystems (5/41) (7.1 s) 08:13:12,627 INFO anaconda:anaconda: installation: Task started: Write the storage configuration (6/41) 08:13:12,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-WriteConfigurationTask-1 (281473087959520) 08:13:12,644 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.devicetree.fsset:not writing out mpath configuration 08:13:12,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.iscsi.iscsi:Write iSCSI configuration. 08:13:12,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.fcoe.fcoe:Write FCoE configuration. 08:13:12,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.zfcp.zfcp:Write zFCP configuration. 08:13:12,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-WriteConfigurationTask-1 (281473087959520) 08:13:13,643 INFO anaconda:anaconda: progress: Write the storage configuration 08:13:13,644 DEBUG anaconda:anaconda: installation: Task completed: Write the storage configuration (6/41) (1.0 s) 08:13:13,646 INFO anaconda:anaconda: progress: Running pre-installation scripts 08:13:13,646 INFO anaconda:anaconda: installation: Queue started: Pre-install scripts (4/16) 08:13:13,647 INFO anaconda:anaconda: installation: Task started: Run %pre-install scripts (7/41) 08:13:13,648 INFO anaconda:anaconda: progress: Run %pre-install scripts 08:13:13,649 DEBUG anaconda:anaconda: installation: Task completed: Run %pre-install scripts (7/41) (0.0 s) 08:13:13,650 INFO anaconda:anaconda: progress: Running pre-installation tasks 08:13:13,651 INFO anaconda:anaconda: installation: Queue started: Pre install tasks (5/16) 08:13:13,652 INFO anaconda:anaconda: installation: Task started: Copy resolv.conf to sysroot (8/41) 08:13:13,655 INFO anaconda:anaconda: progress: Copy resolv.conf to sysroot 08:13:13,655 DEBUG anaconda:anaconda: installation: Task completed: Copy resolv.conf to sysroot (8/41) (0.0 s) 08:13:13,656 INFO anaconda:anaconda: installation: Task started: Discover information about a realm (9/41) 08:13:13,659 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-RealmDiscoverTask-1 (281472799273440) 08:13:13,660 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:No realm name set, skipping realm discovery. 08:13:13,660 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-RealmDiscoverTask-1 (281472799273440) 08:13:13,662 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Updating realm data with results from realm discover task. 08:13:13,664 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:Setting new realm data for realm join task: RealmData(discover_options=[], discovered=False, join_options=[], name='', required_packages=[]) 08:13:13,664 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Realm is set to RealmData(discover_options=[], discovered=False, join_options=[], name='', required_packages=[]). 08:13:13,668 INFO anaconda:anaconda: progress: Discover information about a realm 08:13:13,669 DEBUG anaconda:anaconda: installation: Task completed: Discover information about a realm (9/41) (0.0 s) 08:13:13,670 INFO anaconda:anaconda: installation: Task started: Find additional packages & run pre_install() (10/41) 08:13:13,691 DEBUG anaconda:anaconda: payload.requirement: no group requirement added for language groups 08:13:13,735 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'langpacks-en' for langpacks, strong=False 08:13:13,750 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Security : [Requirement(name='authselect-compat', reason='Needed to support legacy authconfig kickstart command.', type='package')] 08:13:13,751 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'authselect-compat' for Needed to support legacy authconfig kickstart command., strong=True 08:13:13,767 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Network : [Requirement(name='firewalld', reason='Requested by the firewall kickstart command.', type='package')] 08:13:13,768 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'firewalld' for Requested by the firewall kickstart command., strong=True 08:13:13,784 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Timezone : [Requirement(name='chrony', reason='Needed to run NTP service.', type='package')] 08:13:13,784 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'chrony' for Needed to run NTP service., strong=True 08:13:13,815 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Storage : [Requirement(name='e2fsprogs', reason='Required to manage storage devices.', type='package'), Requirement(name='dosfstools', reason='Required to manage storage devices.', type='package'), Requirement(name='xfsprogs', reason='Required to manage storage devices.', type='package'), Requirement(name='grub2-efi-aa64', reason='Necessary for the bootloader configuration.', type='package'), Requirement(name='shim-aa64', reason='Necessary for the bootloader configuration.', type='package'), Requirement(name='efibootmgr', reason='Necessary for the bootloader configuration.', type='package'), Requirement(name='grub2-tools', reason='Necessary for the bootloader configuration.', type='package')] 08:13:13,815 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'e2fsprogs' for Required to manage storage devices., strong=True 08:13:13,816 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'dosfstools' for Required to manage storage devices., strong=True 08:13:13,817 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'xfsprogs' for Required to manage storage devices., strong=True 08:13:13,817 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'grub2-efi-aa64' for Necessary for the bootloader configuration., strong=True 08:13:13,818 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'shim-aa64' for Necessary for the bootloader configuration., strong=True 08:13:13,818 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'efibootmgr' for Necessary for the bootloader configuration., strong=True 08:13:13,819 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'grub2-tools' for Necessary for the bootloader configuration., strong=True 08:13:13,831 INFO anaconda:program: Running... systemd-detect-virt 08:13:13,865 INFO anaconda:program: kvm 08:13:13,865 DEBUG anaconda:program: Return code: 0 08:13:13,868 WARNING anaconda:packaging: Platform group platform-kvm not available. 08:13:13,869 INFO anaconda:anaconda: progress: Find additional packages & run pre_install() 08:13:13,870 DEBUG anaconda:anaconda: installation: Task completed: Find additional packages & run pre_install() (10/41) (0.2 s) 08:13:13,871 INFO anaconda:anaconda: progress: Installing. 08:13:13,872 INFO anaconda:anaconda: installation: Queue started: Payload installation (6/16) 08:13:13,873 INFO anaconda:anaconda: installation: Task started: Install the payload (11/41) 08:13:13,874 INFO anaconda:anaconda: progress: Starting package installation process 08:13:13,875 INFO anaconda:packaging: checking software selection 08:13:13,878 DEBUG anaconda:packaging: disabling modules: [] 08:13:14,232 DEBUG anaconda:packaging: enabling modules: [] 08:13:14,584 DEBUG anaconda:packaging: applying DNF package/group/module selection 08:13:14,585 INFO anaconda:packaging: selected group: core 08:13:14,586 INFO anaconda:packaging: excluded package: 'aic94xx-firmware' 08:13:14,586 INFO anaconda:packaging: excluded package: 'alsa-firmware' 08:13:14,587 INFO anaconda:packaging: excluded package: 'alsa-lib' 08:13:14,587 INFO anaconda:packaging: excluded package: 'alsa-tools-firmware' 08:13:14,588 INFO anaconda:packaging: excluded package: 'biosdevname' 08:13:14,589 INFO anaconda:packaging: excluded package: 'iprutils' 08:13:14,589 INFO anaconda:packaging: excluded package: 'ivtv-firmware' 08:13:14,590 INFO anaconda:packaging: excluded package: 'iwl100-firmware' 08:13:14,590 INFO anaconda:packaging: excluded package: 'iwl1000-firmware' 08:13:14,591 INFO anaconda:packaging: excluded package: 'iwl105-firmware' 08:13:14,592 INFO anaconda:packaging: excluded package: 'iwl135-firmware' 08:13:14,592 INFO anaconda:packaging: excluded package: 'iwl2000-firmware' 08:13:14,593 INFO anaconda:packaging: excluded package: 'iwl2030-firmware' 08:13:14,593 INFO anaconda:packaging: excluded package: 'iwl3160-firmware' 08:13:14,594 INFO anaconda:packaging: excluded package: 'iwl3945-firmware' 08:13:14,595 INFO anaconda:packaging: excluded package: 'iwl4965-firmware' 08:13:14,595 INFO anaconda:packaging: excluded package: 'iwl5000-firmware' 08:13:14,596 INFO anaconda:packaging: excluded package: 'iwl5150-firmware' 08:13:14,596 INFO anaconda:packaging: excluded package: 'iwl6000-firmware' 08:13:14,597 INFO anaconda:packaging: excluded package: 'iwl6000g2a-firmware' 08:13:14,598 INFO anaconda:packaging: excluded package: 'iwl6000g2b-firmware' 08:13:14,598 INFO anaconda:packaging: excluded package: 'iwl6050-firmware' 08:13:14,599 INFO anaconda:packaging: excluded package: 'iwl7260-firmware' 08:13:14,599 INFO anaconda:packaging: excluded package: 'langpacks-*' 08:13:14,600 INFO anaconda:packaging: excluded package: 'langpacks-en' 08:13:14,601 INFO anaconda:packaging: excluded package: 'libertas-sd8686-firmware' 08:13:14,601 INFO anaconda:packaging: excluded package: 'libertas-sd8787-firmware' 08:13:14,602 INFO anaconda:packaging: excluded package: 'libertas-usb8388-firmware' 08:13:14,602 INFO anaconda:packaging: excluded package: 'plymouth' 08:13:14,603 INFO anaconda:packaging: selected package: 'NetworkManager' 08:13:14,604 INFO anaconda:packaging: selected package: 'centos-release' 08:13:14,604 INFO anaconda:packaging: selected package: 'chrony' 08:13:14,605 INFO anaconda:packaging: selected package: 'cloud-init' 08:13:14,605 INFO anaconda:packaging: selected package: 'cloud-utils-growpart' 08:13:14,606 INFO anaconda:packaging: selected package: 'cockpit-system' 08:13:14,607 INFO anaconda:packaging: selected package: 'cockpit-ws' 08:13:14,607 INFO anaconda:packaging: selected package: 'dhcp-client' 08:13:14,608 INFO anaconda:packaging: selected package: 'dnf' 08:13:14,608 INFO anaconda:packaging: selected package: 'dnf-utils' 08:13:14,609 INFO anaconda:packaging: selected package: 'dracut-config-generic' 08:13:14,610 INFO anaconda:packaging: selected package: 'dracut-norescue' 08:13:14,610 INFO anaconda:packaging: selected package: 'firewalld' 08:13:14,611 INFO anaconda:packaging: selected package: 'gdisk' 08:13:14,611 INFO anaconda:packaging: selected package: 'grub2' 08:13:14,612 INFO anaconda:packaging: selected package: 'kernel' 08:13:14,613 INFO anaconda:packaging: selected package: 'nfs-utils' 08:13:14,613 INFO anaconda:packaging: selected package: 'python3-jsonschema' 08:13:14,614 INFO anaconda:packaging: selected package: 'qemu-guest-agent' 08:13:14,614 INFO anaconda:packaging: selected package: 'rng-tools' 08:13:14,615 INFO anaconda:packaging: selected package: 'rsync' 08:13:14,616 INFO anaconda:packaging: selected package: 'tar' 08:13:14,616 INFO anaconda:packaging: selected package: 'yum' 08:13:14,617 INFO anaconda:packaging: selected package: 'yum-utils' 08:13:14,617 INFO anaconda:packaging: selected package: 'kexec-tools' 08:13:14,619 INFO anaconda:packaging: kernel: selected kernel 08:13:14,620 DEBUG anaconda:packaging: selected package: langpacks-en, requirement for ['langpacks'] IGNORED because excluded 08:13:14,620 DEBUG anaconda:packaging: selected package: authselect-compat, requirement for ['Needed to support legacy authconfig kickstart command.'] 08:13:14,621 DEBUG anaconda:packaging: selected package: firewalld, requirement for ['Requested by the firewall kickstart command.'] 08:13:14,622 DEBUG anaconda:packaging: selected package: chrony, requirement for ['Needed to run NTP service.'] 08:13:14,622 DEBUG anaconda:packaging: selected package: e2fsprogs, requirement for ['Required to manage storage devices.'] 08:13:14,623 DEBUG anaconda:packaging: selected package: dosfstools, requirement for ['Required to manage storage devices.'] 08:13:14,624 DEBUG anaconda:packaging: selected package: xfsprogs, requirement for ['Required to manage storage devices.'] 08:13:14,625 DEBUG anaconda:packaging: selected package: grub2-efi-aa64, requirement for ['Necessary for the bootloader configuration.'] 08:13:14,625 DEBUG anaconda:packaging: selected package: shim-aa64, requirement for ['Necessary for the bootloader configuration.'] 08:13:14,626 DEBUG anaconda:packaging: selected package: efibootmgr, requirement for ['Necessary for the bootloader configuration.'] 08:13:14,627 DEBUG anaconda:packaging: selected package: grub2-tools, requirement for ['Necessary for the bootloader configuration.'] 08:13:14,628 DEBUG anaconda:anaconda: payload.requirement: apply with result True called on requirements [('package', 'langpacks-en', PayloadRequirement(id=langpacks-en, reasons=[PayloadRequirementReason(reason='langpacks', strong=False)])), ('package', 'authselect-compat', PayloadRequirement(id=authselect-compat, reasons=[PayloadRequirementReason(reason='Needed to support legacy authconfig kickstart command.', strong=True)])), ('package', 'firewalld', PayloadRequirement(id=firewalld, reasons=[PayloadRequirementReason(reason='Requested by the firewall kickstart command.', strong=True)])), ('package', 'chrony', PayloadRequirement(id=chrony, reasons=[PayloadRequirementReason(reason='Needed to run NTP service.', strong=True)])), ('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'dosfstools', PayloadRequirement(id=dosfstools, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'grub2-efi-aa64', PayloadRequirement(id=grub2-efi-aa64, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'shim-aa64', PayloadRequirement(id=shim-aa64, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'efibootmgr', PayloadRequirement(id=efibootmgr, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'grub2-tools', PayloadRequirement(id=grub2-tools, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)]))] 08:13:14,628 DEBUG anaconda:packaging: transaction include list 08:13:14,629 DEBUG anaconda:packaging: ['@core', '@core', 'NetworkManager', 'centos-release', 'chrony', 'cloud-init', 'cloud-utils-growpart', 'cockpit-system', 'cockpit-ws', 'dhcp-client', 'dnf', 'dnf-utils', 'dracut-config-generic', 'dracut-norescue', 'firewalld', 'gdisk', 'grub2', 'kernel', 'nfs-utils', 'python3-jsonschema', 'qemu-guest-agent', 'rng-tools', 'rsync', 'tar', 'yum', 'yum-utils', 'kexec-tools', 'kernel', 'shim-aa64', 'dosfstools', 'efibootmgr', 'e2fsprogs', 'grub2-tools', 'chrony', 'xfsprogs', 'firewalld', 'grub2-efi-aa64', 'authselect-compat'] 08:13:14,630 DEBUG anaconda:packaging: transaction exclude list 08:13:14,630 DEBUG anaconda:packaging: ['aic94xx-firmware', 'alsa-firmware', 'alsa-lib', 'alsa-tools-firmware', 'biosdevname', 'iprutils', 'ivtv-firmware', 'iwl100-firmware', 'iwl1000-firmware', 'iwl105-firmware', 'iwl135-firmware', 'iwl2000-firmware', 'iwl2030-firmware', 'iwl3160-firmware', 'iwl3945-firmware', 'iwl4965-firmware', 'iwl5000-firmware', 'iwl5150-firmware', 'iwl6000-firmwa Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11830/12000 re', 'iwl6000g2a-firmware', 'iwl6000g2b-firmware', 'iwl6050-firmware', 'iwl7260-firmware', 'langpacks-*', 'langpacks-en', 'libertas-sd8686-firmware', 'libertas-sd8787-firmware', 'libertas-usb8388-firmware', 'plymouth'] 08:13:15,189 DEBUG anaconda:dnf: Adding packages from group 'core': {, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , } 08:13:15,190 WARNING anaconda:dnf: No match for group package "iwl5150-firmware" 08:13:15,195 WARNING anaconda:dnf: No match for group package "iwl6050-firmware" 08:13:15,200 WARNING anaconda:dnf: No match for group package "iwl7260-firmware" 08:13:15,214 WARNING anaconda:dnf: No match for group package "iprutils" 08:13:15,233 WARNING anaconda:dnf: No match for group package "iwl105-firmware" 08:13:15,234 WARNING anaconda:dnf: No match for group package "iwl6000-firmware" 08:13:15,242 WARNING anaconda:dnf: No match for group package "iwl2000-firmware" 08:13:15,244 WARNING anaconda:dnf: No match for group package "iwl100-firmware" 08:13:15,247 WARNING anaconda:dnf: No match for group package "iwl6000g2a-firmware" 08:13:15,250 WARNING anaconda:dnf: No match for group package "iwl1000-firmware" 08:13:15,255 WARNING anaconda:dnf: No match for group package "iwl3160-firmware" 08:13:15,258 WARNING anaconda:dnf: No match for group package "plymouth" 08:13:15,261 WARNING anaconda:dnf: No match for group package "iwl135-firmware" 08:13:15,264 WARNING anaconda:dnf: No match for group package "iwl2030-firmware" 08:13:15,270 WARNING anaconda:dnf: No match for group package "iwl5000-firmware" 08:13:15,872 INFO anaconda:packaging: checking dependencies: success 08:13:16,107 DEBUG anaconda:packaging: Size from DNF: 1.63 GiB 08:13:16,107 DEBUG anaconda:packaging: Bonus size 335.99 MiB by number of files 57343 08:13:16,108 DEBUG anaconda:packaging: Total size required 2.15 GiB 08:13:16,133 INFO anaconda:program: Running... df --output=target,avail 08:13:16,150 INFO anaconda:program: Mounted on Avail 08:13:16,150 INFO anaconda:program: /dev 2000384 08:13:16,151 INFO anaconda:program: /dev/shm 2036800 08:13:16,151 INFO anaconda:program: /run 1970944 08:13:16,152 INFO anaconda:program: /sys/fs/cgroup 2036800 08:13:16,153 INFO anaconda:program: / 811772 08:13:16,153 INFO anaconda:program: /tmp 1974144 08:13:16,154 INFO anaconda:program: /mnt/sysroot 8040468 08:13:16,154 INFO anaconda:program: /mnt/sysroot/boot/efi 613180 08:13:16,155 INFO anaconda:program: /mnt/sysroot/dev/shm 2036800 08:13:16,155 DEBUG anaconda:program: Return code: 0 08:13:16,169 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90771484375 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.879638671875 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (792.74609375 MiB), '/tmp': Size (1.8826904296875 GiB), '/mnt/sysroot': Size (7.667987823486328125 GiB), '/mnt/sysroot/boot/efi': Size (598.80859375 MiB), '/mnt/sysroot/dev/shm': Size (1.94244384765625 GiB)} 08:13:16,171 INFO anaconda:packaging: Estimated size: download 558.65 MiB & install 2.15 GiB 08:13:16,172 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': Size (7.667987823486328125 GiB)} 08:13:16,173 DEBUG anaconda:packaging: Install + download space required 2.7 GiB 08:13:16,174 INFO anaconda:packaging: 470 packages selected totalling 2.7 GiB 08:13:16,417 DEBUG anaconda:packaging: Size from DNF: 1.63 GiB 08:13:16,418 DEBUG anaconda:packaging: Bonus size 335.99 MiB by number of files 57343 08:13:16,419 DEBUG anaconda:packaging: Total size required 2.15 GiB 08:13:16,420 INFO anaconda:program: Running... df --output=target,avail 08:13:16,436 INFO anaconda:program: Mounted on Avail 08:13:16,436 INFO anaconda:program: /dev 2000384 08:13:16,437 INFO anaconda:program: /dev/shm 2036800 08:13:16,437 INFO anaconda:program: /run 1970944 08:13:16,438 INFO anaconda:program: /sys/fs/cgroup 2036800 08:13:16,438 INFO anaconda:program: / 811772 08:13:16,439 INFO anaconda:program: /tmp 1974144 08:13:16,439 INFO anaconda:program: /mnt/sysroot 8040468 08:13:16,440 INFO anaconda:program: /mnt/sysroot/boot/efi 613180 08:13:16,441 INFO anaconda:program: /mnt/sysroot/dev/shm 2036800 08:13:16,441 DEBUG anaconda:program: Return code: 0 08:13:16,445 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90771484375 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.879638671875 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (792.74609375 MiB), '/tmp': Size (1.8826904296875 GiB), '/mnt/sysroot': Size (7.667987823486328125 GiB), '/mnt/sysroot/boot/efi': Size (598.80859375 MiB), '/mnt/sysroot/dev/shm': Size (1.94244384765625 GiB)} 08:13:16,447 INFO anaconda:packaging: Estimated size: download 558.65 MiB & install 2.15 GiB 08:13:16,448 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': Size (7.667987823486328125 GiB)} 08:13:16,448 INFO anaconda:packaging: Mountpoint /mnt/sysroot picked as download location 08:13:16,478 INFO anaconda:packaging: Downloading packages to /mnt/sysroot/dnf.package.cache. 08:13:16,740 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ModemManager-glib-1.10.8-3.el8.aarch64.rpm 08:13:16,741 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/NetworkManager-1.32.0-0.4.el8.aarch64.rpm 08:13:16,742 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/qemu-guest-agent-4.2.0-48.module_el8.5.0%2b746%2bbbd5d70c.aarch64.rpm 08:13:17,349 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/cloud-init-20.3-10.el8_4.3.noarch.rpm 08:13:17,398 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/cloud-utils-growpart-0.31-1.el8.noarch.rpm 08:13:17,404 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/NetworkManager-libnm-1.32.0-0.4.el8.aarch64.rpm 08:13:17,486 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/NetworkManager-team-1.32.0-0.4.el8.aarch64.rpm 08:13:17,497 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/NetworkManager-tui-1.32.0-0.4.el8.aarch64.rpm 08:13:17,516 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/acl-2.2.53-1.el8.aarch64.rpm 08:13:17,524 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 08:13:17,538 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 08:13:17,547 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/authselect-1.2.2-2.el8.aarch64.rpm 08:13:17,558 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/authselect-libs-1.2.2-2.el8.aarch64.rpm 08:13:17,573 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/basesystem-11-5.el8.noarch.rpm 08:13:17,578 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/bash-4.4.20-1.el8_4.aarch64.rpm 08:13:17,652 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/bind-export-libs-9.11.26-4.el8_4.aarch64.rpm 08:13:17,704 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/brotli-1.0.6-3.el8.aarch64.rpm 08:13:17,721 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/bubblewrap-0.4.0-1.el8.aarch64.rpm 08:13:17,727 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/bzip2-1.0.6-26.el8.aarch64.rpm 08:13:17,734 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/bzip2-libs-1.0.6-26.el8.aarch64.rpm 08:13:17,740 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/c-ares-1.13.0-5.el8.aarch64.rpm 08:13:17,749 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm 08:13:17,772 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/centos-gpg-keys-8-2.el8.noarch.rpm 08:13:17,777 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm 08:13:17,782 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/centos-stream-repos-8-2.el8.noarch.rpm 08:13:17,787 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/checkpolicy-2.9-1.el8.aarch64.rpm 08:13:17,808 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/chkconfig-1.13-2.el8.aarch64.rpm 08:13:17,820 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/chrony-3.5-2.el8.aarch64.rpm 08:13:17,835 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cockpit-bridge-244.1-1.el8.aarch64.rpm 08:13:17,861 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cockpit-system-244.1-1.el8.noarch.rpm 08:13:18,026 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cockpit-ws-244.1-1.el8.aarch64.rpm 08:13:18,093 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/coreutils-8.30-9.el8.aarch64.rpm 08:13:18,152 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/coreutils-common-8.30-9.el8.aarch64.rpm 08:13:18,247 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cpio-2.12-10.el8.aarch64.rpm 08:13:18,265 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cracklib-2.9.6-15.el8.aarch64.rpm 08:13:18,274 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cracklib-dicts-2.9.6-15.el8.aarch64.rpm 08:13:18,363 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cronie-1.5.2-4.el8.aarch64.rpm 08:13:18,377 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cronie-anacron-1.5.2-4.el8.aarch64.rpm 08:13:18,386 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/crontabs-1.11-17.20190603git.el8.noarch.rpm 08:13:18,393 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch.rpm 08:13:18,402 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch.rpm 08:13:18,414 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cryptsetup-libs-2.3.3-4.el8.aarch64.rpm 08:13:18,453 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/curl-7.61.1-18.el8.aarch64.rpm 08:13:18,484 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/cyrus-sasl-lib-2.1.27-5.el8.aarch64.rpm 08:13:18,501 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-1.12.8-14.el8.aarch64.rpm 08:13:18,509 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-common-1.12.8-14.el8.noarch.rpm 08:13:18,520 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-daemon-1.12.8-14.el8.aarch64.rpm 08:13:18,542 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-glib-0.110-2.el8.aarch64.rpm 08:13:18,556 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-libs-1.12.8-14.el8.aarch64.rpm 08:13:18,594 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dbus-tools-1.12.8-14.el8.aarch64.rpm 08:13:18,595 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dejavu-fonts-common-2.35-7.el8.noarch.rpm 08:13:18,607 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dejavu-sans-mono-fonts-2.35-7.el8.noarch.rpm 08:13:18,607 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/device-mapper-1.02.175-5.el8.aarch64.rpm 08:13:18,658 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/device-mapper-libs-1.02.175-5.el8.aarch64.rpm 08:13:18,673 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dhcp-client-4.3.6-44.0.1.el8.aarch64.rpm 08:13:18,684 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dhcp-common-4.3.6-44.0.1.el8.noarch.rpm 08:13:18,699 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dhcp-libs-4.3.6-44.0.1.el8.aarch64.rpm 08:13:18,706 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/diffutils-3.6-6.el8.aarch64.rpm 08:13:18,715 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dmidecode-3.2-10.el8.aarch64.rpm 08:13:18,723 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dnf-4.4.2-11.el8.noarch.rpm 08:13:18,728 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dnf-data-4.4.2-11.el8.noarch.rpm 08:13:18,740 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dnf-plugins-core-4.0.18-4.el8.noarch.rpm 08:13:18,749 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dosfstools-4.1-6.el8.aarch64.rpm 08:13:18,762 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dracut-049-136.git20210426.el8.aarch64.rpm 08:13:18,772 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dracut-config-generic-049-136.git20210426.el8.aarch64.rpm 08:13:18,779 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dracut-config-rescue-049-136.git20210426.el8.aarch64.rpm 08:13:18,791 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dracut-network-049-136.git20210426.el8.aarch64.rpm 08:13:18,796 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/dracut-squash-049-136.git20210426.el8.aarch64.rpm 08:13:18,803 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/e2fsprogs-1.45.6-1.el8.aarch64.rpm 08:13:18,808 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/e2fsprogs-libs-1.45.6-1.el8.aarch64.rpm 08:13:18,816 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/efi-filesystem-3-3.el8.noarch.rpm 08:13:18,821 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/efibootmgr-16-1.el8.aarch64.rpm 08:13:18,829 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/efivar-libs-37-4.el8.aarch64.rpm 08:13:18,839 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/elfutils-debuginfod-client-0.182-3.el8.aarch64.rpm 08:13:18,846 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/elfutils-default-yama-scope-0.182-3.el8.noarch.rpm 08:13:18,852 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/elfutils-libelf-0.182-3.el8.aarch64.rpm 08:13:18,858 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/elfutils-libs-0.182-3.el8.aarch64.rpm 08:13:18,871 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ethtool-5.8-6.el8.aarch64.rpm 08:13:18,884 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/expat-2.2.5-4.el8.aarch64.rpm 08:13:18,892 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/file-5.33-20.el8.aarch64.rpm 08:13:18,898 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/file-libs-5.33-20.el8.aarch64.rpm 08:13:18,906 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/filesystem-3.8-3.el8.aarch64.rpm 08:13:18,922 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/findutils-4.6.0-20.el8.aarch64.rpm 08:13:18,947 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nspr-4.25.0-2.el8_2.aarch64.rpm 08:13:18,961 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/firewalld-0.9.3-1.el8.noarch.rpm 08:13:18,968 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/firewalld-filesystem-0.9.3-1.el8.noarch.rpm 08:13:18,977 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/fontconfig-2.13.1-3.el8.aarch64.rpm 08:13:18,994 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nss-3.53.1-17.el8_3.aarch64.rpm 08:13:19,011 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/fontpackages-filesystem-1.44-22.el8.noarch.rpm 08:13:19,020 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nss-softokn-3.53.1-17.el8_3.aarch64.rpm 08:13:19,024 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nss-softokn-freebl-3.53.1-17.el8_3.aarch64.rpm 08:13:19,048 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/freetype-2.9.1-4.el8_3.1.aarch64.rpm 08:13:19,059 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nss-sysinit-3.53.1-17.el8_3.aarch64.rpm 08:13:19,078 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/nss-util-3.53.1-17.el8_3.aarch64.rpm 08:13:19,078 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/fuse-libs-2.9.7-12.el8.aarch64.rpm 08:13:19,093 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/fwupd-1.5.9-1.el8.aarch64.rpm 08:13:19,094 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/oddjob-0.34.7-1.el8.aarch64.rpm 08:13:19,106 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/oddjob-mkhomedir-0.34.7-1.el8.aarch64.rpm 08:13:19,111 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gawk-4.2.1-2.el8.aarch64.rpm 08:13:19,118 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gdbm-1.18-1.el8.aarch64.rpm 08:13:19,130 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gdbm-libs-1.18-1.el8.aarch64.rpm 08:13:19,139 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gdisk-1.0.3-6.el8.aarch64.rpm 08:13:19,155 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gdk-pixbuf2-2.36.12-5.el8.aarch64.rpm 08:13:19,182 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gettext-0.19.8.1-17.el8.aarch64.rpm 08:13:19,201 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gettext-libs-0.19.8.1-17.el8.aarch64.rpm 08:13:19,222 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/glib-networking-2.56.1-1.1.el8.aarch64.rpm 08:13:19,234 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/glib2-2.56.4-13.el8.aarch64.rpm 08:13:19,267 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/rsyslog-8.1911.0-7.el8_4.2.aarch64.rpm 08:13:19,312 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/glibc-2.28-158.el8.aarch64.rpm 08:13:19,337 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/glibc-all-langpacks-2.28-158.el8.aarch64.rpm 08:13:19,417 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/glibc-common-2.28-158.el8.aarch64.rpm 08:13:19,484 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/geolite2-city-20180605-1.el8.noarch.rpm 08:13:19,546 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/geolite2-country-20180605-1.el8.noarch.rpm 08:13:19,605 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/setroubleshoot-plugins-3.3.13-1.el8.noarch.rpm 08:13:19,657 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/setroubleshoot-server-3.3.24-3.el8.aarch64.rpm 08:13:19,681 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/sscg-2.3.3-14.el8.aarch64.rpm 08:13:19,689 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gmp-6.1.2-10.el8.aarch64.rpm 08:13:19,707 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gnupg2-2.2.20-2.el8.aarch64.rpm 08:13:19,836 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gnupg2-smime-2.2.20-2.el8.aarch64.rpm 08:13:19,855 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gnutls-3.6.14-8.el8_3.aarch64.rpm 08:13:19,906 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gobject-introspection-1.56.1-1.el8.aarch64.rpm 08:13:19,924 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gpgme-1.13.1-7.el8.aarch64.rpm 08:13:19,944 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grep-3.1-6.el8.aarch64.rpm 08:13:19,961 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/groff-base-1.22.3-18.el8.aarch64.rpm 08:13:20,015 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grub2-common-2.02-99.el8.noarch.rpm 08:13:20,064 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grub2-efi-aa64-2.02-99.el8.aarch64.rpm 08:13:20,149 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grub2-tools-2.02-99.el8.aarch64.rpm 08:13:20,246 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grub2-tools-extra-2.02-99.el8.aarch64.rpm 08:13:20,303 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grub2-tools-minimal-2.02-99.el8.aarch64.rpm 08:13:20,319 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/grubby-8.40-41.el8.aarch64.rpm 08:13:20,328 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gsettings-desktop-schemas-3.32.0-5.el8.aarch64.rpm 08:13:20,364 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gssproxy-0.8.0-19.el8.aarch64.rpm 08:13:20,391 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/gzip-1.9-12.el8.aarch64.rpm 08:13:20,404 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/hardlink-1.3-6.el8.aarch64.rpm 08:13:20,410 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/hdparm-9.54-4.el8.aarch64.rpm 08:13:20,421 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/hostname-3.20-6.el8.aarch64.rpm 08:13:20,428 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/hwdata-0.314-8.8.el8.noarch.rpm 08:13:20,522 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ima-evm-utils-1.3.2-12.el8.aarch64.rpm 08:13:20,530 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/info-6.5-6.el8.aarch64.rpm 08:13:20,545 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/initscripts-10.00.15-1.el8.aarch64.rpm 08:13:20,568 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ipcalc-0.2.4-4.el8.aarch64.rpm 08:13:20,576 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/iproute-5.12.0-0.el8.aarch64.rpm 08:13:20,620 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ipset-7.1-1.el8.aarch64.rpm 08:13:20,628 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ipset-libs-7.1-1.el8.aarch64.rpm 08:13:20,636 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/iptables-1.8.4-17.el8.aarch64.rpm 08:13:20,673 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/iptables-ebtables-1.8.4-17.el8.aarch64.rpm 08:13:20,681 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/iptables-libs-1.8.4-17.el8.aarch64.rpm 08:13:20,690 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/iputils-20180629-7.el8.aarch64.rpm 08:13:20,714 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/irqbalance-1.4.0-6.el8.aarch64.rpm 08:13:20,722 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/jansson-2.11-3.el8.aarch64.rpm 08:13:20,730 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/json-c-0.13.1-2.el8.aarch64.rpm 08:13:20,737 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/json-glib-1.4.4-1.el8.aarch64.rpm 08:13:20,749 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kbd-2.0.4-10.el8.aarch64.rpm 08:13:20,939 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kbd-legacy-2.0.4-10.el8.noarch.rpm 08:13:20,960 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm 08:13:20,974 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kernel-4.18.0-305.3.1.el8.aarch64.rpm 08:13:21,047 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kernel-core-4.18.0-305.3.1.el8.aarch64.rpm 08:13:21,430 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kernel-modules-4.18.0-305.3.1.el8.aarch64.rpm 08:13:21,628 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kernel-tools-4.18.0-305.3.1.el8.aarch64.rpm 08:13:21,960 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kernel-tools-libs-4.18.0-305.3.1.el8.aarch64.rpm 08:13:22,389 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kexec-tools-2.0.20-50.el8.aarch64.rpm 08:13:22,451 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/keyutils-1.5.10-6.el8.aarch64.rpm 08:13:22,461 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/keyutils-libs-1.5.10-6.el8.aarch64.rpm 08:13:22,467 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kmod-25-17.el8.aarch64.rpm 08:13:22,478 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kmod-libs-25-17.el8.aarch64.rpm 08:13:22,487 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/kpartx-0.8.4-13.el8.aarch64.rpm 08:13:22,500 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/krb5-libs-1.18.2-10.el8.aarch64.rpm 08:13:22,512 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/less-530-1.el8.aarch64.rpm 08:13:22,526 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libacl-2.2.53-1.el8.aarch64.rpm 08:13:22,532 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libappstream-glib-0.7.14-3.el8.aarch64.rpm 08:13:22,533 DEBUG NetworkManager: [1622708002.5332] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 64.952 seconds 08:13:22,552 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libarchive-3.3.3-1.el8.aarch64.rpm 08:13:22,571 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libassuan-2.5.1-3.el8.aarch64.rpm 08:13:22,580 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libattr-2.4.48-3.el8.aarch64.rpm 08:13:22,593 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libbasicobjects-0.1.1-39.el8.aarch64.rpm 08:13:22,594 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libblkid-2.32.1-27.el8.aarch64.rpm 08:13:22,600 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcap-2.26-4.el8.aarch64.rpm 08:13:22,607 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcap-ng-0.7.9-5.el8.aarch64.rpm 08:13:22,616 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcollection-0.7.0-39.el8.aarch64.rpm 08:13:22,623 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcom_err-1.45.6-1.el8.aarch64.rpm 08:13:22,628 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcomps-0.1.16-2.el8.aarch64.rpm 08:13:22,634 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcroco-0.6.12-4.el8_2.1.aarch64.rpm 08:13:22,640 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libcurl-7.61.1-18.el8.aarch64.rpm 08:13:22,648 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libdaemon-0.14-15.el8.aarch64.rpm 08:13:22,655 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libdb-5.3.28-40.el8.aarch64.rpm 08:13:22,666 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libdb-utils-5.3.28-40.el8.aarch64.rpm 08:13:22,678 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libdhash-0.5.0-39.el8.aarch64.rpm 08:13:22,685 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libdnf-0.55.0-7.el8.aarch64.rpm 08:13:22,707 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libedit-3.1-23.20170329cvs.el8.aarch64.rpm 08:13:22,718 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libevent-2.1.8-5.el8.aarch64.rpm 08:13:22,735 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libfdisk-2.32.1-27.el8.aarch64.rpm 08:13:22,743 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libffi-3.1-22.el8.aarch64.rpm 08:13:22,750 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgcab1-1.1-1.el8.aarch64.rpm 08:13:22,758 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgcc-8.5.0-1.el8.aarch64.rpm 08:13:22,766 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgcrypt-1.8.5-5.el8.aarch64.rpm 08:13:22,774 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgomp-8.5.0-1.el8.aarch64.rpm 08:13:22,788 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgpg-error-1.31-1.el8.aarch64.rpm 08:13:22,801 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgudev-232-4.el8.aarch64.rpm 08:13:22,809 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libgusb-0.3.0-1.el8.aarch64.rpm 08:13:22,816 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libibverbs-35.0-1.el8.aarch64.rpm 08:13:22,822 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libidn2-2.2.0-1.el8.aarch64.rpm 08:13:22,834 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libini_config-1.3.1-39.el8.aarch64.rpm 08:13:22,842 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libkcapi-1.2.0-2.el8.aarch64.rpm 08:13:22,849 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libkcapi-hmaccalc-1.2.0-2.el8.aarch64.rpm 08:13:22,858 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libksba-1.3.5-7.el8.aarch64.rpm 08:13:22,859 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libldb-2.2.0-2.el8.aarch64.rpm 08:13:22,870 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmbim-1.20.2-1.el8.aarch64.rpm 08:13:22,877 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmetalink-0.1.3-7.el8.aarch64.rpm 08:13:22,882 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmnl-1.0.4-6.el8.aarch64.rpm 08:13:22,888 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmodman-2.0.1-17.el8.aarch64.rpm 08:13:22,893 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmodulemd-2.12.1-1.el8.aarch64.rpm 08:13:22,899 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libmount-2.32.1-27.el8.aarch64.rpm 08:13:22,913 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libndp-1.7-6.el8.aarch64.rpm 08:13:22,923 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnetfilter_conntrack-1.0.6-5.el8.aarch64.rpm 08:13:22,924 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnfnetlink-1.0.1-13.el8.aarch64.rpm 08:13:22,931 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnfsidmap-2.3.3-42.el8.aarch64.rpm 08:13:22,936 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnftnl-1.1.5-4.el8.aarch64.rpm 08:13:22,944 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnghttp2-1.33.0-3.el8_2.1.aarch64.rpm 08:13:22,949 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnl3-3.5.0-1.el8.aarch64.rpm 08:13:22,957 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnl3-cli-3.5.0-1.el8.aarch64.rpm 08:13:22,972 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64.rpm 08:13:22,978 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpath_utils-0.2.1-39.el8.aarch64.rpm 08:13:22,987 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpcap-1.9.1-5.el8.aarch64.rpm 08:13:22,988 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpipeline-1.5.0-2.el8.aarch64.rpm 08:13:22,996 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpng-1.6.34-5.el8.aarch64.rpm 08:13:23,005 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libproxy-0.4.15-5.2.el8.aarch64.rpm 08:13:23,013 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpsl-0.20.2-6.el8.aarch64.rpm 08:13:23,020 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libpwquality-1.4.4-3.el8.aarch64.rpm 08:13:23,024 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libqmi-1.24.0-1.el8.aarch64.rpm 08:13:23,033 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libref_array-0.1.5-39.el8.aarch64.rpm 08:13:23,039 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/librepo-1.14.0-1.el8.aarch64.rpm 08:13:23,048 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libreport-filesystem-2.9.5-15.el8.aarch64.rpm 08:13:23,053 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libseccomp-2.5.1-1.el8.aarch64.rpm 08:13:23,061 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsecret-0.18.6-1.el8.aarch64.rpm 08:13:23,074 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libselinux-2.9-5.el8.aarch64.rpm 08:13:23,082 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libselinux-utils-2.9-5.el8.aarch64.rpm 08:13:23,093 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsemanage-2.9-6.el8.aarch64.rpm 08:13:23,104 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsepol-2.9-2.el8.aarch64.rpm 08:13:23,111 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsigsegv-2.11-5.el8.aarch64.rpm 08:13:23,118 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsmartcols-2.32.1-27.el8.aarch64.rpm 08:13:23,210 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsolv-0.7.17-2.el8.aarch64.rpm 08:13:23,217 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsoup-2.62.3-2.el8.aarch64.rpm 08:13:23,239 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libss-1.45.6-1.el8.aarch64.rpm 08:13:23,254 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libssh-0.9.4-3.el8.aarch64.rpm 08:13:23,255 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libssh-config-0.9.4-3.el8.noarch.rpm 08:13:23,261 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsss_autofs-2.4.0-9.el8_4.1.aarch64.rpm 08:13:23,275 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsss_certmap-2.4.0-9.el8_4.1.aarch64.rpm 08:13:23,281 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsss_idmap-2.4.0-9.el8_4.1.aarch64.rpm 08:13:23,293 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsss_nss_idmap-2.4.0-9.el8_4.1.aarch64.rpm 08:13:23,298 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsss_sudo-2.4.0-9.el8_4.1.aarch64.rpm 08:13:23,313 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libstdc%2b%2b-8.5.0-1.el8.aarch64.rpm 08:13:23,314 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libstemmer-0-10.585svn.el8.aarch64.rpm 08:13:23,322 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libsysfs-2.1.0-24.el8.aarch64.rpm 08:13:23,330 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libtalloc-2.3.1-2.el8.aarch64.rpm 08:13:23,336 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libtasn1-4.13-3.el8.aarch64.rpm 08:13:23,344 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libtdb-1.4.3-1.el8.aarch64.rpm 08:13:23,355 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libteam-1.31-2.el8.aarch64.rpm 08:13:23,363 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libtevent-0.10.2-2.el8.aarch64.rpm 08:13:23,370 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libtirpc-1.1.4-5.el8.aarch64.rpm 08:13:23,375 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libunistring-0.9.9-3.el8.aarch64.rpm 08:13:23,390 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libusbx-1.0.23-4.el8.aarch64.rpm 08:13:23,403 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libuser-0.62-23.el8.aarch64.rpm 08:13:23,430 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libutempter-1.1.6-14.el8.aarch64.rpm 08:13:23,437 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libuuid-2.32.1-27.el8.aarch64.rpm 08:13:23,449 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libverto-0.3.0-5.el8.aarch64.rpm 08:13:23,459 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libverto-libevent-0.3.0-5.el8.aarch64.rpm 08:13:23,465 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libxcrypt-4.1.1-6.el8.aarch64.rpm 08:13:23,470 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libxml2-2.9.7-11.el8.aarch64.rpm 08:13:23,484 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libxmlb-0.1.15-1.el8.aarch64.rpm 08:13:23,498 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libyaml-0.1.7-5.el8.aarch64.rpm 08:13:23,510 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/libzstd-1.4.4-1.el8.aarch64.rpm 08:13:23,537 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/linux-firmware-20201218-102.git05789708.el8.noarch.rpm 08:13:23,562 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/logrotate-3.14.0-4.el8.aarch64.rpm 08:13:23,578 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/lshw-B.02.19.2-5.el8.aarch64.rpm 08:13:23,611 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/lsscsi-0.32-2.el8.aarch64.rpm 08:13:23,619 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/lua-libs-5.3.4-11.el8.aarch64.rpm 08:13:23,630 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/lz4-libs-1.8.3-3.el8.aarch64.rpm 08:13:23,637 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/lzo-2.08-14.el8.aarch64.rpm 08:13:23,645 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/man-db-2.7.6.1-17.el8.aarch64.rpm 08:13:23,693 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/mdadm-4.2-rc1_1.el8.aarch64.rpm 08:13:23,720 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/memstrack-0.1.11-1.el8.aarch64.rpm 08:13:23,728 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/mokutil-0.3.0-11.el8.aarch64.rpm 08:13:23,737 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/mozjs60-60.9.0-4.el8.aarch64.rpm 08:13:24,226 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/mpfr-3.1.6-1.el8.aarch64.rpm 08:13:24,244 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ncurses-6.1-9.20180224.el8.aarch64.rpm 08:13:24,268 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ncurses-base-6.1-9.20180224.el8.noarch.rpm 08:13:24,278 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/ncurses-libs-6.1-9.20180224.el8.aarch64.rpm 08:13:24,301 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/nettle-3.4.1-4.el8_3.aarch64.rpm 08:13:24,325 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/newt-0.52.20-11.el8.aarch64.rpm 08:13:24,335 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/nfs-utils-2.3.3-42.el8.aarch64.rpm 08:13:24,414 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/nftables-0.9.3-18.el8.aarch64.rpm 08:13:24,428 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/npth-1.5-4.el8.aarch64.rpm 08:13:24,434 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/numactl-libs-2.0.12-13.el8.aarch64.rpm 08:13:24,440 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openldap-2.4.46-16.el8.aarch64.rpm 08:13:24,450 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssh-8.0p1-8.el8.aarch64.rpm 08:13:24,468 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssh-clients-8.0p1-8.el8.aarch64.rpm 08:13:24,490 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssh-server-8.0p1-8.el8.aarch64.rpm 08:13:24,517 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssl-1.1.1k-1.el8.aarch64.rpm 08:13:24,529 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssl-libs-1.1.1k-1.el8.aarch64.rpm 08:13:24,565 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/openssl-pkcs11-0.4.10-2.el8.aarch64.rpm 08:13:24,575 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/os-prober-1.74-6.el8.aarch64.rpm 08:13:24,584 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/p11-kit-0.23.22-1.el8.aarch64.rpm 08:13:24,606 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/p11-kit-trust-0.23.22-1.el8.aarch64.rpm 08:13:24,617 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pam-1.3.1-15.el8.aarch64.rpm 08:13:24,638 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/parted-3.2-38.el8.aarch64.rpm 08:13:24,676 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/passwd-0.80-3.el8.aarch64.rpm 08:13:24,688 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pciutils-3.7.0-1.el8.aarch64.rpm 08:13:24,698 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pciutils-libs-3.7.0-1.el8.aarch64.rpm 08:13:24,703 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pcre-8.42-5.el8.0.1.aarch64.rpm 08:13:24,711 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pcre2-10.32-2.el8.aarch64.rpm 08:13:24,723 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/pinentry-1.1.0-2.el8.aarch64.rpm 08:13:24,732 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/pixman-0.38.4-1.el8.aarch64.rpm 08:13:24,740 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/pigz-2.4-4.el8.aarch64.rpm 08:13:24,751 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/platform-python-3.6.8-38.el8.aarch64.rpm 08:13:24,757 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/platform-python-pip-9.0.3-19.el8.noarch.rpm 08:13:24,766 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/platform-python-setuptools-39.2.0-6.el8.noarch.rpm 08:13:24,821 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/policycoreutils-2.9-14.el8.aarch64.rpm 08:13:24,845 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/udisks2-2.9.0-7.el8.aarch64.rpm 08:13:24,892 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/policycoreutils-python-utils-2.9-14.el8.noarch.rpm 08:13:24,906 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/polkit-0.115-12.el8.aarch64.rpm 08:13:24,918 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/polkit-libs-0.115-12.el8.aarch64.rpm 08:13:24,924 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/polkit-pkla-compat-0.1-12.el8.aarch64.rpm 08:13:24,935 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/popt-1.18-1.el8.aarch64.rpm 08:13:24,935 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/unbound-libs-1.7.3-17.el8.aarch64.rpm 08:13:24,943 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/prefixdevname-0.1.0-6.el8.aarch64.rpm 08:13:24,969 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/procps-ng-3.3.15-6.el8.aarch64.rpm 08:13:24,979 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/psmisc-23.1-5.el8.aarch64.rpm 08:13:24,991 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm 08:13:24,998 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 08:13:25,022 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-cffi-1.11.5-5.el8.aarch64.rpm 08:13:25,029 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-chardet-3.0.4-7.el8.noarch.rpm 08:13:25,044 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-configobj-5.0.6-11.el8.noarch.rpm 08:13:25,050 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-cryptography-3.2.1-4.el8.aarch64.rpm 08:13:25,058 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm 08:13:25,077 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-dbus-1.2.4-15.el8.aarch64.rpm 08:13:25,089 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-decorator-4.2.1-2.el8.noarch.rpm 08:13:25,099 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-dnf-4.4.2-11.el8.noarch.rpm 08:13:25,104 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-dnf-plugins-core-4.0.18-4.el8.noarch.rpm 08:13:25,121 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-firewall-0.9.3-1.el8.noarch.rpm 08:13:25,142 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-gobject-base-3.28.3-2.el8.aarch64.rpm 08:13:25,157 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-gpg-1.13.1-7.el8.aarch64.rpm 08:13:25,170 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-hawkey-0.55.0-7.el8.aarch64.rpm 08:13:25,186 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-idna-2.5-5.el8.noarch.rpm 08:13:25,187 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libX11-1.6.8-4.el8.aarch64.rpm 08:13:25,197 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libX11-common-1.6.8-4.el8.noarch.rpm 08:13:25,212 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-jwt-1.6.1-2.el8.noarch.rpm 08:13:25,219 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libXau-1.0.9-3.el8.aarch64.rpm 08:13:25,225 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libcomps-0.1.16-2.el8.aarch64.rpm 08:13:25,232 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libdnf-0.55.0-7.el8.aarch64.rpm 08:13:25,246 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libXext-1.3.4-1.el8.aarch64.rpm 08:13:25,252 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libs-3.6.8-38.el8.aarch64.rpm 08:13:25,284 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libselinux-2.9-5.el8.aarch64.rpm 08:13:25,304 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libsemanage-2.9-6.el8.aarch64.rpm 08:13:25,315 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-libxml2-2.9.7-11.el8.aarch64.rpm 08:13:25,330 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-linux-procfs-0.6.3-1.el8.noarch.rpm 08:13:25,338 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/volume_key-libs-0.3.11-5.el8.aarch64.rpm 08:13:25,350 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-nftables-0.9.3-18.el8.aarch64.rpm 08:13:25,355 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-oauthlib-2.1.0-1.el8.noarch.rpm 08:13:25,368 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libXrender-0.9.10-7.el8.aarch64.rpm 08:13:25,374 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-perf-4.18.0-305.3.1.el8.aarch64.rpm 08:13:25,708 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-pip-wheel-9.0.3-19.el8.noarch.rpm 08:13:25,778 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-ply-3.9-9.el8.noarch.rpm 08:13:25,788 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-policycoreutils-2.9-14.el8.noarch.rpm 08:13:25,837 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-pycparser-2.14-14.el8.noarch.rpm 08:13:25,849 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-pysocks-1.6.8-3.el8.noarch.rpm 08:13:25,858 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-pyudev-0.21.0-7.el8.noarch.rpm 08:13:25,867 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-pyyaml-3.12-12.el8.aarch64.rpm 08:13:25,880 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-requests-2.20.0-2.1.el8_1.noarch.rpm 08:13:25,891 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-rpm-4.14.3-14.el8_4.aarch64.rpm 08:13:25,905 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-schedutils-0.6-6.el8.aarch64.rpm 08:13:25,912 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-setools-4.3.0-2.el8.aarch64.rpm 08:13:25,957 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libatasmart-0.19-14.el8.aarch64.rpm 08:13:25,968 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-setuptools-wheel-39.2.0-6.el8.noarch.rpm 08:13:25,974 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/a Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11820/12000 arch64/os/Packages/python3-six-1.11.0-8.el8.noarch.rpm 08:13:25,981 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-slip-0.6.4-11.el8.noarch.rpm 08:13:25,987 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-slip-dbus-0.6.4-11.el8.noarch.rpm 08:13:25,993 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-2.24-6.el8.aarch64.rpm 08:13:26,002 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-crypto-2.24-6.el8.aarch64.rpm 08:13:26,010 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-fs-2.24-6.el8.aarch64.rpm 08:13:26,018 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-loop-2.24-6.el8.aarch64.rpm 08:13:26,029 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-syspurpose-1.28.16-1.el8.aarch64.rpm 08:13:26,030 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-mdraid-2.24-6.el8.aarch64.rpm 08:13:26,039 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/xkeyboard-config-2.28-1.el8.noarch.rpm 08:13:26,056 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/python3-urllib3-1.24.2-5.el8.noarch.rpm 08:13:26,070 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-part-2.24-6.el8.aarch64.rpm 08:13:26,080 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/quota-4.04-14.el8.aarch64.rpm 08:13:26,097 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-swap-2.24-6.el8.aarch64.rpm 08:13:26,108 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libblockdev-utils-2.24-6.el8.aarch64.rpm 08:13:26,115 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libbytesize-1.4-3.el8.aarch64.rpm 08:13:26,122 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/quota-nls-4.04-14.el8.noarch.rpm 08:13:26,128 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rdma-core-35.0-1.el8.aarch64.rpm 08:13:26,135 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/readline-7.0-10.el8.aarch64.rpm 08:13:26,140 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rng-tools-6.8-5.el8.aarch64.rpm 08:13:26,148 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rootfiles-8.1-22.el8.noarch.rpm 08:13:26,153 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpcbind-1.2.5-8.el8.aarch64.rpm 08:13:26,161 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpm-4.14.3-14.el8_4.aarch64.rpm 08:13:26,165 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpm-build-libs-4.14.3-14.el8_4.aarch64.rpm 08:13:26,191 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libestr-0.1.10-1.el8.aarch64.rpm 08:13:26,196 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpm-libs-4.14.3-14.el8_4.aarch64.rpm 08:13:26,218 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libfastjson-0.99.9-1.el8.aarch64.rpm 08:13:26,227 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpm-plugin-selinux-4.14.3-14.el8_4.aarch64.rpm 08:13:26,232 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rpm-plugin-systemd-inhibit-4.14.3-14.el8_4.aarch64.rpm 08:13:26,239 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/rsync-3.1.3-12.el8.aarch64.rpm 08:13:26,246 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sed-4.5-2.el8.aarch64.rpm 08:13:26,265 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/selinux-policy-3.14.3-68.el8.noarch.rpm 08:13:26,275 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/selinux-policy-targeted-3.14.3-68.el8.noarch.rpm 08:13:26,308 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/setup-2.12.2-6.el8.noarch.rpm 08:13:26,324 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sg3_utils-1.44-5.el8.aarch64.rpm 08:13:26,372 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sg3_utils-libs-1.44-5.el8.aarch64.rpm 08:13:26,383 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/shadow-utils-4.6-13.el8.aarch64.rpm 08:13:26,464 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/shared-mime-info-1.9-3.el8.aarch64.rpm 08:13:26,487 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/shim-aa64-15-15.el8_2.aarch64.rpm 08:13:26,515 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/slang-2.3.2-3.el8.aarch64.rpm 08:13:26,538 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/snappy-1.1.8-3.el8.aarch64.rpm 08:13:26,545 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sos-4.1-2.el8.noarch.rpm 08:13:26,585 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-babel-2.5.1-6.el8.noarch.rpm 08:13:26,841 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sqlite-libs-3.26.0-15.el8.aarch64.rpm 08:13:26,873 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/squashfs-tools-4.3-20.el8.aarch64.rpm 08:13:26,890 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/PackageKit-1.1.12-6.el8.aarch64.rpm 08:13:26,926 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/PackageKit-glib-1.1.12-6.el8.aarch64.rpm 08:13:26,939 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-cairo-1.16.3-6.el8.aarch64.rpm 08:13:26,950 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sssd-client-2.4.0-9.el8_4.1.aarch64.rpm 08:13:26,966 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sssd-common-2.4.0-9.el8_4.1.aarch64.rpm 08:13:27,052 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/abattis-cantarell-fonts-0.0.25-6.el8.noarch.rpm 08:13:27,065 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libmaxminddb-1.2.0-10.el8.aarch64.rpm 08:13:27,072 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sssd-kcm-2.4.0-9.el8_4.1.aarch64.rpm 08:13:27,088 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sssd-nfs-idmap-2.4.0-9.el8_4.1.aarch64.rpm 08:13:27,098 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-gobject-3.28.3-2.el8.aarch64.rpm 08:13:27,104 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/sudo-1.8.29-7.el8.aarch64.rpm 08:13:27,157 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/systemd-239-45.el8.aarch64.rpm 08:13:27,319 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-jinja2-2.10.1-3.el8.noarch.rpm 08:13:27,352 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm 08:13:27,358 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/systemd-libs-239-45.el8.aarch64.rpm 08:13:27,415 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/systemd-pam-239-45.el8.aarch64.rpm 08:13:27,442 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm 08:13:27,448 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/systemd-udev-239-45.el8.aarch64.rpm 08:13:27,525 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/tar-1.30-5.el8.aarch64.rpm 08:13:27,561 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-jsonschema-2.6.0-4.el8.noarch.rpm 08:13:27,571 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/teamd-1.31-2.el8.aarch64.rpm 08:13:27,583 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/timedatex-0.5-3.el8.aarch64.rpm 08:13:27,591 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/tpm2-tss-2.3.2-4.el8.aarch64.rpm 08:13:27,605 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-markupsafe-0.23-19.el8.aarch64.rpm 08:13:27,613 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/trousers-0.3.15-1.el8.aarch64.rpm 08:13:27,624 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/trousers-lib-0.3.15-1.el8.aarch64.rpm 08:13:27,630 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/tuned-2.15.0-2.el8_4.1.noarch.rpm 08:13:27,641 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/tzdata-2021a-1.el8.noarch.rpm 08:13:27,656 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-pexpect-4.3.1-3.el8.noarch.rpm 08:13:27,668 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/util-linux-2.32.1-27.el8.aarch64.rpm 08:13:27,682 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm 08:13:27,695 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/vim-minimal-8.0.1763-15.el8.aarch64.rpm 08:13:27,734 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/virt-what-1.18-10.el8.aarch64.rpm 08:13:27,741 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-ptyprocess-0.5.2-4.el8.noarch.rpm 08:13:27,747 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/which-2.21-16.el8.aarch64.rpm 08:13:27,754 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-pydbus-0.6.0-5.el8.noarch.rpm 08:13:27,761 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/xfsprogs-5.0.0-8.el8.aarch64.rpm 08:13:27,821 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/authselect-compat-1.2.2-2.el8.aarch64.rpm 08:13:27,829 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libudisks2-2.9.0-7.el8.aarch64.rpm 08:13:27,842 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/xz-5.2.4-3.el8.aarch64.rpm 08:13:27,871 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/xz-libs-5.2.4-3.el8.aarch64.rpm 08:13:27,884 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/yum-4.4.2-11.el8.noarch.rpm 08:13:27,885 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/yum-utils-4.0.18-4.el8.noarch.rpm 08:13:27,894 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-pyserial-3.1.1-8.el8.noarch.rpm 08:13:27,905 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/Packages/zlib-1.2.11-17.el8.aarch64.rpm 08:13:27,912 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-pytz-2017.2-9.el8.noarch.rpm 08:13:27,919 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-systemd-234-8.el8.aarch64.rpm 08:13:27,924 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/python3-unbound-1.7.3-17.el8.aarch64.rpm 08:13:27,933 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libxcb-1.13.1-1.el8.aarch64.rpm 08:13:27,939 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/libxkbcommon-0.9.1-1.el8.aarch64.rpm 08:13:27,950 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/cairo-1.15.12-3.el8.aarch64.rpm 08:13:27,957 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/cairo-gobject-1.15.12-3.el8.aarch64.rpm 08:13:27,964 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/centos-logos-85.5-1.el8.aarch64.rpm 08:13:30,595 INFO anaconda:packaging: Downloading packages finished. 08:13:30,596 INFO anaconda:anaconda: progress: Preparing transaction from installation source 08:13:30,689 INFO anaconda:dnf: Running transaction check 08:13:31,765 INFO anaconda:dnf: Transaction check succeeded. 08:13:31,766 INFO anaconda:dnf: Running transaction test 08:13:39,050 INFO anaconda:dnf: Transaction test succeeded. 08:13:39,058 INFO anaconda:dnf: Running transaction 08:13:39,062 DEBUG anaconda:dnf: RPMDB altered outside of DNF. Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11810/12000 08:13:47,008 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 08:13:47,591 INFO anaconda:packaging: Installed: libgcc-8.5.0-1.el8.aarch64 1621927370 2b4d122242e47d1d030777a9a221cd44003d28721a86d44d32d7aca4555def83 08:13:47,643 INFO anaconda:packaging: Configuring (running scriptlet for): libgcc-8.5.0-1.el8.aarch64 1621927370 2b4d122242e47d1d030777a9a221cd44003d28721a86d44d32d7aca4555def83 08:13:47,653 INFO anaconda:packaging: Installed: tzdata-2021a-1.el8.noarch 1611698248 44999c555a6e4bb6cf5e6f6a79819e76912d036732cb50efaeefc20a180dd839 08:13:50,494 INFO anaconda:packaging: Installed: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 08:13:50,495 INFO anaconda:packaging: Installed: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 08:13:50,751 INFO anaconda:packaging: Installed: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 08:13:54,496 INFO anaconda:packaging: Installed: python3-setuptools-wheel-39.2.0-6.el8.noarch 1587953140 b19bd4f106ce301ee21c860183cc1c2ef9c09bdf495059bdf16e8d8ccc71bbe8 08:13:54,529 INFO anaconda:packaging: Installed: python3-pip-wheel-9.0.3-19.el8.noarch 1610615033 65929ef76ddfeb7ce8df91a5db144fdc3553a8d6539f7774e39293d0231b22f7 08:13:54,618 INFO anaconda:packaging: Installed: libreport-filesystem-2.9.5-15.el8.aarch64 1598291508 b77595c8e29dcd80ce2e45b8c3b02fbb4d6ad5ca024dc8e80f1339e771294e56 08:13:54,629 INFO anaconda:packaging: Installed: hwdata-0.314-8.8.el8.noarch 1613120613 0031452488b8975622580b0e1b501e77976eb606ea3e84a125628a698c1ff242 08:13:55,016 INFO anaconda:packaging: Installed: dnf-data-4.4.2-11.el8.noarch 1615491563 509728d8aead02aef1dd1caafee8ae42b75ff87481cc3b8e7d1f06e7c1058a48 08:13:55,054 INFO anaconda:packaging: Installed: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 dd80a8169e27959a27651616e998be8b49ffdca141744177cb42126ff0ae12b5 08:13:55,089 INFO anaconda:packaging: Installed: dejavu-sans-mono-fonts-2.35-7.el8.noarch 1608016986 a8a27e1ffbb92356d6376334687b9eaa0cb5f2eece2670128f3a01e391e9f3bb 08:13:55,190 INFO anaconda:packaging: Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch 1609181181 11838afbfab4da7d5fa6e01046f76cce0b0a0c174a87c522eba440fce16e316f 08:13:55,245 INFO anaconda:packaging: Installed: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11800/12000 08:13:56,350 INFO anaconda:packaging: Installed: libX11-common-1.6.8-4.el8.noarch 1604964252 5f445b2b2a4bdeabd555e25dfa10119d9f4e4e500d1c4492219dd8647f119ce2 08:13:56,855 INFO anaconda:packaging: Installed: quota-nls-1:4.04-14.el8.noarch 1620258135 bc7fc2028a29ac7a406719ed4f6740f6bf12c20961223c1e839a2a39069af38d 08:13:56,888 INFO anaconda:packaging: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 08:13:56,906 INFO anaconda:packaging: Installed: ncurses-base-6.1-9.20180224.el8.noarch 1622524117 41716536ea16798238ac89fbc3041b3f9dc80f9a64ea4b19d6e67ad2c909269a 08:13:57,313 INFO anaconda:packaging: Installed: linux-firmware-20201218-102.git05789708.el8.noarch 1611853440 cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11790/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11780/12000 08:14:24,894 INFO anaconda:packaging: Installed: libssh-config-0.9.4-3.el8.noarch 1620256135 f5bcb82a732c02d6f31bbf156887049883c76cedc9c6a11b049358a74f4d45d0 08:14:24,906 INFO anaconda:packaging: Installed: kbd-misc-2.0.4-10.el8.noarch 1595275356 ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11770/12000 08:14:26,925 INFO anaconda:packaging: Installed: kbd-legacy-2.0.4-10.el8.noarch 1595275356 a3ef96219165bfc64d4f5d50f51fbd43e803c500619240ffe4db1f9f8e337f83 08:14:27,493 DEBUG NetworkManager: [1622708067.4937] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 132.768 seconds 08:14:27,636 INFO anaconda:packaging: Installed: firewalld-filesystem-0.9.3-1.el8.noarch 1615923697 976599a81662da3537c2d312e9c1cc10b0354e0cc283dbc5820240e7c5c492ca 08:14:27,649 INFO anaconda:packaging: Installed: dhcp-common-12:4.3.6-44.0.1.el8.noarch 1610994845 7ec48db9e1e9896f29a16cbea53cdeecdd7dd2bc278c06721ebca2e71e9dcd6d 08:14:27,688 INFO anaconda:packaging: Installed: dbus-common-1:1.12.8-14.el8.noarch 1620464739 7baac88adafdc5958fb818c7685d3c6548f6e2e585e4435ceee4a168edc3597e 08:14:27,707 INFO anaconda:packaging: Installed: centos-gpg-keys-1:8-2.el8.noarch 1604968391 842ff55b80ac9a5c3357bf52646a5761a4c4786bb3e64b56d8fa5d8fe34ef8bb 08:14:27,715 INFO anaconda:packaging: Installed: centos-stream-release-8.5-3.el8.noarch 1619375551 15b17b95cf9cb9fb64e0c8e56110836bdcaf70de81b8cbdb60e181fc90456e06 08:14:27,754 INFO anaconda:packaging: Installed: centos-stream-repos-8-2.el8.noarch 1604968391 a82958266d292f4725fc1981ea57a861b7fc7feeb7a9551d0b61b98ca51a5662 08:14:27,777 INFO anaconda:packaging: Installed: setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 08:14:27,850 INFO anaconda:packaging: Configuring (running scriptlet for): setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 08:14:27,887 INFO anaconda:packaging: Installed: filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 08:14:29,604 INFO anaconda:packaging: Installed: efi-filesystem-3-3.el8.noarch 1605562930 d655ee126614010e72bac89b7ecaf38b515647181a22940cb774647442d28beb 08:14:29,615 INFO anaconda:packaging: Installed: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 08:14:29,618 INFO anaconda:packaging: Installed: pcre2-10.32-2.el8.aarch64 1592282612 3a386eca4550def1fef05213ddc8fe082e589a2fe2898f634265fbe8fe828296 08:14:29,686 INFO anaconda:packaging: Installed: libselinux-2.9-5.el8.aarch64 1603743587 9474fe348bd9e3a7a6ffe7813538e979e80ddb970b074e4e79bd122b4ece8b64 08:14:29,715 INFO anaconda:packaging: Installed: ncurses-libs-6.1-9.20180224.el8.aarch64 1622524117 b938a6facc8d8a3de12b369871738bb531c822b1ec5212501b06bcaaf6cd25fa 08:14:30,010 INFO anaconda:packaging: Installed: glibc-all-langpacks-2.28-158.el8.aarch64 1619156645 6329edd324952d80a129d1ca2662d18ccb58b580c4ac23a0219b66456e6b5ede Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11760/12000 08:14:39,981 INFO anaconda:packaging: Installed: glibc-common-2.28-158.el8.aarch64 1619156645 4b77774c38ffc2ee4f2af1fd968db09e395123f96800d2ab56e8de5fe3c3a657 08:14:40,625 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-158.el8.aarch64 1619156645 9574766a6ad027d71b1f37c3f68069bcfdb84e17972ed068c64ee417e8cfee1d 08:14:40,626 INFO anaconda:packaging: Installed: glibc-2.28-158.el8.aarch64 1619156645 9574766a6ad027d71b1f37c3f68069bcfdb84e17972ed068c64ee417e8cfee1d 08:14:42,950 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-158.el8.aarch64 1619156645 9574766a6ad027d71b1f37c3f68069bcfdb84e17972ed068c64ee417e8cfee1d 08:14:42,999 INFO anaconda:packaging: Installed: bash-4.4.20-1.el8_4.aarch64 1622128538 c54e1e16d2d363a7dfdb0d4bb57bc9c40f92662382453cfebcea88551be717d0 08:14:43,673 INFO anaconda:packaging: Configuring (running scriptlet for): bash-4.4.20-1.el8_4.aarch64 1622128538 c54e1e16d2d363a7dfdb0d4bb57bc9c40f92662382453cfebcea88551be717d0 08:14:43,677 INFO anaconda:packaging: Installed: libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 08:14:43,738 INFO anaconda:packaging: Configuring (running scriptlet for): libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 08:14:43,774 INFO anaconda:packaging: Installed: zlib-1.2.11-17.el8.aarch64 1604007244 19223c1996366de6f38c38f5d0163368fbff9c29149bb925ffe8d2eba79b239c 08:14:43,808 INFO anaconda:packaging: Installed: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 08:14:43,835 INFO anaconda:packaging: Installed: popt-1.18-1.el8.aarch64 1611040244 2596d6cba62bf9594e4fbb07df31e2459eb6fca8e479fd0be2b32c7561e9ad95 08:14:43,932 INFO anaconda:packaging: Installed: libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 08:14:43,952 INFO anaconda:packaging: Configuring (running scriptlet for): libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 08:14:43,973 INFO anaconda:packaging: Installed: libcap-2.26-4.el8.aarch64 1592260145 dae95e7b55eda5e7dd4cf016e129a88205de730796061e763fafda2876e8c196 08:14:44,031 INFO anaconda:packaging: Installed: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 08:14:44,049 INFO anaconda:packaging: Installed: libxml2-2.9.7-11.el8.aarch64 1621444141 3514c1fa9f0ff57538e74e9b66991e4911e5176e250d49cd6fe079d4a9a3ba04 08:14:44,206 INFO anaconda:packaging: Installed: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 08:14:44,266 INFO anaconda:packaging: Installed: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 08:14:44,392 INFO anaconda:packaging: Installed: libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 08:14:44,415 INFO anaconda:packaging: Configuring (running scriptlet for): libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 08:14:44,438 INFO anaconda:packaging: Installed: libstdc++-8.5.0-1.el8.aarch64 1621927370 0995247be9d5227b3bd1dfb56ee7e00f33918bfc1f4c8434b6402471d6e6c801 08:14:44,580 INFO anaconda:packaging: Configuring (running scriptlet for): libstdc++-8.5.0-1.el8.aarch64 1621927370 0995247be9d5227b3bd1dfb56ee7e00f33918bfc1f4c8434b6402471d6e6c801 08:14:44,599 INFO anaconda:packaging: Installed: elfutils-libelf-0.182-3.el8.aarch64 1608663614 1d87a1b4c2644e3c495f45b6adc8b94e132f462e3229f4084886406bba9e9cfa 08:14:44,672 INFO anaconda:packaging: Installed: sqlite-libs-3.26.0-15.el8.aarch64 1621445048 b3a0c27117c927795b1a3a1ef2c08c857a88199bcfad5603cd2303c9519671a4 08:14:44,774 INFO anaconda:packaging: Installed: libxcrypt-4.1.1-6.el8.aarch64 1620256112 4948420ee35381c71c619fab4b8deabfa93c04e7c5729620b02e4382a50550ad 08:14:44,815 INFO anaconda:packaging: Installed: expat-2.2.5-4.el8.aarch64 1589595238 16356a5f29d0b191e84e37c92f9b6a3cd2ef683c84dd37c065f3461ad5abef03 08:14:44,856 INFO anaconda:packaging: Installed: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 08:14:44,911 INFO anaconda:packaging: Configuring (running scriptlet for): readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 08:14:44,948 INFO anaconda:packaging: Installed: libzstd-1.4.4-1.el8.aarch64 1592405039 b560a8a185100a7c80e6c32f69ba65ce17004156f7218cf183249b15c13295cc 08:14:45,007 INFO anaconda:packaging: Installed: chkconfig-1.13-2.el8.aarch64 1587954848 5a6844f54e6d9d5afe0e273736fa859d6ffc2aa89db879e92c6b04ed90d78df5 08:14:45,232 INFO anaconda:packaging: Installed: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 08:14:45,249 INFO anaconda:packaging: Installed: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 08:14:45,287 INFO anaconda:packaging: Installed: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 08:14:45,389 INFO anaconda:packaging: Configuring (running scriptlet for): gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 08:14:45,407 INFO anaconda:packaging: Installed: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 08:14:45,432 INFO anaconda:packaging: Configuring (running scriptlet for): libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 08:14:45,451 INFO anaconda:packaging: Installed: nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 08:14:45,496 INFO anaconda:packaging: Configuring (running scriptlet for): nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 08:14:45,516 INFO anaconda:packaging: Installed: nss-util-3.53.1-17.el8_3.aarch64 1608262942 8fa5669ab6d0711c49fc3e91646c53655e691a0e5862a1551ade34a655eacb50 08:14:45,543 INFO anaconda:packaging: Installed: libgcrypt-1.8.5-5.el8.aarch64 1621264270 28a5340d6919d8b8a290a8050cde0a06c0456cf09609008e344c9fd8ff9fa181 08:14:45,637 INFO anaconda:packaging: Configuring (running scriptlet for): libgcrypt-1.8.5-5.el8.aarch64 1621264270 28a5340d6919d8b8a290a8050cde0a06c0456cf09609008e344c9fd8ff9fa181 08:14:45,657 INFO anaconda:packaging: Installed: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 08:14:45,677 INFO anaconda:packaging: Installed: libffi-3.1-22.el8.aarch64 1592240601 9d7e9a47e16b3edd1f9ce69c44bf485e8498cb6ced68e354b4c24936cd015bb5 08:14:45,698 INFO anaconda:packaging: Installed: p11-kit-0.23.22-1.el8.aarch64 1610440318 cfee10a5ca5613896a4e84716aa393094fd97c09f2c585c9aa921e6063783867 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11750/12000 08:14:45,973 INFO anaconda:packaging: Installed: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 08:14:46,077 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 08:14:46,099 INFO anaconda:packaging: Installed: libtalloc-2.3.1-2.el8.aarch64 1594938760 0029a34ac546a1104f0d3ec58bea955f19c26daa6f73ccfe16c659badf2611cf 08:14:46,116 INFO anaconda:packaging: Installed: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 08:14:46,146 INFO anaconda:packaging: Installed: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 08:14:46,265 INFO anaconda:packaging: Installed: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 08:14:46,362 INFO anaconda:packaging: Installed: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 08:14:46,376 INFO anaconda:packaging: Installed: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 08:14:46,389 INFO anaconda:packaging: Installed: sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 08:14:46,549 INFO anaconda:packaging: Configuring (running scriptlet for): sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 08:14:46,573 INFO anaconda:packaging: Installed: pcre-8.42-5.el8.0.1.aarch64 1620071847 74509b6de4f0f43a3ffa0f12efe42d0e9b5ea3f7d148eada4dd3a93588555043 08:14:46,631 INFO anaconda:packaging: Installed: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 08:14:46,812 INFO anaconda:packaging: Configuring (running scriptlet for): grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 08:14:46,835 INFO anaconda:packaging: Installed: libsemanage-2.9-6.el8.aarch64 1612389818 ccb929460b2e9f3fc477b5f040b8e9de1faab4492e696aac4d4eafd4d82b7ba3 08:14:46,879 INFO anaconda:packaging: Installed: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 08:14:46,924 INFO anaconda:packaging: Installed: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 08:14:47,143 INFO anaconda:packaging: Configuring (running scriptlet for): findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 08:14:47,163 INFO anaconda:packaging: Installed: file-libs-5.33-20.el8.aarch64 1620464742 8bec01a6b754308dffd317d63b662ab21c7926674693a9f8050cf69fc8125618 08:14:47,380 INFO anaconda:packaging: Installed: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 08:14:47,410 INFO anaconda:packaging: Installed: freetype-2.9.1-4.el8_3.1.aarch64 1605310445 6eaf1961a46202364f9ebe9da1c24ba2e929ae67c452aa4f0aa5e71bfc2a2a51 08:14:47,494 INFO anaconda:packaging: Installed: grub2-common-1:2.02-99.el8.noarch 1614719007 4a08d5264e865548e65d31886c91b659b33a2c2ba39fd115b00af3ea0bc91a83 08:14:47,831 INFO anaconda:packaging: Installed: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 08:14:47,853 INFO anaconda:packaging: Installed: json-c-0.13.1-2.el8.aarch64 1621874386 2b9c17366280df2e2c05c9982bee55c6dd1e1774103ec6dfb2df92d73f0acf60 08:14:47,873 INFO anaconda:packaging: Installed: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 08:14:47,892 INFO anaconda:packaging: Installed: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 08:14:47,913 INFO anaconda:packaging: Installed: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 08:14:47,934 INFO anaconda:packaging: Installed: libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 08:14:47,972 INFO anaconda:packaging: Configuring (running scriptlet for): libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 08:14:47,999 INFO anaconda:packaging: Installed: lz4-libs-1.8.3-3.el8.aarch64 1621919815 1f757439c1aeafd3b42eac8962ea6672190fb5cb93a4f658220d31e21db4ce5b 08:14:48,021 INFO anaconda:packaging: Installed: libtevent-0.10.2-2.el8.aarch64 1594939778 587aaa3208d8682fca63899ef19164600e43260f8509db60fd21fce03a0877a4 08:14:48,038 INFO anaconda:packaging: Installed: efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 08:14:48,073 INFO anaconda:packaging: Configuring (running scriptlet for): efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 08:14:48,095 INFO anaconda:packaging: Installed: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 08:14:48,122 INFO anaconda:packaging: Installed: libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 08:14:48,143 INFO anaconda:packaging: Configuring (running scriptlet for): libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 08:14:48,163 INFO anaconda:packaging: Installed: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 08:14:48,190 INFO anaconda:packaging: Installed: which-2.21-16.el8.aarch64 1621264599 81a1147f174921fabcba53f773cc714a4937ae9371fa3687988b145512e51193 08:14:48,226 INFO anaconda:packaging: Installed: file-5.33-20.el8.aarch64 1620464742 98f75a3ef8dd3bd80aefe1b754611144208c85c599abd597ceffe5dad516382a 08:14:48,254 INFO anaconda:packaging: Installed: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 08:14:48,360 INFO anaconda:packaging: Installed: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 08:14:48,693 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 08:14:48,714 INFO anaconda:packaging: Installed: ethtool-2:5.8-6.el8.aarch64 1622653541 afae0c9c9991cc44b98ffe404241f0e2afc06d82199a9eb0c80e6656ee9976ce 08:14:48,781 INFO anaconda:packaging: Installed: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 08:14:48,811 INFO anaconda:packaging: Configuring (running scriptlet for): libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 08:14:48,834 INFO anaconda:packaging: Installed: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 08:14:48,908 INFO anaconda:packaging: Configuring (running scriptlet for): mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 08:14:48,928 INFO anaconda:packaging: Installed: nettle-3.4.1-4.el8_3.aarch64 1618436289 cb15a94a261477946cdb55373ca0e6b0666bf82fc68d4684e7f4a8c496882dd2 08:14:49,017 INFO anaconda:packaging: Configuring (running scriptlet for): nettle-3.4.1-4.el8_3.aarch64 1618436289 cb15a94a261477946cdb55373ca0e6b0666bf82fc68d4684e7f4a8c496882dd2 08:14:49,054 INFO anaconda:packaging: Installed: gdisk-1.0.3-6.el8.aarch64 1557581795 2d727c662854847b3bd6c68b15609acc29195a9778ad81307a8e1d857006ae60 08:14:49,138 INFO anaconda:packaging: Installed: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 08:14:49,195 INFO anaconda:packaging: Installed: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 08:14:49,374 INFO anaconda:packaging: Configuring (running scriptlet for): diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 08:14:49,398 INFO anaconda:packaging: Installed: libgomp-8.5.0-1.el8.aarch64 1621927370 f0281d744bb2887dd0b0bb1634dc20e58318321e12402a43062893a87ca392a6 08:14:49,439 INFO anaconda:packaging: Configuring (running scriptlet for): libgomp-8.5.0-1.el8.aarch64 1621927370 f0281d744bb2887dd0b0bb1634dc20e58318321e12402a43062893a87ca392a6 08:14:49,520 INFO anaconda:packaging: Installed: e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 08:14:49,580 INFO anaconda:packaging: Configuring (running scriptlet for): e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 08:14:49,937 INFO anaconda:packaging: Installed: dmidecode-1:3.2-10.el8.aarch64 1619975224 066d47b6d9a955ba52ab53525db1c7f92cb09c9a8db40cf0f28e050e119a344d 08:14:49,969 INFO anaconda:packaging: Installed: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 08:14:49,990 INFO anaconda:packaging: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 08:14:50,028 INFO anaconda:packaging: Installed: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 08:14:50,051 INFO anaconda:packaging: Configuring (running scriptlet for): libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 08:14:50,072 INFO anaconda:packaging: Installed: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 08:14:50,093 INFO anaconda:packaging: Installed: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 08:14:50,129 INFO anaconda:packaging: Installed: libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 08:14:50,164 INFO anaconda:packaging: Configuring (running scriptlet for): libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 08:14:50,186 INFO anaconda:packaging: Installed: libsss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 f5f7958940938b87fa2c63c940787484417b4cfdcec34dee2577096639b67bb0 08:14:50,211 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 f5f7958940938b87fa2c63c940787484417b4cfdcec34dee2577096639b67bb0 08:14:50,232 INFO anaconda:packaging: Installed: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 08:14:50,273 INFO anaconda:packaging: Configuring (running scriptlet for): libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 08:14:50,294 INFO anaconda:packaging: Installed: p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 08:14:50,339 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 08:14:50,361 INFO anaconda:packaging: Installed: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 08:14:50,386 INFO anaconda:packaging: Installed: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 08:14:50,416 INFO anaconda:packaging: Installed: numactl-libs-2.0.12-13.el8.aarch64 1621264369 5f2d7a8db99ad318df35e60d43e5e7f462294c00ffa3d7c24207c16bfd3a6619 08:14:50,433 INFO anaconda:packaging: Configuring (running scriptlet for): numactl-libs-2.0.12-13.el8.aarch64 1621264369 5f2d7a8db99ad318df35e60d43e5e7f462294c00ffa3d7c24207c16bfd3a6619 08:14:50,455 INFO anaconda:packaging: Installed: pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 08:14:50,478 INFO anaconda:packaging: Configuring (running scriptlet for): pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 08:14:50,499 INFO anaconda:packaging: Installed: psmisc-23.1-5.el8.aarch64 1595372379 e6852f9e715174c037c57ef9ee45a6318775968322c244185fc51f40a10dbdcc 08:14:50,636 INFO anaconda:packaging: Installed: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 08:14:50,675 INFO anaconda:packaging: Installed: squashfs-tools-4.3-20.el8.aarch64 1615492303 086bed04556b2fdd44edc362de6c77c68302e7070d0bd52be1c77950de3992a0 08:14:50,740 INFO anaconda:packaging: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 08:14:50,766 INFO anaconda:packaging: Configuring (running scriptlet for): libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 08:14:50,790 INFO anaconda:packaging: Installed: libbytesize-1.4-3.el8.aarch64 1586220614 a22ef4dc8fe6cb39b4d8d87eb2aa2378ae2868276c9dee632a3514788531c57b 08:14:51,046 INFO anaconda:packaging: Installed: libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 08:14:51,076 INFO anaconda:packaging: Configuring (running scriptlet for): libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 08:14:51,098 INFO anaconda:packaging: Installed: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 08:14:51,192 INFO anaconda:packaging: Installed: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 08:14:51,866 INFO anaconda:packaging: Installed: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 08:14:51,928 INFO anaconda:packaging: Installed: vim-minimal-2:8.0.1763-15.el8.aarch64 1592495458 2b743f157f47b27a0528d53fd9ae3e4eb0553f4b8357d01d362dd1b0e4e87c06 08:14:52,037 INFO anaconda:packaging: Installed: libpsl-0.20.2-6.el8.aarch64 1592340389 176cbc82e2a94159d457a7444d05573636084c1900405450715df48ac3a822bd 08:14:52,056 INFO anaconda:packaging: Installed: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 08:14:52,108 INFO anaconda:packaging: Installed: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 1608262942 4399b61a0bb80158bbdff9fa45e5bf47e7123a1eebebe355561a1a7abb1a7281 08:14:52,186 INFO anaconda:packaging: Installed: nss-softokn-3.53.1-17.el8_3.aarch64 1608262942 aecd8758d772bc9f9ec257576ce2d55073e310f092912d6bf45d53257883cd3d 08:14:52,315 INFO anaconda:packaging: Installed: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 08:14:52,347 INFO anaconda:packaging: Configuring (running scriptlet for): ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 08:14:52,371 INFO anaconda:packaging: Installed: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 08:14:52,394 INFO anaconda:packaging: Installed: libcomps-0.1.16-2.el8.aarch64 1622639141 e7274a1e5ad2638d58507331e72ad8b13fa681588ff38a61bd9cc8ae763d69cd 08:14:52,421 INFO anaconda:packaging: Installed: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 08:14:52,443 INFO anaconda:packaging: Installed: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 08:14:52,467 INFO anaconda:packaging: Configuring (running scriptlet for): libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 08:14:52,489 INFO anaconda:packaging: Installed: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 08:14:52,525 INFO anaconda:packaging: Configuring (running scriptlet for): libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 08:14:52,546 INFO anaconda:packaging: Installed: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 08:14:53,768 INFO anaconda:packaging: Installed: snappy-1.1.8-3.el8.aarch64 1598294912 4731985b22fc7b733ff89be6c1423396f27c94a78bb09fc89be5c2200bee893c 08:14:53,795 INFO anaconda:packaging: Installed: coreutils-common-8.30-9.el8.aarch64 1621444252 0a654cdf3b9bb9c2828079ec36222687ae1e09f6b49aaf266fc025986d6fe5bf 08:14:54,633 INFO anaconda:packaging: Configuring (running scriptlet for): coreutils-common-8.30-9.el8.aarch64 1621444252 0a654cdf3b9bb9c2828079ec36222687ae1e09f6b49aaf266fc025986d6fe5bf 08:14:54,670 INFO anaconda:packaging: Installed: bzip2-1.0.6-26.el8.aarch64 1557534038 b18d9f23161d7d5de93fa72a56c645762deefbc0f3e5a095bb8d9e3cf09521e6 08:14:54,727 INFO anaconda:packaging: Installed: bubblewrap-0.4.0-1.el8.aarch64 1587693427 a445b27920d4bf9e6944a289c3e9cf69cb4396fe5f7f3383aab7dbe53ad6b39f 08:14:54,751 INFO anaconda:packaging: Installed: libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 08:14:54,773 INFO anaconda:packaging: Configuring (running scriptlet for): libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 08:14:54,801 INFO anaconda:packaging: Installed: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 08:14:54,834 INFO anaconda:packaging: Installed: libselinux-utils-2.9-5.el8.aarch64 1603743587 e4613455147d283b222fcff5ef0f85b3a1a323893ed884db8950e51936e97c52 08:14:55,189 INFO anaconda:packaging: Installed: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 08:14:55,218 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 08:14:55,254 INFO anaconda:packaging: Installed: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 08:14:55,322 INFO anaconda:packaging: Installed: brotli-1.0.6-3.el8.aarch64 1610440164 04133335e4b0fb04154b80c43e3e6143dcae27b6a3c11db384ec2ca56e6b3ae1 08:14:55,418 INFO anaconda:packaging: Installed: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 08:14:55,456 INFO anaconda:packaging: Configuring (running scriptlet for): c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 08:14:55,484 INFO anaconda:packaging: Installed: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 08:14:55,595 INFO anaconda:packaging: Installed: cpio-2.12-10.el8.aarch64 1611306630 15ecc3b70281c46dc6c9ebaaf3bf25941440088dc26664417121a090287c57de 08:14:55,740 INFO anaconda:packaging: Installed: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 08:14:55,819 INFO anaconda:packaging: Installed: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 08:14:55,858 INFO anaconda:packaging: Configuring (running scriptlet for): fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 08:14:55,888 INFO anaconda:packaging: Installed: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 08:14:55,907 INFO anaconda:packaging: Installed: hdparm-9.54-4.el8.aarch64 1621832755 96bd0183caa7a2c4e7ae4af22c4109f8ddfadb51013c45349b3b1289d146f7b2 08:14:55,944 INFO anaconda:packaging: Installed: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 08:14:55,964 INFO anaconda:packaging: Installed: libndp-1.7-6.el8.aarch64 1619975519 027937a66fb9aadb28983980edf07e31644680e4c5b6d9095dea2545fdb77ec0 08:14:55,994 INFO anaconda:packaging: Configuring (running scriptlet for): libndp-1.7-6.el8.aarch64 1619975519 027937a66fb9aadb28983980edf07e31644680e4c5b6d9095dea2545fdb77ec0 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11740/12000 08:14:56,022 INFO anaconda:packaging: Installed: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 08:14:56,049 INFO anaconda:packaging: Installed: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 08:14:56,081 INFO anaconda:packaging: Configuring (running scriptlet for): libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 08:14:56,103 INFO anaconda:packaging: Installed: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 08:14:56,130 INFO anaconda:packaging: Installed: gawk-4.2.1-2.el8.aarch64 1607447894 1597024288d637f0865ca9be73fb1f2e5c495005fa9ca5b3aacc6d8ab8f444a8 08:14:56,516 INFO anaconda:packaging: Installed: libsss_autofs-2.4.0-9.el8_4.1.aarch64 1622577257 2218f006bc7ec07a7d2ab46bec3cdd4f37250e466f0b4222fc83de34e395ee0b 08:14:56,538 INFO anaconda:packaging: Installed: libsss_nss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 98d482a81426c2f13e1f841f1b73ae0d58617fee0a67eac84aa8a7525f1fc9f4 08:14:56,564 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_nss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 98d482a81426c2f13e1f841f1b73ae0d58617fee0a67eac84aa8a7525f1fc9f4 08:14:56,593 INFO anaconda:packaging: Installed: libsss_sudo-2.4.0-9.el8_4.1.aarch64 1622577257 fdbb99d5b99b982d90cac514cc0a6e6db4111aa87f3b2d23809623ae0d0938f7 08:14:56,614 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_sudo-2.4.0-9.el8_4.1.aarch64 1622577257 fdbb99d5b99b982d90cac514cc0a6e6db4111aa87f3b2d23809623ae0d0938f7 08:14:56,636 INFO anaconda:packaging: Installed: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 08:14:56,675 INFO anaconda:packaging: Configuring (running scriptlet for): libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 08:14:56,703 INFO anaconda:packaging: Installed: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 08:14:56,746 INFO anaconda:packaging: Configuring (running scriptlet for): libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 08:14:56,768 INFO anaconda:packaging: Installed: memstrack-0.1.11-1.el8.aarch64 1597179886 d243985eed87e395c99f05ecfda5a55884d1e7df6f02f5ee01fcc76f520c9f1a 08:14:56,792 INFO anaconda:packaging: Installed: ncurses-6.1-9.20180224.el8.aarch64 1622524117 106b5cf47db4c20943efafc6dd1a6740a3e53ad5df425b71a18ea8876a7756db 08:14:56,912 INFO anaconda:packaging: Installed: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 08:14:56,931 INFO anaconda:packaging: Installed: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 08:14:56,966 INFO anaconda:packaging: Configuring (running scriptlet for): sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 08:14:56,996 INFO anaconda:packaging: Installed: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 08:14:57,086 INFO anaconda:packaging: Installed: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 08:14:57,311 INFO anaconda:packaging: Installed: libXau-1.0.9-3.el8.aarch64 1592328437 8bf41dce8686f8e22965691a109aff955d664c53f8e18275e743b36bf3ff22bd 08:14:57,336 INFO anaconda:packaging: Installed: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 08:14:57,542 INFO anaconda:packaging: Installed: libX11-1.6.8-4.el8.aarch64 1604964252 0c55280aa609dc0d9ac4a61f28fac3621de0fe6b602f48ed356f605d746938e3 08:14:57,650 INFO anaconda:packaging: Installed: libXext-1.3.4-1.el8.aarch64 1592336126 83b269e23f52dd57c474b47dd5575f17c8c5875b10619c12664b968d6186c039 08:14:57,671 INFO anaconda:packaging: Installed: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 08:14:57,689 INFO anaconda:packaging: Installed: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 08:14:57,717 INFO anaconda:packaging: Configuring (running scriptlet for): libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 08:14:57,750 INFO anaconda:packaging: Installed: libfastjson-0.99.9-1.el8.aarch64 1620680756 f8c835839c4bea45a028976dc5dc4fe72faac67d1fbf0e9b884d008dfef4ced1 08:14:57,780 INFO anaconda:packaging: Configuring (running scriptlet for): libfastjson-0.99.9-1.el8.aarch64 1620680756 f8c835839c4bea45a028976dc5dc4fe72faac67d1fbf0e9b884d008dfef4ced1 08:14:57,803 INFO anaconda:packaging: Installed: libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 08:14:57,832 INFO anaconda:packaging: Configuring (running scriptlet for): libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 08:14:57,861 INFO anaconda:packaging: Installed: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 08:14:57,885 INFO anaconda:packaging: Installed: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 08:14:57,916 INFO anaconda:packaging: Installed: pciutils-3.7.0-1.el8.aarch64 1606871367 8337a6e98b7ae82d5263e08524381a5e396fd7cafca6f7195753286c0c082a04 08:14:57,962 INFO anaconda:packaging: Installed: cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 08:14:58,056 INFO anaconda:packaging: Configuring (running scriptlet for): cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 08:14:58,093 INFO anaconda:packaging: Installed: platform-python-pip-9.0.3-19.el8.noarch 1610615033 5205c68e394487f019e5fe82c460b5b3a1c9950ae3d0b9ccafa9cfcc8ce9e6fe 08:15:00,442 INFO anaconda:packaging: Installed: platform-python-setuptools-39.2.0-6.el8.noarch 1587953140 946ba273a3a3b6fdf140f3c03112918c0a556a5871c477f5dbbb98600e6ca557 08:15:01,191 INFO anaconda:packaging: Installed: python3-libs-3.6.8-38.el8.aarch64 1620468788 5eb9f0e793a778af2d9771efa1ead7b4ea4c30926e0fc745c98ed30e208dc8a2 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11730/12000 08:15:08,722 INFO anaconda:packaging: Installed: grub2-tools-minimal-1:2.02-99.el8.aarch64 1614718965 c214cbb278bac13bc6a5ce886e8ca56dbdc6d9f9d7376b860e49374bb3dac626 08:15:08,800 INFO anaconda:packaging: Installed: rdma-core-35.0-1.el8.aarch64 1621264470 b170c69f99c0bacc01a003c70098e04132629589bf3b0737a73e229da75d0571 08:15:08,891 INFO anaconda:packaging: Configuring (running scriptlet for): rdma-core-35.0-1.el8.aarch64 1621264470 b170c69f99c0bacc01a003c70098e04132629589bf3b0737a73e229da75d0571 08:15:08,909 INFO anaconda:packaging: Installed: libibverbs-35.0-1.el8.aarch64 1621264470 018bdb0811a2a05c1a3248d2a8c27120b3eefcba91677e5cd0ad56dca390a3ab 08:15:09,067 INFO anaconda:packaging: Configuring (running scriptlet for): libibverbs-35.0-1.el8.aarch64 1621264470 018bdb0811a2a05c1a3248d2a8c27120b3eefcba91677e5cd0ad56dca390a3ab 08:15:09,092 INFO anaconda:packaging: Installed: libpcap-14:1.9.1-5.el8.aarch64 1611213048 239019a8aadb26e4b015d99f7fe49e80c2d1dfa227f7c71322dca2a2a85c2de1 08:15:09,148 INFO anaconda:packaging: Installed: iptables-libs-1.8.4-17.el8.aarch64 1611853487 a64d19d5a2c51692ff7e2ee346fb14f3fba483a7ea1a2cbaee94a16538af4007 08:15:09,191 INFO anaconda:packaging: Installed: libssh-0.9.4-3.el8.aarch64 1620256135 552fdc18c6f4f1a233c808c907b43438c2059d54499b20afdb65247a7773b23f 08:15:09,250 INFO anaconda:packaging: Installed: openldap-2.4.46-16.el8.aarch64 1600969784 a2490697c3a58b815d69958c9e5294e30074916242d4bf81a1f6ed491a637a23 08:15:09,352 INFO anaconda:packaging: Installed: platform-python-3.6.8-38.el8.aarch64 1620468788 08aa5fa54411a7f78ed98bea21ae3b61e09987a63814c8410bbe9636f427c175 08:15:09,382 INFO anaconda:packaging: Configuring (running scriptlet for): platform-python-3.6.8-38.el8.aarch64 1620468788 08aa5fa54411a7f78ed98bea21ae3b61e09987a63814c8410bbe9636f427c175 08:15:09,403 INFO anaconda:packaging: Installed: grubby-8.40-41.el8.aarch64 1589592817 cab88de20635c5ee1ec987cf14b0fdde69f20dfd67db90e8e3fdc6811fedb155 08:15:09,436 INFO anaconda:packaging: Installed: libkcapi-1.2.0-2.el8.aarch64 1592279009 56738c2c6eda929cc9a5f6a681fb8c431b9beab6ba207ceb53a9717277282b24 08:15:09,472 INFO anaconda:packaging: Installed: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 1592279009 25f5e0670a0fe489d04e670ef49bb0dd9e5c111c62e2ed054249cb8db0bb365e 08:15:09,506 INFO anaconda:packaging: Installed: libarchive-3.3.3-1.el8.aarch64 1601995517 e6ddc29b56fcbabe7bcd1ff1535a72c0d4477176a6321b13006d2aa65477ff9d 08:15:09,588 INFO anaconda:packaging: Installed: libdb-utils-5.3.28-40.el8.aarch64 1607448021 47596a15abbe575d633c60d722e2bb3613d8622d6b44489957b3fca5f652b24a 08:15:09,717 INFO anaconda:packaging: Installed: curl-7.61.1-18.el8.aarch64 1612337043 89ebdd969468d9c9669fa65c9c92f0b66b306ef430f8c913663eefd789496e74 08:15:09,803 INFO anaconda:packaging: Installed: libcurl-7.61.1-18.el8.aarch64 1612337043 71d917e0883a85aaa0bcd9b4989799161e8e3a99c2185551444ef1129afb75d4 08:15:09,871 INFO anaconda:packaging: Installed: openssl-1:1.1.1k-1.el8.aarch64 1622524594 45e201ceb7c27bd7fb5eb25a764e49052cc52056396e7ec52ea43d1e452ba0d8 08:15:10,211 INFO anaconda:packaging: Installed: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 08:15:10,334 INFO anaconda:packaging: Installed: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 08:15:10,547 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 08:15:10,553 INFO anaconda:packaging: Installed: elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 08:15:10,558 INFO anaconda:packaging: Configuring (running scriptlet for): elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 08:15:10,576 INFO anaconda:packaging: Installed: gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 08:15:10,680 INFO anaconda:packaging: Configuring (running scriptlet for): gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 08:15:10,703 INFO anaconda:packaging: Installed: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 08:15:10,878 INFO anaconda:packaging: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 08:15:11,589 INFO anaconda:packaging: Installed: procps-ng-3.3.15-6.el8.aarch64 1612250093 dda0f9ad611135e6bee3459f183292cb1364b6c09795ead62cfe402426482212 08:15:11,796 INFO anaconda:packaging: Installed: krb5-libs-1.18.2-10.el8.aarch64 1620256585 62742dcd758afc3a218e6edd01693a13023d4b83a446c32fa31da5c2c4c31122 08:15:12,028 INFO anaconda:packaging: Installed: libtirpc-1.1.4-5.el8.aarch64 1619034389 c378aad0473ca944ce881d3d45bd76429e365216634e63213e0bdc19738d25db 08:15:12,071 INFO anaconda:packaging: Configuring (running scriptlet for): libtirpc-1.1.4-5.el8.aarch64 1619034389 c378aad0473ca944ce881d3d45bd76429e365216634e63213e0bdc19738d25db 08:15:12,102 INFO anaconda:packaging: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 08:15:12,129 INFO anaconda:packaging: Configuring (running scriptlet for): libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 08:15:12,155 INFO anaconda:packaging: Installed: kpartx-0.8.4-13.el8.aarch64 1621279621 3def8dacb20f899bb17154bc6369961c976a32331d699c8704ff7ea690f6a8ca 08:15:12,192 INFO anaconda:packaging: Installed: device-mapper-8:1.02.175-5.el8.aarch64 1615413557 cb3ac3a4a966c918f9f43cc1b9c0e8b3020ab613cd37685036d59c06b23cbd2a 08:15:12,280 INFO anaconda:packaging: Installed: elfutils-debuginfod-client-0.182-3.el8.aarch64 1608663614 597d72b55ef0a4a6b413ee83dba755defa92e7f35aa0d7b28df9028684d1f402 08:15:12,306 INFO anaconda:packaging: Installed: elfutils-libs-0.182-3.el8.aarch64 1608663614 27113d3675ab5a44de39fa5336d7cc9745c80995e5b2b07b1c836b0c780b5397 08:15:12,377 INFO anaconda:packaging: Installed: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 08:15:12,550 INFO anaconda:packaging: Installed: rpm-4.14.3-14.el8_4.aarch64 1622657806 03b6691e1193781fbe1241968016203f8805fa0e8528f5e291b36495ebc9b2f0 08:15:13,091 INFO anaconda:packaging: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 08:15:13,182 INFO anaconda:packaging: Installed: libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 08:15:13,232 INFO anaconda:packaging: Configuring (running scriptlet for): libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 08:15:13,262 INFO anaconda:packaging: Installed: libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 08:15:13,311 INFO anaconda:packaging: Configuring (running scriptlet for): libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 08:15:13,337 INFO anaconda:packaging: Installed: libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 08:15:13,385 INFO anaconda:packaging: Configuring (running scriptlet for): libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 08:15:13,410 INFO anaconda:packaging: Installed: dbus-libs-1:1.12.8-14.el8.aarch64 1620464739 9738cb7597fa6dd4e3bee9159e813e6188894f98852fb896b95437f7fc8dbd8d 08:15:13,453 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-libs-1:1.12.8-14.el8.aarch64 1620464739 9738cb7597fa6dd4e3bee9159e813e6188894f98852fb896b95437f7fc8dbd8d 08:15:13,478 INFO anaconda:packaging: Installed: dbus-tools-1:1.12.8-14.el8.aarch64 1620464739 da2dd7c4192fbafc3dfda1769b03fa27ec1855dd54963e774eb404f44a85b8e7 08:15:13,525 INFO anaconda:packaging: Installed: coreutils-8.30-9.el8.aarch64 1621444252 8cfe79150e449f120540a458c4a51a1a459edafeb15e85f980fbab298b0c9cf5 08:15:14,202 INFO anaconda:packaging: Installed: systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 08:15:14,442 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 08:15:14,483 INFO anaconda:packaging: Installed: shadow-utils-2:4.6-13.el8.aarch64 1621400900 02ce11f42faaf6f58e3219afafa147cae68403295fb949da3f9322a49354776a 08:15:15,554 INFO anaconda:packaging: Installed: libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 08:15:15,590 INFO anaconda:packaging: Configuring (running scriptlet for): libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 08:15:15,628 INFO anaconda:packaging: Installed: device-mapper-libs-8:1.02.175-5.el8.aarch64 1615413557 95722419690a770d0c392dc17faa7d72661e9d3d4dc7edeb09a57b6cf1169b55 08:15:15,673 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 08:15:15,689 INFO anaconda:packaging: Installed: ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 08:15:15,798 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11720/12000 08:15:17,007 INFO anaconda:packaging: Installed: openssl-libs-1:1.1.1k-1.el8.aarch64 1622524594 6ff14e06d334c618466b840dd9e871e9d004c3d2e4e571f0837e73d760edee0a 08:15:17,286 INFO anaconda:packaging: Configuring (running scriptlet for): openssl-libs-1:1.1.1k-1.el8.aarch64 1622524594 6ff14e06d334c618466b840dd9e871e9d004c3d2e4e571f0837e73d760edee0a 08:15:17,313 INFO anaconda:packaging: Installed: kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 08:15:17,341 INFO anaconda:packaging: Configuring (running scriptlet for): kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 08:15:17,369 INFO anaconda:packaging: Installed: libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 08:15:17,513 INFO anaconda:packaging: Configuring (running scriptlet for): libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 08:15:17,578 INFO anaconda:packaging: Installed: rpm-libs-4.14.3-14.el8_4.aarch64 1622657806 14ab02f68ee40352970862f1782d2ce65404d0cf993c6c856e948b91b6583c6d 08:15:17,645 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-libs-4.14.3-14.el8_4.aarch64 1622657806 14ab02f68ee40352970862f1782d2ce65404d0cf993c6c856e948b91b6583c6d 08:15:17,671 INFO anaconda:packaging: Installed: kmod-25-17.el8.aarch64 1611167807 acc9808c1c23f46135bebee5f3f26384c05127d5c8a5a0f7acea2a89572abf12 08:15:17,746 INFO anaconda:packaging: Installed: cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 08:15:17,908 INFO anaconda:packaging: Configuring (running scriptlet for): cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 08:15:17,936 INFO anaconda:packaging: Installed: trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 08:15:17,982 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 08:15:18,007 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-14.el8.aarch64 1620464739 69e6fa2fa4a60384e21913b69cf4ddd6a21148e3d984a4ff0cbe651a2986f738 08:15:18,039 INFO groupadd:group added to /etc/group: name=dbus, GID=81 08:15:18,043 INFO groupadd:group added to /etc/gshadow: name=dbus 08:15:18,047 INFO groupadd:new group: name=dbus, GID=81 08:15:18,065 INFO useradd:new user: name=dbus, UID=81, GID=81, home=/, shell=/sbin/nologin 08:15:18,089 INFO anaconda:packaging: Installed: dbus-daemon-1:1.12.8-14.el8.aarch64 1620464739 69e6fa2fa4a60384e21913b69cf4ddd6a21148e3d984a4ff0cbe651a2986f738 08:15:18,189 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-14.el8.aarch64 1620464739 69e6fa2fa4a60384e21913b69cf4ddd6a21148e3d984a4ff0cbe651a2986f738 08:15:18,210 INFO anaconda:packaging: Configuring (running scriptlet for): libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 08:15:18,236 INFO groupadd:group added to /etc/group: name=utmp, GID=22 08:15:18,241 INFO groupadd:group added to /etc/gshadow: name=utmp 08:15:18,244 INFO groupadd:new group: name=utmp, GID=22 08:15:18,259 INFO groupadd:group added to /etc/group: name=utempter, GID=35 08:15:18,263 INFO groupadd:group added to /etc/gshadow: name=utempter 08:15:18,267 INFO groupadd:new group: name=utempter, GID=35 08:15:18,274 INFO anaconda:packaging: Installed: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 08:15:18,301 INFO anaconda:packaging: Installed: kbd-2.0.4-10.el8.aarch64 1595275356 aeacdfce1854c4b0cfe9c272b53b2032127e4beacaa1a161c9192239c5df8f12 08:15:18,696 INFO anaconda:packaging: Installed: libpwquality-1.4.4-3.el8.aarch64 1614064199 64e55ddddc1dd27e05097c9222e73052f6f20f9d2f7605f46922b7756adeb0b5 08:15:18,889 INFO anaconda:packaging: Installed: pam-1.3.1-15.el8.aarch64 1620364233 a33349c435ef9b8348864e5b8f09ed050d0b7a79fb2db5a88b2f7a5d869231d7 08:15:19,982 INFO anaconda:packaging: Configuring (running scriptlet for): pam-1.3.1-15.el8.aarch64 1620364233 a33349c435ef9b8348864e5b8f09ed050d0b7a79fb2db5a88b2f7a5d869231d7 08:15:20,016 INFO anaconda:packaging: Installed: util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 08:15:21,554 INFO anaconda:packaging: Configuring (running scriptlet for): util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 08:15:21,584 INFO anaconda:packaging: Installed: systemd-pam-239-45.el8.aarch64 1615924435 4d0e42530fdddaf4de48e092874539477c5d6d64a1d7b0d3d446bbe1fb0d9daa 08:15:21,654 INFO anaconda:packaging: Installed: dracut-049-136.git20210426.el8.aarch64 1620313603 f52bc5060a5d1e0373a475d8540dafde62ab3a54a5525fba39e9f9b8ed9b14ee 08:15:22,317 INFO anaconda:packaging: Installed: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 08:15:22,447 INFO anaconda:packaging: Installed: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 08:15:23,095 INFO anaconda:packaging: Configuring (running scriptlet for): gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 08:15:23,127 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 08:15:23,142 INFO anaconda:packaging: Installed: grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 08:15:23,831 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 08:15:23,862 INFO anaconda:packaging: Installed: glib2-2.56.4-13.el8.aarch64 1622552882 53184412d50ff231738ab326f03ad9e4a402761830a4308a183a4f22ac042bbf 08:15:24,750 INFO anaconda:packaging: Installed: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 08:15:24,871 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 08:15:24,891 INFO anaconda:packaging: Installed: gnutls-3.6.14-8.el8_3.aarch64 1618436341 e95b52fddb50b3626f30205cc2755875345ff56df9445a2cbd379bfedb66b314 08:15:25,136 INFO anaconda:packaging: Installed: dbus-1:1.12.8-14.el8.aarch64 1620464739 107a781be497f1a51ffd370aba59dbc4de3d7f89802830c66051dc51a5ec185b 08:15:25,143 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:15:25,189 INFO groupadd:group added to /etc/group: name=input, GID=999 08:15:25,194 INFO groupadd:group added to /etc/gshadow: name=input 08:15:25,197 INFO groupadd:new group: name=input, GID=999 08:15:25,220 INFO groupadd:group added to /etc/group: name=kvm, GID=36 08:15:25,224 INFO groupadd:group added to /etc/gshadow: name=kvm 08:15:25,227 INFO groupadd:new group: name=kvm, GID=36 08:15:25,249 INFO groupadd:group added to /etc/group: name=render, GID=998 08:15:25,254 INFO groupadd:group added to /etc/gshadow: name=render 08:15:25,257 INFO groupadd:new group: name=render, GID=998 08:15:25,279 INFO groupadd:group added to /etc/group: name=systemd-journal, GID=190 08:15:25,284 INFO groupadd:group added to /etc/gshadow: name=systemd-journal 08:15:25,287 INFO groupadd:new group: name=systemd-journal, GID=190 08:15:25,308 INFO groupadd:group added to /etc/group: name=systemd-coredump, GID=997 08:15:25,313 INFO groupadd:group added to /etc/gshadow: name=systemd-coredump 08:15:25,316 INFO groupadd:new group: name=systemd-coredump, GID=997 08:15:25,337 INFO useradd:new user: name=systemd-coredump, UID=999, GID=997, home=/, shell=/sbin/nologin 08:15:25,375 INFO groupadd:group added to /etc/group: name=systemd-resolve, GID=193 08:15:25,379 INFO groupadd:group added to /etc/gshadow: name=systemd-resolve 08:15:25,382 INFO groupadd:new group: name=systemd-resolve, GID=193 08:15:25,402 INFO useradd:new user: name=systemd-resolve, UID=193, GID=193, home=/, shell=/sbin/nologin 08:15:25,427 INFO anaconda:packaging: Installed: systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11710/12000 08:15:27,649 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:15:27,822 INFO anaconda:packaging: Installed: systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 08:15:28,630 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 08:15:29,398 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 08:15:29,440 INFO groupadd:group added to /etc/group: name=tss, GID=59 08:15:29,444 INFO groupadd:group added to /etc/gshadow: name=tss 08:15:29,448 INFO groupadd:new group: name=tss, GID=59 08:15:29,474 INFO useradd:new user: name=tss, UID=59, GID=59, home=/dev/null, shell=/sbin/nologin 08:15:29,506 INFO anaconda:packaging: Installed: trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 08:15:29,555 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 08:15:29,595 INFO anaconda:packaging: Installed: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 08:15:29,639 INFO anaconda:packaging: Installed: polkit-libs-0.115-12.el8.aarch64 1622639229 5de1ed82200ffe2d2fe91b0bf8362a6a7ff12d2f703db4eb63f6f162e510263b 08:15:29,674 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-libs-0.115-12.el8.aarch64 1622639229 5de1ed82200ffe2d2fe91b0bf8362a6a7ff12d2f703db4eb63f6f162e510263b 08:15:29,711 INFO anaconda:packaging: Installed: python3-libselinux-2.9-5.el8.aarch64 1603743587 1a39d5db45d7e97f0a9b564b263ae22d20433bd2f40a6298b8e3ca6a80875da3 08:15:29,776 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-12.el8.aarch64 1622639229 cbd709de63c28a95b78bb32e8da27cf062a2008a47c8d799a8d8bb82a00a33e3 08:15:29,808 INFO groupadd:group added to /etc/group: name=polkitd, GID=996 08:15:29,819 INFO groupadd:group added to /etc/gshadow: name=polkitd 08:15:29,822 INFO groupadd:new group: name=polkitd, GID=996 08:15:29,842 INFO useradd:new user: name=polkitd, UID=998, GID=996, home=/, shell=/sbin/nologin 08:15:29,874 INFO anaconda:packaging: Installed: polkit-0.115-12.el8.aarch64 1622639229 cbd709de63c28a95b78bb32e8da27cf062a2008a47c8d799a8d8bb82a00a33e3 08:15:30,013 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-12.el8.aarch64 1622639229 cbd709de63c28a95b78bb32e8da27cf062a2008a47c8d799a8d8bb82a00a33e3 08:15:30,051 INFO anaconda:packaging: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 08:15:30,102 INFO anaconda:packaging: Installed: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 08:15:30,274 INFO anaconda:packaging: Installed: libmodulemd-2.12.1-1.el8.aarch64 1621264274 960060a8aaed7286e3600559c1d7c2119ce3933a1191def36589154e21b9be39 08:15:30,342 INFO anaconda:packaging: Installed: policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 08:15:30,751 INFO anaconda:packaging: Configuring (running scriptlet for): policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 08:15:30,791 INFO anaconda:packaging: Installed: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 08:15:30,882 INFO anaconda:packaging: Installed: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 08:15:30,990 INFO anaconda:packaging: Installed: python3-gobject-base-3.28.3-2.el8.aarch64 1595266368 ddc064aa8fb904fbcb1c0da0946f61581a30f6dea8fde9343c29491b0bcd7009 08:15:31,230 INFO anaconda:packaging: Installed: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 08:15:31,254 INFO anaconda:packaging: Installed: libsolv-0.7.17-2.el8.aarch64 1621264277 bac313d95d66f6de8f8b28961d8def9539a7d2c1c370d1fcc576ad6abc9158f0 08:15:31,329 INFO anaconda:packaging: Installed: iproute-5.12.0-0.el8.aarch64 1620256108 fd64a6f8295579aea9072c948158b9c0798197b3c114cb6dfded3aafd2f403f1 08:15:31,746 INFO anaconda:packaging: Installed: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 08:15:31,956 INFO anaconda:packaging: Configuring (running scriptlet for): parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 08:15:31,999 INFO anaconda:packaging: Installed: libblockdev-utils-2.24-6.el8.aarch64 1621314512 60e864209ac108ea92e0ae308fff3d1ab414f4bb80f3f977fed7c90752f3ee8d 08:15:32,020 INFO anaconda:packaging: Installed: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 08:15:32,059 INFO anaconda:packaging: Installed: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 08:15:32,201 INFO anaconda:packaging: Installed: kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11700/12000 08:15:37,294 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 08:15:37,319 INFO anaconda:packaging: Installed: crontabs-1.11-17.20190603git.el8.noarch 1610439789 bcf25aae89f7368b16346bc1ec92850175bcc2312bf7a5e74bc3c512bcd345b0 08:15:37,351 INFO anaconda:packaging: Installed: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 08:15:37,420 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 08:15:37,466 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 08:15:37,502 INFO anaconda:packaging: Installed: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 08:15:37,522 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 08:15:37,548 INFO anaconda:packaging: Installed: initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 08:15:37,837 INFO anaconda:packaging: Configuring (running scriptlet for): initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 08:15:37,878 INFO anaconda:packaging: Installed: iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 08:15:37,960 INFO anaconda:packaging: Configuring (running scriptlet for): iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 08:15:38,004 INFO anaconda:packaging: Installed: NetworkManager-libnm-1:1.32.0-0.4.el8.aarch64 1622137136 4b6d8fd4e28d69c72ff43bfb9f55877ca43f3a21a183aac5bc8bdd5500d0330c 08:15:38,591 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-libnm-1:1.32.0-0.4.el8.aarch64 1622137136 4b6d8fd4e28d69c72ff43bfb9f55877ca43f3a21a183aac5bc8bdd5500d0330c 08:15:38,628 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.32.0-0.4.el8.aarch64 1622137136 62685bd09f8b59faa7ecc6dbfa5ae130254bc8a6257f47072fb1133dc8ea9efc 08:15:38,644 INFO anaconda:packaging: Installed: NetworkManager-1:1.32.0-0.4.el8.aarch64 1622137136 62685bd09f8b59faa7ecc6dbfa5ae130254bc8a6257f47072fb1133dc8ea9efc 08:15:39,216 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.32.0-0.4.el8.aarch64 1622137136 62685bd09f8b59faa7ecc6dbfa5ae130254bc8a6257f47072fb1133dc8ea9efc 08:15:39,299 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.32.0-0.4.el8.aarch64 1622137136 62685bd09f8b59faa7ecc6dbfa5ae130254bc8a6257f47072fb1133dc8ea9efc 08:15:39,301 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'. 08:15:39,313 DEBUG NetworkManager: [1622708139.3134] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2119 08:15:39,326 INFO anaconda:packaging: Installed: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 08:15:39,328 DEBUG NetworkManager: [1622708139.3275] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2120 08:15:39,723 INFO anaconda:packaging: Configuring (running scriptlet for): gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 08:15:39,759 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-8.0p1-8.el8.aarch64 1620058612 c98346c90e64bc9e75bc7b2a57cff9f2b0ccfe0a8c452ff2280268bc91516a86 08:15:39,795 INFO groupadd:group added to /etc/group: name=ssh_keys, GID=995 08:15:39,799 INFO groupadd:group added to /etc/gshadow: name=ssh_keys 08:15:39,803 INFO groupadd:new group: name=ssh_keys, GID=995 08:15:39,810 INFO anaconda:packaging: Installed: openssh-8.0p1-8.el8.aarch64 1620058612 c98346c90e64bc9e75bc7b2a57cff9f2b0ccfe0a8c452ff2280268bc91516a86 08:15:39,966 INFO anaconda:packaging: Installed: xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 08:15:40,352 INFO anaconda:packaging: Configuring (running scriptlet for): xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 08:15:40,423 INFO anaconda:packaging: Installed: e2fsprogs-1.45.6-1.el8.aarch64 1595015162 0cffcd6b8e08d65613fc54169ff4c8c04ee745dbe74bc483a29569ffca105ab4 08:15:40,834 INFO anaconda:packaging: Installed: libusbx-1.0.23-4.el8.aarch64 1597695003 ae797d004f3cafb89773fcc8a3f0d6d046546b7cb3f9741be200d095c637706f 08:15:40,866 INFO anaconda:packaging: Installed: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 08:15:41,121 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 08:15:42,212 INFO anaconda:packaging: Installed: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 08:15:42,372 INFO anaconda:packaging: Installed: libnfsidmap-1:2.3.3-42.el8.aarch64 1621264379 aa4b0649416b16749f824f85ea4635a31aa362b20253ecbb79d4bbc61db6f784 08:15:42,419 INFO anaconda:packaging: Installed: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 08:15:42,454 INFO anaconda:packaging: Installed: python3-libxml2-2.9.7-11.el8.aarch64 1621444141 d0dc30fa9e0355e15c45196bf07d296f56eaccfb04eeabfc619a1d962baec895 08:15:42,548 INFO anaconda:packaging: Installed: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 08:15:42,719 INFO anaconda:packaging: Installed: libldb-2.2.0-2.el8.aarch64 1617167657 2c39518dfdca89425e9ed6c4283808793c67d663573187343d539653054befea 08:15:42,821 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 08:15:42,837 INFO anaconda:packaging: Installed: iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 08:15:43,604 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 08:15:43,635 INFO anaconda:packaging: Installed: iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 08:15:43,655 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 08:15:43,696 INFO anaconda:packaging: Installed: sssd-nfs-idmap-2.4.0-9.el8_4.1.aarch64 1622577257 d55b3ed4929c334de34861f3690d8837f376f57283f8e2006f2b2d3e8ea3f4ed 08:15:43,724 INFO anaconda:packaging: Installed: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 08:15:43,737 INFO anaconda:packaging: Installed: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 08:15:43,790 INFO anaconda:packaging: Installed: python3-gobject-3.28.3-2.el8.aarch64 1595266368 1e59b06a691d101f9eab26c2950b2dbe8861ede192c2630423c5b558c21d5875 08:15:43,802 INFO anaconda:packaging: Installed: libgusb-0.3.0-1.el8.aarch64 1557584651 995a24fdcc789353e5f6670c3b14f317391aead116e782099895f44fe4a1bcd7 08:15:43,834 INFO anaconda:packaging: Installed: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 08:15:44,084 INFO anaconda:packaging: Configuring (running scriptlet for): audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 08:15:44,204 INFO anaconda:packaging: Installed: kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f 08:15:45,388 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11690/12000 08:15:51,224 INFO anaconda:packaging: Installed: libblockdev-2.24-6.el8.aarch64 1621314512 b6fa34969c7775c36f4c8fa3d0dd483ca2f24756c31e07765e2967b102781f08 08:15:51,262 INFO anaconda:packaging: Installed: libblockdev-fs-2.24-6.el8.aarch64 1621314512 b49dd039756bdb14539e19a9f41865c0a9a72ff77d718c02429a4eccb1b25aae 08:15:51,276 INFO anaconda:packaging: Installed: libblockdev-loop-2.24-6.el8.aarch64 1621314512 692c2cdc3248e23a0998ca6dcc113d29f65b8bda0566ddd5c5ed3429f37f3ebf 08:15:51,288 INFO anaconda:packaging: Installed: libblockdev-part-2.24-6.el8.aarch64 1621314512 2633130fdcbf7ede9905ddbfe9e6a3ebc6286f898b5165c59b3dfbf9e54d36f6 08:15:51,303 INFO anaconda:packaging: Installed: libblockdev-swap-2.24-6.el8.aarch64 1621314512 ccdc541398fce1c4675973db0910655b3adc8874ff750a9698311d2f7ebddcf7 08:15:51,315 INFO anaconda:packaging: Installed: libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 08:15:51,363 INFO anaconda:packaging: Configuring (running scriptlet for): libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 08:15:51,404 INFO anaconda:packaging: Installed: libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 08:15:51,573 INFO anaconda:packaging: Configuring (running scriptlet for): libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 08:15:51,603 INFO anaconda:packaging: Installed: python3-pydbus-0.6.0-5.el8.noarch 1557807976 bfa39369bd3c36833126b6f46b747de0736a66835d97196195c0810161c24549 08:15:51,757 INFO anaconda:packaging: Installed: PackageKit-glib-1.1.12-6.el8.aarch64 1592260767 f6b8397ec69323c3e0d12c1e4bfe55bc048060696412c9f17a82541683b5d98f 08:15:51,800 INFO anaconda:packaging: Installed: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 08:15:51,816 INFO anaconda:packaging: Installed: gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 08:15:51,870 INFO anaconda:packaging: Configuring (running scriptlet for): gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 08:15:51,909 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-17.el8.aarch64 1621264635 406140d0a2d6fe921875898b24b91376870fb9ab1b1baf7778cff060bbbe0d72 08:15:52,140 INFO groupadd:group added to /etc/group: name=unbound, GID=994 08:15:52,145 INFO groupadd:group added to /etc/gshadow: name=unbound 08:15:52,148 INFO groupadd:new group: name=unbound, GID=994 08:15:52,172 INFO useradd:new user: name=unbound, UID=997, GID=994, home=/etc/unbound, shell=/sbin/nologin 08:15:52,197 INFO anaconda:packaging: Installed: unbound-libs-1.7.3-17.el8.aarch64 1621264635 406140d0a2d6fe921875898b24b91376870fb9ab1b1baf7778cff060bbbe0d72 08:15:52,320 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-17.el8.aarch64 1621264635 406140d0a2d6fe921875898b24b91376870fb9ab1b1baf7778cff060bbbe0d72 08:15:52,376 INFO anaconda:packaging: Installed: python3-unbound-1.7.3-17.el8.aarch64 1621264635 867c11abf3105a23b5bf1aa25d2d530fa3322d5f4c70a0757ea92b62b0d7649f 08:15:52,479 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:15:52,511 INFO groupadd:group added to /etc/group: name=rpc, GID=32 08:15:52,516 INFO groupadd:group added to /etc/gshadow: name=rpc 08:15:52,520 INFO groupadd:new group: name=rpc, GID=32 08:15:52,548 INFO useradd:new user: name=rpc, UID=32, GID=32, home=/var/lib/rpcbind, shell=/sbin/nologin 08:15:52,572 INFO anaconda:packaging: Installed: rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:15:52,617 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:15:52,688 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:15:52,766 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:15:52,839 INFO anaconda:packaging: Installed: rpm-plugin-selinux-4.14.3-14.el8_4.aarch64 1622657806 6d8622539ece77db21387ee85a70ae2884acdd5633a2aa4001137beb163328af 08:15:52,860 INFO anaconda:packaging: Installed: selinux-policy-3.14.3-68.el8.noarch 1621595777 610690bad5c52d4e40790133268096ce89c7f618274fa5f16d63df39b771c798 08:15:52,877 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-68.el8.noarch 1621595777 610690bad5c52d4e40790133268096ce89c7f618274fa5f16d63df39b771c798 08:15:52,898 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-68.el8.noarch 1621595777 610690bad5c52d4e40790133268096ce89c7f618274fa5f16d63df39b771c798 08:15:52,956 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-68.el8.noarch 1621595777 4afe176cca88323e9b7c1f08a819a1828e2fce6101e50f6031aa96e66ffc79fb 08:15:52,972 INFO anaconda:packaging: Installed: selinux-policy-targeted-3.14.3-68.el8.noarch 1621595777 4afe176cca88323e9b7c1f08a819a1828e2fce6101e50f6031aa96e66ffc79fb Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11680/12000 08:16:00,457 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-68.el8.noarch 1621595777 4afe176cca88323e9b7c1f08a819a1828e2fce6101e50f6031aa96e66ffc79fb 08:16:00,733 INFO kernel:SELinux: Converting 283 SID table entries... 08:16:00,733 INFO kernel:SELinux: policy capability network_peer_controls=1 08:16:00,733 INFO kernel:SELinux: policy capability open_perms=1 08:16:00,733 INFO kernel:SELinux: policy capability extended_socket_class=1 08:16:00,733 INFO kernel:SELinux: policy capability always_check_network=0 08:16:00,733 INFO kernel:SELinux: policy capability cgroup_seclabel=1 08:16:00,734 INFO kernel:SELinux: policy capability nnp_nosuid_transition=1 08:16:00,846 INFO dbus-daemon:[system] Reloaded configuration 08:16:00,858 INFO dbus-daemon:Reloaded configuration 08:16:01,391 INFO anaconda:packaging: Installed: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 08:16:01,436 INFO anaconda:packaging: Configuring (running scriptlet for): timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 08:16:01,482 INFO anaconda:packaging: Installed: python3-libsemanage-2.9-6.el8.aarch64 1612389818 bc96ccd4671ee6a42d4ad5bbfbbd67ad397d276e29b4353ca6d67ae9705924a7 08:16:01,520 INFO anaconda:packaging: Installed: python3-setools-4.3.0-2.el8.aarch64 1595367589 bd4efc248eee5517821027c94e937c69f92bac82243dc7798456fcef51521766 08:16:02,256 INFO anaconda:packaging: Installed: python3-policycoreutils-2.9-14.el8.noarch 1616130866 c28e181d809d28e50acf6614855b449ccd3a98e1499c83ffd3114785f408638e 08:16:03,290 INFO anaconda:packaging: Installed: policycoreutils-python-utils-2.9-14.el8.noarch 1616130866 90a76e9e6f91deeb03c0fea610e84ce30b492b42a3bd76cf7188665d59a80274 08:16:03,411 INFO anaconda:packaging: Installed: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 08:16:03,492 INFO anaconda:packaging: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 08:16:03,654 INFO anaconda:packaging: Installed: python3-linux-procfs-0.6.3-1.el8.noarch 1610550079 dc835194ecfa6ebda81e0a764c953eff3422a61863e9a3e0dc74ea4cae7a4d94 08:16:03,707 INFO anaconda:packaging: Installed: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 08:16:03,863 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 08:16:03,883 INFO anaconda:packaging: Installed: authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 08:16:04,126 INFO anaconda:packaging: Installed: mdadm-4.2-rc1_1.el8.aarch64 1620464682 d2c6b0b3ea415fd458f5cc6fb3993572ba5cbf75d93b7c30f8583f3bf097d1b3 08:16:04,293 INFO anaconda:packaging: Configuring (running scriptlet for): mdadm-4.2-rc1_1.el8.aarch64 1620464682 d2c6b0b3ea415fd458f5cc6fb3993572ba5cbf75d93b7c30f8583f3bf097d1b3 08:16:04,352 INFO anaconda:packaging: Installed: libblockdev-mdraid-2.24-6.el8.aarch64 1621314512 20cc2ff2a04f5b1b2c8be8a398a2b0f1bdb1b3b8cee003a3f963a69610910327 08:16:04,368 INFO anaconda:packaging: Installed: oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 08:16:04,441 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 08:16:04,482 INFO dbus-daemon:[system] Reloaded configuration 08:16:04,488 INFO dbus-daemon:Reloaded configuration 08:16:04,502 INFO anaconda:packaging: Installed: oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 08:16:04,534 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 08:16:04,571 INFO anaconda:packaging: Installed: authselect-1.2.2-2.el8.aarch64 1616085339 b9854a81f41a7d258f9ebe6b8705b1af236271dc8779edfa75bf9be30d72eb79 08:16:04,574 INFO dbus-daemon:[system] Reloaded configuration 08:16:04,579 INFO dbus-daemon:Reloaded configuration 08:16:04,651 INFO anaconda:packaging: Installed: libxmlb-0.1.15-1.el8.aarch64 1589587122 681a63da0ba730eb9acfc209b02e0df7d9cb48722703389c05461e56848b8a93 08:16:04,698 INFO anaconda:packaging: Installed: ModemManager-glib-1.10.8-3.el8.aarch64 1616649534 be41f5e58d48638233a40238d96ac5da92f68c35914ccea7f8ed235109c1d288 08:16:04,768 INFO anaconda:packaging: Configuring (running scriptlet for): ModemManager-glib-1.10.8-3.el8.aarch64 1616649534 be41f5e58d48638233a40238d96ac5da92f68c35914ccea7f8ed235109c1d288 08:16:04,802 INFO anaconda:packaging: Installed: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 08:16:04,850 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 08:16:04,883 INFO anaconda:packaging: Installed: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 08:16:05,043 INFO anaconda:packaging: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 08:16:05,135 INFO anaconda:packaging: Installed: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 1595357281 ca7db91c6d3c963ca8b697e018762fdf7329a0f6186b5e7a5a38555e4962290a 08:16:05,539 INFO anaconda:packaging: Installed: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 08:16:05,771 INFO anaconda:packaging: Installed: cockpit-bridge-244.1-1.el8.aarch64 1622005579 c7d631dcd17bbd3c88cea2f198e4241b9317c89cce45741fbd03a2a1f705bbab 08:16:05,929 INFO anaconda:packaging: Installed: libsoup-2.62.3-2.el8.aarch64 1602003331 fe9e12b98655b4ccc8cae9ac2d9860709de999486a86456f8f9134840e70dfb3 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11670/12000 08:16:06,200 INFO anaconda:packaging: Installed: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab 08:16:06,548 INFO anaconda:packaging: Installed: libgcab1-1.1-1.el8.aarch64 1557581753 2b631d5095ee3489538ca00499ac65e2815ace2d1feed0996cbbab54762b2fa8 08:16:06,641 INFO anaconda:packaging: Installed: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 08:16:06,817 INFO anaconda:packaging: Installed: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 08:16:06,859 INFO anaconda:packaging: Configuring (running scriptlet for): pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 08:16:06,881 INFO anaconda:packaging: Installed: gnupg2-smime-2.2.20-2.el8.aarch64 1589573397 23aadf767124fc38a0dade4a824e48b53ad5d873d389ce442d5d5b3665fde2a6 08:16:06,947 INFO anaconda:packaging: Installed: gnupg2-2.2.20-2.el8.aarch64 1589573397 5c1fb984527d2c638364bcca6d016cd8a4ff9d656875d9e29b199eef6b41a527 08:16:07,813 INFO anaconda:packaging: Installed: gpgme-1.13.1-7.el8.aarch64 1609882988 cf82a6ec23b9fa60f30fc8d3c8b30c6d1423f81ebedbe06ec7bb32a8b1d7a904 08:16:07,911 INFO anaconda:packaging: Installed: librepo-1.14.0-1.el8.aarch64 1622653594 2034f4fd1ff3c28411d8b112bac59151bc8188cf673f11343a33d58527d51cd7 08:16:07,941 INFO anaconda:packaging: Installed: libdnf-0.55.0-7.el8.aarch64 1615494753 f57143929020c17c77bcb242087060a0bfb976c0c7eca0dcbb63a440116ce85e 08:16:08,191 INFO anaconda:packaging: Installed: python3-libdnf-0.55.0-7.el8.aarch64 1615494753 f5caf82f2a2d683e69d99f96395dfa02472186473ba58edf4e41ac8af79e0bd9 08:16:08,452 INFO anaconda:packaging: Installed: python3-hawkey-0.55.0-7.el8.aarch64 1615494753 f0173d65c9fa3e16a25c14ecb901f8736286ff5f08e529ad816a242ca76ae1f9 08:16:08,500 INFO anaconda:packaging: Installed: PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 08:16:08,890 INFO anaconda:packaging: Configuring (running scriptlet for): PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 08:16:08,928 INFO anaconda:packaging: Installed: python3-gpg-1.13.1-7.el8.aarch64 1609882988 26962c14b5d9645d815f6c9c23cbbec935321c4cdde3d62adc26f322019da36b 08:16:09,175 INFO anaconda:packaging: Installed: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 08:16:09,520 INFO anaconda:packaging: Configuring (running scriptlet for): libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 08:16:09,552 INFO anaconda:packaging: Installed: libudisks2-2.9.0-7.el8.aarch64 1619975967 221ab287b6e186a29c913fcf2ba1b307affb40f6ccce6aa059be7b94ba309e7e 08:16:09,608 INFO anaconda:packaging: Installed: grub2-tools-extra-1:2.02-99.el8.aarch64 1614718965 c00604e003e6f6ad649397b2c371c5cf4bdc616060995080078e75febd88e04f 08:16:09,955 INFO anaconda:packaging: Installed: dracut-squash-049-136.git20210426.el8.aarch64 1620313603 f0d69adb28e34d16aca588976c8c1e599e72147382ae16323294ab58b53cad9a 08:16:09,976 INFO anaconda:packaging: Installed: virt-what-1.18-10.el8.aarch64 1619975987 e1e6005400cc39799a2d2ed7143b1fca4dbbc7d395e654090932fd74347807ce 08:16:10,001 INFO anaconda:packaging: Installed: sssd-client-2.4.0-9.el8_4.1.aarch64 1622577257 b3deb6cd25ba73441c04db94a3866240d8be4c18a2cbe3b0c6d953d80e143bcb 08:16:10,085 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-client-2.4.0-9.el8_4.1.aarch64 1622577257 b3deb6cd25ba73441c04db94a3866240d8be4c18a2cbe3b0c6d953d80e143bcb 08:16:10,128 INFO anaconda:packaging: Installed: sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 08:16:10,573 INFO anaconda:packaging: Configuring (running scriptlet for): sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 08:16:10,594 INFO anaconda:packaging: Installed: rpm-plugin-systemd-inhibit-4.14.3-14.el8_4.aarch64 1622657806 1e343be31cc08d9385d4593d945ae3465b14713660f88e074948d04291f63209 08:16:10,615 INFO anaconda:packaging: Installed: bind-export-libs-32:9.11.26-4.el8_4.aarch64 1622149187 6984533e753692a567798b57edacbe76abdc5dfa5a51711dd1d2a7fcc9a85ce7 08:16:10,837 INFO anaconda:packaging: Configuring (running scriptlet for): bind-export-libs-32:9.11.26-4.el8_4.aarch64 1622149187 6984533e753692a567798b57edacbe76abdc5dfa5a51711dd1d2a7fcc9a85ce7 08:16:10,869 INFO anaconda:packaging: Installed: libsss_certmap-2.4.0-9.el8_4.1.aarch64 1622577257 a376ff898bbefba3366494479e3f57aa25b04c7915b4cca0df05d95a76bdf122 08:16:10,908 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_certmap-2.4.0-9.el8_4.1.aarch64 1622577257 a376ff898bbefba3366494479e3f57aa25b04c7915b4cca0df05d95a76bdf122 08:16:10,940 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8_4.1.aarch64 1622577257 55ab77ca249c3c3bd8c0f9dbad9cad982e73966c6954c2ba9f625256c8714cbb 08:16:10,999 INFO groupadd:group added to /etc/group: name=sssd, GID=993 08:16:11,004 INFO groupadd:group added to /etc/gshadow: name=sssd 08:16:11,008 INFO groupadd:new group: name=sssd, GID=993 08:16:11,035 INFO useradd:new user: name=sssd, UID=996, GID=993, home=/, shell=/sbin/nologin 08:16:11,082 INFO anaconda:packaging: Installed: sssd-common-2.4.0-9.el8_4.1.aarch64 1622577257 55ab77ca249c3c3bd8c0f9dbad9cad982e73966c6954c2ba9f625256c8714cbb 08:16:11,755 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8_4.1.aarch64 1622577257 55ab77ca249c3c3bd8c0f9dbad9cad982e73966c6954c2ba9f625256c8714cbb 08:16:11,933 INFO anaconda:packaging: Installed: mokutil-1:0.3.0-11.el8.aarch64 1611112249 7497656e09f43d0bbd9f97a89736b0d46bd8fe4ac823d78c5165b4efd9b5b4d2 08:16:11,961 INFO anaconda:packaging: Configuring (running scriptlet for): tpm2-tss-2.3.2-4.el8.aarch64 1621264598 367fbb7dc71b8736a368809873db08b007e583b40c072c98cdb443a5849a8cb3 08:16:11,982 INFO anaconda:packaging: Installed: tpm2-tss-2.3.2-4.el8.aarch64 1621264598 367fbb7dc71b8736a368809873db08b007e583b40c072c98cdb443a5849a8cb3 08:16:12,099 INFO anaconda:packaging: Configuring (running scriptlet for): tpm2-tss-2.3.2-4.el8.aarch64 1621264598 367fbb7dc71b8736a368809873db08b007e583b40c072c98cdb443a5849a8cb3 08:16:12,131 INFO anaconda:packaging: Installed: ima-evm-utils-1.3.2-12.el8.aarch64 1614064293 b2dca0b246c7df7a398d9a1708c45ec6697a69afce5fe0cf1e2629fea1776ac9 08:16:12,170 INFO anaconda:packaging: Installed: rpm-build-libs-4.14.3-14.el8_4.aarch64 1622657806 a9639b60bf7092f42b803296c0ccd86a3b0e854afd2459cece3b12a6baa3ea67 08:16:12,205 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-build-libs-4.14.3-14.el8_4.aarch64 1622657806 a9639b60bf7092f42b803296c0ccd86a3b0e854afd2459cece3b12a6baa3ea67 08:16:12,237 INFO anaconda:packaging: Installed: python3-rpm-4.14.3-14.el8_4.aarch64 1622657806 19ddc3902ffa6347448c4a5c43683d4425483e2218ef5ddacaf73bda56aaadb9 08:16:12,308 INFO anaconda:packaging: Installed: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 08:16:12,332 INFO anaconda:packaging: Installed: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 1610994845 4591e8cca5f1273ce89ad91015eb2feb070ae0fbd2feed752c9fcf54c7fedc47 08:16:12,360 INFO anaconda:packaging: Installed: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 1610994845 c05c1e1158621f0eb34f9827ba8b43216422803cb6ea8497c2a2674200934980 08:16:12,440 INFO anaconda:packaging: Installed: dracut-network-049-136.git20210426.el8.aarch64 1620313603 3518d6112ea4b4c856014b91a12d6d02caa996b1b81d311c270afc5b1bae34ba 08:16:12,609 INFO anaconda:packaging: Installed: kexec-tools-2.0.20-50.el8.aarch64 1622639162 2a6db7be11eaff836f4e5883a8c2d8ae68107b2ae8ef1cef91226df96cd1655c 08:16:12,838 INFO anaconda:packaging: Configuring (running scriptlet for): kexec-tools-2.0.20-50.el8.aarch64 1622639162 2a6db7be11eaff836f4e5883a8c2d8ae68107b2ae8ef1cef91226df96cd1655c 08:16:12,883 INFO anaconda:packaging: Installed: libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 08:16:12,921 INFO anaconda:packaging: Configuring (running scriptlet for): libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 08:16:12,956 INFO anaconda:packaging: Installed: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 08:16:13,065 INFO anaconda:packaging: Installed: setroubleshoot-plugins-3.3.13-1.el8.noarch 1597701373 30f37ca1fe1592e29d3e97c1dec0646015000d19bffc40f13dcfe73e15be66fc 08:16:14,000 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 08:16:14,035 INFO useradd:new group: name=setroubleshoot, GID=992 08:16:14,036 INFO useradd:new user: name=setroubleshoot, UID=995, GID=992, home=/var/lib/setroubleshoot, shell=/sbin/nologin 08:16:14,205 INFO anaconda:packaging: Installed: setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 08:16:14,729 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 08:16:14,884 INFO anaconda:packaging: Configuring (running scriptlet for): logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 08:16:14,899 INFO anaconda:packaging: Installed: logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 08:16:14,940 INFO anaconda:packaging: Installed: centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 08:16:15,215 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 08:16:15,237 INFO anaconda:packaging: Installed: nss-sysinit-3.53.1-17.el8_3.aarch64 1608262942 4bab308159d367165e2712cc7ba065406479b9fb821d9765c2637f83d63599b0 08:16:15,259 INFO anaconda:packaging: Installed: nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 08:16:15,424 INFO anaconda:packaging: Installed: volume_key-libs-0.3.11-5.el8.aarch64 1573244013 3ec4f0a88c90f2021507016d369c7a77aac7c3d120ab35a30532235b4eb524f5 08:16:15,567 INFO anaconda:packaging: Installed: libblockdev-crypto-2.24-6.el8.aarch64 1621314512 00ebd20da0f3e7927d85420a872e66f47448701e5b7670dfcd3a00cc7fe7f82d 08:16:15,583 INFO anaconda:packaging: Installed: udisks2-2.9.0-7.el8.aarch64 1619975967 9208c1fd56614cce16e73ea0acf3dcf3479ee2b44ee2c25af2d16ef4e3c34a7f 08:16:15,922 INFO anaconda:packaging: Configuring (running scriptlet for): udisks2-2.9.0-7.el8.aarch64 1619975967 9208c1fd56614cce16e73ea0acf3dcf3479ee2b44ee2c25af2d16ef4e3c34a7f 08:16:16,183 INFO anaconda:packaging: Installed: fwupd-1.5.9-1.el8.aarch64 1620323491 27175c0d513992d4601964810c70af596d0643949f211674444e2dbb2d904c3c Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11660/12000 08:16:16,235 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'. 08:16:16,242 DEBUG NetworkManager: [1622708176.2425] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2195 08:16:16,365 DEBUG NetworkManager: [1622708176.3653] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2317 08:16:16,403 INFO systemd-logind:Watching system buttons on /dev/input/event0 (Power Button) 08:16:17,298 INFO anaconda:packaging: Configuring (running scriptlet for): fwupd-1.5.9-1.el8.aarch64 1620323491 27175c0d513992d4601964810c70af596d0643949f211674444e2dbb2d904c3c 08:16:17,352 INFO anaconda:packaging: Installed: teamd-1.31-2.el8.aarch64 1599579275 a2b5f3f92b2265a36c8a33b8315e56cd1399ac33d04ae2f34cb47ae56d89824f 08:16:17,548 INFO anaconda:packaging: Installed: NetworkManager-team-1:1.32.0-0.4.el8.aarch64 1622137136 f27c167f04b1b2922d88a231be20ca6065250ea0d6ac31398714b86b06de7e98 08:16:17,562 INFO anaconda:packaging: Installed: quota-1:4.04-14.el8.aarch64 1620258135 210ad2df4ce04d6792c43d16a7c3b40bfbd13103db7ba7326039852a7ea84322 08:16:17,760 INFO anaconda:packaging: Installed: kernel-tools-4.18.0-305.3.1.el8.aarch64 1622565463 5f70ce7bf2dbc212c61554882e3a70393109d35cf95aeabb7b9be1bb2b5c76ed 08:16:17,895 INFO anaconda:packaging: Installed: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 08:16:18,200 INFO anaconda:packaging: Installed: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 08:16:18,310 INFO anaconda:packaging: Installed: python3-libcomps-0.1.16-2.el8.aarch64 1622639141 72beca700b827714b57f9c61c7647df6eee90820e53af67fc3bee7f08ef631c3 08:16:18,340 INFO anaconda:packaging: Installed: python3-dnf-4.4.2-11.el8.noarch 1615491563 31f906e19cd725334dbf542b607604e019e34f5796d69f17afdd8470ce982b0b 08:16:18,940 INFO anaconda:packaging: Installed: dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 08:16:19,178 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 08:16:19,193 NOTICE kernel:audit: type=1400 audit(1622708179.180:73): avc: denied { transition } for pid=2736 comm="anaconda" path="/usr/bin/bash" dev="vda2" ino=4451690 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 08:16:19,193 NOTICE kernel:audit: type=1300 audit(1622708179.180:73): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaae69687b0 a1=aaaae71104b0 a2=aaaae4b34aa0 a3=44 items=1 ppid=2159 pid=2736 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="sh" exe="/usr/bin/bash" subj=system_u:system_r:rpm_script_t:s0 key=(null) 08:16:19,193 NOTICE kernel:audit: type=1309 audit(1622708179.180:73): argc=3 a0="/bin/sh" a1="/var/tmp/rpm-tmp.9p47eu" a2="1" 08:16:19,193 NOTICE kernel:audit: type=1307 audit(1622708179.180:73): cwd="/" 08:16:19,193 NOTICE kernel:audit: type=1302 audit(1622708179.180:73): item=0 name="/lib/ld-linux-aarch64.so.1" inode=8551404 dev=fc:02 mode=0100755 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:ld_so_t:s0 nametype=NORMAL cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0 08:16:19,193 NOTICE kernel:audit: type=1327 audit(1622708179.180:73): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E3970343765750031 08:16:19,221 INFO anaconda:packaging: Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 932108dfb97eca6e5ecc724275a74934d9f13f4969c67c981759c2e0b2d0ef09 08:16:19,441 INFO anaconda:packaging: Installed: dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 b3c2b3517021435b23f1e923ada351a80c0a6c2b5f7df4d54a4574cfbe3fbbbd 08:16:19,561 INFO anaconda:packaging: Installed: python3-perf-4.18.0-305.3.1.el8.aarch64 1622565463 44dc677b832d3c1132db4c8f2d1a8610faa1f7ec8683e6181d6d12487028c7c5 08:16:19,623 INFO anaconda:packaging: Installed: python3-ply-3.9-9.el8.noarch 1610439834 d1e8c7a00924d1a6dee44ade189025853a501d4f77c73f3bfc006aa907d97daf 08:16:19,707 INFO anaconda:packaging: Installed: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 08:16:19,858 INFO anaconda:packaging: Installed: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 08:16:20,069 INFO anaconda:packaging: Installed: python3-cryptography-3.2.1-4.el8.aarch64 1614670255 d63ab488f12e9c43a6f915cba388b381677a2f89b2c8910852b1de906978b1fc 08:16:21,003 INFO anaconda:packaging: Installed: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 08:16:21,114 INFO anaconda:packaging: Installed: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 08:16:21,470 INFO anaconda:packaging: Installed: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 08:16:21,508 INFO anaconda:packaging: Installed: python3-urllib3-1.24.2-5.el8.noarch 1605564342 aa1835fd302a37b84ac256db5dd0de09bd9883a5a07775aedb491faf46b18ee0 08:16:21,782 INFO anaconda:packaging: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 08:16:21,941 INFO anaconda:packaging: Installed: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 08:16:21,973 INFO anaconda:packaging: Installed: python3-syspurpose-1.28.16-1.el8.aarch64 1620330331 7bd5a934e108b0ae34fea44429e12c7ad5e2e776d222d21d907389f8bf81f465 08:16:22,081 INFO anaconda:packaging: Installed: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 08:16:22,121 INFO anaconda:packaging: Installed: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 08:16:22,163 INFO anaconda:packaging: Installed: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 08:16:22,322 INFO anaconda:packaging: Installed: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 08:16:22,398 INFO anaconda:packaging: Installed: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 08:16:22,439 INFO anaconda:packaging: Installed: python3-ptyprocess-0.5.2-4.el8.noarch 1557807949 499e48b35f3b5f5da45031fa78fba559fee6a480ecb106e6c300eb8344510958 08:16:22,482 INFO anaconda:packaging: Installed: python3-pexpect-4.3.1-3.el8.noarch 1557875976 0bc637f0d028043e8388b083cdd8d0a0acea7fdbc79c0bc9401dfb02c20fb817 08:16:22,713 INFO anaconda:packaging: Installed: sos-4.1-2.el8.noarch 1621400809 457990fef3070599b27b847797328bf3a34fa82ab1a76e19626657941ce31d11 08:16:25,168 INFO anaconda:packaging: Installed: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 08:16:25,424 INFO anaconda:packaging: Installed: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 08:16:25,505 INFO anaconda:packaging: Installed: python3-babel-2.5.1-6.el8.noarch 1621263975 2b1c39e6750bea19371a9a941fa457c5eae2827897f3bda04dcdcd595f6e2b45 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11650/12000 08:16:28,579 INFO anaconda:packaging: Installed: python3-jinja2-2.10.1-3.el8.noarch 1617167112 95cb9c201ee3b54fe6331bd7e74f43485632e95448d31fd340ffaa84a32b41ab 08:16:29,154 INFO anaconda:packaging: Installed: nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 08:16:29,244 INFO anaconda:packaging: Configuring (running scriptlet for): nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 08:16:29,292 INFO anaconda:packaging: Installed: python3-nftables-1:0.9.3-18.el8.aarch64 1615411625 e357ec4e4c90e0787fc54a045db7f2049b5909ba77dfe8e7056d1d1cec2658ec 08:16:29,321 INFO anaconda:packaging: Installed: python3-firewall-0.9.3-1.el8.noarch 1615923697 9319d9355d13d9d1c31c3f4190a7c02a976d432d1c5cd2a973bd4a955a231fb4 08:16:29,750 INFO anaconda:packaging: Installed: firewalld-0.9.3-1.el8.noarch 1615923697 aabc17640c63d7a9c630e8a313b63ee0d0fbd95f8c00f2e5349dda985f8d24dc 08:16:30,627 INFO anaconda:packaging: Configuring (running scriptlet for): firewalld-0.9.3-1.el8.noarch 1615923697 aabc17640c63d7a9c630e8a313b63ee0d0fbd95f8c00f2e5349dda985f8d24dc 08:16:30,671 INFO anaconda:packaging: Installed: cloud-init-20.3-10.el8_4.3.noarch 1622645021 926e79d5704e925bf5f1f34e1a895ce3688cb077392718cae5a9ecb03a3b5678 08:16:32,379 INFO anaconda:packaging: Configuring (running scriptlet for): cloud-init-20.3-10.el8_4.3.noarch 1622645021 926e79d5704e925bf5f1f34e1a895ce3688cb077392718cae5a9ecb03a3b5678 08:16:32,493 INFO anaconda:packaging: Installed: cockpit-system-244.1-1.el8.noarch 1622005579 96894e457e52ff73780976c5fe5b27124923457225b6ac9fa53489564f01d5c1 08:16:33,631 INFO anaconda:packaging: Installed: tuned-2.15.0-2.el8_4.1.noarch 1622576866 3467092d88f831e8548c6c0ba1f2e955e31d12406d23814af06a9a1d533fa57b 08:16:34,425 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.15.0-2.el8_4.1.noarch 1622576866 3467092d88f831e8548c6c0ba1f2e955e31d12406d23814af06a9a1d533fa57b 08:16:34,475 INFO anaconda:packaging: Installed: yum-utils-4.0.18-4.el8.noarch 1615491543 03029d138ec936e6b0b81cd7095f2a85d1c9688a9fb45ba49a4c956d9ea8162b 08:16:34,539 INFO anaconda:packaging: Installed: yum-4.4.2-11.el8.noarch 1615491563 5e8839ed1ad834e8e6302c3e99d9b2cc42d6cbeb496f653acbb31d0418423ccc 08:16:34,567 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:16:34,623 INFO groupadd:group added to /etc/group: name=rpcuser, GID=29 08:16:34,629 INFO groupadd:group added to /etc/gshadow: name=rpcuser 08:16:34,633 NOTICE kernel:audit: type=1116 audit(1622708194.620:74): pid=2756 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-group id=29 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:34,633 NOTICE kernel:audit: type=1132 audit(1622708194.620:75): pid=2756 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-shadow-group id=29 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:34,680 INFO groupadd:new group: name=rpcuser, GID=29 08:16:34,742 INFO useradd:new user: name=rpcuser, UID=29, GID=29, home=/var/lib/nfs, shell=/sbin/nologin 08:16:34,743 NOTICE kernel:audit: type=1114 audit(1622708194.730:76): pid=2765 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="rpcuser" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 08:16:34,877 INFO anaconda:packaging: Installed: nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:16:35,188 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:16:35,298 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:16:35,330 INFO anaconda:dnf: Running in chroot, ignoring request: try-restart 08:16:35,333 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:16:35,365 INFO anaconda:dnf: Running in chroot, ignoring request: try-restart 08:16:35,371 INFO anaconda:packaging: Installed: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 08:16:35,553 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-244.1-1.el8.aarch64 1622005579 7a85a8b7161e9cdf33157b9b214ce22d05a0b51010d0c30e7b7e74a402456eca 08:16:35,610 INFO groupadd:group added to /etc/group: name=cockpit-ws, GID=991 08:16:35,613 NOTICE kernel:audit: type=1116 audit(1622708195.600:77): pid=2788 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-group id=991 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:35,616 INFO groupadd:group added to /etc/gshadow: name=cockpit-ws 08:16:35,623 NOTICE kernel:audit: type=1132 audit(1622708195.610:78): pid=2788 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-shadow-group id=991 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:35,661 INFO groupadd:new group: name=cockpit-ws, GID=991 08:16:35,724 INFO useradd:new user: name=cockpit-ws, UID=994, GID=991, home=/nonexisting, shell=/sbin/nologin 08:16:35,733 NOTICE kernel:audit: type=1114 audit(1622708195.720:79): pid=2795 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="cockpit-ws" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 08:16:35,887 INFO groupadd:group added to /etc/group: name=cockpit-wsinstance, GID=990 08:16:35,893 INFO groupadd:group added to /etc/gshadow: name=cockpit-wsinstance 08:16:35,893 NOTICE kernel:audit: type=1116 audit(1622708195.880:80): pid=2803 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-group id=990 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:35,893 NOTICE kernel:audit: type=1132 audit(1622708195.880:81): pid=2803 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-shadow-group id=990 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:35,937 INFO groupadd:new group: name=cockpit-wsinstance, GID=990 08:16:35,999 INFO useradd:new user: name=cockpit-wsinstance, UID=993, GID=990, home=/nonexisting, shell=/sbin/nologin 08:16:36,013 NOTICE kernel:audit: type=1114 audit(1622708196.000:82): pid=2810 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="cockpit-wsinstance" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 08:16:36,127 INFO anaconda:packaging: Installed: cockpit-ws-244.1-1.el8.aarch64 1622005579 7a85a8b7161e9cdf33157b9b214ce22d05a0b51010d0c30e7b7e74a402456eca Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11639/12000 08:16:36,617 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-244.1-1.el8.aarch64 1622005579 7a85a8b7161e9cdf33157b9b214ce22d05a0b51010d0c30e7b7e74a402456eca 08:16:37,781 INFO anaconda:packaging: Installed: rsyslog-8.1911.0-7.el8_4.2.aarch64 1622579675 98b8dc32885569202695c4cb9818d453fd5d5910ce37d0aa407a75d6a9d8e98b 08:16:38,134 INFO anaconda:packaging: Configuring (running scriptlet for): rsyslog-8.1911.0-7.el8_4.2.aarch64 1622579675 98b8dc32885569202695c4cb9818d453fd5d5910ce37d0aa407a75d6a9d8e98b 08:16:38,183 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 08:16:38,239 INFO groupadd:group added to /etc/group: name=chrony, GID=989 08:16:38,243 NOTICE kernel:audit: type=1116 audit(1622708198.230:83): pid=2832 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-group id=989 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 08:16:38,245 INFO groupadd:group added to /etc/gshadow: name=chrony 08:16:38,289 INFO groupadd:new group: name=chrony, GID=989 08:16:38,351 INFO useradd:new user: name=chrony, UID=992, GID=989, home=/var/lib/chrony, shell=/sbin/nologin 08:16:38,479 INFO anaconda:packaging: Installed: chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 08:16:38,572 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 08:16:38,628 INFO anaconda:dnf: Running in chroot, ignoring request: daemon-reload 08:16:38,635 INFO anaconda:packaging: Installed: sssd-kcm-2.4.0-9.el8_4.1.aarch64 1622577257 6d4c1cbc6ebdda2cc17ecae14963f378f53baa745bbaa2b29e795ed9bb1af058 08:16:38,691 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-kcm-2.4.0-9.el8_4.1.aarch64 1622577257 6d4c1cbc6ebdda2cc17ecae14963f378f53baa745bbaa2b29e795ed9bb1af058 08:16:38,730 INFO anaconda:packaging: Installed: grub2-efi-aa64-1:2.02-99.el8.aarch64 1614718965 3820be30bf35ddb847712c605ed1c057056a5fd8289e2286b16ca0fa3e1cdea3 08:16:38,861 INFO anaconda:packaging: Installed: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 08:16:39,060 INFO anaconda:packaging: Installed: authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 08:16:39,178 INFO anaconda:packaging: Installed: kernel-4.18.0-305.3.1.el8.aarch64 1622565463 3497674c8a8945ff76dc1d9ae12dad175d433459ed73ed3b0dc32e93af142d6e 08:16:39,206 INFO anaconda:packaging: Installed: openssh-clients-8.0p1-8.el8.aarch64 1620058612 c0942bf572870762b124fa3915a22eaeb62d00f37df65e1aedec587f80057808 08:16:39,386 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-8.el8.aarch64 1620058612 1bf79f31213ee3cb15556106d292358a7adbbd1e2233c9c9dc502a31e4660fed 08:16:39,442 INFO groupadd:group added to /etc/group: name=sshd, GID=74 08:16:39,447 INFO groupadd:group added to /etc/gshadow: name=sshd 08:16:39,492 INFO groupadd:new group: name=sshd, GID=74 08:16:39,555 INFO useradd:new user: name=sshd, UID=74, GID=74, home=/var/empty/sshd, shell=/sbin/nologin 08:16:39,685 INFO anaconda:packaging: Installed: openssh-server-8.0p1-8.el8.aarch64 1620058612 1bf79f31213ee3cb15556106d292358a7adbbd1e2233c9c9dc502a31e4660fed 08:16:39,795 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-8.el8.aarch64 1620058612 1bf79f31213ee3cb15556106d292358a7adbbd1e2233c9c9dc502a31e4660fed 08:16:39,837 INFO anaconda:packaging: Installed: NetworkManager-tui-1:1.32.0-0.4.el8.aarch64 1622137136 f76af05e92e41717a5d8294b183e6964f8bea35fe69b7d43a167bf9b634d01ba 08:16:39,895 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-5.el8.aarch64 1622524055 7c486147695f15b4936c79fa9908dcdf3a5d17940118c275fd664f7c1d615124 08:16:39,928 INFO useradd:new group: name=rngd, GID=988 08:16:39,929 INFO useradd:new user: name=rngd, UID=991, GID=988, home=/var/lib/rngd, shell=/sbin/nologin 08:16:39,933 WARNING kernel:kauditd_printk_skb: 5 callbacks suppressed 08:16:39,933 NOTICE kernel:audit: type=1116 audit(1622708199.920:89): pid=2872 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-group acct="rngd" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 08:16:39,943 NOTICE kernel:audit: type=1114 audit(1622708199.930:90): pid=2872 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="rngd" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 08:16:40,070 INFO anaconda:packaging: Installed: rng-tools-6.8-5.el8.aarch64 1622524055 7c486147695f15b4936c79fa9908dcdf3a5d17940118c275fd664f7c1d615124 08:16:40,115 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-5.el8.aarch64 1622524055 7c486147695f15b4936c79fa9908dcdf3a5d17940118c275fd664f7c1d615124 08:16:40,212 INFO anaconda:packaging: Installed: qemu-guest-agent-15:4.2.0-48.module_el8.5.0+746+bbd5d70c.aarch64 1617221158 533c10b320800d9340a0e898d7bfa8f97585545f5f87cf94197586c479af6559 08:16:40,267 INFO anaconda:packaging: Configuring (running scriptlet for): qemu-guest-agent-15:4.2.0-48.module_el8.5.0+746+bbd5d70c.aarch64 1617221158 533c10b320800d9340a0e898d7bfa8f97585545f5f87cf94197586c479af6559 08:16:40,283 DEBUG NetworkManager: [1622708200.2833] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 268.619 seconds 08:16:40,307 INFO anaconda:packaging: Installed: irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 08:16:40,334 INFO anaconda:packaging: Configuring (running scriptlet for): irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 08:16:40,375 INFO anaconda:packaging: Installed: dracut-config-generic-049-136.git20210426.el8.aarch64 1620313603 7db5301a56be4f758a9373ba5a912db61a6704c4e6dda3a187fffd5f3b39e2bd 08:16:40,384 INFO anaconda:packaging: Installed: dracut-config-rescue-049-136.git20210426.el8.aarch64 1620313603 a2138e3aa5ed641c42df525fbc81c8ee3c484d3dd71a18204b1c7cf71d01bc17 08:16:40,396 INFO anaconda:packaging: Installed: cloud-utils-growpart-0.31-1.el8.noarch 1595342687 7800dfd0d4769a898d11db330fdb5b19614533628a45fe91cce406d6cd1f0c71 08:16:40,415 INFO anaconda:packaging: Installed: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 08:16:40,519 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 08:16:40,535 INFO anaconda:packaging: Installed: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 08:16:41,194 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 08:16:41,217 INFO anaconda:packaging: Installed: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 08:16:41,894 INFO anaconda:packaging: Installed: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 08:16:41,925 INFO anaconda:packaging: Installed: rsync-3.1.3-12.el8.aarch64 1608719042 94ffbde06999afef29ad7d85eb1d2e6fd7e8b168e0604d9b6ad4dca350264e5f 08:16:42,069 INFO anaconda:packaging: Installed: tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 08:16:42,326 INFO anaconda:packaging: Configuring (running scriptlet for): tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 08:16:42,347 INFO anaconda:packaging: Installed: lshw-B.02.19.2-5.el8.aarch64 1612335858 b85c88cf8bbc27f000910367fa1a95e031c0a1ce20fde06b8ad9b8892e73b99e 08:16:42,422 INFO anaconda:packaging: Installed: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 08:16:42,455 INFO anaconda:packaging: Configuring (running scriptlet for): hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 08:16:42,495 INFO anaconda:packaging: Installed: lsscsi-0.32-2.el8.aarch64 1605563467 c2db72eece99cda2b9e88517fc5c619e40fea27ac2bd8f17155ae731ebea320e 08:16:42,533 INFO anaconda:packaging: Installed: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 08:16:42,537 INFO anaconda:packaging: Post installation setup phase started. 08:16:42,560 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 08:16:42,762 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-all-langpacks-2.28-158.el8.aarch64 1619156645 6329edd324952d80a129d1ca2662d18ccb58b580c4ac23a0219b66456e6b5ede Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11629/12000 08:16:50,067 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 08:16:50,512 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 08:16:51,830 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11619/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11609/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11599/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11589/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11579/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11569/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11559/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11549/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11539/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11529/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11519/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11509/12000 08:18:54,238 INFO anaconda:dnf: dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y#012dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 08:18:54,241 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 08:18:54,284 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8_4.1.aarch64 1622577257 55ab77ca249c3c3bd8c0f9dbad9cad982e73966c6954c2ba9f625256c8714cbb 08:18:54,318 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 08:18:54,335 INFO anaconda:packaging: Configuring (running scriptlet for): nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 08:18:54,612 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.15.0-2.el8_4.1.noarch 1622576866 3467092d88f831e8548c6c0ba1f2e955e31d12406d23814af06a9a1d533fa57b 08:18:54,659 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 08:18:54,678 INFO anaconda:packaging: Configuring (running scriptlet for): rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 08:18:54,773 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-common-2.28-158.el8.aarch64 1619156645 4b77774c38ffc2ee4f2af1fd968db09e395123f96800d2ab56e8de5fe3c3a657 08:18:54,874 INFO anaconda:packaging: Configuring (running scriptlet for): info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 08:18:55,272 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-13.el8.aarch64 1622552882 53184412d50ff231738ab326f03ad9e4a402761830a4308a183a4f22ac042bbf 08:18:55,326 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-13.el8.aarch64 1622552882 53184412d50ff231738ab326f03ad9e4a402761830a4308a183a4f22ac042bbf 08:18:55,377 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11499/12000 08:18:58,419 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:18:58,463 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:18:58,502 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:18:58,571 INFO anaconda:dnf: Running in chroot, ignoring request: daemon-reload 08:18:58,573 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:18:58,625 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:18:58,643 NOTICE kernel:audit: type=1400 audit(1622708338.620:91): avc: denied { transition } for pid=20612 comm="anaconda" path="/usr/bin/bash" dev="vda2" ino=4451690 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 08:18:58,643 NOTICE kernel:audit: type=1300 audit(1622708338.620:91): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaae6118810 a1=aaaae67c8770 a2=aaaae4b34aa0 a3=44 items=1 ppid=2159 pid=20612 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="sh" exe="/usr/bin/bash" subj=system_u:system_r:rpm_script_t:s0 key=(null) 08:18:58,643 NOTICE kernel:audit: type=1309 audit(1622708338.620:91): argc=4 a0="/bin/sh" a1="/var/tmp/rpm-tmp.9SH0ls" a2="0" a3="0" 08:18:58,643 NOTICE kernel:audit: type=1307 audit(1622708338.620:91): cwd="/" 08:18:58,643 NOTICE kernel:audit: type=1302 audit(1622708338.620:91): item=0 name="/lib/ld-linux-aarch64.so.1" inode=8551404 dev=fc:02 mode=0100755 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:ld_so_t:s0 nametype=NORMAL cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0 08:18:58,644 NOTICE kernel:audit: type=1327 audit(1622708338.620:91): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E395348306C7300300030 08:18:58,794 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 08:18:59,575 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 08:18:59,755 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 08:19:00,334 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 08:19:00,418 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 08:19:00,423 NOTICE kernel:audit: type=1130 audit(1622708340.410:92): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-r756eab5a34544dd39ff0b5a6a9d37baa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 08:19:00,453 NOTICE kernel:audit: type=1138 audit(1622708340.440:93): pid=2159 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="libgcc-8.5.0-1.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysroot/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 08:19:00,453 NOTICE kernel:audit: type=1138 audit(1622708340.440:94): pid=2159 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="tzdata-2021a-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysroot/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 08:19:00,453 NOTICE kernel:audit: type=1138 audit(1622708340.440:95): pid=2159 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="fontpackages-filesystem-1.44-22.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysroot/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 08:19:00,559 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 08:19:00,563 NOTICE systemd:run-r756eab5a34544dd39ff0b5a6a9d37baa.service: Main process exited, code=exited, status=5/NOTINSTALLED 08:19:00,564 WARNING systemd:run-r756eab5a34544dd39ff0b5a6a9d37baa.service: Failed with result 'exit-code'. 08:19:01,174 INFO anaconda:packaging: Verifying: ModemManager-glib-1.10.8-3.el8.aarch64 1616649534 be41f5e58d48638233a40238d96ac5da92f68c35914ccea7f8ed235109c1d288 08:19:01,225 INFO anaconda:packaging: Verifying: NetworkManager-1:1.32.0-0.4.el8.aarch64 1622137136 62685bd09f8b59faa7ecc6dbfa5ae130254bc8a6257f47072fb1133dc8ea9efc 08:19:01,236 INFO anaconda:packaging: Verifying: NetworkManager-libnm-1:1.32.0-0.4.el8.aarch64 1622137136 4b6d8fd4e28d69c72ff43bfb9f55877ca43f3a21a183aac5bc8bdd5500d0330c 08:19:01,248 INFO anaconda:packaging: Verifying: NetworkManager-team-1:1.32.0-0.4.el8.aarch64 1622137136 f27c167f04b1b2922d88a231be20ca6065250ea0d6ac31398714b86b06de7e98 08:19:01,906 INFO anaconda:packaging: Verifying: NetworkManager-tui-1:1.32.0-0.4.el8.aarch64 1622137136 f76af05e92e41717a5d8294b183e6964f8bea35fe69b7d43a167bf9b634d01ba 08:19:01,917 INFO anaconda:packaging: Verifying: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 08:19:01,928 INFO anaconda:packaging: Verifying: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 08:19:01,938 INFO anaconda:packaging: Verifying: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 08:19:01,949 INFO anaconda:packaging: Verifying: authselect-1.2.2-2.el8.aarch64 1616085339 b9854a81f41a7d258f9ebe6b8705b1af236271dc8779edfa75bf9be30d72eb79 08:19:01,960 INFO anaconda:packaging: Verifying: authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 08:19:01,988 INFO anaconda:packaging: Verifying: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 08:19:01,998 INFO anaconda:packaging: Verifying: bash-4.4.20-1.el8_4.aarch64 1622128538 c54e1e16d2d363a7dfdb0d4bb57bc9c40f92662382453cfebcea88551be717d0 08:19:02,009 INFO anaconda:packaging: Verifying: bind-export-libs-32:9.11.26-4.el8_4.aarch64 1622149187 6984533e753692a567798b57edacbe76abdc5dfa5a51711dd1d2a7fcc9a85ce7 08:19:02,020 INFO anaconda:packaging: Verifying: brotli-1.0.6-3.el8.aarch64 1610440164 04133335e4b0fb04154b80c43e3e6143dcae27b6a3c11db384ec2ca56e6b3ae1 08:19:02,031 INFO anaconda:packaging: Verifying: bubblewrap-0.4.0-1.el8.aarch64 1587693427 a445b27920d4bf9e6944a289c3e9cf69cb4396fe5f7f3383aab7dbe53ad6b39f 08:19:02,041 INFO anaconda:packaging: Verifying: bzip2-1.0.6-26.el8.aarch64 1557534038 b18d9f23161d7d5de93fa72a56c645762deefbc0f3e5a095bb8d9e3cf09521e6 08:19:02,052 INFO anaconda:packaging: Verifying: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 08:19:02,063 INFO anaconda:packaging: Verifying: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 08:19:02,074 INFO anaconda:packaging: Verifying: ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 08:19:02,085 INFO anaconda:packaging: Verifying: centos-gpg-keys-1:8-2.el8.noarch 1604968391 842ff55b80ac9a5c3357bf52646a5761a4c4786bb3e64b56d8fa5d8fe34ef8bb 08:19:02,096 INFO anaconda:packaging: Verifying: centos-stream-release-8.5-3.el8.noarch 1619375551 15b17b95cf9cb9fb64e0c8e56110836bdcaf70de81b8cbdb60e181fc90456e06 08:19:02,106 INFO anaconda:packaging: Verifying: centos-stream-repos-8-2.el8.noarch 1604968391 a82958266d292f4725fc1981ea57a861b7fc7feeb7a9551d0b61b98ca51a5662 08:19:02,117 INFO anaconda:packaging: Verifying: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 08:19:02,128 INFO anaconda:packaging: Verifying: chkconfig-1.13-2.el8.aarch64 1587954848 5a6844f54e6d9d5afe0e273736fa859d6ffc2aa89db879e92c6b04ed90d78df5 08:19:02,139 INFO anaconda:packaging: Verifying: chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 08:19:02,150 INFO anaconda:packaging: Verifying: cockpit-bridge-244.1-1.el8.aarch64 1622005579 c7d631dcd17bbd3c88cea2f198e4241b9317c89cce45741fbd03a2a1f705bbab 08:19:02,161 INFO anaconda:packaging: Verifying: cockpit-system-244.1-1.el8.noarch 1622005579 96894e457e52ff73780976c5fe5b27124923457225b6ac9fa53489564f01d5c1 08:19:02,172 INFO anaconda:packaging: Verifying: cockpit-ws-244.1-1.el8.aarch64 1622005579 7a85a8b7161e9cdf33157b9b214ce22d05a0b51010d0c30e7b7e74a402456eca 08:19:02,183 INFO anaconda:packaging: Verifying: coreutils-8.30-9.el8.aarch64 1621444252 8cfe79150e449f120540a458c4a51a1a459edafeb15e85f980fbab298b0c9cf5 08:19:02,194 INFO anaconda:packaging: Verifying: coreutils-common-8.30-9.el8.aarch64 1621444252 0a654cdf3b9bb9c2828079ec36222687ae1e09f6b49aaf266fc025986d6fe5bf 08:19:02,204 INFO anaconda:packaging: Verifying: cpio-2.12-10.el8.aarch64 1611306630 15ecc3b70281c46dc6c9ebaaf3bf25941440088dc26664417121a090287c57de 08:19:02,215 INFO anaconda:packaging: Verifying: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 08:19:02,226 INFO anaconda:packaging: Verifying: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 08:19:02,237 INFO anaconda:packaging: Verifying: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 08:19:02,248 INFO anaconda:packaging: Verifying: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 08:19:02,259 INFO anaconda:packaging: Verifying: crontabs-1.11-17.20190603git.el8.noarch 1610439789 bcf25aae89f7368b16346bc1ec92850175bcc2312bf7a5e74bc3c512bcd345b0 08:19:02,259 DEBUG anaconda:dnf: Installed: ModemManager-glib-1.10.8-3.el8.aarch64 08:19:02,260 DEBUG anaconda:dnf: Installed: NetworkManager-1:1.32.0-0.4.el8.aarch64 08:19:02,260 INFO anaconda:packaging: Verifying: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 08:19:02,260 DEBUG anaconda:dnf: Installed: NetworkManager-libnm-1:1.32.0-0.4.el8.aarch64 08:19:02,261 DEBUG anaconda:dnf: Installed: NetworkManager-team-1:1.32.0-0.4.el8.aarch64 08:19:02,262 INFO anaconda:packaging: Verifying: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 08:19:02,262 DEBUG anaconda:dnf: Installed: NetworkManager-tui-1:1.32.0-0.4.el8.aarch64 08:19:02,263 INFO anaconda:packaging: Verifying: cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 08:19:02,263 DEBUG anaconda:dnf: Installed: PackageKit-1.1.12-6.el8.aarch64 08:19:02,264 DEBUG anaconda:dnf: Installed: PackageKit-glib-1.1.12-6.el8.aarch64 08:19:02,265 DEBUG anaconda:dnf: Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch 08:19:02,265 INFO anaconda:packaging: Verifying: curl-7.61.1-18.el8.aarch64 1612337043 89ebdd969468d9c9669fa65c9c92f0b66b306ef430f8c913663eefd789496e74 08:19:02,265 DEBUG anaconda:dnf: Installed: acl-2.2.53-1.el8.aarch64 08:19:02,266 DEBUG anaconda:dnf: Installed: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 08:19:02,266 INFO anaconda:packaging: Verifying: cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 08:19:02,267 DEBUG anaconda:dnf: Installed: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 08:19:02,267 DEBUG anaconda:dnf: Installed: authselect-1.2.2-2.el8.aarch64 08:19:02,268 INFO anaconda:packaging: Verifying: dbus-1:1.12.8-14.el8.aarch64 1620464739 107a781be497f1a51ffd370aba59dbc4de3d7f89802830c66051dc51a5ec185b 08:19:02,268 DEBUG anaconda:dnf: Installed: authselect-compat-1.2.2-2.el8.aarch64 08:19:02,269 DEBUG anaconda:dnf: Installed: authselect-libs-1.2.2-2.el8.aarch64 08:19:02,270 DEBUG anaconda:dnf: Installed: basesystem-11-5.el8.noarch 08:19:02,270 DEBUG anaconda:dnf: Installed: bash-4.4.20-1.el8_4.aarch64 08:19:02,271 DEBUG anaconda:dnf: Installed: bind-export-libs-32:9.11.26-4.el8_4.aarch64 08:19:02,271 INFO anaconda:packaging: Verifying: dbus-common-1:1.12.8-14.el8.noarch 1620464739 7baac88adafdc5958fb818c7685d3c6548f6e2e585e4435ceee4a168edc3597e 08:19:02,272 DEBUG anaconda:dnf: Installed: brotli-1.0.6-3.el8.aarch64 08:19:02,272 DEBUG anaconda:dnf: Installed: bubblewrap-0.4.0-1.el8.aarch64 08:19:02,274 DEBUG anaconda:dnf: Installed: bzip2-1.0.6-26.el8.aarch64 08:19:02,274 INFO anaconda:packaging: Verifying: dbus-daemon-1:1.12.8-14.el8.aarch64 1620464739 69e6fa2fa4a60384e21913b69cf4ddd6a21148e3d984a4ff0cbe651a2986f738 08:19:02,274 DEBUG anaconda:dnf: Installed: bzip2-libs-1.0.6-26.el8.aarch64 08:19:02,275 DEBUG anaconda:dnf: Installed: c-ares-1.13.0-5.el8.aarch64 08:19:02,276 DEBUG anaconda:dnf: Installed: ca-certificates-2020.2.41-80.0.el8_2.noarch 08:19:02,276 INFO anaconda:packaging: Verifying: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 08:19:02,276 DEBUG anaconda:dnf: Installed: cairo-1.15.12-3.el8.aarch64 08:19:02,277 DEBUG anaconda:dnf: Installed: cairo-gobject-1.15.12-3.el8.aarch64 08:19:02,278 DEBUG anaconda:dnf: Installed: centos-gpg-keys-1:8-2.el8.noarch 08:19:02,278 INFO anaconda:packaging: Verifying: dbus-libs-1:1.12.8-14.el8.aarch64 1620464739 9738cb7597fa6dd4e3bee9159e813e6188894f98852fb896b95437f7fc8dbd8d 08:19:02,279 DEBUG anaconda:dnf: Installed: centos-logos-85.5-1.el8.aarch64 08:19:02,280 DEBUG anaconda:dnf: Installed: centos-stream-release-8.5-3.el8.noarch 08:19:02,280 DEBUG anaconda:dnf: Installed: centos-stream-repos-8-2.el8.noarch 08:19:02,281 DEBUG anaconda:dnf: Installed: checkpolicy-2.9-1.el8.aarch64 08:19:02,281 INFO anaconda:packaging: Verifying: dbus-tools-1:1.12.8-14.el8.aarch64 1620464739 da2dd7c4192fbafc3dfda1769b03fa27ec1855dd54963e774eb404f44a85b8e7 08:19:02,282 DEBUG anaconda:dnf: Installed: chkconfig-1.13-2.el8.aarch64 08:19:02,282 DEBUG anaconda:dnf: Installed: chrony-3.5-2.el8.aarch64 08:19:02,283 DEBUG anaconda:dnf: Installed: cloud-init-20.3-10.el8_4.3.noarch 08:19:02,284 DEBUG anaconda:dnf: Installed: cloud-utils-growpart-0.31-1.el8.noarch 08:19:02,284 INFO anaconda:packaging: Verifying: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 dd80a8169e27959a27651616e998be8b49ffdca141744177cb42126ff0ae12b5 08:19:02,285 DEBUG anaconda:dnf: Installed: cockpit-bridge-244.1-1.el8.aarch64 08:19:02,285 DEBUG anaconda:dnf: Installed: cockpit-system-244.1-1.el8.noarch 08:19:02,286 DEBUG anaconda:dnf: Installed: cockpit-ws-244.1-1.el8.aarch64 08:19:02,287 DEBUG anaconda:dnf: Installed: coreutils-8.30-9.el8.aarch64 08:19:02,287 INFO anaconda:packaging: Verifying: dejavu-sans-mono-fonts-2.35-7.el8.noarch 1608016986 a8a27e1ffbb92356d6376334687b9eaa0cb5f2eece2670128f3a01e391e9f3bb 08:19:02,288 DEBUG anaconda:dnf: Installed: coreutils-common-8.30-9.el8.aarch64 08:19:02,288 DEBUG anaconda:dnf: Installed: cpio-2.12-10.el8.aarch64 08:19:02,289 DEBUG anaconda:dnf: Installed: cracklib-2.9.6-15.el8.aarch64 08:19:02,290 DEBUG anaconda:dnf: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 08:19:02,290 INFO anaconda:packaging: Verifying: device-mapper-8:1.02.175-5.el8.aarch64 1615413557 cb3ac3a4a966c918f9f43cc1b9c0e8b3020ab613cd37685036d59c06b23cbd2a 08:19:02,291 DEBUG anaconda:dnf: Installed: cronie-1.5.2-4.el8.aarch64 08:19:02,291 DEBUG anaconda:dnf: Installed: cronie-anacron-1.5.2-4.el8.aarch64 08:19:02,292 DEBUG anaconda:dnf: Installed: crontabs-1.11-17.20190603git.el8.noarch 08:19:02,293 DEBUG anaconda:dnf: Installed: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 08:19:02,293 INFO anaconda:packaging: Verifying: device-mapper-libs-8:1.02.175-5.el8.aarch64 1615413557 95722419690a770d0c392dc17faa7d72661e9d3d4dc7edeb09a57b6cf1169b55 08:19:02,294 DEBUG anaconda:dnf: Installed: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 08:19:02,294 DEBUG anaconda:dnf: Installed: cryptsetup-libs-2.3.3-4.el8.aarch64 08:19:02,295 DEBUG anaconda:dnf: Installed: curl-7.61.1-18.el8.aarch64 08:19:02,296 DEBUG anaconda:dnf: Installed: cyrus-sasl-lib-2.1.27-5.el8.aarch64 08:19:02,296 INFO anaconda:packaging: Verifying: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 1610994845 c05c1e1158621f0eb34f9827ba8b43216422803cb6ea8497c2a2674200934980 08:19:02,296 DEBUG anaconda:dnf: Installed: dbus-1:1.12.8-14.el8.aarch64 08:19:02,297 DEBUG anaconda:dnf: Installed: dbus-common-1:1.12.8-14.el8.noarch 08:19:02,298 DEBUG anaconda:dnf: Installed: dbus-daemon-1:1.12.8-14.el8.aarch64 08:19:02,299 DEBUG anaconda:dnf: Installed: dbus-glib-0.110-2.el8.aarch64 08:19:02,299 INFO anaconda:packaging: Verifying: dhcp-common-12:4.3.6-44.0.1.el8.noarch 1610994845 7ec48db9e1e9896f29a16cbea53cdeecdd7dd2bc278c06721ebca2e71e9dcd6d 08:19:02,299 DEBUG anaconda:dnf: Installed: dbus-libs-1:1.12.8-14.el8.aarch64 08:19:02,300 DEBUG anaconda:dnf: Installed: dbus-tools-1:1.12.8-14.el8.aarch64 08:19:02,301 DEBUG anaconda:dnf: Installed: dejavu-fonts-common-2.35-7.el8.noarch 08:19:02,302 DEBUG anaconda:dnf: Installed: dejavu-sans-mono-fonts-2.35-7.el8.noarch 08:19:02,302 INFO anaconda:packaging: Verifying: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 1610994845 4591e8cca5f1273ce89ad91015eb2feb070ae0fbd2feed752c9fcf54c7fedc47 08:19:02,302 DEBUG anaconda:dnf: Installed: device-mapper-8:1.02.175-5.el8.aarch64 08:19:02,303 DEBUG anaconda:dnf: Installed: device-mapper-libs-8:1.02.175-5.el8.aarch64 08:19:02,304 DEBUG anaconda:dnf: Installed: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 08:19:02,305 DEBUG anaconda:dnf: Installed: dhcp-common-12:4.3.6-44.0.1.el8.noarch 08:19:02,305 INFO anaconda:packaging: Verifying: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 08:19:02,305 DEBUG anaconda:dnf: Installed: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 08:19:02,306 DEBUG anaconda:dnf: Installed: diffutils-3.6-6.el8.aarch64 08:19:02,307 DEBUG anaconda:dnf: Installed: dmidecode-1:3.2-10.el8.aarch64 08:19:02,308 DEBUG anaconda:dnf: Installed: dnf-4.4.2-11.el8.noarch 08:19:02,308 INFO anaconda:packaging: Verifying: dmidecode-1:3.2-10.el8.aarch64 1619975224 066d47b6d9a955ba52ab53525db1c7f92cb09c9a8db40cf0f28e050e119a344d 08:19:02,308 DEBUG anaconda:dnf: Installed: dnf-data-4.4.2-11.el8.noarch 08:19:02,309 DEBUG anaconda:dnf: Installed: dnf-plugins-core-4.0.18-4.el8.noarch 08:19:02,310 DEBUG anaconda:dnf: Installed: dosfstools-4.1-6.el8.aarch64 08:19:02,311 DEBUG anaconda:dnf: Installed: dracut-049-136.git20210426.el8.aarch64 08:19:02,311 INFO anaconda:packaging: Verifying: dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 08:19:02,311 DEBUG anaconda:dnf: Installed: dracut-config-generic-049-136.git20210426.el8.aarch64 08:19:02,312 DEBUG anaconda:dnf: Installed: dracut-config-rescue-049-136.git20210426.el8.aarch64 08:19:02,313 DEBUG anaconda:dnf: Installed: dracut-network-049-136.git20210426.el8.aarch64 08:19:02,314 DEBUG anaconda:dnf: Installed: dracut-squash-049-136.git20210426.el8.aarch64 08:19:02,314 INFO anaconda:packaging: Verifying: dnf-data-4.4.2-11.el8.noarch 1615491563 509728d8aead02aef1dd1caafee8ae42b75ff87481cc3b8e7d1f06e7c1058a48 08:19:02,314 DEBUG anaconda:dnf: Installed: e2fsprogs-1.45.6-1.el8.aarch64 08:19:02,315 DEBUG anaconda:dnf: Installed: e2fsprogs-libs-1.45.6-1.el8.aarch64 08:19:02,316 DEBUG anaconda:dnf: Installed: efi-filesystem-3-3.el8.noarch 08:19:02,316 DEBUG anaconda:dnf: Installed: efibootmgr-16-1.el8.aarch64 08:19:02,317 INFO anaconda:packaging: Verifying: dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 b3c2b3517021435b23f1e923ada351a80c0a6c2b5f7df4d54a4574cfbe3fbbbd 08:19:02,317 DEBUG anaconda:dnf: Installed: efivar-libs-37-4.el8.aarch64 08:19:02,318 DEBUG anaconda:dnf: Installed: elfutils-debuginfod-client-0.182-3.el8.aarch64 08:19:02,319 DEBUG anaconda:dnf: Installed: elfutils-default-yama-scope-0.182-3.el8.noarch 08:19:02,319 DEBUG anaconda:dnf: Installed: elfutils-libelf-0.182-3.el8.aarch64 08:19:02,320 INFO anaconda:packaging: Verifying: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 08:19:02,320 DEBUG anaconda:dnf: Installed: elfutils-libs-0.182-3.el8.aarch64 08:19:02,321 DEBUG anaconda:dnf: Installed: ethtool-2:5.8-6.el8.aarch64 08:19:02,322 DEBUG anaconda:dnf: Installed: expat-2.2.5-4.el8.aarch64 08:19:02,322 DEBUG anaconda:dnf: Installed: file-5.33-20.el8.aarch64 08:19:02,323 INFO anaconda:packaging: Verifying: dracut-049-136.git20210426.el8.aarch64 1620313603 f52bc5060a5d1e0373a475d8540dafde62ab3a54a5525fba39e9f9b8ed9b14ee 08:19:02,323 DEBUG anaconda:dnf: Installed: file-libs-5.33-20.el8.aarch64 08:19:02,324 DEBUG anaconda:dnf: Installed: filesystem-3.8-3.el8.aarch64 08:19:02,325 DEBUG anaconda:dnf: Installed: findutils-1:4.6.0-20.el8.aarch64 08:19:02,325 DEBUG anaconda:dnf: Installed: firewalld-0.9.3-1.el8.noarch 08:19:02,326 INFO anaconda:packaging: Verifying: dracut-config-generic-049-136.git20210426.el8.aarch64 1620313603 7db5301a56be4f758a9373ba5a912db61a6704c4e6dda3a187fffd5f3b39e2bd 08:19:02,326 DEBUG anaconda:dnf: Installed: firewalld-filesystem-0.9.3-1.el8.noarch 08:19:02,327 DEBUG anaconda:dnf: Installed: fontconfig-2.13.1-3.el8.aarch64 08:19:02,327 DEBUG anaconda:dnf: Installed: fontpackages-filesystem-1.44-22.el8.noarch 08:19:02,328 DEBUG anaconda:dnf: Installed: freetype-2.9.1-4.el8_3.1.aarch64 08:19:02,329 INFO anaconda:packaging: Verifying: dracut-config-rescue-049-136.git20210426.el8.aarch64 1620313603 a2138e3aa5ed641c42df525fbc81c8ee3c484d3dd71a18204b1c7cf71d01bc17 08:19:02,329 DEBUG anaconda:dnf: Installed: fuse-libs-2.9.7-12.el8.aarch64 08:19:02,330 DEBUG anaconda:dnf: Installed: fwupd-1.5.9-1.el8.aarch64 08:19:02,330 DEBUG anaconda:dnf: Installed: gawk-4.2.1-2.el8.aarch64 08:19:02,331 DEBUG anaconda:dnf: Installed: gdbm-1:1.18-1.el8.aarch64 08:19:02,332 INFO anaconda:packaging: Verifying: dracut-network-049-136.git20210426.el8.aarch64 1620313603 3518d6112ea4b4c856014b91a12d6d02caa996b1b81d311c270afc5b1bae34ba 08:19:02,332 DEBUG anaconda:dnf: Installed: gdbm-libs-1:1.18-1.el8.aarch64 08:19:02,333 DEBUG anaconda:dnf: Installed: gdisk-1.0.3-6.el8.aarch64 08:19:02,334 DEBUG anaconda:dnf: Installed: gdk-pixbuf2-2.36.12-5.el8.aarch64 08:19:02,334 INFO anaconda:packaging: Verifying: dracut-squash-049-136.git20210426.el8.aarch64 1620313603 f0d69adb28e34d16aca588976c8c1e599e72147382ae16323294ab58b53cad9a 08:19:02,334 DEBUG anaconda:dnf: Installed: geolite2-city-20180605-1.el8.noarch 08:19:02,335 DEBUG anaconda:dnf: Installed: geolite2-country-20180605-1.el8.noarch 08:19:02,336 DEBUG anaconda:dnf: Installed: gettext-0.19.8.1-17.el8.aarch64 08:19:02,336 DEBUG anaconda:dnf: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 08:19:02,337 INFO anaconda:packaging: Verifying: e2fsprogs-1.45.6-1.el8.aarch64 1595015162 0cffcd6b8e08d65613fc54169ff4c8c04ee745dbe74bc483a29569ffca105ab4 08:19:02,337 DEBUG anaconda:dnf: Installed: glib-networking-2.56.1-1.1.el8.aarch64 08:19:02,338 DEBUG anaconda:dnf: Installed: glib2-2.56.4-13.el8.aarch64 08:19:02,339 DEBUG anaconda:dnf: Installed: glibc-2.28-158.el8.aarch64 08:19:02,339 DEBUG anaconda:dnf: Installed: glibc-all-langpacks-2.28-158.el8.aarch64 08:19:02,340 INFO anaconda:packaging: Verifying: e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 08:19:02,340 DEBUG anaconda:dnf: Installed: glibc-common-2.28-158.el8.aarch64 08:19:02,341 DEBUG anaconda:dnf: Installed: gmp-1:6.1.2-10.el8.aarch64 08:19:02,342 DEBUG anaconda:dnf: Installed: gnupg2-2.2.20-2.el8.aarch64 08:19:02,342 DEBUG anaconda:dnf: Installed: gnupg2-smime-2.2.20-2.el8.aarch64 08:19:02,343 INFO anaconda:packaging: Verifying: efi-filesystem-3-3.el8.noarch 1605562930 d655ee126614010e72bac89b7ecaf38b515647181a22940cb774647442d28beb 08:19:02,343 DEBUG anaconda:dnf: Installed: gnutls-3.6.14-8.el8_3.aarch64 08:19:02,344 DEBUG anaconda:dnf: Installed: gobject-introspection-1.56.1-1.el8.aarch64 08:19:02,345 DEBUG anaconda:dnf: Installed: gpgme-1.13.1-7.el8.aarch64 08:19:02,345 INFO anaconda:packaging: Verifying: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 08:19:02,345 DEBUG anaconda:dnf: Installed: grep-3.1-6.el8.aarch64 08:19:02,346 DEBUG anaconda:dnf: Installed: groff-base-1.22.3-18.el8.aarch64 08:19:02,347 DEBUG anaconda:dnf: Installed: grub2-common-1:2.02-99.el8.noarch 08:19:02,348 DEBUG anaconda:dnf: Installed: grub2-efi-aa64-1:2.02-99.el8.aarch64 08:19:02,348 INFO anaconda:packaging: Verifying: efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 08:19:02,348 DEBUG anaconda:dnf: Installed: grub2-tools-1:2.02-99.el8.aarch64 08:19:02,349 DEBUG anaconda:dnf: Installed: grub2-tools-extra-1:2.02-99.el8.aarch64 08:19:02,350 DEBUG anaconda:dnf: Installed: grub2-tools-minimal-1:2.02-99.el8.aarch64 08:19:02,351 DEBUG anaconda:dnf: Installed: grubby-8.40-41.el8.aarch64 08:19:02,351 INFO anaconda:packaging: Verifying: elfutils-debuginfod-client-0.182-3.el8.aarch64 1608663614 597d72b55ef0a4a6b413ee83dba755defa92e7f35aa0d7b28df9028684d1f402 08:19:02,351 DEBUG anaconda:dnf: Installed: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 08:19:02,352 DEBUG anaconda:dnf: Installed: gssproxy-0.8.0-19.el8.aarch64 08:19:02,353 DEBUG anaconda:dnf: Installed: gzip-1.9-12.el8.aarch64 08:19:02,354 DEBUG anaconda:dnf: Installed: hardlink-1:1.3-6.el8.aarch64 08:19:02,354 INFO anaconda:packaging: Verifying: elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 08:19:02,354 DEBUG anaconda:dnf: Installed: hdparm-9.54-4.el8.aarch64 08:19:02,355 DEBUG anaconda:dnf: Installed: hostname-3.20-6.el8.aarch64 08:19:02,356 DEBUG anaconda:dnf: Installed: hwdata-0.314-8.8.el8.noarch 08:19:02,356 DEBUG anaconda:dnf: Installed: ima-evm-utils-1.3.2-12.el8.aarch64 08:19:02,357 INFO anaconda:packaging: Verifying: elfutils-libelf-0.182-3.el8.aarch64 1608663614 1d87a1b4c2644e3c495f45b6adc8b94e132f462e3229f4084886406bba9e9cfa 08:19:02,357 DEBUG anaconda:dnf: Installed: info-6.5-6.el8.aarch64 08:19:02,358 DEBUG anaconda:dnf: Installed: initscripts-10.00.15-1.el8.aarch64 08:19:02,359 DEBUG anaconda:dnf: Installed: ipcalc-0.2.4-4.el8.aarch64 08:19:02,359 DEBUG anaconda:dnf: Installed: iproute-5.12.0-0.el8.aarch64 08:19:02,360 INFO anaconda:packaging: Verifying: elfutils-libs-0.182-3.el8.aarch64 1608663614 27113d3675ab5a44de39fa5336d7cc9745c80995e5b2b07b1c836b0c780b5397 08:19:02,360 DEBUG anaconda:dnf: Installed: ipset-7.1-1.el8.aarch64 08:19:02,361 DEBUG anaconda:dnf: Installed: ipset-libs-7.1-1.el8.aarch64 08:19:02,362 DEBUG anaconda:dnf: Installed: iptables-1.8.4-17.el8.aarch64 08:19:02,362 DEBUG anaconda:dnf: Installed: iptables-ebtables-1.8.4-17.el8.aarch64 08:19:02,363 INFO anaconda:packaging: Verifying: ethtool-2:5.8-6.el8.aarch64 1622653541 afae0c9c9991cc44b98ffe404241f0e2afc06d82199a9eb0c80e6656ee9976ce 08:19:02,363 DEBUG anaconda:dnf: Installed: iptables-libs-1.8.4-17.el8.aarch64 08:19:02,364 DEBUG anaconda:dnf: Installed: iputils-20180629-7.el8.aarch64 08:19:02,365 DEBUG anaconda:dnf: Installed: irqbalance-2:1.4.0-6.el8.aarch64 08:19:02,365 DEBUG anaconda:dnf: Installed: jansson-2.11-3.el8.aarch64 08:19:02,366 INFO anaconda:packaging: Verifying: expat-2.2.5-4.el8.aarch64 1589595238 16356a5f29d0b191e84e37c92f9b6a3cd2ef683c84dd37c065f3461ad5abef03 08:19:02,366 DEBUG anaconda:dnf: Installed: json-c-0.13.1-2.el8.aarch64 08:19:02,367 DEBUG anaconda:dnf: Installed: json-glib-1.4.4-1.el8.aarch64 08:19:02,367 DEBUG anaconda:dnf: Installed: kbd-2.0.4-10.el8.aarch64 08:19:02,368 DEBUG anaconda:dnf: Installed: kbd-legacy-2.0.4-10.el8.noarch 08:19:02,369 INFO anaconda:packaging: Verifying: file-5.33-20.el8.aarch64 1620464742 98f75a3ef8dd3bd80aefe1b754611144208c85c599abd597ceffe5dad516382a 08:19:02,369 DEBUG anaconda:dnf: Installed: kbd-misc-2.0.4-10.el8.noarch 08:19:02,370 DEBUG anaconda:dnf: Installed: kernel-4.18.0-305.3.1.el8.aarch64 08:19:02,370 DEBUG anaconda:dnf: Installed: kernel-core-4.18.0-305.3.1.el8.aarch64 08:19:02,371 DEBUG anaconda:dnf: Installed: kernel-modules-4.18.0-305.3.1.el8.aarch64 08:19:02,372 INFO anaconda:packaging: Verifying: file-libs-5.33-20.el8.aarch64 1620464742 8bec01a6b754308dffd317d63b662ab21c7926674693a9f8050cf69fc8125618 08:19:02,372 DEBUG anaconda:dnf: Installed: kernel-tools-4.18.0-305.3.1.el8.aarch64 08:19:02,373 DEBUG anaconda:dnf: Installed: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 08:19:02,373 DEBUG anaconda:dnf: Installed: kexec-tools-2.0.20-50.el8.aarch64 08:19:02,374 DEBUG anaconda:dnf: Installed: keyutils-1.5.10-6.el8.aarch64 08:19:02,375 INFO anaconda:packaging: Verifying: filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 08:19:02,375 DEBUG anaconda:dnf: Installed: keyutils-libs-1.5.10-6.el8.aarch64 08:19:02,376 DEBUG anaconda:dnf: Installed: kmod-25-17.el8.aarch64 08:19:02,376 DEBUG anaconda:dnf: Installed: kmod-libs-25-17.el8.aarch64 08:19:02,377 DEBUG anaconda:dnf: Installed: kpartx-0.8.4-13.el8.aarch64 08:19:02,377 INFO anaconda:packaging: Verifying: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 08:19:02,378 DEBUG anaconda:dnf: Installed: krb5-libs-1.18.2-10.el8.aarch64 08:19:02,379 DEBUG anaconda:dnf: Installed: less-530-1.el8.aarch64 08:19:02,379 DEBUG anaconda:dnf: Installed: libX11-1.6.8-4.el8.aarch64 08:19:02,380 DEBUG anaconda:dnf: Installed: libX11-common-1.6.8-4.el8.noarch 08:19:02,380 INFO anaconda:packaging: Verifying: firewalld-0.9.3-1.el8.noarch 1615923697 aabc17640c63d7a9c630e8a313b63ee0d0fbd95f8c00f2e5349dda985f8d24dc 08:19:02,381 DEBUG anaconda:dnf: Installed: libXau-1.0.9-3.el8.aarch64 08:19:02,382 DEBUG anaconda:dnf: Installed: libXext-1.3.4-1.el8.aarch64 08:19:02,382 DEBUG anaconda:dnf: Installed: libXrender-0.9.10-7.el8.aarch64 08:19:02,383 DEBUG anaconda:dnf: Installed: libacl-2.2.53-1.el8.aarch64 08:19:02,383 INFO anaconda:packaging: Verifying: firewalld-filesystem-0.9.3-1.el8.noarch 1615923697 976599a81662da3537c2d312e9c1cc10b0354e0cc283dbc5820240e7c5c492ca 08:19:02,384 DEBUG anaconda:dnf: Installed: libappstream-glib-0.7.14-3.el8.aarch64 08:19:02,385 DEBUG anaconda:dnf: Installed: libarchive-3.3.3-1.el8.aarch64 08:19:02,385 DEBUG anaconda:dnf: Installed: libassuan-2.5.1-3.el8.aarch64 08:19:02,386 INFO anaconda:packaging: Verifying: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 08:19:02,386 DEBUG anaconda:dnf: Installed: libatasmart-0.19-14.el8.aarch64 08:19:02,387 DEBUG anaconda:dnf: Installed: libattr-2.4.48-3.el8.aarch64 08:19:02,387 DEBUG anaconda:dnf: Installed: libbasicobjects-0.1.1-39.el8.aarch64 08:19:02,388 DEBUG anaconda:dnf: Installed: libblkid-2.32.1-27.el8.aarch64 08:19:02,389 INFO anaconda:packaging: Verifying: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 08:19:02,389 DEBUG anaconda:dnf: Installed: libblockdev-2.24-6.el8.aarch64 08:19:02,390 DEBUG anaconda:dnf: Installed: libblockdev-crypto-2.24-6.el8.aarch64 08:19:02,390 DEBUG anaconda:dnf: Installed: libblockdev-fs-2.24-6.el8.aarch64 08:19:02,391 DEBUG anaconda:dnf: Installed: libblockdev-loop-2.24-6.el8.aarch64 08:19:02,392 INFO anaconda:packaging: Verifying: freetype-2.9.1-4.el8_3.1.aarch64 1605310445 6eaf1961a46202364f9ebe9da1c24ba2e929ae67c452aa4f0aa5e71bfc2a2a51 08:19:02,392 DEBUG anaconda:dnf: Installed: libblockdev-mdraid-2.24-6.el8.aarch64 08:19:02,393 DEBUG anaconda:dnf: Installed: libblockdev-part-2.24-6.el8.aarch64 08:19:02,393 DEBUG anaconda:dnf: Installed: libblockdev-swap-2.24-6.el8.aarch64 08:19:02,394 DEBUG anaconda:dnf: Installed: libblockdev-utils-2.24-6.el8.aarch64 08:19:02,395 INFO anaconda:packaging: Verifying: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 08:19:02,395 DEBUG anaconda:dnf: Installed: libbytesize-1.4-3.el8.aarch64 08:19:02,396 DEBUG anaconda:dnf: Installed: libcap-2.26-4.el8.aarch64 08:19:02,396 DEBUG anaconda:dnf: Installed: libcap-ng-0.7.9-5.el8.aarch64 08:19:02,397 DEBUG anaconda:dnf: Installed: libcollection-0.7.0-39.el8.aarch64 08:19:02,397 INFO anaconda:packaging: Verifying: fwupd-1.5.9-1.el8.aarch64 1620323491 27175c0d513992d4601964810c70af596d0643949f211674444e2dbb2d904c3c 08:19:02,398 DEBUG anaconda:dnf: Installed: libcom_err-1.45.6-1.el8.aarch64 08:19:02,399 DEBUG anaconda:dnf: Installed: libcomps-0.1.16-2.el8.aarch64 08:19:02,399 DEBUG anaconda:dnf: Installed: libcroco-0.6.12-4.el8_2.1.aarch64 08:19:02,400 DEBUG anaconda:dnf: Installed: libcurl-7.61.1-18.el8.aarch64 08:19:02,400 INFO anaconda:packaging: Verifying: gawk-4.2.1-2.el8.aarch64 1607447894 1597024288d637f0865ca9be73fb1f2e5c495005fa9ca5b3aacc6d8ab8f444a8 08:19:02,401 DEBUG anaconda:dnf: Installed: libdaemon-0.14-15.el8.aarch64 08:19:02,402 DEBUG anaconda:dnf: Installed: libdb-5.3.28-40.el8.aarch64 08:19:02,402 DEBUG anaconda:dnf: Installed: libdb-utils-5.3.28-40.el8.aarch64 08:19:02,403 DEBUG anaconda:dnf: Installed: libdhash-0.5.0-39.el8.aarch64 08:19:02,403 INFO anaconda:packaging: Verifying: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 08:19:02,404 DEBUG anaconda:dnf: Installed: libdnf-0.55.0-7.el8.aarch64 08:19:02,405 DEBUG anaconda:dnf: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 08:19:02,405 DEBUG anaconda:dnf: Installed: libestr-0.1.10-1.el8.aarch64 08:19:02,406 DEBUG anaconda:dnf: Installed: libevent-2.1.8-5.el8.aarch64 08:19:02,406 INFO anaconda:packaging: Verifying: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 08:19:02,407 DEBUG anaconda:dnf: Installed: libfastjson-0.99.9-1.el8.aarch64 08:19:02,407 DEBUG anaconda:dnf: Installed: libfdisk-2.32.1-27.el8.aarch64 08:19:02,408 DEBUG anaconda:dnf: Installed: libffi-3.1-22.el8.aarch64 08:19:02,409 DEBUG anaconda:dnf: Installed: libgcab1-1.1-1.el8.aarch64 08:19:02,409 INFO anaconda:packaging: Verifying: gdisk-1.0.3-6.el8.aarch64 1557581795 2d727c662854847b3bd6c68b15609acc29195a9778ad81307a8e1d857006ae60 08:19:02,410 DEBUG anaconda:dnf: Installed: libgcc-8.5.0-1.el8.aarch64 08:19:02,410 DEBUG anaconda:dnf: Installed: libgcrypt-1.8.5-5.el8.aarch64 08:19:02,411 DEBUG anaconda:dnf: Installed: libgomp-8.5.0-1.el8.aarch64 08:19:02,412 DEBUG anaconda:dnf: Installed: libgpg-error-1.31-1.el8.aarch64 08:19:02,412 INFO anaconda:packaging: Verifying: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 08:19:02,412 DEBUG anaconda:dnf: Installed: libgudev-232-4.el8.aarch64 08:19:02,413 DEBUG anaconda:dnf: Installed: libgusb-0.3.0-1.el8.aarch64 08:19:02,414 DEBUG anaconda:dnf: Installed: libibverbs-35.0-1.el8.aarch64 08:19:02,415 DEBUG anaconda:dnf: Installed: libidn2-2.2.0-1.el8.aarch64 08:19:02,415 INFO anaconda:packaging: Verifying: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 08:19:02,415 DEBUG anaconda:dnf: Installed: libini_config-1.3.1-39.el8.aarch64 08:19:02,416 DEBUG anaconda:dnf: Installed: libkcapi-1.2.0-2.el8.aarch64 08:19:02,417 DEBUG anaconda:dnf: Installed: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 08:19:02,418 DEBUG anaconda:dnf: Installed: libksba-1.3.5-7.el8.aarch64 08:19:02,418 INFO anaconda:packaging: Verifying: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 08:19:02,418 DEBUG anaconda:dnf: Installed: libldb-2.2.0-2.el8.aarch64 08:19:02,419 DEBUG anaconda:dnf: Installed: libmaxminddb-1.2.0-10.el8.aarch64 08:19:02,420 DEBUG anaconda:dnf: Installed: libmbim-1.20.2-1.el8.aarch64 08:19:02,421 DEBUG anaconda:dnf: Installed: libmetalink-0.1.3-7.el8.aarch64 08:19:02,421 INFO anaconda:packaging: Verifying: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 08:19:02,421 DEBUG anaconda:dnf: Installed: libmnl-1.0.4-6.el8.aarch64 08:19:02,422 DEBUG anaconda:dnf: Installed: libmodman-2.0.1-17.el8.aarch64 08:19:02,423 DEBUG anaconda:dnf: Installed: libmodulemd-2.12.1-1.el8.aarch64 08:19:02,424 DEBUG anaconda:dnf: Installed: libmount-2.32.1-27.el8.aarch64 08:19:02,430 INFO anaconda:packaging: Verifying: glib2-2.56.4-13.el8.aarch64 1622552882 53184412d50ff231738ab326f03ad9e4a402761830a4308a183a4f22ac042bbf 08:19:02,432 DEBUG anaconda:dnf: Installed: libndp-1.7-6.el8.aarch64 08:19:02,432 DEBUG anaconda:dnf: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 08:19:02,432 INFO anaconda:packaging: Verifying: glibc-2.28-158.el8.aarch64 1619156645 9574766a6ad027d71b1f37c3f68069bcfdb84e17972ed068c64ee417e8cfee1d 08:19:02,433 DEBUG anaconda:dnf: Installed: libnfnetlink-1.0.1-13.el8.aarch64 08:19:02,437 DEBUG anaconda:dnf: Installed: libnfsidmap-1:2.3.3-42.el8.aarch64 08:19:02,437 DEBUG anaconda:dnf: Installed: libnftnl-1.1.5-4.el8.aarch64 08:19:02,437 DEBUG anaconda:dnf: Installed: libnghttp2-1.33.0-3.el8_2.1.aarch64 08:19:02,438 DEBUG anaconda:dnf: Installed: libnl3-3.5.0-1.el8.aarch64 08:19:02,439 DEBUG anaconda:dnf: Installed: libnl3-cli-3.5.0-1.el8.aarch64 08:19:02,439 DEBUG anaconda:dnf: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 08:19:02,440 DEBUG anaconda:dnf: Installed: libpath_utils-0.2.1-39.el8.aarch64 08:19:02,441 DEBUG anaconda:dnf: Installed: libpcap-14:1.9.1-5.el8.aarch64 08:19:02,442 DEBUG anaconda:dnf: Installed: libpipeline-1.5.0-2.el8.aarch64 08:19:02,444 INFO anaconda:packaging: Verifying: glibc-all-langpacks-2.28-158.el8.aarch64 1619156645 6329edd324952d80a129d1ca2662d18ccb58b580c4ac23a0219b66456e6b5ede 08:19:02,445 DEBUG anaconda:dnf: Installed: libpng-2:1.6.34-5.el8.aarch64 08:19:02,445 INFO anaconda:packaging: Verifying: glibc-common-2.28-158.el8.aarch64 1619156645 4b77774c38ffc2ee4f2af1fd968db09e395123f96800d2ab56e8de5fe3c3a657 08:19:02,446 DEBUG anaconda:dnf: Installed: libproxy-0.4.15-5.2.el8.aarch64 08:19:02,447 INFO anaconda:packaging: Verifying: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 08:19:02,448 DEBUG anaconda:dnf: Installed: libpsl-0.20.2-6.el8.aarch64 08:19:02,449 INFO anaconda:packaging: Verifying: gnupg2-2.2.20-2.el8.aarch64 1589573397 5c1fb984527d2c638364bcca6d016cd8a4ff9d656875d9e29b199eef6b41a527 08:19:02,449 DEBUG anaconda:dnf: Installed: libpwquality-1.4.4-3.el8.aarch64 08:19:02,450 INFO anaconda:packaging: Verifying: gnupg2-smime-2.2.20-2.el8.aarch64 1589573397 23aadf767124fc38a0dade4a824e48b53ad5d873d389ce442d5d5b3665fde2a6 08:19:02,451 DEBUG anaconda:dnf: Installed: libqmi-1.24.0-1.el8.aarch64 08:19:02,452 DEBUG anaconda:dnf: Installed: libref_array-0.1.5-39.el8.aarch64 08:19:02,452 INFO anaconda:packaging: Verifying: gnutls-3.6.14-8.el8_3.aarch64 1618436341 e95b52fddb50b3626f30205cc2755875345ff56df9445a2cbd379bfedb66b314 08:19:02,453 DEBUG anaconda:dnf: Installed: librepo-1.14.0-1.el8.aarch64 08:19:02,454 DEBUG anaconda:dnf: Installed: libreport-filesystem-2.9.5-15.el8.aarch64 08:19:02,454 INFO anaconda:packaging: Verifying: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 08:19:02,455 DEBUG anaconda:dnf: Installed: libseccomp-2.5.1-1.el8.aarch64 08:19:02,456 DEBUG anaconda:dnf: Installed: libsecret-0.18.6-1.el8.aarch64 08:19:02,457 DEBUG anaconda:dnf: Installed: libselinux-2.9-5.el8.aarch64 08:19:02,457 INFO anaconda:packaging: Verifying: gpgme-1.13.1-7.el8.aarch64 1609882988 cf82a6ec23b9fa60f30fc8d3c8b30c6d1423f81ebedbe06ec7bb32a8b1d7a904 08:19:02,458 DEBUG anaconda:dnf: Installed: libselinux-utils-2.9-5.el8.aarch64 08:19:02,459 INFO anaconda:packaging: Verifying: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 08:19:02,459 DEBUG anaconda:dnf: Installed: libsemanage-2.9-6.el8.aarch64 08:19:02,460 DEBUG anaconda:dnf: Installed: libsepol-2.9-2.el8.aarch64 08:19:02,461 INFO anaconda:packaging: Verifying: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 08:19:02,461 DEBUG anaconda:dnf: Installed: libsigsegv-2.11-5.el8.aarch64 08:19:02,462 DEBUG anaconda:dnf: Installed: libsmartcols-2.32.1-27.el8.aarch64 08:19:02,463 INFO anaconda:packaging: Verifying: grub2-common-1:2.02-99.el8.noarch 1614719007 4a08d5264e865548e65d31886c91b659b33a2c2ba39fd115b00af3ea0bc91a83 08:19:02,464 DEBUG anaconda:dnf: Installed: libsolv-0.7.17-2.el8.aarch64 08:19:02,464 DEBUG anaconda:dnf: Installed: libsoup-2.62.3-2.el8.aarch64 08:19:02,465 INFO anaconda:packaging: Verifying: grub2-efi-aa64-1:2.02-99.el8.aarch64 1614718965 3820be30bf35ddb847712c605ed1c057056a5fd8289e2286b16ca0fa3e1cdea3 08:19:02,466 DEBUG anaconda:dnf: Installed: libss-1.45.6-1.el8.aarch64 08:19:02,466 INFO anaconda:packaging: Verifying: grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 08:19:02,467 DEBUG anaconda:dnf: Installed: libssh-0.9.4-3.el8.aarch64 08:19:02,468 INFO anaconda:packaging: Verifying: grub2-tools-extra-1:2.02-99.el8.aarch64 1614718965 c00604e003e6f6ad649397b2c371c5cf4bdc616060995080078e75febd88e04f 08:19:02,468 DEBUG anaconda:dnf: Installed: libssh-config-0.9.4-3.el8.noarch 08:19:02,469 DEBUG anaconda:dnf: Installed: libsss_autofs-2.4.0-9.el8_4.1.aarch64 08:19:02,470 INFO anaconda:packaging: Verifying: grub2-tools-minimal-1:2.02-99.el8.aarch64 1614718965 c214cbb278bac13bc6a5ce886e8ca56dbdc6d9f9d7376b860e49374bb3dac626 08:19:02,470 DEBUG anaconda:dnf: Installed: libsss_certmap-2.4.0-9.el8_4.1.aarch64 08:19:02,471 DEBUG anaconda:dnf: Installed: libsss_idmap-2.4.0-9.el8_4.1.aarch64 08:19:02,472 INFO anaconda:packaging: Verifying: grubby-8.40-41.el8.aarch64 1589592817 cab88de20635c5ee1ec987cf14b0fdde69f20dfd67db90e8e3fdc6811fedb155 08:19:02,472 DEBUG anaconda:dnf: Installed: libsss_nss_idmap-2.4.0-9.el8_4.1.aarch64 08:19:02,473 DEBUG anaconda:dnf: Installed: libsss_sudo-2.4.0-9.el8_4.1.aarch64 08:19:02,474 INFO anaconda:packaging: Verifying: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 1595357281 ca7db91c6d3c963ca8b697e018762fdf7329a0f6186b5e7a5a38555e4962290a 08:19:02,476 INFO anaconda:packaging: Verifying: gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 08:19:02,477 INFO anaconda:packaging: Verifying: gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 08:19:02,479 INFO anaconda:packaging: Verifying: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 08:19:02,481 INFO anaconda:packaging: Verifying: hdparm-9.54-4.el8.aarch64 1621832755 96bd0183caa7a2c4e7ae4af22c4109f8ddfadb51013c45349b3b1289d146f7b2 08:19:02,483 INFO anaconda:packaging: Verifying: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 08:19:02,485 INFO anaconda:packaging: Verifying: hwdata-0.314-8.8.el8.noarch 1613120613 0031452488b8975622580b0e1b501e77976eb606ea3e84a125628a698c1ff242 08:19:02,486 INFO anaconda:packaging: Verifying: ima-evm-utils-1.3.2-12.el8.aarch64 1614064293 b2dca0b246c7df7a398d9a1708c45ec6697a69afce5fe0cf1e2629fea1776ac9 08:19:02,488 INFO anaconda:packaging: Verifying: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 08:19:02,490 INFO anaconda:packaging: Verifying: initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 08:19:02,492 INFO anaconda:packaging: Verifying: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 08:19:02,493 DEBUG anaconda:dnf: Installed: libstdc++-8.5.0-1.el8.aarch64 08:19:02,494 INFO anaconda:packaging: Verifying: iproute-5.12.0-0.el8.aarch64 1620256108 fd64a6f8295579aea9072c948158b9c0798197b3c114cb6dfded3aafd2f403f1 08:19:02,494 DEBUG anaconda:dnf: Installed: libstemmer-0-10.585svn.el8.aarch64 08:19:02,494 DEBUG anaconda:dnf: Installed: libsysfs-2.1.0-24.el8.aarch64 08:19:02,495 DEBUG anaconda:dnf: Installed: libtalloc-2.3.1-2.el8.aarch64 08:19:02,496 DEBUG anaconda:dnf: Installed: libtasn1-4.13-3.el8.aarch64 08:19:02,496 DEBUG anaconda:dnf: Installed: libtdb-1.4.3-1.el8.aarch64 08:19:02,497 INFO anaconda:packaging: Verifying: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 08:19:02,497 DEBUG anaconda:dnf: Installed: libteam-1.31-2.el8.aarch64 08:19:02,498 DEBUG anaconda:dnf: Installed: libtevent-0.10.2-2.el8.aarch64 08:19:02,498 DEBUG anaconda:dnf: Installed: libtirpc-1.1.4-5.el8.aarch64 08:19:02,499 DEBUG anaconda:dnf: Installed: libudisks2-2.9.0-7.el8.aarch64 08:19:02,499 INFO anaconda:packaging: Verifying: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 08:19:02,500 DEBUG anaconda:dnf: Installed: libunistring-0.9.9-3.el8.aarch64 08:19:02,500 DEBUG anaconda:dnf: Installed: libusbx-1.0.23-4.el8.aarch64 08:19:02,501 DEBUG anaconda:dnf: Installed: libuser-0.62-23.el8.aarch64 08:19:02,501 DEBUG anaconda:dnf: Installed: libutempter-1.1.6-14.el8.aarch64 08:19:02,502 DEBUG anaconda:dnf: Installed: libuuid-2.32.1-27.el8.aarch64 08:19:02,503 INFO anaconda:packaging: Verifying: iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 08:19:02,503 DEBUG anaconda:dnf: Installed: libverto-0.3.0-5.el8.aarch64 08:19:02,503 DEBUG anaconda:dnf: Installed: libverto-libevent-0.3.0-5.el8.aarch64 08:19:02,504 DEBUG anaconda:dnf: Installed: libxcb-1.13.1-1.el8.aarch64 08:19:02,505 DEBUG anaconda:dnf: Installed: libxcrypt-4.1.1-6.el8.aarch64 08:19:02,505 DEBUG anaconda:dnf: Installed: libxkbcommon-0.9.1-1.el8.aarch64 08:19:02,505 INFO anaconda:packaging: Verifying: iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 08:19:02,506 DEBUG anaconda:dnf: Installed: libxml2-2.9.7-11.el8.aarch64 08:19:02,506 DEBUG anaconda:dnf: Installed: libxmlb-0.1.15-1.el8.aarch64 08:19:02,507 DEBUG anaconda:dnf: Installed: libyaml-0.1.7-5.el8.aarch64 08:19:02,508 DEBUG anaconda:dnf: Installed: libzstd-1.4.4-1.el8.aarch64 08:19:02,508 INFO anaconda:packaging: Verifying: iptables-libs-1.8.4-17.el8.aarch64 1611853487 a64d19d5a2c51692ff7e2ee346fb14f3fba483a7ea1a2cbaee94a16538af4007 08:19:02,508 DEBUG anaconda:dnf: Installed: linux-firmware-20201218-102.git05789708.el8.noarch 08:19:02,509 DEBUG anaconda:dnf: Installed: logrotate-3.14.0-4.el8.aarch64 08:19:02,510 DEBUG anaconda:dnf: Installed: lshw-B.02.19.2-5.el8.aarch64 08:19:02,510 DEBUG anaconda:dnf: Installed: lsscsi-0.32-2.el8.aarch64 08:19:02,511 DEBUG anaconda:dnf: Installed: lua-libs-5.3.4-11.el8.aarch64 08:19:02,511 INFO anaconda:packaging: Verifying: iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 08:19:02,511 DEBUG anaconda:dnf: Installed: lz4-libs-1.8.3-3.el8.aarch64 08:19:02,512 DEBUG anaconda:dnf: Installed: lzo-2.08-14.el8.aarch64 08:19:02,513 DEBUG anaconda:dnf: Installed: man-db-2.7.6.1-17.el8.aarch64 08:19:02,514 INFO anaconda:packaging: Verifying: irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 08:19:02,515 INFO anaconda:packaging: Verifying: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 08:19:02,517 INFO anaconda:packaging: Verifying: json-c-0.13.1-2.el8.aarch64 1621874386 2b9c17366280df2e2c05c9982bee55c6dd1e1774103ec6dfb2df92d73f0acf60 08:19:02,519 INFO anaconda:packaging: Verifying: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 08:19:02,521 INFO anaconda:packaging: Verifying: kbd-2.0.4-10.el8.aarch64 1595275356 aeacdfce1854c4b0cfe9c272b53b2032127e4beacaa1a161c9192239c5df8f12 08:19:02,523 INFO anaconda:packaging: Verifying: kbd-legacy-2.0.4-10.el8.noarch 1595275356 a3ef96219165bfc64d4f5d50f51fbd43e803c500619240ffe4db1f9f8e337f83 08:19:02,523 DEBUG anaconda:dnf: Installed: mdadm-4.2-rc1_1.el8.aarch64 08:19:02,524 DEBUG anaconda:dnf: Installed: memstrack-0.1.11-1.el8.aarch64 08:19:02,524 DEBUG anaconda:dnf: Installed: mokutil-1:0.3.0-11.el8.aarch64 08:19:02,525 DEBUG anaconda:dnf: Installed: mozjs60-60.9.0-4.el8.aarch64 08:19:02,525 INFO anaconda:packaging: Verifying: kbd-misc-2.0.4-10.el8.noarch 1595275356 ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f 08:19:02,526 DEBUG anaconda:dnf: Installed: mpfr-3.1.6-1.el8.aarch64 08:19:02,526 DEBUG anaconda:dnf: Installed: ncurses-6.1-9.20180224.el8.aarch64 08:19:02,527 DEBUG anaconda:dnf: Installed: ncurses-base-6.1-9.20180224.el8.noarch 08:19:02,528 DEBUG anaconda:dnf: Installed: ncurses-libs-6.1-9.20180224.el8.aarch64 08:19:02,528 INFO anaconda:packaging: Verifying: kernel-4.18.0-305.3.1.el8.aarch64 1622565463 3497674c8a8945ff76dc1d9ae12dad175d433459ed73ed3b0dc32e93af142d6e 08:19:02,528 DEBUG anaconda:dnf: Installed: nettle-3.4.1-4.el8_3.aarch64 08:19:02,529 DEBUG anaconda:dnf: Installed: newt-0.52.20-11.el8.aarch64 08:19:02,529 DEBUG anaconda:dnf: Installed: nfs-utils-1:2.3.3-42.el8.aarch64 08:19:02,530 DEBUG anaconda:dnf: Installed: nftables-1:0.9.3-18.el8.aarch64 08:19:02,531 DEBUG anaconda:dnf: Installed: npth-1.5-4.el8.aarch64 08:19:02,531 DEBUG anaconda:dnf: Installed: nspr-4.25.0-2.el8_2.aarch64 08:19:02,531 INFO anaconda:packaging: Verifying: kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 08:19:02,532 DEBUG anaconda:dnf: Installed: nss-3.53.1-17.el8_3.aarch64 08:19:02,533 DEBUG anaconda:dnf: Installed: nss-softokn-3.53.1-17.el8_3.aarch64 08:19:02,534 INFO anaconda:packaging: Verifying: kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f 08:19:02,535 INFO anaconda:packaging: Verifying: kernel-tools-4.18.0-305.3.1.el8.aarch64 1622565463 5f70ce7bf2dbc212c61554882e3a70393109d35cf95aeabb7b9be1bb2b5c76ed 08:19:02,537 INFO anaconda:packaging: Verifying: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 08:19:02,539 INFO anaconda:packaging: Verifying: kexec-tools-2.0.20-50.el8.aarch64 1622639162 2a6db7be11eaff836f4e5883a8c2d8ae68107b2ae8ef1cef91226df96cd1655c 08:19:02,541 INFO anaconda:packaging: Verifying: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 08:19:02,543 INFO anaconda:packaging: Verifying: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 08:19:02,545 INFO anaconda:packaging: Verifying: kmod-25-17.el8.aarch64 1611167807 acc9808c1c23f46135bebee5f3f26384c05127d5c8a5a0f7acea2a89572abf12 08:19:02,547 INFO anaconda:packaging: Verifying: kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 08:19:02,549 INFO anaconda:packaging: Verifying: kpartx-0.8.4-13.el8.aarch64 1621279621 3def8dacb20f899bb17154bc6369961c976a32331d699c8704ff7ea690f6a8ca 08:19:02,550 INFO anaconda:packaging: Verifying: krb5-libs-1.18.2-10.el8.aarch64 1620256585 62742dcd758afc3a218e6edd01693a13023d4b83a446c32fa31da5c2c4c31122 08:19:02,552 INFO anaconda:packaging: Verifying: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 08:19:02,553 DEBUG anaconda:dnf: Installed: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 08:19:02,554 INFO anaconda:packaging: Verifying: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 08:19:02,554 DEBUG anaconda:dnf: Installed: nss-sysinit-3.53.1-17.el8_3.aarch64 08:19:02,554 DEBUG anaconda:dnf: Installed: nss-util-3.53.1-17.el8_3.aarch64 08:19:02,555 DEBUG anaconda:dnf: Installed: numactl-libs-2.0.12-13.el8.aarch64 08:19:02,555 INFO anaconda:packaging: Verifying: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab 08:19:02,556 DEBUG anaconda:dnf: Installed: oddjob-0.34.7-1.el8.aarch64 08:19:02,556 DEBUG anaconda:dnf: Installed: oddjob-mkhomedir-0.34.7-1.el8.aarch64 08:19:02,557 INFO anaconda:packaging: Verifying: libarchive-3.3.3-1.el8.aarch64 1601995517 e6ddc29b56fcbabe7bcd1ff1535a72c0d4477176a6321b13006d2aa65477ff9d 08:19:02,557 DEBUG anaconda:dnf: Installed: openldap-2.4.46-16.el8.aarch64 08:19:02,558 DEBUG anaconda:dnf: Installed: openssh-8.0p1-8.el8.aarch64 08:19:02,558 DEBUG anaconda:dnf: Installed: openssh-clients-8.0p1-8.el8.aarch64 08:19:02,558 INFO anaconda:packaging: Verifying: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 08:19:02,559 DEBUG anaconda:dnf: Installed: openssh-server-8.0p1-8.el8.aarch64 08:19:02,559 DEBUG anaconda:dnf: Installed: openssl-1:1.1.1k-1.el8.aarch64 08:19:02,560 INFO anaconda:packaging: Verifying: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 08:19:02,560 DEBUG anaconda:dnf: Installed: openssl-libs-1:1.1.1k-1.el8.aarch64 08:19:02,561 DEBUG anaconda:dnf: Installed: openssl-pkcs11-0.4.10-2.el8.aarch64 08:19:02,561 DEBUG anaconda:dnf: Installed: os-prober-1.74-6.el8.aarch64 08:19:02,561 INFO anaconda:packaging: Verifying: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 08:19:02,562 DEBUG anaconda:dnf: Installed: p11-kit-0.23.22-1.el8.aarch64 08:19:02,562 DEBUG anaconda:dnf: Installed: p11-kit-trust-0.23.22-1.el8.aarch64 08:19:02,563 INFO anaconda:packaging: Verifying: libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 08:19:02,563 DEBUG anaconda:dnf: Installed: pam-1.3.1-15.el8.aarch64 08:19:02,564 DEBUG anaconda:dnf: Installed: parted-3.2-38.el8.aarch64 08:19:02,564 DEBUG anaconda:dnf: Installed: passwd-0.80-3.el8.aarch64 08:19:02,564 INFO anaconda:packaging: Verifying: libcap-2.26-4.el8.aarch64 1592260145 dae95e7b55eda5e7dd4cf016e129a88205de730796061e763fafda2876e8c196 08:19:02,565 DEBUG anaconda:dnf: Installed: pciutils-3.7.0-1.el8.aarch64 08:19:02,566 DEBUG anaconda:dnf: Installed: pciutils-libs-3.7.0-1.el8.aarch64 08:19:02,566 INFO anaconda:packaging: Verifying: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 08:19:02,566 DEBUG anaconda:dnf: Installed: pcre-8.42-5.el8.0.1.aarch64 08:19:02,567 DEBUG anaconda:dnf: Installed: pcre2-10.32-2.el8.aarch64 08:19:02,567 DEBUG anaconda:dnf: Installed: pigz-2.4-4.el8.aarch64 08:19:02,568 INFO anaconda:packaging: Verifying: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 08:19:02,568 DEBUG anaconda:dnf: Installed: pinentry-1.1.0-2.el8.aarch64 08:19:02,569 DEBUG anaconda:dnf: Installed: pixman-0.38.4-1.el8.aarch64 08:19:02,569 DEBUG anaconda:dnf: Installed: platform-python-3.6.8-38.el8.aarch64 08:19:02,570 INFO anaconda:packaging: Verifying: libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 08:19:02,570 DEBUG anaconda:dnf: Installed: platform-python-pip-9.0.3-19.el8.noarch 08:19:02,571 DEBUG anaconda:dnf: Installed: platform-python-setuptools-39.2.0-6.el8.noarch 08:19:02,571 DEBUG anaconda:dnf: Installed: policycoreutils-2.9-14.el8.aarch64 08:19:02,571 INFO anaconda:packaging: Verifying: libcomps-0.1.16-2.el8.aarch64 1622639141 e7274a1e5ad2638d58507331e72ad8b13fa681588ff38a61bd9cc8ae763d69cd 08:19:02,572 DEBUG anaconda:dnf: Installed: policycoreutils-python-utils-2.9-14.el8.noarch 08:19:02,572 DEBUG anaconda:dnf: Installed: polkit-0.115-12.el8.aarch64 08:19:02,573 INFO anaconda:packaging: Verifying: libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 08:19:02,575 INFO anaconda:packaging: Verifying: libcurl-7.61.1-18.el8.aarch64 1612337043 71d917e0883a85aaa0bcd9b4989799161e8e3a99c2185551444ef1129afb75d4 08:19:02,577 INFO anaconda:packaging: Verifying: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 08:19:02,579 INFO anaconda:packaging: Verifying: libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 08:19:02,580 INFO anaconda:packaging: Verifying: libdb-utils-5.3.28-40.el8.aarch64 1607448021 47596a15abbe575d633c60d722e2bb3613d8622d6b44489957b3fca5f652b24a 08:19:02,581 DEBUG anaconda:dnf: Installed: polkit-libs-0.115-12.el8.aarch64 08:19:02,582 DEBUG anaconda:dnf: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 08:19:02,582 INFO anaconda:packaging: Verifying: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 08:19:02,582 DEBUG anaconda:dnf: Installed: popt-1.18-1.el8.aarch64 08:19:02,583 DEBUG anaconda:dnf: Installed: prefixdevname-0.1.0-6.el8.aarch64 08:19:02,583 INFO anaconda:packaging: Verifying: libdnf-0.55.0-7.el8.aarch64 1615494753 f57143929020c17c77bcb242087060a0bfb976c0c7eca0dcbb63a440116ce85e 08:19:02,584 DEBUG anaconda:dnf: Installed: procps-ng-3.3.15-6.el8.aarch64 08:19:02,584 DEBUG anaconda:dnf: Installed: psmisc-23.1-5.el8.aarch64 08:19:02,585 DEBUG anaconda:dnf: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 08:19:02,585 INFO anaconda:packaging: Verifying: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 08:19:02,585 DEBUG anaconda:dnf: Installed: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 08:19:02,586 DEBUG anaconda:dnf: Installed: python3-babel-2.5.1-6.el8.noarch 08:19:02,586 INFO anaconda:packaging: Verifying: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 08:19:02,587 DEBUG anaconda:dnf: Installed: python3-cairo-1.16.3-6.el8.aarch64 08:19:02,587 DEBUG anaconda:dnf: Installed: python3-cffi-1.11.5-5.el8.aarch64 08:19:02,588 DEBUG anaconda:dnf: Installed: python3-chardet-3.0.4-7.el8.noarch 08:19:02,588 INFO anaconda:packaging: Verifying: libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 08:19:02,588 DEBUG anaconda:dnf: Installed: python3-configobj-5.0.6-11.el8.noarch 08:19:02,589 DEBUG anaconda:dnf: Installed: python3-cryptography-3.2.1-4.el8.aarch64 08:19:02,590 DEBUG anaconda:dnf: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 08:19:02,590 INFO anaconda:packaging: Verifying: libffi-3.1-22.el8.aarch64 1592240601 9d7e9a47e16b3edd1f9ce69c44bf485e8498cb6ced68e354b4c24936cd015bb5 08:19:02,590 DEBUG anaconda:dnf: Installed: python3-dbus-1.2.4-15.el8.aarch64 08:19:02,591 DEBUG anaconda:dnf: Installed: python3-decorator-4.2.1-2.el8.noarch 08:19:02,592 DEBUG anaconda:dnf: Installed: python3-dnf-4.4.2-11.el8.noarch 08:19:02,592 INFO anaconda:packaging: Verifying: libgcab1-1.1-1.el8.aarch64 1557581753 2b631d5095ee3489538ca00499ac65e2815ace2d1feed0996cbbab54762b2fa8 08:19:02,592 DEBUG anaconda:dnf: Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch 08:19:02,593 DEBUG anaconda:dnf: Installed: python3-firewall-0.9.3-1.el8.noarch 08:19:02,593 DEBUG anaconda:dnf: Installed: python3-gobject-3.28.3-2.el8.aarch64 08:19:02,594 INFO anaconda:packaging: Verifying: libgcc-8.5.0-1.el8.aarch64 1621927370 2b4d122242e47d1d030777a9a221cd44003d28721a86d44d32d7aca4555def83 08:19:02,594 DEBUG anaconda:dnf: Installed: python3-gobject-base-3.28.3-2.el8.aarch64 08:19:02,595 DEBUG anaconda:dnf: Installed: python3-gpg-1.13.1-7.el8.aarch64 08:19:02,595 INFO anaconda:packaging: Verifying: libgcrypt-1.8.5-5.el8.aarch64 1621264270 28a5340d6919d8b8a290a8050cde0a06c0456cf09609008e344c9fd8ff9fa181 08:19:02,596 DEBUG anaconda:dnf: Installed: python3-hawkey-0.55.0-7.el8.aarch64 08:19:02,596 DEBUG anaconda:dnf: Installed: python3-idna-2.5-5.el8.noarch 08:19:02,597 DEBUG anaconda:dnf: Installed: python3-jinja2-2.10.1-3.el8.noarch 08:19:02,597 INFO anaconda:packaging: Verifying: libgomp-8.5.0-1.el8.aarch64 1621927370 f0281d744bb2887dd0b0bb1634dc20e58318321e12402a43062893a87ca392a6 08:19:02,597 DEBUG anaconda:dnf: Installed: python3-jsonpatch-1.21-2.el8.noarch 08:19:02,598 DEBUG anaconda:dnf: Installed: python3-jsonpointer-1.10-11.el8.noarch 08:19:02,598 INFO anaconda:packaging: Verifying: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 08:19:02,599 DEBUG anaconda:dnf: Installed: python3-jsonschema-2.6.0-4.el8.noarch 08:19:02,599 DEBUG anaconda:dnf: Installed: python3-jwt-1.6.1-2.el8.noarch 08:19:02,600 DEBUG anaconda:dnf: Installed: python3-libcomps-0.1.16-2.el8.aarch64 08:19:02,600 INFO anaconda:packaging: Verifying: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 08:19:02,601 DEBUG anaconda:dnf: Installed: python3-libdnf-0.55.0-7.el8.aarch64 08:19:02,601 DEBUG anaconda:dnf: Installed: python3-libs-3.6.8-38.el8.aarch64 08:19:02,602 DEBUG anaconda:dnf: Installed: python3-libselinux-2.9-5.el8.aarch64 08:19:02,602 INFO anaconda:packaging: Verifying: libgusb-0.3.0-1.el8.aarch64 1557584651 995a24fdcc789353e5f6670c3b14f317391aead116e782099895f44fe4a1bcd7 08:19:02,602 DEBUG anaconda:dnf: Installed: python3-libsemanage-2.9-6.el8.aarch64 08:19:02,603 DEBUG anaconda:dnf: Installed: python3-libxml2-2.9.7-11.el8.aarch64 08:19:02,603 DEBUG anaconda:dnf: Installed: python3-linux-procfs-0.6.3-1.el8.noarch 08:19:02,604 INFO anaconda:packaging: Verifying: libibverbs-35.0-1.el8.aarch64 1621264470 018bdb0811a2a05c1a3248d2a8c27120b3eefcba91677e5cd0ad56dca390a3ab 08:19:02,604 DEBUG anaconda:dnf: Installed: python3-markupsafe-0.23-19.el8.aarch64 08:19:02,605 DEBUG anaconda:dnf: Installed: python3-nftables-1:0.9.3-18.el8.aarch64 08:19:02,605 DEBUG anaconda:dnf: Installed: python3-oauthlib-2.1.0-1.el8.noarch 08:19:02,606 INFO anaconda:packaging: Verifying: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 08:19:02,606 DEBUG anaconda:dnf: Installed: python3-perf-4.18.0-305.3.1.el8.aarch64 08:19:02,607 DEBUG anaconda:dnf: Installed: python3-pexpect-4.3.1-3.el8.noarch 08:19:02,607 INFO anaconda:packaging: Verifying: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 08:19:02,607 DEBUG anaconda:dnf: Installed: python3-pip-wheel-9.0.3-19.el8.noarch 08:19:02,608 DEBUG anaconda:dnf: Installed: python3-ply-3.9-9.el8.noarch 08:19:02,608 DEBUG anaconda:dnf: Installed: python3-policycoreutils-2.9-14.el8.noarch 08:19:02,609 INFO anaconda:packaging: Verifying: libkcapi-1.2.0-2.el8.aarch64 1592279009 56738c2c6eda929cc9a5f6a681fb8c431b9beab6ba207ceb53a9717277282b24 08:19:02,609 DEBUG anaconda:dnf: Installed: python3-prettytable-0.7.2-14.el8.noarch 08:19:02,610 DEBUG anaconda:dnf: Installed: python3-ptyprocess-0.5.2-4.el8.noarch 08:19:02,610 DEBUG anaconda:dnf: Installed: python3-pycparser-2.14-14.el8.noarch 08:19:02,611 INFO anaconda:packaging: Verifying: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 1592279009 25f5e0670a0fe489d04e670ef49bb0dd9e5c111c62e2ed054249cb8db0bb365e 08:19:02,611 DEBUG anaconda:dnf: Installed: python3-pydbus-0.6.0-5.el8.noarch 08:19:02,612 DEBUG anaconda:dnf: Installed: python3-pyserial-3.1.1-8.el8.noarch 08:19:02,612 DEBUG anaconda:dnf: Installed: python3-pysocks-1.6.8-3.el8.noarch 08:19:02,612 INFO anaconda:packaging: Verifying: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 08:19:02,613 DEBUG anaconda:dnf: Installed: python3-pytz-2017.2-9.el8.noarch 08:19:02,614 DEBUG anaconda:dnf: Installed: python3-pyudev-0.21.0-7.el8.noarch 08:19:02,614 DEBUG anaconda:dnf: Installed: python3-pyyaml-3.12-12.el8.aarch64 08:19:02,614 INFO anaconda:packaging: Verifying: libldb-2.2.0-2.el8.aarch64 1617167657 2c39518dfdca89425e9ed6c4283808793c67d663573187343d539653054befea 08:19:02,615 DEBUG anaconda:dnf: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 08:19:02,615 DEBUG anaconda:dnf: Installed: python3-rpm-4.14.3-14.el8_4.aarch64 08:19:02,616 INFO anaconda:packaging: Verifying: libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 08:19:02,616 DEBUG anaconda:dnf: Installed: python3-schedutils-0.6-6.el8.aarch64 08:19:02,617 DEBUG anaconda:dnf: Installed: pyt Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11489/12000 hon3-setools-4.3.0-2.el8.aarch64 08:19:02,617 DEBUG anaconda:dnf: Installed: python3-setuptools-wheel-39.2.0-6.el8.noarch 08:19:02,618 INFO anaconda:packaging: Verifying: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 08:19:02,618 DEBUG anaconda:dnf: Installed: python3-six-1.11.0-8.el8.noarch 08:19:02,619 DEBUG anaconda:dnf: Installed: python3-slip-0.6.4-11.el8.noarch 08:19:02,619 DEBUG anaconda:dnf: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 08:19:02,619 INFO anaconda:packaging: Verifying: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 08:19:02,620 DEBUG anaconda:dnf: Installed: python3-syspurpose-1.28.16-1.el8.aarch64 08:19:02,620 DEBUG anaconda:dnf: Installed: python3-systemd-234-8.el8.aarch64 08:19:02,621 INFO anaconda:packaging: Verifying: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 08:19:02,621 DEBUG anaconda:dnf: Installed: python3-unbound-1.7.3-17.el8.aarch64 08:19:02,622 DEBUG anaconda:dnf: Installed: python3-urllib3-1.24.2-5.el8.noarch 08:19:02,622 DEBUG anaconda:dnf: Installed: qemu-guest-agent-15:4.2.0-48.module_el8.5.0+746+bbd5d70c.aarch64 08:19:02,622 INFO anaconda:packaging: Verifying: libmodulemd-2.12.1-1.el8.aarch64 1621264274 960060a8aaed7286e3600559c1d7c2119ce3933a1191def36589154e21b9be39 08:19:02,623 DEBUG anaconda:dnf: Installed: quota-1:4.04-14.el8.aarch64 08:19:02,624 DEBUG anaconda:dnf: Installed: quota-nls-1:4.04-14.el8.noarch 08:19:02,624 DEBUG anaconda:dnf: Installed: rdma-core-35.0-1.el8.aarch64 08:19:02,624 INFO anaconda:packaging: Verifying: libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 08:19:02,625 DEBUG anaconda:dnf: Installed: readline-7.0-10.el8.aarch64 08:19:02,625 DEBUG anaconda:dnf: Installed: rng-tools-6.8-5.el8.aarch64 08:19:02,626 INFO anaconda:packaging: Verifying: libndp-1.7-6.el8.aarch64 1619975519 027937a66fb9aadb28983980edf07e31644680e4c5b6d9095dea2545fdb77ec0 08:19:02,626 DEBUG anaconda:dnf: Installed: rootfiles-8.1-22.el8.noarch 08:19:02,627 DEBUG anaconda:dnf: Installed: rpcbind-1.2.5-8.el8.aarch64 08:19:02,627 DEBUG anaconda:dnf: Installed: rpm-4.14.3-14.el8_4.aarch64 08:19:02,628 INFO anaconda:packaging: Verifying: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 08:19:02,628 DEBUG anaconda:dnf: Installed: rpm-build-libs-4.14.3-14.el8_4.aarch64 08:19:02,629 DEBUG anaconda:dnf: Installed: rpm-libs-4.14.3-14.el8_4.aarch64 08:19:02,629 INFO anaconda:packaging: Verifying: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 08:19:02,630 DEBUG anaconda:dnf: Installed: rpm-plugin-selinux-4.14.3-14.el8_4.aarch64 08:19:02,630 DEBUG anaconda:dnf: Installed: rpm-plugin-systemd-inhibit-4.14.3-14.el8_4.aarch64 08:19:02,631 DEBUG anaconda:dnf: Installed: rsync-3.1.3-12.el8.aarch64 08:19:02,631 DEBUG anaconda:dnf: Installed: rsyslog-8.1911.0-7.el8_4.2.aarch64 08:19:02,631 INFO anaconda:packaging: Verifying: libnfsidmap-1:2.3.3-42.el8.aarch64 1621264379 aa4b0649416b16749f824f85ea4635a31aa362b20253ecbb79d4bbc61db6f784 08:19:02,632 DEBUG anaconda:dnf: Installed: sed-4.5-2.el8.aarch64 08:19:02,633 DEBUG anaconda:dnf: Installed: selinux-policy-3.14.3-68.el8.noarch 08:19:02,633 INFO anaconda:packaging: Verifying: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 08:19:02,633 DEBUG anaconda:dnf: Installed: selinux-policy-targeted-3.14.3-68.el8.noarch 08:19:02,634 DEBUG anaconda:dnf: Installed: setroubleshoot-plugins-3.3.13-1.el8.noarch 08:19:02,634 DEBUG anaconda:dnf: Installed: setroubleshoot-server-3.3.24-3.el8.aarch64 08:19:02,635 INFO anaconda:packaging: Verifying: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 08:19:02,635 DEBUG anaconda:dnf: Installed: setup-2.12.2-6.el8.noarch 08:19:02,636 DEBUG anaconda:dnf: Installed: sg3_utils-1.44-5.el8.aarch64 08:19:02,636 INFO anaconda:packaging: Verifying: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 08:19:02,636 DEBUG anaconda:dnf: Installed: sg3_utils-libs-1.44-5.el8.aarch64 08:19:02,637 DEBUG anaconda:dnf: Installed: shadow-utils-2:4.6-13.el8.aarch64 08:19:02,638 DEBUG anaconda:dnf: Installed: shared-mime-info-1.9-3.el8.aarch64 08:19:02,638 INFO anaconda:packaging: Verifying: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 08:19:02,638 DEBUG anaconda:dnf: Installed: shim-aa64-15-15.el8_2.aarch64 08:19:02,639 DEBUG anaconda:dnf: Installed: slang-2.3.2-3.el8.aarch64 08:19:02,640 INFO anaconda:packaging: Verifying: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 08:19:02,640 DEBUG anaconda:dnf: Installed: snappy-1.1.8-3.el8.aarch64 08:19:02,640 DEBUG anaconda:dnf: Installed: sos-4.1-2.el8.noarch 08:19:02,641 DEBUG anaconda:dnf: Installed: sqlite-libs-3.26.0-15.el8.aarch64 08:19:02,641 INFO anaconda:packaging: Verifying: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 08:19:02,641 DEBUG anaconda:dnf: Installed: squashfs-tools-4.3-20.el8.aarch64 08:19:02,642 DEBUG anaconda:dnf: Installed: sscg-2.3.3-14.el8.aarch64 08:19:02,643 DEBUG anaconda:dnf: Installed: sssd-client-2.4.0-9.el8_4.1.aarch64 08:19:02,643 INFO anaconda:packaging: Verifying: libpcap-14:1.9.1-5.el8.aarch64 1611213048 239019a8aadb26e4b015d99f7fe49e80c2d1dfa227f7c71322dca2a2a85c2de1 08:19:02,643 DEBUG anaconda:dnf: Installed: sssd-common-2.4.0-9.el8_4.1.aarch64 08:19:02,644 DEBUG anaconda:dnf: Installed: sssd-kcm-2.4.0-9.el8_4.1.aarch64 08:19:02,650 DEBUG anaconda:dnf: Installed: sssd-nfs-idmap-2.4.0-9.el8_4.1.aarch64 08:19:02,650 INFO anaconda:packaging: Verifying: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 08:19:02,651 DEBUG anaconda:dnf: Installed: sudo-1.8.29-7.el8.aarch64 08:19:02,651 DEBUG anaconda:dnf: Installed: systemd-239-45.el8.aarch64 08:19:02,651 INFO anaconda:packaging: Verifying: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 08:19:02,651 DEBUG anaconda:dnf: Installed: systemd-libs-239-45.el8.aarch64 08:19:02,651 DEBUG anaconda:dnf: Installed: systemd-pam-239-45.el8.aarch64 08:19:02,652 INFO anaconda:packaging: Verifying: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 08:19:02,652 DEBUG anaconda:dnf: Installed: systemd-udev-239-45.el8.aarch64 08:19:02,652 DEBUG anaconda:dnf: Installed: tar-2:1.30-5.el8.aarch64 08:19:02,652 DEBUG anaconda:dnf: Installed: teamd-1.31-2.el8.aarch64 08:19:02,653 INFO anaconda:packaging: Verifying: libpsl-0.20.2-6.el8.aarch64 1592340389 176cbc82e2a94159d457a7444d05573636084c1900405450715df48ac3a822bd 08:19:02,653 DEBUG anaconda:dnf: Installed: timedatex-0.5-3.el8.aarch64 08:19:02,653 DEBUG anaconda:dnf: Installed: tpm2-tss-2.3.2-4.el8.aarch64 08:19:02,653 DEBUG anaconda:dnf: Installed: trousers-0.3.15-1.el8.aarch64 08:19:02,653 DEBUG anaconda:dnf: Installed: trousers-lib-0.3.15-1.el8.aarch64 08:19:02,654 DEBUG anaconda:dnf: Installed: tuned-2.15.0-2.el8_4.1.noarch 08:19:02,654 DEBUG anaconda:dnf: Installed: tzdata-2021a-1.el8.noarch 08:19:02,654 DEBUG anaconda:dnf: Installed: udisks2-2.9.0-7.el8.aarch64 08:19:02,655 DEBUG anaconda:dnf: Installed: unbound-libs-1.7.3-17.el8.aarch64 08:19:02,655 DEBUG anaconda:dnf: Installed: util-linux-2.32.1-27.el8.aarch64 08:19:02,656 INFO anaconda:packaging: Verifying: libpwquality-1.4.4-3.el8.aarch64 1614064199 64e55ddddc1dd27e05097c9222e73052f6f20f9d2f7605f46922b7756adeb0b5 08:19:02,656 DEBUG anaconda:dnf: Installed: vim-minimal-2:8.0.1763-15.el8.aarch64 08:19:02,656 DEBUG anaconda:dnf: Installed: virt-what-1.18-10.el8.aarch64 08:19:02,657 INFO anaconda:packaging: Verifying: libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 08:19:02,657 DEBUG anaconda:dnf: Installed: volume_key-libs-0.3.11-5.el8.aarch64 08:19:02,658 DEBUG anaconda:dnf: Installed: which-2.21-16.el8.aarch64 08:19:02,658 DEBUG anaconda:dnf: Installed: xfsprogs-5.0.0-8.el8.aarch64 08:19:02,659 INFO anaconda:packaging: Verifying: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 08:19:02,659 DEBUG anaconda:dnf: Installed: xkeyboard-config-2.28-1.el8.noarch 08:19:02,660 DEBUG anaconda:dnf: Installed: xz-5.2.4-3.el8.aarch64 08:19:02,660 INFO anaconda:packaging: Verifying: librepo-1.14.0-1.el8.aarch64 1622653594 2034f4fd1ff3c28411d8b112bac59151bc8188cf673f11343a33d58527d51cd7 08:19:02,660 DEBUG anaconda:dnf: Installed: xz-libs-5.2.4-3.el8.aarch64 08:19:02,661 DEBUG anaconda:dnf: Installed: yum-4.4.2-11.el8.noarch 08:19:02,662 DEBUG anaconda:dnf: Installed: yum-utils-4.0.18-4.el8.noarch 08:19:02,673 INFO anaconda:packaging: Verifying: libreport-filesystem-2.9.5-15.el8.aarch64 1598291508 b77595c8e29dcd80ce2e45b8c3b02fbb4d6ad5ca024dc8e80f1339e771294e56 08:19:02,673 DEBUG anaconda:dnf: Installed: zlib-1.2.11-17.el8.aarch64 08:19:02,673 INFO anaconda:packaging: Verifying: libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 08:19:02,674 INFO anaconda:packaging: Verifying: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 08:19:02,674 INFO anaconda:packaging: Verifying: libselinux-2.9-5.el8.aarch64 1603743587 9474fe348bd9e3a7a6ffe7813538e979e80ddb970b074e4e79bd122b4ece8b64 08:19:02,674 INFO anaconda:packaging: Verifying: libselinux-utils-2.9-5.el8.aarch64 1603743587 e4613455147d283b222fcff5ef0f85b3a1a323893ed884db8950e51936e97c52 08:19:02,674 INFO anaconda:packaging: Verifying: libsemanage-2.9-6.el8.aarch64 1612389818 ccb929460b2e9f3fc477b5f040b8e9de1faab4492e696aac4d4eafd4d82b7ba3 08:19:02,674 INFO anaconda:packaging: Verifying: libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 08:19:02,675 INFO anaconda:packaging: Verifying: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 08:19:02,675 INFO anaconda:packaging: Verifying: libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 08:19:02,675 INFO anaconda:packaging: Verifying: libsolv-0.7.17-2.el8.aarch64 1621264277 bac313d95d66f6de8f8b28961d8def9539a7d2c1c370d1fcc576ad6abc9158f0 08:19:02,676 INFO anaconda:packaging: Verifying: libsoup-2.62.3-2.el8.aarch64 1602003331 fe9e12b98655b4ccc8cae9ac2d9860709de999486a86456f8f9134840e70dfb3 08:19:02,677 INFO anaconda:packaging: Verifying: libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 08:19:02,679 INFO anaconda:packaging: Verifying: libssh-0.9.4-3.el8.aarch64 1620256135 552fdc18c6f4f1a233c808c907b43438c2059d54499b20afdb65247a7773b23f 08:19:02,680 INFO anaconda:packaging: Verifying: libssh-config-0.9.4-3.el8.noarch 1620256135 f5bcb82a732c02d6f31bbf156887049883c76cedc9c6a11b049358a74f4d45d0 08:19:02,682 INFO anaconda:packaging: Verifying: libsss_autofs-2.4.0-9.el8_4.1.aarch64 1622577257 2218f006bc7ec07a7d2ab46bec3cdd4f37250e466f0b4222fc83de34e395ee0b 08:19:02,683 INFO anaconda:packaging: Verifying: libsss_certmap-2.4.0-9.el8_4.1.aarch64 1622577257 a376ff898bbefba3366494479e3f57aa25b04c7915b4cca0df05d95a76bdf122 08:19:02,685 INFO anaconda:packaging: Verifying: libsss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 f5f7958940938b87fa2c63c940787484417b4cfdcec34dee2577096639b67bb0 08:19:02,686 INFO anaconda:packaging: Verifying: libsss_nss_idmap-2.4.0-9.el8_4.1.aarch64 1622577257 98d482a81426c2f13e1f841f1b73ae0d58617fee0a67eac84aa8a7525f1fc9f4 08:19:02,688 INFO anaconda:packaging: Verifying: libsss_sudo-2.4.0-9.el8_4.1.aarch64 1622577257 fdbb99d5b99b982d90cac514cc0a6e6db4111aa87f3b2d23809623ae0d0938f7 08:19:02,689 INFO anaconda:packaging: Verifying: libstdc++-8.5.0-1.el8.aarch64 1621927370 0995247be9d5227b3bd1dfb56ee7e00f33918bfc1f4c8434b6402471d6e6c801 08:19:02,690 INFO anaconda:packaging: Verifying: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 08:19:02,692 INFO anaconda:packaging: Verifying: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 08:19:02,693 INFO anaconda:packaging: Verifying: libtalloc-2.3.1-2.el8.aarch64 1594938760 0029a34ac546a1104f0d3ec58bea955f19c26daa6f73ccfe16c659badf2611cf 08:19:02,695 INFO anaconda:packaging: Verifying: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 08:19:02,696 INFO anaconda:packaging: Verifying: libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 08:19:02,698 INFO anaconda:packaging: Verifying: libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 08:19:02,699 INFO anaconda:packaging: Verifying: libtevent-0.10.2-2.el8.aarch64 1594939778 587aaa3208d8682fca63899ef19164600e43260f8509db60fd21fce03a0877a4 08:19:02,701 INFO anaconda:packaging: Verifying: libtirpc-1.1.4-5.el8.aarch64 1619034389 c378aad0473ca944ce881d3d45bd76429e365216634e63213e0bdc19738d25db 08:19:02,702 INFO anaconda:packaging: Verifying: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 08:19:02,703 INFO anaconda:packaging: Verifying: libusbx-1.0.23-4.el8.aarch64 1597695003 ae797d004f3cafb89773fcc8a3f0d6d046546b7cb3f9741be200d095c637706f 08:19:02,705 INFO anaconda:packaging: Verifying: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 08:19:02,706 INFO anaconda:packaging: Verifying: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 08:19:02,708 INFO anaconda:packaging: Verifying: libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 08:19:02,709 INFO anaconda:packaging: Verifying: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 08:19:02,711 INFO anaconda:packaging: Verifying: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 08:19:02,712 INFO anaconda:packaging: Verifying: libxcrypt-4.1.1-6.el8.aarch64 1620256112 4948420ee35381c71c619fab4b8deabfa93c04e7c5729620b02e4382a50550ad 08:19:02,714 INFO anaconda:packaging: Verifying: libxml2-2.9.7-11.el8.aarch64 1621444141 3514c1fa9f0ff57538e74e9b66991e4911e5176e250d49cd6fe079d4a9a3ba04 08:19:02,716 INFO anaconda:packaging: Verifying: libxmlb-0.1.15-1.el8.aarch64 1589587122 681a63da0ba730eb9acfc209b02e0df7d9cb48722703389c05461e56848b8a93 08:19:02,718 INFO anaconda:packaging: Verifying: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 08:19:02,719 INFO anaconda:packaging: Verifying: libzstd-1.4.4-1.el8.aarch64 1592405039 b560a8a185100a7c80e6c32f69ba65ce17004156f7218cf183249b15c13295cc 08:19:02,721 INFO anaconda:packaging: Verifying: linux-firmware-20201218-102.git05789708.el8.noarch 1611853440 cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03 08:19:02,723 INFO anaconda:packaging: Verifying: logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 08:19:02,724 INFO anaconda:packaging: Verifying: lshw-B.02.19.2-5.el8.aarch64 1612335858 b85c88cf8bbc27f000910367fa1a95e031c0a1ce20fde06b8ad9b8892e73b99e 08:19:02,726 INFO anaconda:packaging: Verifying: lsscsi-0.32-2.el8.aarch64 1605563467 c2db72eece99cda2b9e88517fc5c619e40fea27ac2bd8f17155ae731ebea320e 08:19:02,728 INFO anaconda:packaging: Verifying: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 08:19:02,730 INFO anaconda:packaging: Verifying: lz4-libs-1.8.3-3.el8.aarch64 1621919815 1f757439c1aeafd3b42eac8962ea6672190fb5cb93a4f658220d31e21db4ce5b 08:19:02,731 INFO anaconda:packaging: Verifying: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 08:19:02,733 INFO anaconda:packaging: Verifying: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 08:19:02,735 INFO anaconda:packaging: Verifying: mdadm-4.2-rc1_1.el8.aarch64 1620464682 d2c6b0b3ea415fd458f5cc6fb3993572ba5cbf75d93b7c30f8583f3bf097d1b3 08:19:02,736 INFO anaconda:packaging: Verifying: memstrack-0.1.11-1.el8.aarch64 1597179886 d243985eed87e395c99f05ecfda5a55884d1e7df6f02f5ee01fcc76f520c9f1a 08:19:02,738 INFO anaconda:packaging: Verifying: mokutil-1:0.3.0-11.el8.aarch64 1611112249 7497656e09f43d0bbd9f97a89736b0d46bd8fe4ac823d78c5165b4efd9b5b4d2 08:19:02,740 INFO anaconda:packaging: Verifying: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 08:19:02,741 INFO anaconda:packaging: Verifying: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 08:19:02,743 INFO anaconda:packaging: Verifying: ncurses-6.1-9.20180224.el8.aarch64 1622524117 106b5cf47db4c20943efafc6dd1a6740a3e53ad5df425b71a18ea8876a7756db 08:19:02,745 INFO anaconda:packaging: Verifying: ncurses-base-6.1-9.20180224.el8.noarch 1622524117 41716536ea16798238ac89fbc3041b3f9dc80f9a64ea4b19d6e67ad2c909269a 08:19:02,747 INFO anaconda:packaging: Verifying: ncurses-libs-6.1-9.20180224.el8.aarch64 1622524117 b938a6facc8d8a3de12b369871738bb531c822b1ec5212501b06bcaaf6cd25fa 08:19:02,749 INFO anaconda:packaging: Verifying: nettle-3.4.1-4.el8_3.aarch64 1618436289 cb15a94a261477946cdb55373ca0e6b0666bf82fc68d4684e7f4a8c496882dd2 08:19:02,750 INFO anaconda:packaging: Verifying: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 08:19:02,752 INFO anaconda:packaging: Verifying: nfs-utils-1:2.3.3-42.el8.aarch64 1621264379 fb42fcff9445f911b94efa62753469b75171ff9f451bc740c41d5c2c72adfbef 08:19:02,756 INFO anaconda:packaging: Verifying: nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 08:19:02,756 INFO anaconda:packaging: Verifying: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 08:19:02,758 INFO anaconda:packaging: Verifying: numactl-libs-2.0.12-13.el8.aarch64 1621264369 5f2d7a8db99ad318df35e60d43e5e7f462294c00ffa3d7c24207c16bfd3a6619 08:19:02,759 INFO anaconda:packaging: Verifying: openldap-2.4.46-16.el8.aarch64 1600969784 a2490697c3a58b815d69958c9e5294e30074916242d4bf81a1f6ed491a637a23 08:19:02,761 INFO anaconda:packaging: Verifying: openssh-8.0p1-8.el8.aarch64 1620058612 c98346c90e64bc9e75bc7b2a57cff9f2b0ccfe0a8c452ff2280268bc91516a86 08:19:02,763 INFO anaconda:packaging: Verifying: openssh-clients-8.0p1-8.el8.aarch64 1620058612 c0942bf572870762b124fa3915a22eaeb62d00f37df65e1aedec587f80057808 08:19:02,764 INFO anaconda:packaging: Verifying: openssh-server-8.0p1-8.el8.aarch64 1620058612 1bf79f31213ee3cb15556106d292358a7adbbd1e2233c9c9dc502a31e4660fed 08:19:02,766 INFO anaconda:packaging: Verifying: openssl-1:1.1.1k-1.el8.aarch64 1622524594 45e201ceb7c27bd7fb5eb25a764e49052cc52056396e7ec52ea43d1e452ba0d8 08:19:02,768 INFO anaconda:packaging: Verifying: openssl-libs-1:1.1.1k-1.el8.aarch64 1622524594 6ff14e06d334c618466b840dd9e871e9d004c3d2e4e571f0837e73d760edee0a 08:19:02,770 INFO anaconda:packaging: Verifying: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 08:19:02,771 INFO anaconda:packaging: Verifying: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 08:19:02,773 INFO anaconda:packaging: Verifying: p11-kit-0.23.22-1.el8.aarch64 1610440318 cfee10a5ca5613896a4e84716aa393094fd97c09f2c585c9aa921e6063783867 08:19:02,775 INFO anaconda:packaging: Verifying: p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 08:19:02,777 INFO anaconda:packaging: Verifying: pam-1.3.1-15.el8.aarch64 1620364233 a33349c435ef9b8348864e5b8f09ed050d0b7a79fb2db5a88b2f7a5d869231d7 08:19:02,779 INFO anaconda:packaging: Verifying: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 08:19:02,780 INFO anaconda:packaging: Verifying: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 08:19:02,782 INFO anaconda:packaging: Verifying: pciutils-3.7.0-1.el8.aarch64 1606871367 8337a6e98b7ae82d5263e08524381a5e396fd7cafca6f7195753286c0c082a04 08:19:02,784 INFO anaconda:packaging: Verifying: pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 08:19:02,785 INFO anaconda:packaging: Verifying: pcre-8.42-5.el8.0.1.aarch64 1620071847 74509b6de4f0f43a3ffa0f12efe42d0e9b5ea3f7d148eada4dd3a93588555043 08:19:02,787 INFO anaconda:packaging: Verifying: pcre2-10.32-2.el8.aarch64 1592282612 3a386eca4550def1fef05213ddc8fe082e589a2fe2898f634265fbe8fe828296 08:19:02,789 INFO anaconda:packaging: Verifying: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 08:19:02,790 INFO anaconda:packaging: Verifying: platform-python-3.6.8-38.el8.aarch64 1620468788 08aa5fa54411a7f78ed98bea21ae3b61e09987a63814c8410bbe9636f427c175 08:19:02,792 INFO anaconda:packaging: Verifying: platform-python-pip-9.0.3-19.el8.noarch 1610615033 5205c68e394487f019e5fe82c460b5b3a1c9950ae3d0b9ccafa9cfcc8ce9e6fe 08:19:02,794 INFO anaconda:packaging: Verifying: platform-python-setuptools-39.2.0-6.el8.noarch 1587953140 946ba273a3a3b6fdf140f3c03112918c0a556a5871c477f5dbbb98600e6ca557 08:19:02,796 INFO anaconda:packaging: Verifying: policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 08:19:02,797 INFO anaconda:packaging: Verifying: policycoreutils-python-utils-2.9-14.el8.noarch 1616130866 90a76e9e6f91deeb03c0fea610e84ce30b492b42a3bd76cf7188665d59a80274 08:19:02,799 INFO anaconda:packaging: Verifying: polkit-0.115-12.el8.aarch64 1622639229 cbd709de63c28a95b78bb32e8da27cf062a2008a47c8d799a8d8bb82a00a33e3 08:19:02,801 INFO anaconda:packaging: Verifying: polkit-libs-0.115-12.el8.aarch64 1622639229 5de1ed82200ffe2d2fe91b0bf8362a6a7ff12d2f703db4eb63f6f162e510263b 08:19:02,803 INFO anaconda:packaging: Verifying: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 08:19:02,804 INFO anaconda:packaging: Verifying: popt-1.18-1.el8.aarch64 1611040244 2596d6cba62bf9594e4fbb07df31e2459eb6fca8e479fd0be2b32c7561e9ad95 08:19:02,806 INFO anaconda:packaging: Verifying: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 08:19:02,808 INFO anaconda:packaging: Verifying: procps-ng-3.3.15-6.el8.aarch64 1612250093 dda0f9ad611135e6bee3459f183292cb1364b6c09795ead62cfe402426482212 08:19:02,810 INFO anaconda:packaging: Verifying: psmisc-23.1-5.el8.aarch64 1595372379 e6852f9e715174c037c57ef9ee45a6318775968322c244185fc51f40a10dbdcc 08:19:02,811 INFO anaconda:packaging: Verifying: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 08:19:02,813 INFO anaconda:packaging: Verifying: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 08:19:02,815 INFO anaconda:packaging: Verifying: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 08:19:02,817 INFO anaconda:packaging: Verifying: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 08:19:02,819 INFO anaconda:packaging: Verifying: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 08:19:02,820 INFO anaconda:packaging: Verifying: python3-cryptography-3.2.1-4.el8.aarch64 1614670255 d63ab488f12e9c43a6f915cba388b381677a2f89b2c8910852b1de906978b1fc 08:19:02,822 INFO anaconda:packaging: Verifying: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 08:19:02,824 INFO anaconda:packaging: Verifying: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 08:19:02,825 INFO anaconda:packaging: Verifying: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 08:19:02,827 INFO anaconda:packaging: Verifying: python3-dnf-4.4.2-11.el8.noarch 1615491563 31f906e19cd725334dbf542b607604e019e34f5796d69f17afdd8470ce982b0b 08:19:02,829 INFO anaconda:packaging: Verifying: python3-dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 932108dfb97eca6e5ecc724275a74934d9f13f4969c67c981759c2e0b2d0ef09 08:19:02,830 INFO anaconda:packaging: Verifying: python3-firewall-0.9.3-1.el8.noarch 1615923697 9319d9355d13d9d1c31c3f4190a7c02a976d432d1c5cd2a973bd4a955a231fb4 08:19:02,832 INFO anaconda:packaging: Verifying: python3-gobject-base-3.28.3-2.el8.aarch64 1595266368 ddc064aa8fb904fbcb1c0da0946f61581a30f6dea8fde9343c29491b0bcd7009 08:19:02,834 INFO anaconda:packaging: Verifying: python3-gpg-1.13.1-7.el8.aarch64 1609882988 26962c14b5d9645d815f6c9c23cbbec935321c4cdde3d62adc26f322019da36b 08:19:02,835 INFO anaconda:packaging: Verifying: python3-hawkey-0.55.0-7.el8.aarch64 1615494753 f0173d65c9fa3e16a25c14ecb901f8736286ff5f08e529ad816a242ca76ae1f9 08:19:02,837 INFO anaconda:packaging: Verifying: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 08:19:02,839 INFO anaconda:packaging: Verifying: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 08:19:02,840 INFO anaconda:packaging: Verifying: python3-libcomps-0.1.16-2.el8.aarch64 1622639141 72beca700b827714b57f9c61c7647df6eee90820e53af67fc3bee7f08ef631c3 08:19:02,842 INFO anaconda:packaging: Verifying: python3-libdnf-0.55.0-7.el8.aarch64 1615494753 f5caf82f2a2d683e69d99f96395dfa02472186473ba58edf4e41ac8af79e0bd9 08:19:02,844 INFO anaconda:packaging: Verifying: python3-libs-3.6.8-38.el8.aarch64 1620468788 5eb9f0e793a778af2d9771efa1ead7b4ea4c30926e0fc745c98ed30e208dc8a2 08:19:02,846 INFO anaconda:packaging: Verifying: python3-libselinux-2.9-5.el8.aarch64 1603743587 1a39d5db45d7e97f0a9b564b263ae22d20433bd2f40a6298b8e3ca6a80875da3 08:19:02,848 INFO anaconda:packaging: Verifying: python3-libsemanage-2.9-6.el8.aarch64 1612389818 bc96ccd4671ee6a42d4ad5bbfbbd67ad397d276e29b4353ca6d67ae9705924a7 08:19:02,849 INFO anaconda:packaging: Verifying: python3-libxml2-2.9.7-11.el8.aarch64 1621444141 d0dc30fa9e0355e15c45196bf07d296f56eaccfb04eeabfc619a1d962baec895 08:19:02,853 INFO anaconda:packaging: Verifying: python3-linux-procfs-0.6.3-1.el8.noarch 1610550079 dc835194ecfa6ebda81e0a764c953eff3422a61863e9a3e0dc74ea4cae7a4d94 08:19:02,853 INFO anaconda:packaging: Verifying: python3-nftables-1:0.9.3-18.el8.aarch64 1615411625 e357ec4e4c90e0787fc54a045db7f2049b5909ba77dfe8e7056d1d1cec2658ec 08:19:02,854 INFO anaconda:packaging: Verifying: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 08:19:02,856 INFO anaconda:packaging: Verifying: python3-perf-4.18.0-305.3.1.el8.aarch64 1622565463 44dc677b832d3c1132db4c8f2d1a8610faa1f7ec8683e6181d6d12487028c7c5 08:19:02,858 INFO anaconda:packaging: Verifying: python3-pip-wheel-9.0.3-19.el8.noarch 1610615033 65929ef76ddfeb7ce8df91a5db144fdc3553a8d6539f7774e39293d0231b22f7 08:19:02,859 INFO anaconda:packaging: Verifying: python3-ply-3.9-9.el8.noarch 1610439834 d1e8c7a00924d1a6dee44ade189025853a501d4f77c73f3bfc006aa907d97daf 08:19:02,861 INFO anaconda:packaging: Verifying: python3-policycoreutils-2.9-14.el8.noarch 1616130866 c28e181d809d28e50acf6614855b449ccd3a98e1499c83ffd3114785f408638e 08:19:02,863 INFO anaconda:packaging: Verifying: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 08:19:02,865 INFO anaconda:packaging: Verifying: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 08:19:02,866 INFO anaconda:packaging: Verifying: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 08:19:02,868 INFO anaconda:packaging: Verifying: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 08:19:02,870 INFO anaconda:packaging: Verifying: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 08:19:02,871 INFO anaconda:packaging: Verifying: python3-rpm-4.14.3-14.el8_4.aarch64 1622657806 19ddc3902ffa6347448c4a5c43683d4425483e2218ef5ddacaf73bda56aaadb9 08:19:02,873 INFO anaconda:packaging: Verifying: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 08:19:02,875 INFO anaconda:packaging: Verifying: python3-setools-4.3.0-2.el8.aarch64 1595367589 bd4efc248eee5517821027c94e937c69f92bac82243dc7798456fcef51521766 08:19:02,877 INFO anaconda:packaging: Verifying: python3-setuptools-wheel-39.2.0-6.el8.noarch 1587953140 b19bd4f106ce301ee21c860183cc1c2ef9c09bdf495059bdf16e8d8ccc71bbe8 08:19:02,878 INFO anaconda:packaging: Verifying: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 08:19:02,880 INFO anaconda:packaging: Verifying: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 08:19:02,882 INFO anaconda:packaging: Verifying: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 08:19:02,883 INFO anaconda:packaging: Verifying: python3-syspurpose-1.28.16-1.el8.aarch64 1620330331 7bd5a934e108b0ae34fea44429e12c7ad5e2e776d222d21d907389f8bf81f465 08:19:02,885 INFO anaconda:packaging: Verifying: python3-urllib3-1.24.2-5.el8.noarch 1605564342 aa1835fd302a37b84ac256db5dd0de09bd9883a5a07775aedb491faf46b18ee0 08:19:02,887 INFO anaconda:packaging: Verifying: quota-1:4.04-14.el8.aarch64 1620258135 210ad2df4ce04d6792c43d16a7c3b40bfbd13103db7ba7326039852a7ea84322 08:19:02,889 INFO anaconda:packaging: Verifying: quota-nls-1:4.04-14.el8.noarch 1620258135 bc7fc2028a29ac7a406719ed4f6740f6bf12c20961223c1e839a2a39069af38d 08:19:02,890 INFO anaconda:packaging: Verifying: rdma-core-35.0-1.el8.aarch64 1621264470 b170c69f99c0bacc01a003c70098e04132629589bf3b0737a73e229da75d0571 08:19:02,892 INFO anaconda:packaging: Verifying: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 08:19:02,894 INFO anaconda:packaging: Verifying: rng-tools-6.8-5.el8.aarch64 1622524055 7c486147695f15b4936c79fa9908dcdf3a5d17940118c275fd664f7c1d615124 08:19:02,895 INFO anaconda:packaging: Verifying: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 08:19:02,897 INFO anaconda:packaging: Verifying: rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 08:19:02,899 INFO anaconda:packaging: Verifying: rpm-4.14.3-14.el8_4.aarch64 1622657806 03b6691e1193781fbe1241968016203f8805fa0e8528f5e291b36495ebc9b2f0 08:19:02,901 INFO anaconda:packaging: Verifying: rpm-build-libs-4.14.3-14.el8_4.aarch64 1622657806 a9639b60bf7092f42b803296c0ccd86a3b0e854afd2459cece3b12a6baa3ea67 08:19:02,902 INFO anaconda:packaging: Verifying: rpm-libs-4.14.3-14.el8_4.aarch64 1622657806 14ab02f68ee40352970862f1782d2ce65404d0cf993c6c856e948b91b6583c6d 08:19:02,904 INFO anaconda:packaging: Verifying: rpm-plugin-selinux-4.14.3-14.el8_4.aarch64 1622657806 6d8622539ece77db21387ee85a70ae2884acdd5633a2aa4001137beb163328af 08:19:02,906 INFO anaconda:packaging: Verifying: rpm-plugin-systemd-inhibit-4.14.3-14.el8_4.aarch64 1622657806 1e343be31cc08d9385d4593d945ae3465b14713660f88e074948d04291f63209 08:19:02,908 INFO anaconda:packaging: Verifying: rsync-3.1.3-12.el8.aarch64 1608719042 94ffbde06999afef29ad7d85eb1d2e6fd7e8b168e0604d9b6ad4dca350264e5f 08:19:02,909 INFO anaconda:packaging: Verifying: sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 08:19:02,911 INFO anaconda:packaging: Verifying: selinux-policy-3.14.3-68.el8.noarch 1621595777 610690bad5c52d4e40790133268096ce89c7f618274fa5f16d63df39b771c798 08:19:02,912 INFO anaconda:packaging: Verifying: selinux-policy-targeted-3.14.3-68.el8.noarch 1621595777 4afe176cca88323e9b7c1f08a819a1828e2fce6101e50f6031aa96e66ffc79fb 08:19:02,914 INFO anaconda:packaging: Verifying: setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 08:19:02,916 INFO anaconda:packaging: Verifying: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 08:19:02,918 INFO anaconda:packaging: Verifying: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 08:19:02,920 INFO anaconda:packaging: Verifying: shadow-utils-2:4.6-13.el8.aarch64 1621400900 02ce11f42faaf6f58e3219afafa147cae68403295fb949da3f9322a49354776a 08:19:02,921 INFO anaconda:packaging: Verifying: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 08:19:02,923 INFO anaconda:packaging: Verifying: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 08:19:02,926 INFO anaconda:packaging: Verifying: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 08:19:02,927 INFO anaconda:packaging: Verifying: snappy-1.1.8-3.el8.aarch64 1598294912 4731985b22fc7b733ff89be6c1423396f27c94a78bb09fc89be5c2200bee893c 08:19:02,928 INFO anaconda:packaging: Verifying: sos-4.1-2.el8.noarch 1621400809 457990fef3070599b27b847797328bf3a34fa82ab1a76e19626657941ce31d11 08:19:02,938 INFO anaconda:packaging: Verifying: sqlite-libs-3.26.0-15.el8.aarch64 1621445048 b3a0c27117c927795b1a3a1ef2c08c857a88199bcfad5603cd2303c9519671a4 08:19:02,938 INFO anaconda:packaging: Verifying: squashfs-tools-4.3-20.el8.aarch64 1615492303 086bed04556b2fdd44edc362de6c77c68302e7070d0bd52be1c77950de3992a0 08:19:02,938 INFO anaconda:packaging: Verifying: sssd-client-2.4.0-9.el8_4.1.aarch64 1622577257 b3deb6cd25ba73441c04db94a3866240d8be4c18a2cbe3b0c6d953d80e143bcb 08:19:02,939 INFO anaconda:packaging: Verifying: sssd-common-2.4.0-9.el8_4.1.aarch64 1622577257 55ab77ca249c3c3bd8c0f9dbad9cad982e73966c6954c2ba9f625256c8714cbb 08:19:02,939 INFO anaconda:packaging: Verifying: sssd-kcm-2.4.0-9.el8_4.1.aarch64 1622577257 6d4c1cbc6ebdda2cc17ecae14963f378f53baa745bbaa2b29e795ed9bb1af058 08:19:02,939 INFO anaconda:packaging: Verifying: sssd-nfs-idmap-2.4.0-9.el8_4.1.aarch64 1622577257 d55b3ed4929c334de34861f3690d8837f376f57283f8e2006f2b2d3e8ea3f4ed 08:19:02,940 INFO anaconda:packaging: Verifying: sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 08:19:02,941 INFO anaconda:packaging: Verifying: systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 08:19:02,943 INFO anaconda:packaging: Verifying: systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 08:19:02,944 INFO anaconda:packaging: Verifying: systemd-pam-239-45.el8.aarch64 1615924435 4d0e42530fdddaf4de48e092874539477c5d6d64a1d7b0d3d446bbe1fb0d9daa 08:19:02,946 INFO anaconda:packaging: Verifying: systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 08:19:02,947 INFO anaconda:packaging: Verifying: tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 08:19:02,949 INFO anaconda:packaging: Verifying: teamd-1.31-2.el8.aarch64 1599579275 a2b5f3f92b2265a36c8a33b8315e56cd1399ac33d04ae2f34cb47ae56d89824f 08:19:02,951 INFO anaconda:packaging: Verifying: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 08:19:02,952 INFO anaconda:packaging: Verifying: tpm2-tss-2.3.2-4.el8.aarch64 1621264598 367fbb7dc71b8736a368809873db08b007e583b40c072c98cdb443a5849a8cb3 08:19:02,954 INFO anaconda:packaging: Verifying: trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 08:19:02,955 INFO anaconda:packaging: Verifying: trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 08:19:02,957 INFO anaconda:packaging: Verifying: tuned-2.15.0-2.el8_4.1.noarch 1622576866 3467092d88f831e8548c6c0ba1f2e955e31d12406d23814af06a9a1d533fa57b 08:19:02,959 INFO anaconda:packaging: Verifying: tzdata-2021a-1.el8.noarch 1611698248 44999c555a6e4bb6cf5e6f6a79819e76912d036732cb50efaeefc20a180dd839 08:19:02,961 INFO anaconda:packaging: Verifying: util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 08:19:02,962 INFO anaconda:packaging: Verifying: vim-minimal-2:8.0.1763-15.el8.aarch64 1592495458 2b743f157f47b27a0528d53fd9ae3e4eb0553f4b8357d01d362dd1b0e4e87c06 08:19:02,964 INFO anaconda:packaging: Verifying: virt-what-1.18-10.el8.aarch64 1619975987 e1e6005400cc39799a2d2ed7143b1fca4dbbc7d395e654090932fd74347807ce 08:19:02,966 INFO anaconda:packaging: Verifying: which-2.21-16.el8.aarch64 1621264599 81a1147f174921fabcba53f773cc714a4937ae9371fa3687988b145512e51193 08:19:02,967 INFO anaconda:packaging: Verifying: xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 08:19:02,969 INFO anaconda:packaging: Verifying: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 08:19:02,971 INFO anaconda:packaging: Verifying: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 08:19:02,973 INFO anaconda:packaging: Verifying: yum-4.4.2-11.el8.noarch 1615491563 5e8839ed1ad834e8e6302c3e99d9b2cc42d6cbeb496f653acbb31d0418423ccc 08:19:02,974 INFO anaconda:packaging: Verifying: yum-utils-4.0.18-4.el8.noarch 1615491543 03029d138ec936e6b0b81cd7095f2a85d1c9688a9fb45ba49a4c956d9ea8162b 08:19:02,976 INFO anaconda:packaging: Verifying: zlib-1.2.11-17.el8.aarch64 1604007244 19223c1996366de6f38c38f5d0163368fbff9c29149bb925ffe8d2eba79b239c 08:19:02,977 INFO anaconda:packaging: Verifying: PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 08:19:02,979 INFO anaconda:packaging: Verifying: PackageKit-glib-1.1.12-6.el8.aarch64 1592260767 f6b8397ec69323c3e0d12c1e4bfe55bc048060696412c9f17a82541683b5d98f 08:19:02,981 INFO anaconda:packaging: Verifying: abattis-cantarell-fonts-0.0.25-6.el8.noarch 1609181181 11838afbfab4da7d5fa6e01046f76cce0b0a0c174a87c522eba440fce16e316f 08:19:02,982 INFO anaconda:packaging: Verifying: authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 08:19:02,984 INFO anaconda:packaging: Verifying: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 08:19:02,985 INFO anaconda:packaging: Verifying: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 08:19:02,987 INFO anaconda:packaging: Verifying: centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 08:19:02,989 INFO anaconda:packaging: Verifying: cloud-init-20.3-10.el8_4.3.noarch 1622645021 926e79d5704e925bf5f1f34e1a895ce3688cb077392718cae5a9ecb03a3b5678 08:19:02,990 INFO anaconda:packaging: Verifying: cloud-utils-growpart-0.31-1.el8.noarch 1595342687 7800dfd0d4769a898d11db330fdb5b19614533628a45fe91cce406d6cd1f0c71 08:19:02,992 INFO anaconda:packaging: Verifying: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 08:19:02,994 INFO anaconda:packaging: Verifying: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 08:19:02,995 INFO anaconda:packaging: Verifying: libX11-1.6.8-4.el8.aarch64 1604964252 0c55280aa609dc0d9ac4a61f28fac3621de0fe6b602f48ed356f605d746938e3 08:19:02,997 INFO anaconda:packaging: Verifying: libX11-common-1.6.8-4.el8.noarch 1604964252 5f445b2b2a4bdeabd555e25dfa10119d9f4e4e500d1c4492219dd8647f119ce2 08:19:02,998 INFO anaconda:packaging: Verifying: libXau-1.0.9-3.el8.aarch64 1592328437 8bf41dce8686f8e22965691a109aff955d664c53f8e18275e743b36bf3ff22bd 08:19:03,000 INFO anaconda:packaging: Verifying: libXext-1.3.4-1.el8.aarch64 1592336126 83b269e23f52dd57c474b47dd5575f17c8c5875b10619c12664b968d6186c039 08:19:03,002 INFO anaconda:packaging: Verifying: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 08:19:03,003 INFO anaconda:packaging: Verifying: libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 08:19:03,005 INFO anaconda:packaging: Verifying: libblockdev-2.24-6.el8.aarch64 1621314512 b6fa34969c7775c36f4c8fa3d0dd483ca2f24756c31e07765e2967b102781f08 08:19:03,006 INFO anaconda:packaging: Verifying: libblockdev-crypto-2.24-6.el8.aarch64 1621314512 00ebd20da0f3e7927d85420a872e66f47448701e5b7670dfcd3a00cc7fe7f82d 08:19:03,008 INFO anaconda:packaging: Verifying: libblockdev-fs-2.24-6.el8.aarch64 1621314512 b49dd039756bdb14539e19a9f41865c0a9a72ff77d718c02429a4eccb1b25aae 08:19:03,010 INFO anaconda:packaging: Verifying: libblockdev-loop-2.24-6.el8.aarch64 1621314512 692c2cdc3248e23a0998ca6dcc113d29f65b8bda0566ddd5c5ed3429f37f3ebf 08:19:03,011 INFO anaconda:packaging: Verifying: libblockdev-mdraid-2.24-6.el8.aarch64 1621314512 20cc2ff2a04f5b1b2c8be8a398a2b0f1bdb1b3b8cee003a3f963a69610910327 08:19:03,013 INFO anaconda:packaging: Verifying: libblockdev-part-2.24-6.el8.aarch64 1621314512 2633130fdcbf7ede9905ddbfe9e6a3ebc6286f898b5165c59b3dfbf9e54d36f6 08:19:03,014 INFO anaconda:packaging: Verifying: libblockdev-swap-2.24-6.el8.aarch64 1621314512 ccdc541398fce1c4675973db0910655b3adc8874ff750a9698311d2f7ebddcf7 08:19:03,016 INFO anaconda:packaging: Verifying: libblockdev-utils-2.24-6.el8.aarch64 1621314512 60e864209ac108ea92e0ae308fff3d1ab414f4bb80f3f977fed7c90752f3ee8d 08:19:03,018 INFO anaconda:packaging: Verifying: libbytesize-1.4-3.el8.aarch64 1586220614 a22ef4dc8fe6cb39b4d8d87eb2aa2378ae2868276c9dee632a3514788531c57b 08:19:03,019 INFO anaconda:packaging: Verifying: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 08:19:03,021 INFO anaconda:packaging: Verifying: libfastjson-0.99.9-1.el8.aarch64 1620680756 f8c835839c4bea45a028976dc5dc4fe72faac67d1fbf0e9b884d008dfef4ced1 08:19:03,022 INFO anaconda:packaging: Verifying: libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 08:19:03,024 INFO anaconda:packaging: Verifying: libudisks2-2.9.0-7.el8.aarch64 1619975967 221ab287b6e186a29c913fcf2ba1b307affb40f6ccce6aa059be7b94ba309e7e 08:19:03,026 INFO anaconda:packaging: Verifying: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 08:19:03,027 INFO anaconda:packaging: Verifying: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 08:19:03,029 INFO anaconda:packaging: Verifying: nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 08:19:03,031 INFO anaconda:packaging: Verifying: nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 08:19:03,032 INFO anaconda:packaging: Verifying: nss-softokn-3.53.1-17.el8_3.aarch64 1608262942 aecd8758d772bc9f9ec257576ce2d55073e310f092912d6bf45d53257883cd3d 08:19:03,034 INFO anaconda:packaging: Verifying: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 1608262942 4399b61a0bb80158bbdff9fa45e5bf47e7123a1eebebe355561a1a7abb1a7281 08:19:03,035 INFO anaconda:packaging: Verifying: nss-sysinit-3.53.1-17.el8_3.aarch64 1608262942 4bab308159d367165e2712cc7ba065406479b9fb821d9765c2637f83d63599b0 08:19:03,037 INFO anaconda:packaging: Verifying: nss-util-3.53.1-17.el8_3.aarch64 1608262942 8fa5669ab6d0711c49fc3e91646c53655e691a0e5862a1551ade34a655eacb50 08:19:03,039 INFO anaconda:packaging: Verifying: oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 08:19:03,040 INFO anaconda:packaging: Verifying: oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 08:19:03,042 INFO anaconda:packaging: Verifying: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 08:19:03,043 INFO anaconda:packaging: Verifying: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 08:19:03,045 INFO anaconda:packaging: Verifying: python3-babel-2.5.1-6.el8.noarch 1621263975 2b1c39e6750bea19371a9a941fa457c5eae2827897f3bda04dcdcd595f6e2b45 08:19:03,047 INFO anaconda:packaging: Verifying: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 08:19:03,048 INFO anaconda:packaging: Verifying: python3-gobject-3.28.3-2.el8.aarch64 1595266368 1e59b06a691d101f9eab26c2950b2dbe8861ede192c2630423c5b558c21d5875 08:19:03,050 INFO anaconda:packaging: Verifying: python3-jinja2-2.10.1-3.el8.noarch 1617167112 95cb9c201ee3b54fe6331bd7e74f43485632e95448d31fd340ffaa84a32b41ab 08:19:03,052 INFO anaconda:packaging: Verifying: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 08:19:03,053 INFO anaconda:packaging: Verifying: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 08:19:03,055 INFO anaconda:packaging: Verifying: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 08:19:03,056 INFO anaconda:packaging: Verifying: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 08:19:03,058 INFO anaconda:packaging: Verifying: python3-pexpect-4.3.1-3.el8.noarch 1557875976 0bc637f0d028043e8388b083cdd8d0a0acea7fdbc79c0bc9401dfb02c20fb817 08:19:03,060 INFO anaconda:packaging: Verifying: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 08:19:03,061 INFO anaconda:packaging: Verifying: python3-ptyprocess-0.5.2-4.el8.noarch 1557807949 499e48b35f3b5f5da45031fa78fba559fee6a480ecb106e6c300eb8344510958 08:19:03,063 INFO anaconda:packaging: Verifying: python3-pydbus-0.6.0-5.el8.noarch 1557807976 bfa39369bd3c36833126b6f46b747de0736a66835d97196195c0810161c24549 08:19:03,064 INFO anaconda:packaging: Verifying: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 08:19:03,066 INFO anaconda:packaging: Verifying: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 08:19:03,068 INFO anaconda:packaging: Verifying: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 08:19:03,069 INFO anaconda:packaging: Verifying: python3-unbound-1.7.3-17.el8.aarch64 1621264635 867c11abf3105a23b5bf1aa25d2d530fa3322d5f4c70a0757ea92b62b0d7649f 08:19:03,071 INFO anaconda:packaging: Verifying: qemu-guest-agent-15:4.2.0-48.module_el8.5.0+746+bbd5d70c.aarch64 1617221158 533c10b320800d9340a0e898d7bfa8f97585545f5f87cf94197586c479af6559 08:19:03,073 INFO anaconda:packaging: Verifying: rsyslog-8.1911.0-7.el8_4.2.aarch64 1622579675 98b8dc32885569202695c4cb9818d453fd5d5910ce37d0aa407a75d6a9d8e98b 08:19:03,074 INFO anaconda:packaging: Verifying: setroubleshoot-plugins-3.3.13-1.el8.noarch 1597701373 30f37ca1fe1592e29d3e97c1dec0646015000d19bffc40f13dcfe73e15be66fc 08:19:03,076 INFO anaconda:packaging: Verifying: setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 08:19:03,077 INFO anaconda:packaging: Verifying: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 08:19:03,079 INFO anaconda:packaging: Verifying: udisks2-2.9.0-7.el8.aarch64 1619975967 9208c1fd56614cce16e73ea0acf3dcf3479ee2b44ee2c25af2d16ef4e3c34a7f 08:19:03,081 INFO anaconda:packaging: Verifying: unbound-libs-1.7.3-17.el8.aarch64 1621264635 406140d0a2d6fe921875898b24b91376870fb9ab1b1baf7778cff060bbbe0d72 08:19:03,082 INFO anaconda:packaging: Verifying: volume_key-libs-0.3.11-5.el8.aarch64 1573244013 3ec4f0a88c90f2021507016d369c7a77aac7c3d120ab35a30532235b4eb524f5 08:19:03,084 INFO anaconda:packaging: Verifying: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 08:19:03,287 INFO anaconda:packaging: Cleaning up downloaded packages: /mnt/sysroot/dnf.package.cache 08:19:03,289 INFO anaconda:anaconda: progress: Install the payload 08:19:03,290 DEBUG anaconda:anaconda: installation: Task completed: Install the payload (11/41) (349.4 s) 08:19:03,292 INFO anaconda:anaconda: progress: Installing boot loader 08:19:03,293 INFO anaconda:anaconda: installation: Queue started: Bootloader installation (7/16) 08:19:03,294 INFO anaconda:anaconda: installation: Task started: Configure the bootloader (12/41) 08:19:03,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/9. 08:19:03,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureBootloaderTask-1 (281473087959520) 08:19:03,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Configuring the boot loader. 08:19:03,643 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Collecting the OS images for: 4.18.0-305.3.1.el8.aarch64, 0-rescue-686eec41979748e3881b451faa2239bb 08:19:03,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new default image: 08:19:03,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Writing to /etc/sysconfig/kernel. 08:19:04,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureBootloaderTask-1 (281473087959520) 08:19:04,651 INFO anaconda:anaconda: progress: Configure the bootloader 08:19:04,651 DEBUG anaconda:anaconda: installation: Task completed: Configure the bootloader (12/41) (1.4 s) 08:19:04,652 INFO anaconda:anaconda: installation: Task started: Install the bootloader (13/41) 08:19:04,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-InstallBootloaderTask-1 (281473087959520) 08:19:04,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Installing the boot loader. 08:19:04,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.utils:boot loader stage1 target device is vda1 08:19:04,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.utils:boot loader stage2 target device is vda2 08:19:04,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_freeze -f / 08:19:04,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:04,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_freeze -u / 08:19:04,905 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:04,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... efibootmgr 08:19:04,922 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Timeout: 3 seconds 08:19:04,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:BootOrder: 0000 08:19:04,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0000* UiApp 08:19:04,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:04,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... efibootmgr -c -w -L CentOS Stream -d /dev/vda -p 1 -l \EFI\centos\shimaa64.efi 08:19:05,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Timeout: 3 seconds 08:19:05,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:BootOrder: 0001,0000 08:19:05,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0000* UiApp 08:19:05,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0001* CentOS Stream 08:19:05,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:05,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.grub2:bootloader.py: used boot args: console=ttyS0,115200n8 no_timer_check net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10 crashkernel=auto 08:19:05,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... grub2-set-default 686eec41979748e3881b451faa2239bb-4.18.0-305.3.1.el8.aarch64 08:19:05,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:05,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 08:19:10,943 INFO kernel:fuse: init (API version 7.31) 08:19:10,955 INFO systemd:Mounting FUSE Control File System... 08:19:10,981 INFO systemd:Mounted FUSE Control File System. 08:19:11,051 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/vda1 08:19:11,065 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/vda1 08:19:11,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Generating grub configuration file ... 08:19:11,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Adding boot menu entry for EFI firmware configuration 08:19:11,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:done 08:19:11,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 08:19:11,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-InstallBootloaderTask-1 (281473087959520) 08:19:11,696 INFO anaconda:anaconda: progress: Install the bootloader 08:19:11,697 DEBUG anaconda:anaconda: installation: Task completed: Install the bootloader (13/41) (7.0 s) 08:19:11,698 INFO anaconda:anaconda: progress: Performing post-installation setup tasks 08:19:11,699 INFO anaconda:anaconda: installation: Queue started: Post-installation setup tasks (8/16) 08:19:11,700 INFO anaconda:anaconda: installation: Task started: Run post-installation setup tasks (14/41) 08:19:11,701 INFO anaconda:dnf: The downloaded packages were saved in cache until the next successful transaction. 08:19:11,702 INFO anaconda:dnf: You can remove cached packages by executing 'dnf clean packages'. 08:19:11,715 INFO anaconda:anaconda: payload.base: Installation requirements: [('package', 'langpacks-en', PayloadRequirement(id=langpacks-en, reasons=[PayloadRequirementReason(reason='langpacks', strong=False)])), ('package', 'authselect-compat', PayloadRequirement(id=authselect-compat, reasons=[PayloadRequirementReason(reason='Needed to support legacy authconfig kickstart command.', strong=True)])), ('package', 'firewalld', PayloadRequirement(id=firewalld, reasons=[PayloadRequirementReason(reason='Requested by the firewall kickstart command.', strong=True)])), ('package', 'chrony', PayloadRequirement(id=chrony, reasons=[PayloadRequirementReason(reason='Needed to run NTP service.', strong=True)])), ('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'dosfstools', PayloadRequirement(id=dosfstools, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='Required to manage storage devices.', strong=True)])), ('package', 'grub2-efi-aa64', PayloadRequirement(id=grub2-efi-aa64, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'shim-aa64', PayloadRequirement(id=shim-aa64, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'efibootmgr', PayloadRequirement(id=efibootmgr, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)])), ('package', 'grub2-tools', PayloadRequirement(id=grub2-tools, reasons=[PayloadRequirementReason(reason='Necessary for the bootloader configuration.', strong=True)]))] 08:19:11,716 INFO anaconda:anaconda: progress: Run post-installation setup tasks 08:19:11,717 DEBUG anaconda:anaconda: installation: Task completed: Run post-installation setup tasks (14/41) (0.0 s) 08:19:11,718 INFO anaconda:anaconda: installation: Queue started: Configuration queue (9/16) 08:19:11,719 INFO anaconda:anaconda: progress: Configuring installed system 08:19:11,720 INFO anaconda:anaconda: installation: Queue started: Installed system configuration (10/16) 08:19:11,721 INFO anaconda:anaconda: installation: Task started: Configure SELinux (15/41) 08:19:11,724 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureSELinuxTask-1 (281472799273440) 08:19:11,731 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureSELinuxTask-1 (281472799273440) 08:19:12,739 INFO anaconda:anaconda: progress: Configure SELinux 08:19:12,740 DEBUG anaconda:anaconda: installation: Task completed: Configure SELinux (15/41) (1.0 s) 08:19:12,741 INFO anaconda:anaconda: installation: Task started: Configure fingerprint authentication (16/41) 08:19:12,743 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureFingerprintAuthTask-1 (281472799273440) 08:19:12,744 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureFingerprintAuthTask-1 (281472799273440) 08:19:12,750 INFO anaconda:anaconda: progress: Configure fingerprint authentication 08:19:12,750 DEBUG anaconda:anaconda: installation: Task completed: Configure fingerprint authentication (16/41) (0.0 s) 08:19:12,751 INFO anaconda:anaconda: installation: Task started: Authselect configuration (17/41) 08:19:12,753 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureAuthselectTask-1 (281472799273440) 08:19:12,754 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureAuthselectTask-1 (281472799273440) 08:19:12,760 INFO anaconda:anaconda: progress: Authselect configuration 08:19:12,760 DEBUG anaconda:anaconda: installation: Task completed: Authselect configuration (17/41) (0.0 s) 08:19:12,761 INFO anaconda:anaconda: installation: Task started: Authconfig configuration (18/41) 08:19:12,763 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureAuthconfigTask-1 (281472799273440) 08:19:12,765 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:Configuring authentication: /usr/sbin/authconfig ['--update', '--nostart', '--enableshadow', '--passalgo=sha512'] 08:19:12,766 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Running in chroot '/mnt/sysroot'... /usr/sbin/authconfig --update --nostart --enableshadow --passalgo=sha512 08:19:13,565 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Running authconfig compatibility tool. 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:The purpose of this tool is to enable authentication against chosen services with authselect and minimum configuration. It does not provide all capabilities of authconfig. 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program: 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:IMPORTANT: authconfig is replaced by authselect, please update your scripts. 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:See man authselect-migration(7) to help you with migration to authselect 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Warning: These options are not supported anymore and have no effect: 08:19:13,566 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:--enableshadow 08:19:13,567 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:--passalgo 08:19:13,567 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program: 08:19:13,567 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Executing: /usr/bin/authselect check 08:19:13,567 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Executing: /usr/bin/authselect select sssd --force 08:19:13,569 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:program:Return code: 0 08:19:13,569 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureAuthconfigTask-1 (281472799273440) 08:19:13,781 INFO anaconda:anaconda: progress: Authconfig configuration 08:19:13,782 DEBUG anaconda:anaconda: installation: Task completed: Authconfig configuration (18/41) (1.0 s) 08:19:13,783 INFO anaconda:anaconda: installation: Task started: Configure time zone (19/41) 08:19:13,786 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureTimezoneTask-1 (281472760082912) 08:19:13,883 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureTimezoneTask-1 (281472760082912) 08:19:14,798 INFO anaconda:anaconda: progress: Configure time zone 08:19:14,799 DEBUG anaconda:anaconda: installation: Task completed: Configure time zone (19/41) (1.0 s) 08:19:14,800 INFO anaconda:anaconda: installation: Task started: Configure NTP (20/41) 08:19:14,802 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureNTPTask-1 (281472760082912) 08:19:14,803 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:Running... systemctl list-unit-files chronyd.service --no-legend --root /mnt/sysroot 08:19:14,833 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:chronyd.service enabled 08:19:14,835 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:program:Return code: 0 08:19:14,835 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:Running... systemctl enable chronyd --root /mnt/sysroot 08:19:14,862 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:program:Return code: 0 08:19:14,862 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.installation:The NTP service is not enabled or configured. 08:19:14,862 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureNTPTask-1 (281472760082912) 08:19:15,820 INFO anaconda:anaconda: progress: Configure NTP 08:19:15,821 DEBUG anaconda:anaconda: installation: Task completed: Configure NTP (20/41) (1.0 s) 08:19:15,821 INFO anaconda:anaconda: installation: Task started: Configure Initial Setup (21/41) 08:19:15,824 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureInitialSetupTask-1 (281473368584672) 08:19:15,826 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureInitialSetupTask-1 (281473368584672) 08:19:15,831 INFO anaconda:anaconda: progress: Configure Initial Setup 08:19:15,832 DEBUG anaconda: Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11479/12000 anaconda: installation: Task completed: Configure Initial Setup (21/41) (0.0 s) 08:19:15,833 INFO anaconda:anaconda: installation: Task started: Configure post-installation tools (22/41) 08:19:15,835 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigurePostInstallationToolsTask-1 (281473368584672) 08:19:15,839 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.modules.services.installation:Writing out user interaction config at /mnt/sysroot/etc/sysconfig/anaconda 08:19:15,843 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigurePostInstallationToolsTask-1 (281473368584672) 08:19:16,850 INFO anaconda:anaconda: progress: Configure post-installation tools 08:19:16,850 DEBUG anaconda:anaconda: installation: Task completed: Configure post-installation tools (22/41) (1.0 s) 08:19:16,851 INFO anaconda:anaconda: installation: Task started: Configure services (23/41) 08:19:16,854 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureServicesTask-1 (281473368584672) 08:19:16,855 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Disabling service: kdump. 08:19:16,855 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl disable kdump --root /mnt/sysroot 08:19:16,890 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Removed /mnt/sysroot/etc/systemd/system/multi-user.target.wants/kdump.service. 08:19:16,891 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:16,891 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: NetworkManager. 08:19:16,892 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable NetworkManager --root /mnt/sysroot 08:19:16,921 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:16,921 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: sshd. 08:19:16,921 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable sshd --root /mnt/sysroot 08:19:16,948 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:16,949 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: rsyslog. 08:19:16,949 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable rsyslog --root /mnt/sysroot 08:19:16,976 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:16,976 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: chronyd. 08:19:16,976 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable chronyd --root /mnt/sysroot 08:19:17,003 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,003 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-init. 08:19:17,003 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-init --root /mnt/sysroot 08:19:17,030 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,030 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-init-local. 08:19:17,031 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-init-local --root /mnt/sysroot 08:19:17,057 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,058 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-config. 08:19:17,058 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-config --root /mnt/sysroot 08:19:17,085 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,085 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-final. 08:19:17,086 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-final --root /mnt/sysroot 08:19:17,113 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,113 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: rngd. 08:19:17,114 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable rngd --root /mnt/sysroot 08:19:17,140 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 08:19:17,140 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureServicesTask-1 (281473368584672) 08:19:17,871 INFO anaconda:anaconda: progress: Configure services 08:19:17,872 DEBUG anaconda:anaconda: installation: Task completed: Configure services (23/41) (1.0 s) 08:19:17,872 INFO anaconda:anaconda: installation: Task started: Configure systemd default target (24/41) 08:19:17,875 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureSystemdDefaultTargetTask-1 (281473368584672) 08:19:17,877 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Setting systemd default target to: multi-user.target 08:19:17,877 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Linking /usr/lib/systemd/system/multi-user.target as systemd default target. 08:19:17,879 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureSystemdDefaultTargetTask-1 (281473368584672) 08:19:18,888 INFO anaconda:anaconda: progress: Configure systemd default target 08:19:18,889 DEBUG anaconda:anaconda: installation: Task completed: Configure systemd default target (24/41) (1.0 s) 08:19:18,889 INFO anaconda:anaconda: installation: Task started: Configure default desktop (25/41) 08:19:18,891 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureDefaultDesktopTask-1 (281473368584672) 08:19:18,892 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureDefaultDesktopTask-1 (281473368584672) 08:19:18,898 INFO anaconda:anaconda: progress: Configure default desktop 08:19:18,899 DEBUG anaconda:anaconda: installation: Task completed: Configure default desktop (25/41) (0.0 s) 08:19:18,900 INFO anaconda:anaconda: installation: Task started: Configure language (26/41) 08:19:18,903 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-LanguageInstallationTask-1 (281472697430496) 08:19:18,906 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-LanguageInstallationTask-1 (281472697430496) 08:19:18,910 INFO anaconda:anaconda: progress: Configure language 08:19:18,911 DEBUG anaconda:anaconda: installation: Task completed: Configure language (26/41) (0.0 s) 08:19:18,912 INFO anaconda:anaconda: installation: Task started: Configure keyboard (27/41) 08:19:18,914 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-KeyboardInstallationTask-1 (281472697430496) 08:19:18,918 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.18' (uid=0 pid=1759 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 08:19:18,930 INFO systemd:Starting Locale Service... 08:19:19,485 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 08:19:19,486 INFO systemd:Started Locale Service. 08:19:19,493 WARNING kernel:kauditd_printk_skb: 468 callbacks suppressed 08:19:19,493 NOTICE kernel:audit: type=1130 audit(1622708359.480:564): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 08:19:19,498 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-KeyboardInstallationTask-1 (281472697430496) 08:19:19,926 INFO anaconda:anaconda: progress: Configure keyboard 08:19:19,927 DEBUG anaconda:anaconda: installation: Task completed: Configure keyboard (27/41) (1.0 s) 08:19:19,927 INFO anaconda:anaconda: installation: Task started: Configure firewall (28/41) 08:19:19,930 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureFirewallTask-1 (281472786559456) 08:19:19,933 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:Running in chroot '/mnt/sysroot'... /usr/bin/firewall-offline-cmd --enabled --service=ssh 08:19:21,414 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:Adding service 'ssh' to default zone. 08:19:21,415 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:ALREADY_ENABLED: ssh 08:19:21,415 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:success 08:19:21,415 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:program:Return code: 0 08:19:21,416 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureFirewallTask-1 (281472786559456) 08:19:21,953 INFO anaconda:anaconda: progress: Configure firewall 08:19:21,954 DEBUG anaconda:anaconda: installation: Task completed: Configure firewall (28/41) (2.0 s) 08:19:21,955 INFO anaconda:anaconda: installation: Task started: Create groups (29/41) 08:19:21,957 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateGroupsTask-1 (281472565309920) 08:19:21,959 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateGroupsTask-1 (281472565309920) 08:19:21,964 INFO anaconda:anaconda: progress: Create groups 08:19:21,965 DEBUG anaconda:anaconda: installation: Task completed: Create groups (29/41) (0.0 s) 08:19:21,966 INFO anaconda:anaconda: installation: Task started: Create users (30/41) 08:19:21,968 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateUsersTask-1 (281472565309920) 08:19:21,969 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateUsersTask-1 (281472565309920) 08:19:21,976 INFO anaconda:anaconda: progress: Create users 08:19:21,976 DEBUG anaconda:anaconda: installation: Task completed: Create users (30/41) (0.0 s) 08:19:21,977 INFO anaconda:anaconda: installation: Task started: Configure root password (31/41) 08:19:21,979 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetRootPasswordTask-1 (281472565309920) 08:19:21,980 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:Running... chpasswd -R /mnt/sysroot -e 08:19:22,013 NOTICE kernel:audit: type=1108 audit(1622708362.000:565): pid=21088 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=updating-password id=0 exe="/usr/sbin/chpasswd" hostname=? addr=? terminal=? res=success' 08:19:22,144 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:Running... chage -R /mnt/sysroot -d root 08:19:22,173 NOTICE kernel:audit: type=1102 audit(1622708362.160:566): pid=21094 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=change-last-change-date id=0 exe="/usr/bin/chage" hostname=? addr=? terminal=? res=success' 08:19:22,239 INFO chage:changed password expiry for root 08:19:22,242 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:program:Return code: 0 08:19:22,242 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetRootPasswordTask-1 (281472565309920) 08:19:23,002 INFO anaconda:anaconda: progress: Configure root password 08:19:23,003 DEBUG anaconda:anaconda: installation: Task completed: Configure root password (31/41) (1.0 s) 08:19:23,004 INFO anaconda:anaconda: installation: Task started: Set SSH keys (32/41) 08:19:23,006 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetSshKeysTask-1 (281472565309920) 08:19:23,007 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetSshKeysTask-1 (281472565309920) 08:19:23,013 INFO anaconda:anaconda: progress: Set SSH keys 08:19:23,013 DEBUG anaconda:anaconda: installation: Task completed: Set SSH keys (32/41) (0.0 s) 08:19:23,014 INFO anaconda:anaconda: installation: Task started: Configure optional root password SSH login (33/41) 08:19:23,016 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureRootPasswordSSHLoginTask-1 (281472565309920) 08:19:23,017 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.installation:Adding an override allowing root login with password via SSH. 08:19:23,019 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureRootPasswordSSHLoginTask-1 (281472565309920) 08:19:23,023 INFO anaconda:anaconda: progress: Configure optional root password SSH login 08:19:23,024 DEBUG anaconda:anaconda: installation: Task completed: Configure optional root password SSH login (33/41) (0.0 s) 08:19:23,026 INFO anaconda:anaconda: progress: Writing network configuration 08:19:23,026 INFO anaconda:anaconda: installation: Queue started: Network configuration (11/16) 08:19:23,027 INFO anaconda:anaconda: installation: Task started: Network configuration (34/41) 08:19:23,050 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Configure ONBOOT: set to yes for [] (reqested) [] (policy) 08:19:23,051 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/6. 08:19:23,058 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureActivationOnBootTask-1 (281472786559456) 08:19:23,059 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureActivationOnBootTask-1 (281472786559456) 08:19:23,061 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Configure automatic activation on boot. 08:19:23,062 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 08:19:23,062 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:19:23,062 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:19:23,062 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:19:23,062 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:19:23,063 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 08:19:23,064 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:19:23,065 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=f99ecb0c-2493-437f-9220-f7294ce94b22 08:19:23,066 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:19:23,067 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:19:23,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect-retries': <1>, 'id': <'Wired Connection'>, 'multi-connect': <3>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'98de4f14-c3af-4150-95c2-14704853f88b'>, 'wait-device-timeout': <60000>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dhcp-vendor-class-identifier': <'anaconda-Linux'>, 'dns': <@au []>, 'dns-search': <@as []>, 'may-fail': , 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:23,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:23,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'f99ecb0c-2493-437f-9220-f7294ce94b22'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:23,110 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/7. 08:19:23,117 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-NetworkInstallationTask-1 (281472786559456) 08:19:23,124 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-NetworkInstallationTask-1 (281472786559456) 08:19:23,124 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Configure network 08:19:23,125 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/mnt/sysroot/etc/sysconfig/network-scripts/ifcfg-enp1s0: 08:19:23,125 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:19:23,125 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:19:23,125 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:19:23,126 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:19:23,127 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:19:23,127 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=0433969c-2bb4-4b8c-940c-85850b805e39 08:19:23,127 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:19:23,127 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:19:23,127 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/mnt/sysroot/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 08:19:23,128 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 08:19:23,129 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=f99ecb0c-2493-437f-9220-f7294ce94b22 08:19:23,130 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 08:19:23,130 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 08:19:23,132 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'autoconnect-retries': <1>, 'id': <'Wired Connection'>, 'multi-connect': <3>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'98de4f14-c3af-4150-95c2-14704853f88b'>, 'wait-device-timeout': <60000>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dhcp-vendor-class-identifier': <'anaconda-Linux'>, 'dns': <@au []>, 'dns-search': <@as []>, 'may-fail': , 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dhcp-timeout': <90>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:23,132 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'0433969c-2bb4-4b8c-940c-85850b805e39'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:23,133 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'f99ecb0c-2493-437f-9220-f7294ce94b22'>}, '802-3-ethernet': {'auto-negotiate': , 'mac-address-blacklist': <@as []>, 's390-options': <@a{ss} {}>}, 'ipv4': {'address-data': <@aa{sv} []>, 'dns': <@au []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'ipv6': {'addr-gen-mode': <0>, 'address-data': <@aa{sv} []>, 'dns': <@aay []>, 'dns-search': <@as []>, 'method': <'auto'>, 'route-data': <@aa{sv} []>}, 'proxy': {}} 08:19:24,132 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/8. 08:19:24,140 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-HostnameConfigurationTask-1 (281472786559456) 08:19:24,144 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-HostnameConfigurationTask-1 (281472786559456) 08:19:25,156 INFO anaconda:anaconda: progress: Network configuration 08:19:25,157 DEBUG anaconda:anaconda: installation: Task completed: Network configuration (34/41) (2.1 s) 08:19:25,157 WARNING anaconda:anaconda: installation_tasks: Attempting to start an empty task queue (User creation). 08:19:25,159 INFO anaconda:anaconda: progress: Creating users 08:19:25,159 INFO anaconda:anaconda: installation: Queue started: User creation (12/16) 08:19:25,160 WARNING anaconda:anaconda: installation_tasks: The task group User creation is empty. 08:19:25,161 INFO anaconda:anaconda: progress: Configuring addons 08:19:25,162 INFO anaconda:anaconda: installation: Queue started: Anaconda addon configuration (13/16) 08:19:25,163 INFO anaconda:anaconda: installation: Task started: Configure Anaconda addons (35/41) 08:19:25,164 INFO anaconda:anaconda: progress: Executing org_fedora_oscap addon 08:19:25,165 INFO anaconda:anaconda: progress: Executing com_redhat_kdump addon 08:19:25,166 INFO anaconda:program: Running in chroot '/mnt/sysroot'... systemctl enable kdump.service 08:19:25,199 INFO anaconda:program: Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service -> /usr/lib/systemd/system/kdump.service. 08:19:25,199 DEBUG anaconda:program: Return code: 0 08:19:25,200 INFO anaconda:anaconda: progress: Configure Anaconda addons 08:19:25,201 DEBUG anaconda:anaconda: installation: Task completed: Configure Anaconda addons (35/41) (0.0 s) 08:19:25,202 INFO anaconda:anaconda: installation: Task started: Install the system (36/41) 08:19:25,204 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Install the system' has started. 08:19:25,206 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Install the system' is complete. 08:19:25,212 INFO anaconda:anaconda: progress: Install the system 08:19:25,213 DEBUG anaconda:anaconda: installation: Task completed: Install the system (36/41) (0.0 s) 08:19:25,214 INFO anaconda:anaconda: progress: Generating initramfs 08:19:25,215 INFO anaconda:anaconda: installation: Queue started: Initramfs generation (14/16) 08:19:25,216 INFO anaconda:anaconda: installation: Task started: Generate initramfs (37/41) 08:19:25,217 DEBUG anaconda:anaconda: payload.base: new-kernel-pkg does not exist, using dracut instead. 08:19:25,531 INFO anaconda:anaconda: payload.base: recreating initrd for 4.18.0-305.3.1.el8.aarch64 08:19:25,531 INFO anaconda:program: Running in chroot '/mnt/sysroot'... depmod -a 4.18.0-305.3.1.el8.aarch64 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11469/12000 08:19:31,945 DEBUG anaconda:program: Return code: 0 08:19:31,946 INFO anaconda:program: Running in chroot '/mnt/sysroot'... dracut -f /boot/initramfs-4.18.0-305.3.1.el8.aarch64.img 4.18.0-305.3.1.el8.aarch64 08:19:32,203 NOTICE kernel:audit: type=1400 audit(1622708372.190:567): avc: denied { write } for pid=21179 comm="systemd" path="/var/tmp/dracut.jdGMQd/systemd-cat" dev="vda2" ino=4571405 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 08:19:32,203 NOTICE kernel:audit: type=1300 audit(1622708372.190:567): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaab1b8fe3e0 a1=aaab1b8f9c30 a2=aaab1b907250 a3=ffffb6d3f650 items=0 ppid=21178 pid=21179 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" subj=system_u:system_r:init_t:s0 key=(null) 08:19:32,203 NOTICE kernel:audit: type=1309 audit(1622708372.190:567): argc=2 a0="/usr/lib/systemd/systemd" a1="--version" 08:19:32,203 NOTICE kernel:audit: type=1327 audit(1622708372.190:567): proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D76657273696F6E Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11459/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11449/12000 08:19:49,604 INFO systemd:systemd-localed.service: Succeeded. 08:19:49,613 NOTICE kernel:audit: type=1131 audit(1622708389.600:568): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11439/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11429/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11419/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11409/12000 08:20:33,679 INFO anaconda:program: dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 08:20:33,680 DEBUG anaconda:program: Return code: 0 08:20:33,681 INFO anaconda:anaconda: progress: Generate initramfs 08:20:33,681 DEBUG anaconda:anaconda: installation: Task completed: Generate initramfs (37/41) (68.5 s) 08:20:33,682 INFO anaconda:anaconda: installation: Task started: Rerun zipl (38/41) 08:20:33,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-FixZIPLBootloaderTask-1 (281473087959520) 08:20:33,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.installation:ZIPL can be run only on s390x. 08:20:33,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-FixZIPLBootloaderTask-1 (281473087959520) 08:20:33,692 INFO anaconda:anaconda: progress: Rerun zipl 08:20:33,693 DEBUG anaconda:anaconda: installation: Task completed: Rerun zipl (38/41) (0.0 s) 08:20:33,694 INFO anaconda:anaconda: installation: Task started: Join a realm (39/41) 08:20:33,696 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-RealmJoinTask-1 (281472799273440) 08:20:33,697 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:No realm has been discovered, so not joining any realm. 08:20:33,698 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-RealmJoinTask-1 (281472799273440) 08:20:33,703 INFO anaconda:anaconda: progress: Join a realm 08:20:33,704 DEBUG anaconda:anaconda: installation: Task completed: Join a realm (39/41) (0.0 s) 08:20:33,705 INFO anaconda:anaconda: progress: Running post-installation scripts 08:20:33,706 INFO anaconda:anaconda: installation: Queue started: Post installation scripts (15/16) 08:20:33,707 INFO anaconda:anaconda: installation: Task started: Run post installation scripts (40/41) 08:20:33,707 INFO anaconda:anaconda: kickstart.script: Running kickstart %%post script(s) 08:20:33,710 INFO anaconda:program: Running in chroot '/mnt/sysroot'... /bin/sh /tmp/ks-script-934z0jy8 08:20:33,793 NOTICE kernel:audit: type=1108 audit(1622708433.780:569): pid=29847 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=deleted-password id=0 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success' 08:20:33,823 NOTICE kernel:audit: type=1135 audit(1622708433.810:570): pid=29848 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=locked-password id=0 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success' Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11399/12000 08:20:36,873 NOTICE kernel:audit: type=1138 audit(1622708436.860:571): pid=29859 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="linux-firmware-20201218-102.git05789708.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,922 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 08:20:40,933 NOTICE kernel:audit: type=1130 audit(1622708440.920:572): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-rf77d7ca1abf547afab6144b09af2ee78 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 08:20:40,933 NOTICE kernel:audit: type=1138 audit(1622708440.920:573): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-0.9.3-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,943 NOTICE kernel:audit: type=1138 audit(1622708440.930:574): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-ebtables-1.8.4-17.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,943 NOTICE kernel:audit: type=1138 audit(1622708440.930:575): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-firewall-0.9.3-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,943 NOTICE kernel:audit: type=1138 audit(1622708440.930:576): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-1.8.4-17.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,943 NOTICE kernel:audit: type=1138 audit(1622708440.930:577): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="ipset-7.1-1.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,943 NOTICE kernel:audit: type=1138 audit(1622708440.930:578): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-nftables-1:0.9.3-18.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,944 NOTICE kernel:audit: type=1138 audit(1622708440.930:579): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-filesystem-0.9.3-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,944 NOTICE kernel:audit: type=1138 audit(1622708440.930:580): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="nftables-1:0.9.3-18.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,944 NOTICE kernel:audit: type=1138 audit(1622708440.930:581): pid=29862 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="libnetfilter_conntrack-1.0.6-5.el8.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/libexec/platform-python3.6" hostname=? addr=? terminal=? res=success' 08:20:40,946 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 08:20:40,948 NOTICE systemd:run-rf77d7ca1abf547afab6144b09af2ee78.service: Main process exited, code=exited, status=5/NOTINSTALLED 08:20:40,949 WARNING systemd:run-rf77d7ca1abf547afab6144b09af2ee78.service: Failed with result 'exit-code'. Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11389/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11379/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11369/12000 08:21:08,973 DEBUG NetworkManager: [1622708468.9734] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 528.502 seconds Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11359/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11349/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11339/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11329/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11319/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11309/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11299/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11289/12000 08:22:31,823 WARNING kernel:kauditd_printk_skb: 4 callbacks suppressed 08:22:31,823 NOTICE kernel:audit: type=1400 audit(1622708551.810:586): avc: denied { associate } for pid=30129 comm="restorecon" name="tracing" dev="sysfs" ino=117 scontext=system_u:object_r:tracefs_t:s0 tcontext=system_u:object_r:sysfs_t:s0 tclass=filesystem permissive=1 08:22:31,823 NOTICE kernel:audit: type=1300 audit(1622708551.810:586): arch=c00000b7 syscall=6 success=yes exit=0 a0=aaaadfa93e40 a1=ffff92fde470 a2=aaaadfca2990 a3=1f items=0 ppid=29918 pid=30129 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="restorecon" exe="/usr/sbin/setfiles" subj=system_u:system_r:kernel_t:s0 key=(null) 08:22:31,823 NOTICE kernel:audit: type=1327 audit(1622708551.810:586): proctitle=2F7362696E2F726573746F7265636F6E002D69002D52002D66002D Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11279/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11269/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11259/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11249/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11239/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11229/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11219/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11209/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11199/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11189/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11179/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11169/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11159/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11149/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11139/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11129/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11119/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11109/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11099/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11089/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11079/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11069/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11059/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11049/12000 08:26:32,188 INFO systemd:Starting Cleanup of Temporary Directories... 08:26:32,241 INFO systemd:systemd-tmpfiles-clean.service: Succeeded. 08:26:32,243 INFO systemd:Started Cleanup of Temporary Directories. 08:26:32,253 NOTICE kernel:audit: type=1130 audit(1622708792.240:587): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 08:26:32,253 NOTICE kernel:audit: type=1131 audit(1622708792.240:588): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11039/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11029/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11019/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 11009/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10999/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10988/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10978/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10968/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10958/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10948/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10938/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10928/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10918/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10908/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10898/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10888/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10878/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10868/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10858/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10848/12000 08:29:57,483 DEBUG NetworkManager: [1622708997.4832] ndisc[0xaaaadf0ffc00,"enp1s0"]: solicit: schedule sending next solicitation in 1008.690 seconds Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10838/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10828/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10818/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10808/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10798/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10788/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10778/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10768/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10758/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10748/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10738/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10728/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10718/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10708/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10698/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10688/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10678/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10668/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10658/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10648/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10638/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10628/12000 08:33:31,293 NOTICE kernel:audit: type=2309 audit(1622709211.280:589): pid=30129 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=mass relabel exe="/usr/sbin/setfiles" hostname=? addr=? terminal=? res=failed' 08:33:31,723 NOTICE kernel:audit: type=1400 audit(1622709211.710:590): avc: denied { write } for pid=30263 comm="systemd" path="/var/tmp/dracut.4i0Ydo/systemd-cat" dev="vda2" ino=8936183 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 08:33:31,723 NOTICE kernel:audit: type=1300 audit(1622709211.710:590): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaace24e520 a1=aaaace24e3d0 a2=aaaace257090 a3=ffffa410f650 items=0 ppid=30262 pid=30263 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" subj=system_u:system_r:init_t:s0 key=(null) 08:33:31,723 NOTICE kernel:audit: type=1309 audit(1622709211.710:590): argc=2 a0="/usr/lib/systemd/systemd" a1="--version" 08:33:31,723 NOTICE kernel:audit: type=1327 audit(1622709211.710:590): proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D76657273696F6E Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10618/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10608/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10598/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10588/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10578/12000 08:34:23,808 INFO anaconda:program: Removing password for user root. 08:34:23,809 INFO anaconda:program: passwd: Success 08:34:23,809 INFO anaconda:program: Locking password for user root. 08:34:23,809 INFO anaconda:program: passwd: Success 08:34:23,810 INFO anaconda:program: Creating grub.conf for pvgrub 08:34:23,810 INFO anaconda:program: . 08:34:23,811 INFO anaconda:program: Dependencies resolved. 08:34:23,811 INFO anaconda:program: ================================================================================ 08:34:23,812 INFO anaconda:program: Package Arch Version Repository Size 08:34:23,812 INFO anaconda:program: ================================================================================ 08:34:23,813 INFO anaconda:program: Removing: 08:34:23,814 INFO anaconda:program: linux-firmware noarch 20201218-102.git05789708.el8 @anaconda 448 M 08:34:23,814 INFO anaconda:program: 08:34:23,815 INFO anaconda:program: Transaction Summary 08:34:23,815 INFO anaconda:program: ================================================================================ 08:34:23,816 INFO anaconda:program: Remove 1 Package 08:34:23,816 INFO anaconda:program: 08:34:23,817 INFO anaconda:program: Freed space: 448 M 08:34:23,817 INFO anaconda:program: Running transaction check 08:34:23,818 INFO anaconda:program: Transaction check succeeded. 08:34:23,818 INFO anaconda:program: Running transaction test 08:34:23,819 INFO anaconda:program: Transaction test succeeded. 08:34:23,819 INFO anaconda:program: Running transaction 08:34:23,820 INFO anaconda:program: Preparing : 1/1 08:34:23,820 INFO anaconda:program: Erasing : linux-firmware-20201218-102.git05789708.el8.noarch 1/1 08:34:23,821 INFO anaconda:program: Running scriptlet: linux-firmware-20201218-102.git05789708.el8.noarch 1/1 08:34:23,821 INFO anaconda:program: Verifying : linux-firmware-20201218-102.git05789708.el8.noarch 1/1 08:34:23,822 INFO anaconda:program: 08:34:23,822 INFO anaconda:program: Removed: 08:34:23,823 INFO anaconda:program: linux-firmware-20201218-102.git05789708.el8.noarch 08:34:23,824 INFO anaconda:program: 08:34:23,824 INFO anaconda:program: Complete! 08:34:23,825 INFO anaconda:program: Dependencies resolved. 08:34:23,825 INFO anaconda:program: ================================================================================ 08:34:23,826 INFO anaconda:program: Package Arch Version Repository Size 08:34:23,826 INFO anaconda:program: ================================================================================ 08:34:23,827 INFO anaconda:program: Removing: 08:34:23,827 INFO anaconda:program: firewalld noarch 0.9.3-1.el8 @anaconda 2.0 M 08:34:23,828 INFO anaconda:program: Removing unused dependencies: 08:34:23,828 INFO anaconda:program: firewalld-filesystem noarch 0.9.3-1.el8 @anaconda 239 08:34:23,829 INFO anaconda:program: ipset aarch64 7.1-1.el8 @anaconda 124 k 08:34:23,829 INFO anaconda:program: ipset-libs aarch64 7.1-1.el8 @anaconda 331 k 08:34:23,830 INFO anaconda:program: iptables aarch64 1.8.4-17.el8 @anaconda 8.6 M 08:34:23,830 INFO anaconda:program: iptables-ebtables aarch64 1.8.4-17.el8 @anaconda 14 k 08:34:23,831 INFO anaconda:program: libnetfilter_conntrack aarch64 1.0.6-5.el8 @anaconda 164 k 08:34:23,831 INFO anaconda:program: libnfnetlink aarch64 1.0.1-13.el8 @anaconda 87 k 08:34:23,832 INFO anaconda:program: libnftnl aarch64 1.1.5-4.el8 @anaconda 221 k 08:34:23,832 INFO anaconda:program: nftables aarch64 1:0.9.3-18.el8 @anaconda 829 k 08:34:23,833 INFO anaconda:program: python3-firewall noarch 0.9.3-1.el8 @anaconda 2.0 M 08:34:23,834 INFO anaconda:program: python3-nftables aarch64 1:0.9.3-18.el8 @anaconda 28 k 08:34:23,834 INFO anaconda:program: 08:34:23,835 INFO anaconda:program: Transaction Summary 08:34:23,835 INFO anaconda:program: ================================================================================ 08:34:23,836 INFO anaconda:program: Remove 12 Packages 08:34:23,836 INFO anaconda:program: 08:34:23,837 INFO anaconda:program: Freed space: 14 M 08:34:23,837 INFO anaconda:program: Running transaction check 08:34:23,838 INFO anaconda:program: Transaction check succeeded. 08:34:23,838 INFO anaconda:program: Running transaction test 08:34:23,839 INFO anaconda:program: Transaction test succeeded. 08:34:23,839 INFO anaconda:program: Running transaction 08:34:23,840 INFO anaconda:program: Preparing : 1/1 08:34:23,840 INFO anaconda:program: Running scriptlet: firewalld-0.9.3-1.el8.noarch 1/1 08:34:23,841 INFO anaconda:program: Running scriptlet: firewalld-0.9.3-1.el8.noarch 1/12 08:34:23,841 INFO anaconda:program: Erasing : firewalld-0.9.3-1.el8.noarch 1/12 08:34:23,842 INFO anaconda:program: Running scriptlet: firewalld-0.9.3-1.el8.noarch 1/12 08:34:23,842 INFO anaconda:program: Running in chroot, ignoring request: daemon-reload 08:34:23,843 INFO anaconda:program: 08:34:23,844 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-17.el8.aarch64 2/12 08:34:23,844 INFO anaconda:program: Erasing : iptables-ebtables-1.8.4-17.el8.aarch64 2/12 08:34:23,845 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-17.el8.aarch64 2/12 08:34:23,845 INFO anaconda:program: Erasing : python3-firewall-0.9.3-1.el8.noarch 3/12 08:34:23,846 INFO anaconda:program: Erasing : iptables-1.8.4-17.el8.aarch64 4/12 08:34:23,846 INFO anaconda:program: Running scriptlet: iptables-1.8.4-17.el8.aarch64 4/12 08:34:23,847 INFO anaconda:program: Running scriptlet: ipset-7.1-1.el8.aarch64 5/12 08:34:23,847 INFO anaconda:program: Erasing : ipset-7.1-1.el8.aarch64 5/12 08:34:23,848 INFO anaconda:program: Erasing : python3-nftables-1:0.9.3-18.el8.aarch64 6/12 08:34:23,848 INFO anaconda:program: Erasing : firewalld-filesystem-0.9.3-1.el8.noarch 7/12 08:34:23,849 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-18.el8.aarch64 8/12 08:34:23,849 INFO anaconda:program: Erasing : nftables-1:0.9.3-18.el8.aarch64 8/12 08:34:23,850 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-18.el8.aarch64 8/12 08:34:23,850 INFO anaconda:program: Erasing : libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 08:34:23,851 INFO anaconda:program: Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 08:34:23,851 INFO anaconda:program: Erasing : libnfnetlink-1.0.1-13.el8.aarch64 10/12 08:34:23,852 INFO anaconda:program: Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64 10/12 08:34:23,852 INFO anaconda:program: Erasing : libnftnl-1.1.5-4.el8.aarch64 11/12 08:34:23,853 INFO anaconda:program: Running scriptlet: libnftnl-1.1.5-4.el8.aarch64 11/12 08:34:23,854 INFO anaconda:program: Erasing : ipset-libs-7.1-1.el8.aarch64 12/12 08:34:23,854 INFO anaconda:program: Running scriptlet: ipset-libs-7.1-1.el8.aarch64 12/12 08:34:23,855 INFO anaconda:program: Verifying : firewalld-0.9.3-1.el8.noarch 1/12 08:34:23,855 INFO anaconda:program: Verifying : firewalld-filesystem-0.9.3-1.el8.noarch 2/12 08:34:23,856 INFO anaconda:program: Verifying : ipset-7.1-1.el8.aarch64 3/12 08:34:23,856 INFO anaconda:program: Verifying : ipset-libs-7.1-1.el8.aarch64 4/12 08:34:23,857 INFO anaconda:program: Verifying : iptables-1.8.4-17.el8.aarch64 5/12 08:34:23,857 INFO anaconda:program: Verifying : iptables-ebtables-1.8.4-17.el8.aarch64 6/12 08:34:23,858 INFO anaconda:program: Verifying : libnetfilter_conntrack-1.0.6-5.el8.aarch64 7/12 08:34:23,858 INFO anaconda:program: Verifying : libnfnetlink-1.0.1-13.el8.aarch64 8/12 08:34:23,859 INFO anaconda:program: Verifying : libnftnl-1.1.5-4.el8.aarch64 9/12 08:34:23,859 INFO anaconda:program: Verifying : nftables-1:0.9.3-18.el8.aarch64 10/12 08:34:23,860 INFO anaconda:program: Verifying : python3-firewall-0.9.3-1.el8.noarch 11/12 08:34:23,860 INFO anaconda:program: Verifying : python3-nftables-1:0.9.3-18.el8.aarch64 12/12 08:34:23,861 INFO anaconda:program: 08:34:23,861 INFO anaconda:program: Removed: 08:34:23,862 INFO anaconda:program: firewalld-0.9.3-1.el8.noarch 08:34:23,862 INFO anaconda:program: firewalld-filesystem-0.9.3-1.el8.noarch 08:34:23,863 INFO anaconda:program: ipset-7.1-1.el8.aarch64 08:34:23,863 INFO anaconda:program: ipset-libs-7.1-1.el8.aarch64 08:34:23,864 INFO anaconda:program: iptables-1.8.4-17.el8.aarch64 08:34:23,865 INFO anaconda:program: iptables-ebtables-1.8.4-17.el8.aarch64 08:34:23,865 INFO anaconda:program: libnetfilter_conntrack-1.0.6-5.el8.aarch64 08:34:23,866 INFO anaconda:program: libnfnetlink-1.0.1-13.el8.aarch64 08:34:23,866 INFO anaconda:program: libnftnl-1.1.5-4.el8.aarch64 08:34:23,867 INFO anaconda:program: nftables-1:0.9.3-18.el8.aarch64 08:34:23,867 INFO anaconda:program: python3-firewall-0.9.3-1.el8.noarch 08:34:23,868 INFO anaconda:program: python3-nftables-1:0.9.3-18.el8.aarch64 08:34:23,868 INFO anaconda:program: 08:34:23,869 INFO anaconda:program: Complete! 08:34:23,869 INFO anaconda:program: No match for argument: avahi* 08:34:23,870 INFO anaconda:program: No packages marked for removal. 08:34:23,870 INFO anaconda:program: Dependencies resolved. 08:34:23,871 INFO anaconda:program: Nothing to do. 08:34:23,871 INFO anaconda:program: Complete! 08:34:23,872 INFO anaconda:program: . 08:34:23,872 INFO anaconda:program: Created symlink /etc/systemd/system/tmp.mount -> /dev/null. 08:34:23,873 INFO anaconda:program: 0 files removed 08:34:23,873 INFO anaconda:program: Fixing SELinux contexts. 08:34:23,874 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man0p restorecon: No such file or directory. 08:34:23,875 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1 restorecon: No such file or directory. 08:34:23,875 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1p restorecon: No such file or directory. 08:34:23,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1x restorecon: No such file or directory. 08:34:23,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2 restorecon: No such file or directory. 08:34:23,877 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2x restorecon: No such file or directory. 08:34:23,877 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3 restorecon: No such file or directory. 08:34:23,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3p restorecon: No such file or directory. 08:34:23,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3x restorecon: No such file or directory. 08:34:23,879 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4 restorecon: No such file or directory. 08:34:23,879 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4x restorecon: No such file or directory. 08:34:23,880 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5 restorecon: No such file or directory. 08:34:23,880 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5x restorecon: No such file or directory. 08:34:23,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6 restorecon: No such file or directory. 08:34:23,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6x restorecon: No such file or directory. 08:34:23,882 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7 restorecon: No such file or directory. 08:34:23,882 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7x restorecon: No such file or directory. 08:34:23,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8 restorecon: No such file or directory. 08:34:23,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8x restorecon: No such file or directory. 08:34:23,884 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9 restorecon: No such file or directory. 08:34:23,884 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9x restorecon: No such file or directory. 08:34:23,885 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/mann restorecon: No such file or directory. 08:34:23,886 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man0p restorecon: No such file or directory. 08:34:23,886 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1 restorecon: No such file or directory. 08:34:23,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1p restorecon: No such file or directory. 08:34:23,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1x restorecon: No such file or directory. 08:34:23,888 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2 restorecon: No such file or directory. 08:34:23,888 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2x restorecon: No such file or directory. 08:34:23,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3 restorecon: No such file or directory. 08:34:23,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3p restorecon: No such file or directory. 08:34:23,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3x restorecon: No such file or directory. 08:34:23,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4 restorecon: No such file or directory. 08:34:23,891 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4x restorecon: No such file or directory. 08:34:23,891 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5 restorecon: No such file or directory. 08:34:23,892 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5x restorecon: No such file or directory. 08:34:23,892 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6 restorecon: No such file or directory. 08:34:23,893 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6x restorecon: No such file or directory. 08:34:23,893 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7 restorecon: No such file or directory. 08:34:23,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7x restorecon: No such file or directory. 08:34:23,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8 restorecon: No such file or directory. 08:34:23,895 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8x restorecon: No such file or directory. 08:34:23,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9 restorecon: No such file or directory. 08:34:23,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9x restorecon: No such file or directory. 08:34:23,897 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/mann restorecon: No such file or directory. 08:34:23,897 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man0p restorecon: No such file or directory. 08:34:23,898 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1 restorecon: No such file or directory. 08:34:23,898 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1p restorecon: No such file or directory. 08:34:23,899 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1x restorecon: No such file or directory. 08:34:23,899 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2 restorecon: No such file or directory. 08:34:23,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2x restorecon: No such file or directory. 08:34:23,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3 restorecon: No such file or directory. 08:34:23,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3p restorecon: No such file or directory. 08:34:23,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3x restorecon: No such file or directory. 08:34:23,902 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4 restorecon: No such file or directory. 08:34:23,902 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4x restorecon: No such file or directory. 08:34:23,903 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5 restorecon: No such file or directory. 08:34:23,903 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5x restorecon: No such file or directory. 08:34:23,904 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6 restorecon: No such file or directory. 08:34:23,904 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6x restorecon: No such file or directory. 08:34:23,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7 restorecon: No such file or directory. 08:34:23,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7x restorecon: No such file or directory. 08:34:23,906 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8 restorecon: No such file or directory. 08:34:23,906 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8x restorecon: No such file or directory. 08:34:23,907 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9 restorecon: No such file or directory. 08:34:23,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9x restorecon: No such file or directory. 08:34:23,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/mann restorecon: No such file or directory. 08:34:23,909 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man0p restorecon: No such file or directory. 08:34:23,909 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1 restorecon: No such file or directory. 08:34:23,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1p restorecon: No such file or directory. 08:34:23,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1x restorecon: No such file or directory. 08:34:23,911 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2 restorecon: No such file or directory. 08:34:23,911 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2x restorecon: No such file or directory. 08:34:23,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3 restorecon: No such file or directory. 08:34:23,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3p restorecon: No such file or directory. 08:34:23,913 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3x restorecon: No such file or directory. 08:34:23,913 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4 restorecon: No such file or directory. 08:34:23,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4x restorecon: No such file or directory. 08:34:23,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5 restorecon: No such file or directory. 08:34:23,915 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5x restorecon: No such file or directory. 08:34:23,915 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6 restorecon: No such file or directory. 08:34:23,916 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6x restorecon: No such file or directory. 08:34:23,916 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7 restorecon: No such file or directory. 08:34:23,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7x restorecon: No such file or directory. 08:34:23,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8 restorecon: No such file or directory. 08:34:23,918 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8x restorecon: No such file or directory. 08:34:23,918 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9 restorecon: No such file or directory. 08:34:23,919 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9x restorecon: No such file or directory. 08:34:23,920 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/mann restorecon: No such file or directory. 08:34:23,920 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man0p restorecon: No such file or directory. 08:34:23,921 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1 restorecon: No such file or directory. 08:34:23,921 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1p restorecon: No such file or directory. 08:34:23,922 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1x restorecon: No such file or directory. 08:34:23,922 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2 restorecon: No such file or directory. 08:34:23,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2x restorecon: No such file or directory. 08:34:23,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3 restorecon: No such file or directory. 08:34:23,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3p restorecon: No such file or directory. 08:34:23,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3x restorecon: No such file or directory. 08:34:23,925 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4 restorecon: No such file or directory. 08:34:23,925 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4x restorecon: No such file or directory. 08:34:23,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5 restorecon: No such file or directory. 08:34:23,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5x restorecon: No such file or directory. 08:34:23,927 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6 restorecon: No such file or directory. 08:34:23,927 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6x restorecon: No such file or directory. 08:34:23,928 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7 restorecon: No such file or directory. 08:34:23,928 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7x restorecon: No such file or directory. 08:34:23,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8 restorecon: No such file or directory. 08:34:23,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8x restorecon: No such file or directory. 08:34:23,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9 restorecon: No such file or directory. 08:34:23,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9x restorecon: No such file or directory. 08:34:23,931 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/mann restorecon: No such file or directory. 08:34:23,931 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man0p restorecon: No such file or directory. 08:34:23,932 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1 restorecon: No such file or directory. 08:34:23,933 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1p restorecon: No such file or directory. 08:34:23,933 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1x restorecon: No such file or directory. 08:34:23,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2 restorecon: No such file or directory. 08:34:23,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2x restorecon: No such file or directory. 08:34:23,935 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3 restorecon: No such file or directory. 08:34:23,935 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3p restorecon: No such file or directory. 08:34:23,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3x restorecon: No such file or directory. 08:34:23,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4 restorecon: No such file or directory. 08:34:23,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4x restorecon: No such file or directory. 08:34:23,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5 restorecon: No such file or directory. 08:34:23,938 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5x restorecon: No such file or directory. 08:34:23,938 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6 restorecon: No such file or directory. 08:34:23,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6x restorecon: No such file or directory. 08:34:23,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7 restorecon: No such file or directory. 08:34:23,940 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7x restorecon: No such file or directory. 08:34:23,940 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8 restorecon: No such file or directory. 08:34:23,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8x restorecon: No such file or directory. 08:34:23,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9 restorecon: No such file or directory. 08:34:23,942 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9x restorecon: No such file or directory. 08:34:23,942 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/mann restorecon: No such file or directory. 08:34:23,943 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man0p restorecon: No such file or directory. 08:34:23,944 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1 restorecon: No such file or directory. 08:34:23,944 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1p restorecon: No such file or directory. 08:34:23,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1x restorecon: No such file or directory. 08:34:23,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2 restorecon: No such file or directory. 08:34:23,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2x restorecon: No such file or directory. 08:34:23,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3 restorecon: No such file or directory. 08:34:23,947 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3p restorecon: No such file or directory. 08:34:23,947 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3x restorecon: No such file or directory. 08:34:23,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4 restorecon: No such file or directory. 08:34:23,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4x restorecon: No such file or directory. 08:34:23,949 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5 restorecon: No such file or directory. 08:34:23,949 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5x restorecon: No such file or directory. 08:34:23,950 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6 restorecon: No such file or directory. 08:34:23,950 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6x restorecon: No such file or directory. 08:34:23,951 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7 restorecon: No such file or directory. 08:34:23,951 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7x restorecon: No such file or directory. 08:34:23,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8 restorecon: No such file or directory. 08:34:23,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8x restorecon: No such file or directory. 08:34:23,953 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9 restorecon: No such file or directory. 08:34:23,953 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9x restorecon: No such file or directory. 08:34:23,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/mann restorecon: No such file or directory. 08:34:23,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man0p restorecon: No such file or directory. 08:34:23,955 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1 restorecon: No such file or directory. 08:34:23,956 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1p restorecon: No such file or directory. 08:34:23,956 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1x restorecon: No such file or directory. 08:34:23,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2 restorecon: No such file or directory. 08:34:23,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2x restorecon: No such file or directory. 08:34:23,958 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3 restorecon: No such file or directory. 08:34:23,958 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3p restorecon: No such file or directory. 08:34:23,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3x restorecon: No such file or directory. 08:34:23,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4 restorecon: No such file or directory. 08:34:23,960 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4x restorecon: No such file or directory. 08:34:23,960 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5 restorecon: No such file or directory. 08:34:23,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5x restorecon: No such file or directory. 08:34:23,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6 restorecon: No such file or directory. 08:34:23,962 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6x restorecon: No such file or directory. 08:34:23,962 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7 restorecon: No such file or directory. 08:34:23,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7x restorecon: No such file or directory. 08:34:23,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8 restorecon: No such file or directory. 08:34:23,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8x restorecon: No such file or directory. 08:34:23,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9 restorecon: No such file or directory. 08:34:23,965 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9x restorecon: No such file or directory. 08:34:23,965 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/mann restorecon: No such file or directory. 08:34:23,966 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man0p restorecon: No such file or directory. 08:34:23,967 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1 restorecon: No such file or directory. 08:34:23,967 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1p restorecon: No such file or directory. 08:34:23,968 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1x restorecon: No such file or directory. 08:34:23,968 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2 restorecon: No such file or directory. 08:34:23,969 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2x restorecon: No such file or directory. 08:34:23,969 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3 restorecon: No such file or directory. 08:34:23,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3p restorecon: No such file or directory. 08:34:23,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3x restorecon: No such file or directory. 08:34:23,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4 restorecon: No such file or directory. 08:34:23,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4x restorecon: No such file or directory. 08:34:23,972 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5 restorecon: No such file or directory. 08:34:23,972 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5x restorecon: No such file or directory. 08:34:23,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6 restorecon: No such file or directory. 08:34:23,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6x restorecon: No such file or directory. 08:34:23,974 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7 restorecon: No such file or directory. 08:34:23,974 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7x restorecon: No such file or directory. 08:34:23,975 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8 restorecon: No such file or directory. 08:34:23,976 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8x restorecon: No such file or directory. 08:34:23,976 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9 restorecon: No such file or directory. 08:34:23,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9x restorecon: No such file or directory. 08:34:23,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/mann restorecon: No such file or directory. 08:34:23,978 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man0p restorecon: No such file or directory. 08:34:23,978 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1 restorecon: No such file or directory. 08:34:23,979 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1p restorecon: No such file or directory. 08:34:23,980 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1x restorecon: No such file or directory. 08:34:23,980 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2 restorecon: No such file or directory. 08:34:23,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2x restorecon: No such file or directory. 08:34:23,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3 restorecon: No such file or directory. 08:34:23,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3p restorecon: No such file or directory. 08:34:23,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3x restorecon: No such file or directory. 08:34:23,983 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4 restorecon: No such file or directory. 08:34:23,983 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4x restorecon: No such file or directory. 08:34:23,984 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5 restorecon: No such file or directory. 08:34:23,985 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5x restorecon: No such file or directory. 08:34:23,985 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6 restorecon: No such file or directory. 08:34:23,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6x restorecon: No such file or directory. 08:34:23,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7 restorecon: No such file or directory. 08:34:23,987 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7x restorecon: No such file or directory. 08:34:23,987 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8 restorecon: No such file or directory. 08:34:23,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8x restorecon: No such file or directory. 08:34:23,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9 restorecon: No such file or directory. 08:34:23,989 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9x restorecon: No such file or directory. 08:34:23,990 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/mann restorecon: No such file or directory. 08:34:23,990 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man0p restorecon: No such file or directory. 08:34:23,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1 restorecon: No such file or directory. 08:34:23,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1p restorecon: No such file or directory. 08:34:23,992 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1x restorecon: No such file or directory. 08:34:23,992 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2 restorecon: No such file or directory. 08:34:23,993 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2x restorecon: No such file or directory. 08:34:23,994 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3 restorecon: No such file or directory. 08:34:23,994 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3p restorecon: No such file or directory. 08:34:23,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3x restorecon: No such file or directory. 08:34:23,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4 restorecon: No such file or directory. 08:34:23,996 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4x restorecon: No such file or directory. 08:34:23,996 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5 restorecon: No such file or directory. 08:34:23,997 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5x restorecon: No such file or directory. 08:34:23,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6 restorecon: No such file or directory. 08:34:23,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6x restorecon: No such file or directory. 08:34:23,999 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7 restorecon: No such file or directory. 08:34:23,999 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7x restorecon: No such file or directory. 08:34:24,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8 restorecon: No such file or directory. 08:34:24,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8x restorecon: No such file or directory. 08:34:24,001 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9 restorecon: No such file or directory. 08:34:24,001 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9x restorecon: No such file or directory. 08:34:24,002 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/mann restorecon: No such file or directory. 08:34:24,003 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man0p restorecon: No such file or directory. 08:34:24,003 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1 restorecon: No such file or directory. 08:34:24,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1p restorecon: No such file or directory. 08:34:24,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1x restorecon: No such file or directory. 08:34:24,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2 restorecon: No such file or directory. 08:34:24,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2x restorecon: No such file or directory. 08:34:24,006 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3 restorecon: No such file or directory. 08:34:24,006 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3p restorecon: No such file or directory. 08:34:24,007 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3x restorecon: No such file or directory. 08:34:24,008 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4 restorecon: No such file or directory. 08:34:24,008 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4x restorecon: No such file or directory. 08:34:24,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5 restorecon: No such file or directory. 08:34:24,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5x restorecon: No such file or directory. 08:34:24,010 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6 restorecon: No such file or directory. 08:34:24,010 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6x restorecon: No such file or directory. 08:34:24,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7 restorecon: No such file or directory. 08:34:24,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7x restorecon: No such file or directory. 08:34:24,012 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8 restorecon: No such file or directory. 08:34:24,013 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8x restorecon: No such file or directory. 08:34:24,013 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9 restorecon: No such file or directory. 08:34:24,014 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9x restorecon: No such file or directory. 08:34:24,014 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/mann restorecon: No such file or directory. 08:34:24,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man0p restorecon: No such file or directory. 08:34:24,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1 restorecon: No such file or directory. 08:34:24,016 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1p restorecon: No such file or directory. 08:34:24,017 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1x restorecon: No such file or directory. 08:34:24,017 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2 restorecon: No such file or directory. 08:34:24,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2x restorecon: No such file or directory. 08:34:24,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3 restorecon: No such file or directory. 08:34:24,019 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3p restorecon: No such file or directory. 08:34:24,019 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3x restorecon: No such file or directory. 08:34:24,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4 restorecon: No such file or directory. 08:34:24,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4x restorecon: No such file or directory. 08:34:24,021 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5 restorecon: No such file or directory. 08:34:24,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5x restorecon: No such file or directory. 08:34:24,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6 restorecon: No such file or directory. 08:34:24,023 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6x restorecon: No such file or directory. 08:34:24,023 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7 restorecon: No such file or directory. 08:34:24,024 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7x restorecon: No such file or directory. 08:34:24,024 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8 restorecon: No such file or directory. 08:34:24,025 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8x restorecon: No such file or directory. 08:34:24,026 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9 restorecon: No such file or directory. 08:34:24,026 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9x restorecon: No such file or directory. 08:34:24,027 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/mann restorecon: No such file or directory. 08:34:24,027 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man0p restorecon: No such file or directory. 08:34:24,028 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1 restorecon: No such file or directory. 08:34:24,028 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1p restorecon: No such file or directory. 08:34:24,029 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1x restorecon: No such file or directory. 08:34:24,029 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2 restorecon: No such file or directory. 08:34:24,030 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2x restorecon: No such file or directory. 08:34:24,031 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3 restorecon: No such file or directory. 08:34:24,031 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3p restorecon: No such file or directory. 08:34:24,032 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3x restorecon: No such file or directory. 08:34:24,032 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4 restorecon: No such file or directory. 08:34:24,033 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4x restorecon: No such file or directory. 08:34:24,033 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5 restorecon: No such file or directory. 08:34:24,034 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5x restorecon: No such file or directory. 08:34:24,034 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6 restorecon: No such file or directory. 08:34:24,035 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6x restorecon: No such file or directory. 08:34:24,036 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7 restorecon: No such file or directory. 08:34:24,036 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7x restorecon: No such file or directory. 08:34:24,037 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8 restorecon: No such file or directory. 08:34:24,037 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8x restorecon: No such file or directory. 08:34:24,038 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9 restorecon: No such file or directory. 08:34:24,038 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9x restorecon: No such file or directory. 08:34:24,039 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/mann restorecon: No such file or directory. 08:34:24,039 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man0p restorecon: No such file or directory. 08:34:24,040 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1 restorecon: No such file or directory. 08:34:24,041 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1p restorecon: No such file or directory. 08:34:24,041 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1x restorecon: No such file or directory. 08:34:24,042 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2 restorecon: No such file or directory. 08:34:24,042 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2x restorecon: No such file or directory. 08:34:24,043 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3 restorecon: No such file or directory. 08:34:24,043 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3p restorecon: No such file or directory. 08:34:24,044 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3x restorecon: No such file or directory. 08:34:24,045 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4 restorecon: No such file or directory. 08:34:24,045 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4x restorecon: No such file or directory. 08:34:24,046 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5 restorecon: No such file or directory. 08:34:24,046 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5x restorecon: No such file or directory. 08:34:24,047 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6 restorecon: No such file or directory. 08:34:24,047 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6x restorecon: No such file or directory. 08:34:24,048 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7 restorecon: No such file or directory. 08:34:24,048 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7x restorecon: No such file or directory. 08:34:24,049 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8 restorecon: No such file or directory. 08:34:24,050 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8x restorecon: No such file or directory. 08:34:24,050 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9 restorecon: No such file or directory. 08:34:24,051 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9x restorecon: No such file or directory. 08:34:24,051 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/mann restorecon: No such file or directory. 08:34:24,052 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man0p restorecon: No such file or directory. 08:34:24,052 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1 restorecon: No such file or directory. 08:34:24,053 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1p restorecon: No such file or directory. 08:34:24,053 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1x restorecon: No such file or directory. 08:34:24,054 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2 restorecon: No such file or directory. 08:34:24,055 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2x restorecon: No such file or directory. 08:34:24,055 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3 restorecon: No such file or directory. 08:34:24,056 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3p restorecon: No such file or directory. 08:34:24,056 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3x restorecon: No such file or directory. 08:34:24,057 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4 restorecon: No such file or directory. 08:34:24,058 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4x restorecon: No such file or directory. 08:34:24,058 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5 restorecon: No such file or directory. 08:34:24,059 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5x restorecon: No such file or directory. 08:34:24,059 INFO anaconda:progra Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10568/12000 m: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6 restorecon: No such file or directory. 08:34:24,060 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6x restorecon: No such file or directory. 08:34:24,060 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7 restorecon: No such file or directory. 08:34:24,061 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7x restorecon: No such file or directory. 08:34:24,061 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8 restorecon: No such file or directory. 08:34:24,062 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8x restorecon: No such file or directory. 08:34:24,062 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9 restorecon: No such file or directory. 08:34:24,063 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9x restorecon: No such file or directory. 08:34:24,063 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/mann restorecon: No such file or directory. 08:34:24,064 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man0p restorecon: No such file or directory. 08:34:24,065 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1 restorecon: No such file or directory. 08:34:24,065 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1p restorecon: No such file or directory. 08:34:24,066 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1x restorecon: No such file or directory. 08:34:24,066 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2 restorecon: No such file or directory. 08:34:24,067 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2x restorecon: No such file or directory. 08:34:24,067 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3 restorecon: No such file or directory. 08:34:24,068 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3p restorecon: No such file or directory. 08:34:24,068 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3x restorecon: No such file or directory. 08:34:24,069 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4 restorecon: No such file or directory. 08:34:24,069 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4x restorecon: No such file or directory. 08:34:24,070 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5 restorecon: No such file or directory. 08:34:24,071 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5x restorecon: No such file or directory. 08:34:24,071 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6 restorecon: No such file or directory. 08:34:24,072 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6x restorecon: No such file or directory. 08:34:24,072 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7 restorecon: No such file or directory. 08:34:24,073 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7x restorecon: No such file or directory. 08:34:24,073 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8 restorecon: No such file or directory. 08:34:24,074 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8x restorecon: No such file or directory. 08:34:24,074 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9 restorecon: No such file or directory. 08:34:24,075 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9x restorecon: No such file or directory. 08:34:24,075 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/mann restorecon: No such file or directory. 08:34:24,076 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man0p restorecon: No such file or directory. 08:34:24,077 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1 restorecon: No such file or directory. 08:34:24,077 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1p restorecon: No such file or directory. 08:34:24,078 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1x restorecon: No such file or directory. 08:34:24,078 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2 restorecon: No such file or directory. 08:34:24,079 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2x restorecon: No such file or directory. 08:34:24,079 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3 restorecon: No such file or directory. 08:34:24,080 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3p restorecon: No such file or directory. 08:34:24,080 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3x restorecon: No such file or directory. 08:34:24,081 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4 restorecon: No such file or directory. 08:34:24,081 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4x restorecon: No such file or directory. 08:34:24,082 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5 restorecon: No such file or directory. 08:34:24,082 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5x restorecon: No such file or directory. 08:34:24,083 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6 restorecon: No such file or directory. 08:34:24,084 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6x restorecon: No such file or directory. 08:34:24,084 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7 restorecon: No such file or directory. 08:34:24,085 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7x restorecon: No such file or directory. 08:34:24,085 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8 restorecon: No such file or directory. 08:34:24,086 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8x restorecon: No such file or directory. 08:34:24,086 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9 restorecon: No such file or directory. 08:34:24,087 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9x restorecon: No such file or directory. 08:34:24,087 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/mann restorecon: No such file or directory. 08:34:24,088 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man0p restorecon: No such file or directory. 08:34:24,088 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1 restorecon: No such file or directory. 08:34:24,089 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1p restorecon: No such file or directory. 08:34:24,090 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1x restorecon: No such file or directory. 08:34:24,090 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2 restorecon: No such file or directory. 08:34:24,091 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2x restorecon: No such file or directory. 08:34:24,091 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3 restorecon: No such file or directory. 08:34:24,092 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3p restorecon: No such file or directory. 08:34:24,092 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3x restorecon: No such file or directory. 08:34:24,093 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4 restorecon: No such file or directory. 08:34:24,093 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4x restorecon: No such file or directory. 08:34:24,094 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5 restorecon: No such file or directory. 08:34:24,094 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5x restorecon: No such file or directory. 08:34:24,095 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6 restorecon: No such file or directory. 08:34:24,096 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6x restorecon: No such file or directory. 08:34:24,096 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7 restorecon: No such file or directory. 08:34:24,097 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7x restorecon: No such file or directory. 08:34:24,097 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8 restorecon: No such file or directory. 08:34:24,098 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8x restorecon: No such file or directory. 08:34:24,098 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9 restorecon: No such file or directory. 08:34:24,099 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9x restorecon: No such file or directory. 08:34:24,099 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/mann restorecon: No such file or directory. 08:34:24,100 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man0p restorecon: No such file or directory. 08:34:24,100 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1 restorecon: No such file or directory. 08:34:24,101 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1p restorecon: No such file or directory. 08:34:24,101 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1x restorecon: No such file or directory. 08:34:24,102 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2 restorecon: No such file or directory. 08:34:24,103 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2x restorecon: No such file or directory. 08:34:24,103 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3 restorecon: No such file or directory. 08:34:24,104 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3p restorecon: No such file or directory. 08:34:24,104 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3x restorecon: No such file or directory. 08:34:24,105 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4 restorecon: No such file or directory. 08:34:24,105 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4x restorecon: No such file or directory. 08:34:24,106 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5 restorecon: No such file or directory. 08:34:24,106 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5x restorecon: No such file or directory. 08:34:24,107 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6 restorecon: No such file or directory. 08:34:24,107 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6x restorecon: No such file or directory. 08:34:24,108 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7 restorecon: No such file or directory. 08:34:24,108 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7x restorecon: No such file or directory. 08:34:24,109 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8 restorecon: No such file or directory. 08:34:24,110 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8x restorecon: No such file or directory. 08:34:24,110 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9 restorecon: No such file or directory. 08:34:24,111 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9x restorecon: No such file or directory. 08:34:24,111 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/mann restorecon: No such file or directory. 08:34:24,112 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man0p restorecon: No such file or directory. 08:34:24,112 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1 restorecon: No such file or directory. 08:34:24,113 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1p restorecon: No such file or directory. 08:34:24,113 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1x restorecon: No such file or directory. 08:34:24,114 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2 restorecon: No such file or directory. 08:34:24,114 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2x restorecon: No such file or directory. 08:34:24,115 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3 restorecon: No such file or directory. 08:34:24,116 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3p restorecon: No such file or directory. 08:34:24,116 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3x restorecon: No such file or directory. 08:34:24,117 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4 restorecon: No such file or directory. 08:34:24,117 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4x restorecon: No such file or directory. 08:34:24,118 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5 restorecon: No such file or directory. 08:34:24,118 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5x restorecon: No such file or directory. 08:34:24,119 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6 restorecon: No such file or directory. 08:34:24,119 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6x restorecon: No such file or directory. 08:34:24,120 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7 restorecon: No such file or directory. 08:34:24,120 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7x restorecon: No such file or directory. 08:34:24,121 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8 restorecon: No such file or directory. 08:34:24,122 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8x restorecon: No such file or directory. 08:34:24,122 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9 restorecon: No such file or directory. 08:34:24,123 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9x restorecon: No such file or directory. 08:34:24,123 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/mann restorecon: No such file or directory. 08:34:24,124 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man0p restorecon: No such file or directory. 08:34:24,124 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1 restorecon: No such file or directory. 08:34:24,125 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1p restorecon: No such file or directory. 08:34:24,125 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1x restorecon: No such file or directory. 08:34:24,126 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2 restorecon: No such file or directory. 08:34:24,127 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2x restorecon: No such file or directory. 08:34:24,127 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3 restorecon: No such file or directory. 08:34:24,128 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3p restorecon: No such file or directory. 08:34:24,128 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3x restorecon: No such file or directory. 08:34:24,129 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4 restorecon: No such file or directory. 08:34:24,129 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4x restorecon: No such file or directory. 08:34:24,130 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5 restorecon: No such file or directory. 08:34:24,130 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5x restorecon: No such file or directory. 08:34:24,131 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6 restorecon: No such file or directory. 08:34:24,131 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6x restorecon: No such file or directory. 08:34:24,132 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7 restorecon: No such file or directory. 08:34:24,132 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7x restorecon: No such file or directory. 08:34:24,133 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8 restorecon: No such file or directory. 08:34:24,134 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8x restorecon: No such file or directory. 08:34:24,134 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9 restorecon: No such file or directory. 08:34:24,135 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9x restorecon: No such file or directory. 08:34:24,135 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/mann restorecon: No such file or directory. 08:34:24,136 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man0p restorecon: No such file or directory. 08:34:24,136 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1 restorecon: No such file or directory. 08:34:24,137 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1p restorecon: No such file or directory. 08:34:24,138 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1x restorecon: No such file or directory. 08:34:24,138 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2 restorecon: No such file or directory. 08:34:24,138 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2x restorecon: No such file or directory. 08:34:24,139 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3 restorecon: No such file or directory. 08:34:24,139 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3p restorecon: No such file or directory. 08:34:24,140 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3x restorecon: No such file or directory. 08:34:24,140 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4 restorecon: No such file or directory. 08:34:24,141 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4x restorecon: No such file or directory. 08:34:24,142 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5 restorecon: No such file or directory. 08:34:24,142 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5x restorecon: No such file or directory. 08:34:24,143 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6 restorecon: No such file or directory. 08:34:24,143 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6x restorecon: No such file or directory. 08:34:24,144 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7 restorecon: No such file or directory. 08:34:24,144 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7x restorecon: No such file or directory. 08:34:24,145 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8 restorecon: No such file or directory. 08:34:24,145 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8x restorecon: No such file or directory. 08:34:24,146 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9 restorecon: No such file or directory. 08:34:24,147 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9x restorecon: No such file or directory. 08:34:24,147 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/mann restorecon: No such file or directory. 08:34:24,148 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man0p restorecon: No such file or directory. 08:34:24,148 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1 restorecon: No such file or directory. 08:34:24,149 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1p restorecon: No such file or directory. 08:34:24,149 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1x restorecon: No such file or directory. 08:34:24,150 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2 restorecon: No such file or directory. 08:34:24,150 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2x restorecon: No such file or directory. 08:34:24,151 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3 restorecon: No such file or directory. 08:34:24,151 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3p restorecon: No such file or directory. 08:34:24,152 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3x restorecon: No such file or directory. 08:34:24,152 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4 restorecon: No such file or directory. 08:34:24,153 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4x restorecon: No such file or directory. 08:34:24,154 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5 restorecon: No such file or directory. 08:34:24,154 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5x restorecon: No such file or directory. 08:34:24,155 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6 restorecon: No such file or directory. 08:34:24,155 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6x restorecon: No such file or directory. 08:34:24,156 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7 restorecon: No such file or directory. 08:34:24,156 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7x restorecon: No such file or directory. 08:34:24,157 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8 restorecon: No such file or directory. 08:34:24,157 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8x restorecon: No such file or directory. 08:34:24,158 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9 restorecon: No such file or directory. 08:34:24,158 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9x restorecon: No such file or directory. 08:34:24,159 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/mann restorecon: No such file or directory. 08:34:24,160 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man0p restorecon: No such file or directory. 08:34:24,160 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1 restorecon: No such file or directory. 08:34:24,161 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1p restorecon: No such file or directory. 08:34:24,161 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1x restorecon: No such file or directory. 08:34:24,162 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2 restorecon: No such file or directory. 08:34:24,162 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2x restorecon: No such file or directory. 08:34:24,163 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3 restorecon: No such file or directory. 08:34:24,163 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3p restorecon: No such file or directory. 08:34:24,164 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3x restorecon: No such file or directory. 08:34:24,164 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4 restorecon: No such file or directory. 08:34:24,165 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4x restorecon: No such file or directory. 08:34:24,165 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5 restorecon: No such file or directory. 08:34:24,166 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5x restorecon: No such file or directory. 08:34:24,167 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6 restorecon: No such file or directory. 08:34:24,167 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6x restorecon: No such file or directory. 08:34:24,168 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7 restorecon: No such file or directory. 08:34:24,168 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7x restorecon: No such file or directory. 08:34:24,169 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8 restorecon: No such file or directory. 08:34:24,169 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8x restorecon: No such file or directory. 08:34:24,170 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9 restorecon: No such file or directory. 08:34:24,170 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9x restorecon: No such file or directory. 08:34:24,171 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/mann restorecon: No such file or directory. 08:34:24,171 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man0p restorecon: No such file or directory. 08:34:24,172 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1 restorecon: No such file or directory. 08:34:24,172 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1p restorecon: No such file or directory. 08:34:24,173 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1x restorecon: No such file or directory. 08:34:24,174 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2 restorecon: No such file or directory. 08:34:24,174 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2x restorecon: No such file or directory. 08:34:24,175 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3 restorecon: No such file or directory. 08:34:24,175 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3p restorecon: No such file or directory. 08:34:24,176 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3x restorecon: No such file or directory. 08:34:24,176 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4 restorecon: No such file or directory. 08:34:24,177 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4x restorecon: No such file or directory. 08:34:24,177 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5 restorecon: No such file or directory. 08:34:24,178 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5x restorecon: No such file or directory. 08:34:24,178 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6 restorecon: No such file or directory. 08:34:24,179 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6x restorecon: No such file or directory. 08:34:24,180 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7 restorecon: No such file or directory. 08:34:24,180 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7x restorecon: No such file or directory. 08:34:24,181 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8 restorecon: No such file or directory. 08:34:24,181 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8x restorecon: No such file or directory. 08:34:24,182 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9 restorecon: No such file or directory. 08:34:24,182 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9x restorecon: No such file or directory. 08:34:24,183 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/mann restorecon: No such file or directory. 08:34:24,183 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man0p restorecon: No such file or directory. 08:34:24,184 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1 restorecon: No such file or directory. 08:34:24,184 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1p restorecon: No such file or directory. 08:34:24,185 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1x restorecon: No such file or directory. 08:34:24,186 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2 restorecon: No such file or directory. 08:34:24,186 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2x restorecon: No such file or directory. 08:34:24,187 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3 restorecon: No such file or directory. 08:34:24,187 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3p restorecon: No such file or directory. 08:34:24,188 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3x restorecon: No such file or directory. 08:34:24,188 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4 restorecon: No such file or directory. 08:34:24,189 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4x restorecon: No such file or directory. 08:34:24,189 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5 restorecon: No such file or directory. 08:34:24,190 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5x restorecon: No such file or directory. 08:34:24,190 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6 restorecon: No such file or directory. 08:34:24,191 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6x restorecon: No such file or directory. 08:34:24,191 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7 restorecon: No such file or directory. 08:34:24,192 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7x restorecon: No such file or directory. 08:34:24,193 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8 restorecon: No such file or directory. 08:34:24,193 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8x restorecon: No such file or directory. 08:34:24,194 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9 restorecon: No such file or directory. 08:34:24,194 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9x restorecon: No such file or directory. 08:34:24,195 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/mann restorecon: No such file or directory. 08:34:24,195 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man0p restorecon: No such file or directory. 08:34:24,196 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1 restorecon: No such file or directory. 08:34:24,196 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1p restorecon: No such file or directory. 08:34:24,197 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1x restorecon: No such file or directory. 08:34:24,197 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2 restorecon: No such file or directory. 08:34:24,198 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2x restorecon: No such file or directory. 08:34:24,198 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3 restorecon: No such file or directory. 08:34:24,199 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3p restorecon: No such file or directory. 08:34:24,200 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3x restorecon: No such file or directory. 08:34:24,200 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4 restorecon: No such file or directory. 08:34:24,201 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4x restorecon: No such file or directory. 08:34:24,201 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5 restorecon: No such file or directory. 08:34:24,202 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5x restorecon: No such file or directory. 08:34:24,202 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6 restorecon: No such file or directory. 08:34:24,203 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6x restorecon: No such file or directory. 08:34:24,203 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7 restorecon: No such file or directory. 08:34:24,204 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7x restorecon: No such file or directory. 08:34:24,204 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8 restorecon: No such file or directory. 08:34:24,205 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8x restorecon: No such file or directory. 08:34:24,206 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9 restorecon: No such file or directory. 08:34:24,206 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9x restorecon: No such file or directory. 08:34:24,207 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/mann restorecon: No such file or directory. 08:34:24,207 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man0p restorecon: No such file or directory. 08:34:24,208 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1 restorecon: No such file or directory. 08:34:24,208 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1p restorecon: No such file or directory. 08:34:24,209 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1x restorecon: No such file or directory. 08:34:24,209 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2 restorecon: No such file or directory. 08:34:24,210 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2x restorecon: No such file or directory. 08:34:24,210 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3 restorecon: No such file or directory. 08:34:24,211 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3p restorecon: No such file or directory. 08:34:24,212 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3x restorecon: No such file or directory. 08:34:24,212 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4 restorecon: No such file or directory. 08:34:24,213 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4x restorecon: No such file or directory. 08:34:24,213 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5 restorecon: No such file or directory. 08:34:24,214 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5x restorecon: No such file or directory. 08:34:24,214 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6 restorecon: No such file or directory. 08:34:24,215 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6x restorecon: No such file or directory. 08:34:24,215 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7 restorecon: No such file or directory. 08:34:24,216 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7x restorecon: No such file or directory. 08:34:24,216 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8 restorecon: No such file or directory. 08:34:24,217 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8x restorecon: No such file or directory. 08:34:24,217 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9 restorecon: No such file or directory. 08:34:24,218 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9x restorecon: No such file or directory. 08:34:24,219 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/mann restorecon: No such file or directory. 08:34:24,219 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man0p restorecon: No such file or directory. 08:34:24,220 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1 restorecon: No such file or directory. 08:34:24,220 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1p restorecon: No such file or directory. 08:34:24,221 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1x restorecon: No such file or directory. 08:34:24,221 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2 restorecon: No such file or directory. 08:34:24,222 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2x restorecon: No such file or directory. 08:34:24,222 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3 restorecon: No such file or directory. 08:34:24,223 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3p restorecon: No such file or directory. 08:34:24,223 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3x restorecon: No such file or directory. 08:34:24,224 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4 restorecon: No such file or directory. 08:34:24,225 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4x restorecon: No such file or directory. 08:34:24,225 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5 restorecon: No such file or directory. 08:34:24,226 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5x restorecon: No such file or directory. 08:34:24,226 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6 restorecon: No such file or directory. 08:34:24,227 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6x restorecon: No such file or directory. 08:34:24,227 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7 restorecon: No such file or directory. 08:34:24,228 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7x restorecon: No such file or directory. 08:34:24,228 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8 restorecon: No such file or directory. 08:34:24,229 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8x restorecon: No such file or directory. 08:34:24,229 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9 restorecon: No such file or directory. 08:34:24,230 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9x restorecon: No such file or directory. 08:34:24,231 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/mann restorecon: No such file or directory. 08:34:24,231 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man0p restorecon: No such file or directory. 08:34:24,232 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1 restorecon: No such file or directory. 08:34:24,232 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1p restorecon: No such file or directory. 08:34:24,233 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1x restorecon: No such file or directory. 08:34:24,233 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2 restorecon: No such file or directory. 08:34:24,234 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2x restorecon: No such file or directory. 08:34:24,234 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3 restorecon: No such file or directory. 08:34:24,235 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3p restorecon: No such file or directory. 08:34:24,235 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3x restorecon: No such file or directory. 08:34:24,236 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4 restorecon: No such file or directory. 08:34:24,237 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4x restorecon: No such file or directory. 08:34:24,237 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5 restorecon: No such file or directory. 08:34:24,238 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5x restorecon: No such file or directory. 08:34:24,238 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6 restorecon: No such file or directory. 08:34:24,239 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6x restorecon: No such file or directory. 08:34:24,239 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7 restorecon: No such file or directory. 08:34:24,240 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7x restorecon: No such file or directory. 08:34:24,240 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8 restorecon: No such file or directory. 08:34:24,241 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8x restorecon: No such file or directory. 08:34:24,241 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9 restorecon: No such file or directory. 08:34:24,242 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9x restorecon: No such file or directory. 08:34:24,242 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/mann restorecon: No such file or directory. 08:34:24,243 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man0p restorecon: No such file or directory. 08:34:24,244 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1 restorecon: No such file or directory. 08:34:24,244 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1p restorecon: No such file or directory. 08:34:24,245 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1x restorecon: No such file or directory. 08:34:24,245 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2 restorecon: No such file or directory. 08:34:24,246 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2x restorecon: No such file or directory. 08:34:24,246 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3 restorecon: No such file or directory. 08:34:24,247 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3p restorecon: No such file or directory. 08:34:24,247 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3x restorecon: No such file or directory. 08:34:24,248 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4 restorecon: No such file or directory. 08:34:24,248 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4x restorecon: No such file or directory. 08:34:24,249 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5 restorecon: No such file or directory. 08:34:24,250 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5x restorecon: No such file or directory. 08:34:24,250 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6 restorecon: No such file or directory. 08:34:24,251 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6x restorecon: No such file or directory. 08:34:24,251 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7 restorecon: No such file or directory. 08:34:24,252 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7x restorecon: No such file or directory. 08:34:24,252 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8 restorecon: No such file or directory. 08:34:24,253 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8x restorecon: No such file or directory. 08:34:24,253 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9 restorecon: No such file or directory. 08:34:24,254 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9x restorecon: No such file or directory. 08:34:24,254 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/mann restorecon: No such file or directory. 08:34:24,255 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man0p restorecon: No such file or directory. 08:34:24,256 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1 restorecon: No such file or directory. 08:34:24,256 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1p restorecon: No such file or directory. 08:34:24,257 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1x restorecon: No such file or directory. 08:34:24,257 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2 restorecon: No such file or directory. 08:34:24,258 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2x restorecon: No such file or directory. 08:34:24,258 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3 restorecon: No such file or directory. 08:34:24,259 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3p restorecon: No such file or directory. 08:34:24,259 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3x restorecon: No such file or directory. 08:34:24,260 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4 restorecon: No such file or directory. 08:34:24,260 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4x restorecon: No such file or directory. 08:34:24,261 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5 restorecon: No such file or directory. 08:34:24,261 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5x restorecon: No such file or directory. 08:34:24,262 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6 restorecon: No such file or directory. 08:34:24,263 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6x restorecon: No such file or directory. 08:34:24,263 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7 restorecon: No such file or directory. 08:34:24,264 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7x restorecon: No such file or directory. 08:34:24,264 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8 restorecon: No such file or directory. 08:34:24,265 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8x restorecon: No such file or directory. 08:34:24,265 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9 restorecon: No such file or directory. 08:34:24,266 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9x restorecon: No such file or directory. 08:34:24,266 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/mann restorecon: No such file or directory. 08:34:24,267 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man0p restorecon: No such file or directory. 08:34:24,267 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1 restorecon: No such file or directory. 08:34:24,268 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1p restorecon: No such file or directory. 08:34:24,268 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1x restorecon: No such file or directory. 08:34:24,269 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2 restorecon: No such file or directory. 08:34:24,269 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2x restorecon: No such file or directory. 08:34:24,270 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3 restorecon: No such file or directory. 08:34:24,270 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3p restorecon: No such file or directory. 08:34:24,271 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3x restorecon: No such file or directory. 08:34:24,271 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4 restorecon: No such file or directory. 08:34:24,272 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4x restorecon: No such file or directory. 08:34:24,273 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5 restorecon: No such file or directory. 08:34:24,273 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5x restorecon: No such file or directory. 08:34:24,274 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6 restorecon: No such file or directory. 08:34:24,274 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6x restorecon: No such file or directory. 08:34:24,275 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7 restorecon: No such file or directory. 08:34:24,275 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7x restorecon: No such file or directory. 08:34:24,276 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8 restorecon: No such file or directory. 08:34:24,276 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8x restorecon: No such file or directory. 08:34:24,277 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9 restorecon: No such file or directory. 08:34:24,277 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9x restorecon: No such file or directory. 08:34:24,278 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/mann restorecon: No such file or directory. 08:34:24,278 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man0p restorecon: No such file or directory. 08:34:24,279 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1 restorecon: No such file or directory. 08:34:24,279 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1p restorecon: No such file or directory. 08:34:24,280 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1x restorecon: No such file or directory. 08:34:24,280 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2 restorecon: No such file or directory. 08:34:24,281 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2x restorecon: No such file or directo Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10558/12000 ry. 08:34:24,281 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3 restorecon: No such file or directory. 08:34:24,282 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3p restorecon: No such file or directory. 08:34:24,282 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3x restorecon: No such file or directory. 08:34:24,283 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man4 restorecon: No such file or directory. 08:34:24,283 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man4x restorecon: No such file or directory. 08:34:24,284 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man5 restorecon: No such file or directory. 08:34:24,285 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man5x restorecon: No such file or directory. 08:34:24,285 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man6 restorecon: No such file or directory. 08:34:24,286 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man6x restorecon: No such file or directory. 08:34:24,286 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man7 restorecon: No such file or directory. 08:34:24,287 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man7x restorecon: No such file or directory. 08:34:24,287 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man8 restorecon: No such file or directory. 08:34:24,288 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man8x restorecon: No such file or directory. 08:34:24,288 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man9 restorecon: No such file or directory. 08:34:24,289 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man9x restorecon: No such file or directory. 08:34:24,289 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/mann restorecon: No such file or directory. 08:34:24,290 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man0p restorecon: No such file or directory. 08:34:24,290 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1 restorecon: No such file or directory. 08:34:24,291 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1p restorecon: No such file or directory. 08:34:24,291 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1x restorecon: No such file or directory. 08:34:24,292 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man2 restorecon: No such file or directory. 08:34:24,292 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man2x restorecon: No such file or directory. 08:34:24,293 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3 restorecon: No such file or directory. 08:34:24,293 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3p restorecon: No such file or directory. 08:34:24,294 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3x restorecon: No such file or directory. 08:34:24,294 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man4 restorecon: No such file or directory. 08:34:24,295 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man4x restorecon: No such file or directory. 08:34:24,295 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man5 restorecon: No such file or directory. 08:34:24,296 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man5x restorecon: No such file or directory. 08:34:24,297 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man6 restorecon: No such file or directory. 08:34:24,297 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man6x restorecon: No such file or directory. 08:34:24,298 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man7 restorecon: No such file or directory. 08:34:24,298 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man7x restorecon: No such file or directory. 08:34:24,299 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man8 restorecon: No such file or directory. 08:34:24,299 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man8x restorecon: No such file or directory. 08:34:24,300 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man9 restorecon: No such file or directory. 08:34:24,300 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man9x restorecon: No such file or directory. 08:34:24,301 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/mann restorecon: No such file or directory. 08:34:24,301 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man0p restorecon: No such file or directory. 08:34:24,302 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1 restorecon: No such file or directory. 08:34:24,302 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1p restorecon: No such file or directory. 08:34:24,303 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1x restorecon: No such file or directory. 08:34:24,303 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man2 restorecon: No such file or directory. 08:34:24,304 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man2x restorecon: No such file or directory. 08:34:24,304 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3 restorecon: No such file or directory. 08:34:24,305 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3p restorecon: No such file or directory. 08:34:24,305 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3x restorecon: No such file or directory. 08:34:24,306 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man4 restorecon: No such file or directory. 08:34:24,306 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man4x restorecon: No such file or directory. 08:34:24,307 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man5 restorecon: No such file or directory. 08:34:24,307 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man5x restorecon: No such file or directory. 08:34:24,308 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man6 restorecon: No such file or directory. 08:34:24,309 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man6x restorecon: No such file or directory. 08:34:24,309 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man7 restorecon: No such file or directory. 08:34:24,310 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man7x restorecon: No such file or directory. 08:34:24,310 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man8 restorecon: No such file or directory. 08:34:24,311 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man8x restorecon: No such file or directory. 08:34:24,311 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man9 restorecon: No such file or directory. 08:34:24,312 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man9x restorecon: No such file or directory. 08:34:24,312 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/mann restorecon: No such file or directory. 08:34:24,313 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man0p restorecon: No such file or directory. 08:34:24,313 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1 restorecon: No such file or directory. 08:34:24,314 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1p restorecon: No such file or directory. 08:34:24,314 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1x restorecon: No such file or directory. 08:34:24,315 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man2 restorecon: No such file or directory. 08:34:24,316 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man2x restorecon: No such file or directory. 08:34:24,316 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3 restorecon: No such file or directory. 08:34:24,317 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3p restorecon: No such file or directory. 08:34:24,317 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3x restorecon: No such file or directory. 08:34:24,318 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man4 restorecon: No such file or directory. 08:34:24,318 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man4x restorecon: No such file or directory. 08:34:24,319 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man5 restorecon: No such file or directory. 08:34:24,319 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man5x restorecon: No such file or directory. 08:34:24,320 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man6 restorecon: No such file or directory. 08:34:24,320 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man6x restorecon: No such file or directory. 08:34:24,321 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man7 restorecon: No such file or directory. 08:34:24,322 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man7x restorecon: No such file or directory. 08:34:24,322 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man8 restorecon: No such file or directory. 08:34:24,323 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man8x restorecon: No such file or directory. 08:34:24,323 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man9 restorecon: No such file or directory. 08:34:24,324 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man9x restorecon: No such file or directory. 08:34:24,324 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/mann restorecon: No such file or directory. 08:34:24,325 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man0p restorecon: No such file or directory. 08:34:24,325 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1 restorecon: No such file or directory. 08:34:24,326 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1p restorecon: No such file or directory. 08:34:24,326 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1x restorecon: No such file or directory. 08:34:24,327 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man2 restorecon: No such file or directory. 08:34:24,328 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man2x restorecon: No such file or directory. 08:34:24,328 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3 restorecon: No such file or directory. 08:34:24,329 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3p restorecon: No such file or directory. 08:34:24,329 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3x restorecon: No such file or directory. 08:34:24,330 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man4 restorecon: No such file or directory. 08:34:24,330 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man4x restorecon: No such file or directory. 08:34:24,331 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man5 restorecon: No such file or directory. 08:34:24,331 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man5x restorecon: No such file or directory. 08:34:24,332 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man6 restorecon: No such file or directory. 08:34:24,332 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man6x restorecon: No such file or directory. 08:34:24,333 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man7 restorecon: No such file or directory. 08:34:24,334 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man7x restorecon: No such file or directory. 08:34:24,334 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man8 restorecon: No such file or directory. 08:34:24,335 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man8x restorecon: No such file or directory. 08:34:24,335 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man9 restorecon: No such file or directory. 08:34:24,336 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man9x restorecon: No such file or directory. 08:34:24,336 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/mann restorecon: No such file or directory. 08:34:24,337 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man0p restorecon: No such file or directory. 08:34:24,337 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1 restorecon: No such file or directory. 08:34:24,338 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1p restorecon: No such file or directory. 08:34:24,338 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1x restorecon: No such file or directory. 08:34:24,339 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man2 restorecon: No such file or directory. 08:34:24,339 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man2x restorecon: No such file or directory. 08:34:24,340 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3 restorecon: No such file or directory. 08:34:24,341 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3p restorecon: No such file or directory. 08:34:24,341 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3x restorecon: No such file or directory. 08:34:24,342 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man4 restorecon: No such file or directory. 08:34:24,342 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man4x restorecon: No such file or directory. 08:34:24,343 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man5 restorecon: No such file or directory. 08:34:24,343 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man5x restorecon: No such file or directory. 08:34:24,344 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man6 restorecon: No such file or directory. 08:34:24,344 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man6x restorecon: No such file or directory. 08:34:24,345 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man7 restorecon: No such file or directory. 08:34:24,345 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man7x restorecon: No such file or directory. 08:34:24,346 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man8 restorecon: No such file or directory. 08:34:24,347 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man8x restorecon: No such file or directory. 08:34:24,347 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man9 restorecon: No such file or directory. 08:34:24,348 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man9x restorecon: No such file or directory. 08:34:24,348 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/mann restorecon: No such file or directory. 08:34:24,349 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man0p restorecon: No such file or directory. 08:34:24,349 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1 restorecon: No such file or directory. 08:34:24,350 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1p restorecon: No such file or directory. 08:34:24,350 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1x restorecon: No such file or directory. 08:34:24,351 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man2 restorecon: No such file or directory. 08:34:24,351 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man2x restorecon: No such file or directory. 08:34:24,352 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3 restorecon: No such file or directory. 08:34:24,352 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3p restorecon: No such file or directory. 08:34:24,353 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3x restorecon: No such file or directory. 08:34:24,353 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man4 restorecon: No such file or directory. 08:34:24,354 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man4x restorecon: No such file or directory. 08:34:24,354 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man5 restorecon: No such file or directory. 08:34:24,355 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man5x restorecon: No such file or directory. 08:34:24,355 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man6 restorecon: No such file or directory. 08:34:24,356 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man6x restorecon: No such file or directory. 08:34:24,356 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man7 restorecon: No such file or directory. 08:34:24,357 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man7x restorecon: No such file or directory. 08:34:24,357 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man8 restorecon: No such file or directory. 08:34:24,358 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man8x restorecon: No such file or directory. 08:34:24,358 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man9 restorecon: No such file or directory. 08:34:24,359 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man9x restorecon: No such file or directory. 08:34:24,360 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/mann restorecon: No such file or directory. 08:34:24,360 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man0p restorecon: No such file or directory. 08:34:24,361 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1 restorecon: No such file or directory. 08:34:24,361 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1p restorecon: No such file or directory. 08:34:24,362 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1x restorecon: No such file or directory. 08:34:24,362 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man2 restorecon: No such file or directory. 08:34:24,363 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man2x restorecon: No such file or directory. 08:34:24,363 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3 restorecon: No such file or directory. 08:34:24,364 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3p restorecon: No such file or directory. 08:34:24,364 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3x restorecon: No such file or directory. 08:34:24,365 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man4 restorecon: No such file or directory. 08:34:24,365 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man4x restorecon: No such file or directory. 08:34:24,366 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man5 restorecon: No such file or directory. 08:34:24,366 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man5x restorecon: No such file or directory. 08:34:24,367 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man6 restorecon: No such file or directory. 08:34:24,367 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man6x restorecon: No such file or directory. 08:34:24,368 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man7 restorecon: No such file or directory. 08:34:24,368 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man7x restorecon: No such file or directory. 08:34:24,369 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man8 restorecon: No such file or directory. 08:34:24,369 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man8x restorecon: No such file or directory. 08:34:24,370 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man9 restorecon: No such file or directory. 08:34:24,370 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man9x restorecon: No such file or directory. 08:34:24,371 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/mann restorecon: No such file or directory. 08:34:24,371 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man0p restorecon: No such file or directory. 08:34:24,372 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1 restorecon: No such file or directory. 08:34:24,373 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1p restorecon: No such file or directory. 08:34:24,373 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1x restorecon: No such file or directory. 08:34:24,374 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man2 restorecon: No such file or directory. 08:34:24,374 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man2x restorecon: No such file or directory. 08:34:24,375 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3 restorecon: No such file or directory. 08:34:24,375 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3p restorecon: No such file or directory. 08:34:24,376 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3x restorecon: No such file or directory. 08:34:24,376 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man4 restorecon: No such file or directory. 08:34:24,377 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man4x restorecon: No such file or directory. 08:34:24,377 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man5 restorecon: No such file or directory. 08:34:24,378 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man5x restorecon: No such file or directory. 08:34:24,378 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man6 restorecon: No such file or directory. 08:34:24,379 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man6x restorecon: No such file or directory. 08:34:24,379 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man7 restorecon: No such file or directory. 08:34:24,380 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man7x restorecon: No such file or directory. 08:34:24,380 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man8 restorecon: No such file or directory. 08:34:24,381 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man8x restorecon: No such file or directory. 08:34:24,381 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man9 restorecon: No such file or directory. 08:34:24,382 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man9x restorecon: No such file or directory. 08:34:24,382 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/mann restorecon: No such file or directory. 08:34:24,383 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man0p restorecon: No such file or directory. 08:34:24,384 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1 restorecon: No such file or directory. 08:34:24,384 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1p restorecon: No such file or directory. 08:34:24,385 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1x restorecon: No such file or directory. 08:34:24,385 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man2 restorecon: No such file or directory. 08:34:24,386 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man2x restorecon: No such file or directory. 08:34:24,386 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3 restorecon: No such file or directory. 08:34:24,387 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3p restorecon: No such file or directory. 08:34:24,387 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3x restorecon: No such file or directory. 08:34:24,388 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man4 restorecon: No such file or directory. 08:34:24,388 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man4x restorecon: No such file or directory. 08:34:24,389 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man5 restorecon: No such file or directory. 08:34:24,389 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man5x restorecon: No such file or directory. 08:34:24,390 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man6 restorecon: No such file or directory. 08:34:24,390 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man6x restorecon: No such file or directory. 08:34:24,391 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man7 restorecon: No such file or directory. 08:34:24,391 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man7x restorecon: No such file or directory. 08:34:24,392 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man8 restorecon: No such file or directory. 08:34:24,392 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man8x restorecon: No such file or directory. 08:34:24,393 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man9 restorecon: No such file or directory. 08:34:24,393 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man9x restorecon: No such file or directory. 08:34:24,394 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/mann restorecon: No such file or directory. 08:34:24,394 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man0p restorecon: No such file or directory. 08:34:24,395 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1 restorecon: No such file or directory. 08:34:24,396 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1p restorecon: No such file or directory. 08:34:24,396 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1x restorecon: No such file or directory. 08:34:24,397 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man2 restorecon: No such file or directory. 08:34:24,397 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man2x restorecon: No such file or directory. 08:34:24,398 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3 restorecon: No such file or directory. 08:34:24,398 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3p restorecon: No such file or directory. 08:34:24,399 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3x restorecon: No such file or directory. 08:34:24,399 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man4 restorecon: No such file or directory. 08:34:24,400 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man4x restorecon: No such file or directory. 08:34:24,400 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man5 restorecon: No such file or directory. 08:34:24,401 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man5x restorecon: No such file or directory. 08:34:24,401 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man6 restorecon: No such file or directory. 08:34:24,402 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man6x restorecon: No such file or directory. 08:34:24,402 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man7 restorecon: No such file or directory. 08:34:24,403 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man7x restorecon: No such file or directory. 08:34:24,403 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man8 restorecon: No such file or directory. 08:34:24,404 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man8x restorecon: No such file or directory. 08:34:24,404 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man9 restorecon: No such file or directory. 08:34:24,405 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man9x restorecon: No such file or directory. 08:34:24,405 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/mann restorecon: No such file or directory. 08:34:24,406 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man0p restorecon: No such file or directory. 08:34:24,406 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1 restorecon: No such file or directory. 08:34:24,407 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1p restorecon: No such file or directory. 08:34:24,408 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1x restorecon: No such file or directory. 08:34:24,408 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man2 restorecon: No such file or directory. 08:34:24,409 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man2x restorecon: No such file or directory. 08:34:24,409 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3 restorecon: No such file or directory. 08:34:24,410 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3p restorecon: No such file or directory. 08:34:24,410 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3x restorecon: No such file or directory. 08:34:24,411 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man4 restorecon: No such file or directory. 08:34:24,411 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man4x restorecon: No such file or directory. 08:34:24,412 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man5 restorecon: No such file or directory. 08:34:24,412 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man5x restorecon: No such file or directory. 08:34:24,413 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man6 restorecon: No such file or directory. 08:34:24,413 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man6x restorecon: No such file or directory. 08:34:24,414 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man7 restorecon: No such file or directory. 08:34:24,414 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man7x restorecon: No such file or directory. 08:34:24,415 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man8 restorecon: No such file or directory. 08:34:24,415 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man8x restorecon: No such file or directory. 08:34:24,416 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man9 restorecon: No such file or directory. 08:34:24,416 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man9x restorecon: No such file or directory. 08:34:24,417 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/mann restorecon: No such file or directory. 08:34:24,417 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man0p restorecon: No such file or directory. 08:34:24,418 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1 restorecon: No such file or directory. 08:34:24,418 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1p restorecon: No such file or directory. 08:34:24,419 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1x restorecon: No such file or directory. 08:34:24,419 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man2 restorecon: No such file or directory. 08:34:24,420 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man2x restorecon: No such file or directory. 08:34:24,421 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3 restorecon: No such file or directory. 08:34:24,421 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3p restorecon: No such file or directory. 08:34:24,422 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3x restorecon: No such file or directory. 08:34:24,422 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man4 restorecon: No such file or directory. 08:34:24,423 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man4x restorecon: No such file or directory. 08:34:24,423 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man5 restorecon: No such file or directory. 08:34:24,424 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man5x restorecon: No such file or directory. 08:34:24,424 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man6 restorecon: No such file or directory. 08:34:24,425 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man6x restorecon: No such file or directory. 08:34:24,425 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man7 restorecon: No such file or directory. 08:34:24,426 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man7x restorecon: No such file or directory. 08:34:24,426 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man8 restorecon: No such file or directory. 08:34:24,427 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man8x restorecon: No such file or directory. 08:34:24,427 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man9 restorecon: No such file or directory. 08:34:24,428 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man9x restorecon: No such file or directory. 08:34:24,428 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/mann restorecon: No such file or directory. 08:34:24,429 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man0p restorecon: No such file or directory. 08:34:24,429 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1 restorecon: No such file or directory. 08:34:24,430 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1p restorecon: No such file or directory. 08:34:24,430 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1x restorecon: No such file or directory. 08:34:24,431 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man2 restorecon: No such file or directory. 08:34:24,431 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man2x restorecon: No such file or directory. 08:34:24,432 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3 restorecon: No such file or directory. 08:34:24,432 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3p restorecon: No such file or directory. 08:34:24,433 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3x restorecon: No such file or directory. 08:34:24,434 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man4 restorecon: No such file or directory. 08:34:24,434 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man4x restorecon: No such file or directory. 08:34:24,435 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man5 restorecon: No such file or directory. 08:34:24,435 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man5x restorecon: No such file or directory. 08:34:24,436 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man6 restorecon: No such file or directory. 08:34:24,436 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man6x restorecon: No such file or directory. 08:34:24,437 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man7 restorecon: No such file or directory. 08:34:24,437 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man7x restorecon: No such file or directory. 08:34:24,438 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man8 restorecon: No such file or directory. 08:34:24,438 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man8x restorecon: No such file or directory. 08:34:24,439 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man9 restorecon: No such file or directory. 08:34:24,439 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man9x restorecon: No such file or directory. 08:34:24,440 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/mann restorecon: No such file or directory. 08:34:24,440 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man0p restorecon: No such file or directory. 08:34:24,441 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1 restorecon: No such file or directory. 08:34:24,441 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1p restorecon: No such file or directory. 08:34:24,442 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1x restorecon: No such file or directory. 08:34:24,442 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man2 restorecon: No such file or directory. 08:34:24,443 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man2x restorecon: No such file or directory. 08:34:24,443 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3 restorecon: No such file or directory. 08:34:24,444 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3p restorecon: No such file or directory. 08:34:24,445 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3x restorecon: No such file or directory. 08:34:24,445 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man4 restorecon: No such file or directory. 08:34:24,446 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man4x restorecon: No such file or directory. 08:34:24,446 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man5 restorecon: No such file or directory. 08:34:24,447 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man5x restorecon: No such file or directory. 08:34:24,447 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man6 restorecon: No such file or directory. 08:34:24,448 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man6x restorecon: No such file or directory. 08:34:24,448 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man7 restorecon: No such file or directory. 08:34:24,449 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man7x restorecon: No such file or directory. 08:34:24,449 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man8 restorecon: No such file or directory. 08:34:24,450 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man8x restorecon: No such file or directory. 08:34:24,450 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man9 restorecon: No such file or directory. 08:34:24,451 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man9x restorecon: No such file or directory. 08:34:24,451 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/mann restorecon: No such file or directory. 08:34:24,452 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man0p restorecon: No such file or directory. 08:34:24,452 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1 restorecon: No such file or directory. 08:34:24,453 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1p restorecon: No such file or directory. 08:34:24,453 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1x restorecon: No such file or directory. 08:34:24,454 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man2 restorecon: No such file or directory. 08:34:24,454 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man2x restorecon: No such file or directory. 08:34:24,455 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3 restorecon: No such file or directory. 08:34:24,456 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3p restorecon: No such file or directory. 08:34:24,456 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3x restorecon: No such file or directory. 08:34:24,457 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man4 restorecon: No such file or directory. 08:34:24,457 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man4x restorecon: No such file or directory. 08:34:24,458 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man5 restorecon: No such file or directory. 08:34:24,458 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man5x restorecon: No such file or directory. 08:34:24,459 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man6 restorecon: No such file or directory. 08:34:24,459 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man6x restorecon: No such file or directory. 08:34:24,460 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man7 restorecon: No such file or directory. 08:34:24,460 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man7x restorecon: No such file or directory. 08:34:24,461 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man8 restorecon: No such file or directory. 08:34:24,461 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man8x restorecon: No such file or directory. 08:34:24,462 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man9 restorecon: No such file or directory. 08:34:24,462 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man9x restorecon: No such file or directory. 08:34:24,463 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/mann restorecon: No such file or directory. 08:34:24,463 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man0p restorecon: No such file or directory. 08:34:24,464 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1 restorecon: No such file or directory. 08:34:24,464 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1p restorecon: No such file or directory. 08:34:24,465 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1x restorecon: No such file or directory. 08:34:24,465 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man2 restorecon: No such file or directory. 08:34:24,466 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man2x restorecon: No such file or directory. 08:34:24,466 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3 restorecon: No such file or directory. 08:34:24,467 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3p restorecon: No such file or directory. 08:34:24,468 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3x restorecon: No such file or directory. 08:34:24,468 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man4 restorecon: No such file or directory. 08:34:24,469 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man4x restorecon: No such file or directory. 08:34:24,469 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man5 restorecon: No such file or directory. 08:34:24,470 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man5x restorecon: No such file or directory. 08:34:24,470 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man6 restorecon: No such file or directory. 08:34:24,471 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man6x restorecon: No such file or directory. 08:34:24,471 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man7 restorecon: No such file or directory. 08:34:24,472 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man7x restorecon: No such file or directory. 08:34:24,472 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man8 restorecon: No such file or directory. 08:34:24,473 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man8x restorecon: No such file or directory. 08:34:24,473 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man9 restorecon: No such file or directory. 08:34:24,474 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man9x restorecon: No such file or directory. 08:34:24,474 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/mann restorecon: No such file or directory. 08:34:24,475 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man0p restorecon: No such file or directory. 08:34:24,475 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1 restorecon: No such file or directory. 08:34:24,476 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1p restorecon: No such file or directory. 08:34:24,476 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1x restorecon: No such file or directory. 08:34:24,477 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man2 restorecon: No such file or directory. 08:34:24,477 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man2x restorecon: No such file or directory. 08:34:24,478 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3 restorecon: No such file or directory. 08:34:24,478 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3p restorecon: No such file or directory. 08:34:24,479 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3x restorecon: No such file or directory. 08:34:24,480 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man4 restorecon: No such file or directory. 08:34:24,480 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man4x restorecon: No such file or directory. 08:34:24,481 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man5 restorecon: No such file or directory. 08:34:24,481 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man5x restorecon: No such file or directory. 08:34:24,482 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man6 restorecon: No such file or directory. 08:34:24,482 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man6x restorecon: No such file or directory. 08:34:24,483 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man7 restorecon: No such file or directory. 08:34:24,483 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man7x restorecon: No such file or directory. 08:34:24,484 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man8 restorecon: No such file or directory. 08:34:24,484 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man8x restorecon: No such file or directory. 08:34:24,485 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man9 restorecon: No such file or directory. 08:34:24,485 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man9x restorecon: No such file or directory. 08:34:24,486 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/mann restorecon: No such file or directory. 08:34:24,486 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man0p restorecon: No such file or directory. 08:34:24,487 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1 restorecon: No such file or directory. 08:34:24,487 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1p restorecon: No such file or directory. 08:34:24,488 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1x restorecon: No such file or directory. 08:34:24,488 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man2 restorecon: No such file or directory. 08:34:24,489 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man2x restorecon: No such file or directory. 08:34:24,489 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3 restorecon: No such file or directory. 08:34:24,490 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3p restorecon: No such file or directory. 08:34:24,490 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3x restorecon: No such file or directory. 08:34:24,491 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man4 restorecon: No such file or directory. 08:34:24,491 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man4x restorecon: No such file or directory. 08:34:24,492 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man5 restorecon: No such file or directory. 08:34:24,493 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man5x restorecon: No such file or directory. 08:34:24,493 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man6 restorecon: No such file or directory. 08:34:24,494 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man6x restorecon: No such file or directory. 08:34:24,494 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man7 restorecon: No such file or directory. 08:34:24,495 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man7x restorecon: No such file or directory. 08:34:24,495 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man8 restorecon: No such file or directory. 08:34:24,496 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man8x restorecon: No such file or directory. 08:34:24,496 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man9 restorecon: No such file or directory. 08:34:24,497 INFO anaconda:program: /sbin Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish installing, 10548/12000 Waiting for factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 to finish shutdown, 90/90 Install of factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 succeeded Generate XML for guest factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 with bootdev hd Generated XML: factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487 4194304 4194304 686eec41-9797-48e3-881b-451faa2239bb 4 host hvm /usr/share/AAVMF/AAVMF_CODE.fd destroy destroy destroy Base install complete - Doing customization and ICICLE generation Customizing image No additional packages, files, or commands to install, and icicle generation not requested, skipping customization Customization and ICICLE generation complete Cleaning up install artifacts Cleaning up after install Generated disk image (/tmp/koji/tasks/5094/255094/output_image/66a12a62-5bb7-4282-8bd3-8f84110d1487.body) Getting metadata in class () my metadata is (()) Executing metadata in class () my metadata is (('identifier', 'data', 'template', 'icicle', 'status_detail', 'status', 'percent_complete', 'parameters', 'properties')) Saved metadata for image (66a12a62-5bb7-4282-8bd3-8f84110d1487): {'status': 'COMPLETE', 'identifier': '66a12a62-5bb7-4282-8bd3-8f84110d1487', 'parameters': {'libvirt_xml': '\n factory-build-66a12a62-5bb7-4282-8bd3-8f84110d1487\n 4194304\n 4194304\n 686eec41-9797-48e3-881b-451faa2239bb\n \n 4\n \n \n \n \n \n \n host\n \n \n hvm\n \n /usr/share/AAVMF/AAVMF_CODE.fd\n \n \n destroy\n destroy\n destroy\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n', 'install_script': '#version=DEVEL\n# Keyboard layouts\nkeyboard \'us\'\n# Root password\nrootpw --iscrypted thereisnopasswordanditslocked\n# Use network installation\nurl --url="http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/"\n# System language\nlang en_US.UTF-8\n# Firewall configuration\nfirewall --enabled --service=ssh\nrepo --name="koji-override-0" --baseurl=http://qa.centos.org/centos/8-stream/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://qa.centos.org/centos/8-stream/AppStream/aarch64/os/\n# Shutdown after installation\nshutdown\n# Network information\nnetwork --bootproto=dhcp --device=link --activate\nnetwork --bootproto=dhcp --hostname=localhost.localdomain\n# System timezone\ntimezone UTC --isUtc\n# Use text mode install\ntext\n# System authorization information\nauth --enableshadow --passalgo=sha512\nfirstboot --disable\n# SELinux configuration\nselinux --enforcing\n\n# System services\nservices --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=7950\n\n%pre --erroronfail\n/usr/sbin/parted -s /dev/vda mklabel gpt\n%end\n\n%post --erroronfail\npasswd -d root\npasswd -l root\n\n# pvgrub support\necho -n "Creating grub.conf for pvgrub"\nrootuuid=$( awk \'$2=="/" { print $1 };\' /etc/fstab )\nmkdir /boot/grub\necho -e \'default=0\\ntimeout=0\\n\\n\' > /boot/grub/grub.conf\nfor kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do\n echo "title CentOS Stream 8 ($kv)" >> /boot/grub/grub.conf\n echo -e "\\troot (hd0)" >> /boot/grub/grub.conf\n echo -e "\\tkernel /boot/vmlinuz-$kv ro root=$rootuuid console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf\n echo -e "\\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf\n echo\ndone\nln -sf grub.conf /boot/grub/menu.lst\nln -sf /boot/grub/grub.conf /etc/grub.conf\n\n# setup systemd to boot to the right runlevel\nrm -f /etc/systemd/system/default.target\nln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target\necho .\n\ndnf -C -y remove linux-firmware\n\n# Remove firewalld; it is required to be present for install/image building.\n# but we dont ship it in cloud\ndnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"\ndnf -C -y remove avahi\\* \nsed -i \'/^#NAutoVTs=.*/ a\\\nNAutoVTs=0\' /etc/systemd/logind.conf\n\ncat > /etc/sysconfig/network << EOF\nNETWORKING=yes\nNOZEROCONF=yes\nEOF\n\n# For cloud images, \'eth0\' _is_ the predictable device name, since\n# we don\'t want to be tied to specific virtual (!) hardware\nrm -f /etc/udev/rules.d/70*\nln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules\n\n# simple eth0 config, again not hard-coded to the build hardware\ncat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF\nDEVICE="eth0"\nBOOTPROTO="dhcp"\nONBOOT="yes"\nTYPE="Ethernet"\nUSERCTL="yes"\nPEERDNS="yes"\nIPV6INIT="no"\nPERSISTENT_DHCLIENT="1"\nEOF\n\necho "virtual-guest" > /etc/tuned/active_profile\n\n# generic localhost names\ncat > /etc/hosts << EOF\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\nEOF\necho .\n\nsystemctl mask tmp.mount\n\ncat < /etc/sysconfig/kernel\n# UPDATEDEFAULT specifies if new-kernel-pkg should make\n# new kernels the default\nUPDATEDEFAULT=yes\n\n# DEFAULTKERNEL specifies the default kernel package type\nDEFAULTKERNEL=kernel\nEOL\n\n# make sure firstboot doesn\'t start\necho "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot\n\n# centos cloud user\necho -e \'centos\\tALL=(ALL)\\tNOPASSWD: ALL\' >> /etc/sudoers\nsed -i \'s/name: cloud-user/name: centos/g\' /etc/cloud/cloud.cfg\n\ndnf clean all\n\n# XXX instance type markers - MUST match CentOS Infra expectation\necho \'ec2\' > /etc/yum/vars/infra\n\n# change dhcp client retry/timeouts to resolve #6866\ncat >> /etc/dhcp/dhclient.conf << EOF\n\ntimeout 300;\nretry 60;\nEOF\n\n\nrm -rf /var/log/yum.log\nrm -rf /var/lib/yum/*\nrm -rf /root/install.log\nrm -rf /root/install.log.syslog\nrm -rf /root/anaconda-ks.cfg\nrm -rf /var/log/anaconda*\n\nrm -f /var/lib/systemd/random-seed\n\ncat /dev/null > /etc/machine-id\n\necho "Fixing SELinux contexts."\ntouch /var/log/cron\ntouch /var/log/boot.log\nmkdir -p /var/cache/yum\n/usr/sbin/fixfiles -R -a restore\n\n# remove these for ec2 debugging\nsed -i -e \'s/ rhgb quiet//\' /boot/grub/grub.conf\n\ncat > /etc/modprobe.d/blacklist-nouveau.conf << EOL\nblacklist nouveau\nEOL\n\n# enable resizing on copied AMIs\necho \'install_items+=" sgdisk "\' > /etc/dracut.conf.d/sgdisk.conf\n\necho \'add_drivers+="xen-netfront xen-blkfront "\' > /etc/dracut.conf.d/xen.conf\n# Rerun dracut for the installed kernel (not the running kernel):\nKERNEL_VERSION=$(rpm -q kernel --qf \'%{V}-%{R}.%{arch}\\n\')\ndracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION\n\n# reorder console entries\nsed -i \'s/console=tty0/console=tty0 console=ttyS0,115200n8/\' /boot/grub2/grub.cfg\n\ntrue\n\n%end\n\n%packages\n@core\nNetworkManager\ncentos-release\nchrony\ncloud-init\ncloud-utils-growpart\ncockpit-system\ncockpit-ws\ndhcp-client\ndnf\ndnf-utils\ndracut-config-generic\ndracut-norescue\nfirewalld\ngdisk\ngrub2\nkernel\nnfs-utils\npython3-jsonschema\nqemu-guest-agent\nrng-tools\nrsync\ntar\nyum\nyum-utils\n-aic94xx-firmware\n-alsa-firmware\n-alsa-lib\n-alsa-tools-firmware\n-biosdevname\n-iprutils\n-ivtv-firmware\n-iwl100-firmware\n-iwl1000-firmware\n-iwl105-firmware\n-iwl135-firmware\n-iwl2000-firmware\n-iwl2030-firmware\n-iwl3160-firmware\n-iwl3945-firmware\n-iwl4965-firmware\n-iwl5000-firmware\n-iwl5150-firmware\n-iwl6000-firmware\n-iwl6000g2a-firmware\n-iwl6000g2b-firmware\n-iwl6050-firmware\n-iwl7260-firmware\n-langpacks-*\n-langpacks-en\n-libertas-sd8686-firmware\n-libertas-sd8787-firmware\n-libertas-usb8388-firmware\n-plymouth\n\n%end\n', 'generate_icicle': 'False', 'offline_icicle': True}, 'icicle': '', 'data': '/tmp/koji/tasks/5094/255094/output_image/66a12a62-5bb7-4282-8bd3-8f84110d1487.body', 'status_detail': {'error': None, 'activity': 'Base Image build complete'}, 'template': "\n", 'percent_complete': 0, 'type': 'BaseImage', 'properties': {}} dispatching qcow2 image builder Resetting dropped connection: koji.mbox.centos.org "POST /kojihub?session-id=2766069&filepath=tasks%2F5094%2F255094&fileverify=adler32&callnum=9&filename=qemu-img-qcow2-aarch64.log&session-key=25-wV7pC5iM7ZqjahBv0Ki&offset=0&overwrite=1 HTTP/1.1" 200 427