dispatching a baseimg builder Creating directory (/tmp/koji/tasks/4158/254158/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/4158/254158/output_image/ec95eb3c-751e-4566-aef4-9e0d451f4fd5.meta Created file /tmp/koji/tasks/4158/254158/output_image/ec95eb3c-751e-4566-aef4-9e0d451f4fd5.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 (ec95eb3c-751e-4566-aef4-9e0d451f4fd5): {'status': 'NEW', 'identifier': 'ec95eb3c-751e-4566-aef4-9e0d451f4fd5', '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/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/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://qa.centos.org/centos/8/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 Linux 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\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/4158/254158/output_image/ec95eb3c-751e-4566-aef4-9e0d451f4fd5.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/BaseOS/aarch64/os/ HTTP/1.1" 404 7815 Name: factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5, UUID: 9af28499-ccae-4f4a-8cce-9cc9957ef7a7 MAC: 52:54:00:53:33:ee, distro: Fedora update: 20, arch: aarch64, diskimage: /tmp/koji/tasks/4158/254158/scratch_images/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5.dsk nicmodel: virtio, clockoffset: utc mousetype: ps2, disk_bus: virtio, disk_dev: vda icicletmp: /tmp/koji/tasks/4158/254158/oz_data/icicletmp/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5, listen_port: 58759 console_listen_port: 38215 Original ISO path: /tmp/koji/tasks/4158/254158/oz_data/isos/Fedora20aarch64-url.iso Modified ISO cache: /tmp/koji/tasks/4158/254158/oz_data/isos/Fedora20aarch64-url-oz.iso Output ISO path: /tmp/koji/tasks/4158/254158/scratch_images/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5-url-oz.iso ISO content path: /tmp/koji/tasks/4158/254158/oz_data/isocontent/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5-url Cleaning up any old Oz guest Cleaning up guest named factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 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/BaseOS/aarch64/os//.treeinfo HTTP/1.1" 200 1362 Going to write treeinfo to /tmp/koji/tasks/4158/254158/oz_data/icicletmp/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5/treeinfo Trying to get treeinfo from http://qa.centos.org/centos/8/BaseOS/aarch64/os//.treeinfo Starting new HTTP connection (1): qa.centos.org "GET /centos/8/BaseOS/aarch64/os//.treeinfo HTTP/1.1" 200 1362 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/BaseOS/aarch64/os/images/pxeboot/vmlinuz HTTP/1.1" 200 9547380 Fetching the original install media from http://qa.centos.org/centos/8/BaseOS/aarch64/os/images/pxeboot/vmlinuz Starting new HTTP connection (1): qa.centos.org "GET /centos/8/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/BaseOS/aarch64/os/images/pxeboot/initrd.img HTTP/1.1" 200 68936496 Fetching the original install media from http://qa.centos.org/centos/8/BaseOS/aarch64/os/images/pxeboot/initrd.img Starting new HTTP connection (1): qa.centos.org "GET /centos/8/BaseOS/aarch64/os/images/pxeboot/initrd.img HTTP/1.1" 200 68936496 10240kB of 67320kB 20480kB of 67320kB 30720kB of 67320kB 40960kB of 67320kB 51200kB of 67320kB 61440kB of 67320kB 67320kB of 67320kB Putting the kickstart in place Writing cpio to /tmp/koji/tasks/4158/254158/oz_data/icicletmp/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5/extra.cpio Releasing named lock (Fedora-20-aarch64-url) Generating JEOS disk image Generating 10GB diskimage for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 Waiting for volume to be created, 90/90 Execute JEOS install Running install for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 Generate XML for guest factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 with bootdev None Generated XML: factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 4194304 4194304 9af28499-ccae-4f4a-8cce-9cc9957ef7a7 4 host hvm /tmp/koji/tasks/4158/254158/scratch_images/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5-kernel /tmp/koji/tasks/4158/254158/scratch_images/factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5-ramdisk method=http://qa.centos.org/centos/8/BaseOS/aarch64/os/ ks=file:/ks.cfg /usr/share/AAVMF/AAVMF_CODE.fd destroy destroy destroy Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 12000/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11990/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11980/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11970/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11960/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11950/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11940/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11930/12000 06:11:52,786 INFO anaconda:program: Running... systemctl restart rsyslog 06:11:52,817 INFO systemd:Stopping System Logging Service... 06:11:53,313 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-7.el8" x-pid="1657" x-info="https://www.rsyslog.com"] exiting on signal 15. 06:11:53,316 INFO systemd:rsyslog.service: Succeeded. 06:11:53,317 INFO systemd:Stopped System Logging Service. 06:11:53,322 INFO systemd:Starting System Logging Service... Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11920/12000 06:11:53,335 WARNING rsyslogd:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.1911.0-7.el8 try https://www.rsyslog.com/e/2307 ] 06:11:53,336 INFO systemd:Started System Logging Service. 06:11:53,336 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 try https://www.rsyslog.com/e/2450 ] 06:11:53,337 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] 06:11:53,337 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] 06:11:53,337 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-7.el8" x-pid="1716" x-info="https://www.rsyslog.com"] start 06:11:53,337 NOTICE rsyslogd:imjournal: journal files changed, reloading... [v8.1911.0-7.el8 try https://www.rsyslog.com/e/0 ] 06:11:53,377 DEBUG anaconda:program: Return code: 0 06:11:53,377 INFO anaconda:anaconda: core.configuration.product: Loading information about products from /etc/anaconda/product.d. 06:11:53,380 INFO anaconda:anaconda: core.configuration.product: Found oVirt Node Next at /etc/anaconda/product.d/ovirt.conf. 06:11:53,383 INFO anaconda:anaconda: core.configuration.product: Found Red Hat Enterprise Linux at /etc/anaconda/product.d/rhel.conf. 06:11:53,386 INFO anaconda:anaconda: core.configuration.product: Found Fedora Workstation at /etc/anaconda/product.d/fedora-workstation.conf. 06:11:53,388 INFO anaconda:anaconda: core.configuration.product: Found CentOS Stream at /etc/anaconda/product.d/centos-stream.conf. 06:11:53,390 INFO anaconda:anaconda: core.configuration.product: Found Fedora Silverblue at /etc/anaconda/product.d/fedora-silverblue.conf. 06:11:53,392 INFO anaconda:anaconda: core.configuration.product: Found CentOS Linux at /etc/anaconda/product.d/centos.conf. 06:11:53,394 INFO anaconda:anaconda: core.configuration.product: Found Scientific Linux at /etc/anaconda/product.d/scientific-linux.conf. 06:11:53,397 INFO anaconda:anaconda: core.configuration.product: Found Fedora at /etc/anaconda/product.d/fedora.conf. 06:11:53,399 INFO anaconda:anaconda: core.configuration.product: Found Fedora Workstation Live at /etc/anaconda/product.d/fedora-workstation-live.conf. 06:11:53,401 INFO anaconda:anaconda: core.configuration.product: Found Red Hat Virtualization at /etc/anaconda/product.d/rhev.conf. 06:11:53,403 INFO anaconda:anaconda: core.configuration.product: Found Fedora AtomicHost at /etc/anaconda/product.d/fedora-atomic-host.conf. 06:11:53,405 INFO anaconda:anaconda: core.configuration.product: Found Fedora Server at /etc/anaconda/product.d/fedora-server.conf. 06:11:53,407 WARNING anaconda:anaconda: core.configuration.product: No support for the product CentOS Linux BaseOS. 06:11:53,407 INFO anaconda:anaconda: core.configuration.product: The product CentOS Linux is supported. 06:11:53,434 INFO anaconda:anaconda: main: /sbin/anaconda 33.16.4.15-1.el8.0.2 06:11:53,446 WARNING anaconda:anaconda: stdout: Deprecated boot argument 'method' must be used with the 'inst.' prefix. Please use 'inst.method' instead. 06:11:53,446 WARNING anaconda:anaconda: stdout: Deprecated boot argument 'ks' must be used with the 'inst.' prefix. Please use 'inst.ks' instead. 06:11:53,446 WARNING anaconda:anaconda: stdout: Anaconda boot arguments without 'inst.' prefix have been deprecated and will be removed in a future major release. 06:11:58,416 INFO anaconda:anaconda: isys: 4204736 kB (4106 MB) are available 06:11:58,417 INFO anaconda:program: Running... losetup --list 06:11:58,446 INFO anaconda:anaconda: startup_utils: check_memory(): total:4106, needed:320, graphical:410 06:11:58,447 INFO anaconda:program: Running... /sbin/auditd 06:11:58,459 DEBUG anaconda:program: Return code: 0 06:11:58,461 INFO anaconda:anaconda: main: anaconda called with cmdline = ['/sbin/anaconda'] 06:11:58,462 INFO anaconda:anaconda: main: Default encoding = utf-8 06:11:58,463 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/product.d/centos.conf', '/etc/anaconda/conf.d/00-do-nothing.conf', '/etc/anaconda/conf.d/01-still-do-nothing.conf'] 06:11:58,464 INFO anaconda:program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf 06:11:58,496 INFO anaconda:anaconda: core.dbus: Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:11:58,511 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1690 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 06:11:58,984 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:11:59,092 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 06:11:59,092 WARNING org.fedoraproject.Anaconda.Boss: import imp 06:11:59,456 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:11:59,457 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss. 06:11:59,457 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:11:59,466 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss. 06:11:59,473 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Boss' 06:11:59,474 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:11:59,480 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/1. 06:11:59,488 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Running Thread: AnaTaskThread-StartModulesTask-1 (281473227354592) 06:11:59,489 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Timezone. 06:11:59,491 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Network. 06:11:59,491 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Localization. 06:11:59,491 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Security. 06:11:59,492 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Users. 06:11:59,492 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Payloads. 06:11:59,493 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Storage. 06:11:59,494 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Found org.fedoraproject.Anaconda.Modules.Services. 06:11:59,498 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Timezone 06:11:59,499 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Network 06:11:59,499 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,500 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Localization 06:11:59,500 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,501 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Security 06:11:59,502 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,502 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Users 06:11:59,503 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,504 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Payloads 06:11:59,504 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Storage 06:11:59,505 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,506 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Starting org.fedoraproject.Anaconda.Modules.Services 06:11:59,506 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Payloads' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,507 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:11:59,508 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1730 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:12:00,290 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,482 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,496 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,524 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 06:12:00,524 WARNING org.fedoraproject.Anaconda.Modules.Localization: import imp 06:12:00,547 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,610 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,612 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,626 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,675 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] 06:12:00,687 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 06:12:00,687 WARNING org.fedoraproject.Anaconda.Modules.Payloads: import imp 06:12:00,695 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 06:12:00,695 WARNING org.fedoraproject.Anaconda.Modules.Security: import imp 06:12:00,847 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 06:12:00,847 WARNING org.fedoraproject.Anaconda.Modules.Timezone: import imp 06:12:00,865 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 06:12:00,865 WARNING org.fedoraproject.Anaconda.Modules.Users: import imp 06:12:00,941 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 06:12:00,941 WARNING org.fedoraproject.Anaconda.Modules.Network: import imp 06:12:01,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DeviceFormat as None 06:12:01,073 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 06:12:01,073 WARNING org.fedoraproject.Anaconda.Modules.Services: import imp 06:12:01,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BIOSBoot as biosboot 06:12:01,262 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 06:12:01,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DiskLabel as disklabel 06:12:01,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DMRaidMember as dmraidmember 06:12:01,380 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:01,394 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Packages. 06:12:01,395 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:01,440 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads. 06:12:01,443 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payloads. 06:12:01,458 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payloads' 06:12:01,463 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Payloads started successfully. 06:12:01,464 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Payloads is available. 06:12:01,473 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:01,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext2FS as ext2 06:12:01,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext3FS as ext3 06:12:01,482 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext4FS as ext4 06:12:01,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class FATFS as vfat 06:12:01,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIFS as efi 06:12:01,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BTRFS as btrfs 06:12:01,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class GFS2 as gfs2 06:12:01,493 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class JFS as jfs 06:12:01,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ReiserFS as reiserfs 06:12:01,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class XFS as xfs 06:12:01,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFS as hfs 06:12:01,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot 06:12:01,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFSPlus as hfs+ 06:12:01,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MacEFIFS as macefi 06:12:01,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NTFS as ntfs 06:12:01,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFS as nfs 06:12:01,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFSv4 as nfs4 06:12:01,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Iso9660FS as iso9660 06:12:01,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NoDevFS as nodev 06:12:01,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DevPtsFS as devpts 06:12:01,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ProcFS as proc 06:12:01,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SysFS as sysfs 06:12:01,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class TmpFS as tmpfs 06:12:01,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BindFS as bind 06:12:01,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SELinuxFS as selinuxfs 06:12:01,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class USBFS as usbfs 06:12:01,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIVarFS as efivarfs 06:12:01,692 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 06:12:01,728 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus. 06:12:01,729 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:dasbus.connection:Connecting to the system bus. 06:12:01,759 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:01,765 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security. 06:12:01,765 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:01,787 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 06:12:01,789 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Applying boot options 06:12:01,797 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security. 06:12:01,802 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:01,804 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall. 06:12:01,804 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:01,805 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security' 06:12:01,807 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Security started successfully. 06:12:01,808 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Security is available. 06:12:01,815 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:01,829 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network. 06:12:01,832 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network. 06:12:01,844 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network' 06:12:01,845 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Network started successfully. 06:12:01,847 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Network is available. 06:12:01,854 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:01,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [1] lvm version ... 06:12:01,968 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:01,985 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users. 06:12:01,985 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:02,002 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:02,004 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services. 06:12:02,004 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:02,015 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services. 06:12:02,023 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services' 06:12:02,025 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Services started successfully. 06:12:02,027 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Services is available. 06:12:02,032 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:02,039 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users. 06:12:02,047 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users' 06:12:02,049 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Users started successfully. 06:12:02,050 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Users is available. 06:12:02,056 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:02,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[1]: LVM version: 2.03.11(2)-RHEL8 (2021-01-28) 06:12:02,086 WARNING org.fedoraproject.Anaconda.Modules.Storage: Library version: 1.02.175-RHEL8 (2021-01-28) 06:12:02,086 WARNING org.fedoraproject.Anaconda.Modules.Storage: Driver version: 4.43.0 06:12:02,086 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 06:12:02,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[1]: 06:12:02,086 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [1] (exit code: 0) 06:12:02,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LUKS as luks 06:12:02,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Integrity as integrity 06:12:02,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv 06:12:02,207 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MDRaidMember as mdmember 06:12:02,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MultipathMember as multipath_member 06:12:02,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class PPCPRePBoot as prepboot 06:12:02,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SwapSpace as swap 06:12:02,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm trigger --action=change --subsystem-match=block 06:12:02,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:02,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:02,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:02,518 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 06:12:02,518 WARNING org.fedoraproject.Anaconda.Modules.Storage: import imp Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11910/12000 06:12:02,924 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") 06:12:02,928 INFO systemd:Starting Disk Manager... 06:12:02,995 NOTICE journal:udisks daemon version 2.9.0 starting 06:12:03,036 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=0 pid=1798 comm="/usr/libexec/udisks2/udisksd " label="system_u:system_r:kernel_t:s0") 06:12:03,042 INFO systemd:Starting Authorization Manager... 06:12:03,087 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 06:12:03,283 INFO polkitd:Started polkitd version 0.115 06:12:03,304 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 06:12:03,772 NOTICE polkitd:Loading rules from directory /etc/polkit-1/rules.d 06:12:03,773 NOTICE polkitd:Loading rules from directory /usr/share/polkit-1/rules.d 06:12:03,779 NOTICE polkitd:Finished loading, compiling and executing 3 rules 06:12:03,781 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.PolicyKit1' 06:12:03,782 INFO systemd:Started Authorization Manager. 06:12:03,783 NOTICE polkitd:Acquired the name org.freedesktop.PolicyKit1 on the system bus 06:12:03,921 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.UDisks2' 06:12:03,921 INFO systemd:Started Disk Manager. 06:12:03,935 NOTICE journal:Acquired the name org.freedesktop.UDisks2 on the system message bus 06:12:03,948 NOTICE journal:Loading module iscsi ... 06:12:04,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Caught exception, continuing. 06:12:04,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Problem description: failed to get initiator name from iscsi firmware 06:12:04,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Begin exception details. 06:12:04,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Traceback (most recent call last): 06:12:04,327 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 06:12:04,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: DEFAULT_DBUS_TIMEOUT, None) 06:12:04,328 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) 06:12:04,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: During handling of the above exception, another exception occurred: 06:12:04,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: Traceback (most recent call last): 06:12:04,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 160, in __init__ 06:12:04,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0] 06:12:04,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/util.py", line 1103, in decorated 06:12:04,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: return fn(*args, **kwargs) 06:12:04,330 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 06:12:04,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: connection=self._connection) 06:12:04,331 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 06:12:04,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: raise DBusCallError(msg) 06:12:04,331 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 06:12:04,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:IGNORED: End exception details. 06:12:04,646 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 06:12:04,682 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 06:12:04,686 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:root:reading file= 06:12:04,812 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 06:12:04,851 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 06:12:04,854 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:root:reading file= 06:12:05,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. 06:12:05,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. 06:12:05,127 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe libfc 06:12:05,228 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:05,229 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i 06:12:05,237 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' 06:12:05,237 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' 06:12:05,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. 06:12:05,238 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:ISCSID is /sbin/iscsid 06:12:05,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set 06:12:05,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. 06:12:05,241 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [2] e2fsck -V ... 06:12:05,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[2]: 06:12:05,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[2]: e2fsck 1.45.6 (20-Mar-2020) 06:12:05,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:#011Using EXT2FS Library version 1.45.6, 20-Mar-2020 06:12:05,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [2] (exit code: 0) 06:12:05,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:05,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 06:12:05,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:05,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'ext4' 06:12:05,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:05,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 06:12:05,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:05,401 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 06:12:05,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:05,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 06:12:05,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop0 584990720 root disk brw-rw---- squashfs 06:12:05,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop1 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:05,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 / 06:12:05,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:05,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:loop2 34359738368 root disk brw-rw---- 06:12:05,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 / 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:vda 10737418240 root disk brw-rw---- 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lsblk output: 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop0 584990720 root disk brw-rw---- squashfs 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop1 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 / 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:loop2 34359738368 root disk brw-rw---- 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 7e7a9636-d983-4638-bac2-985eaa574dd4 / 06:12:05,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:vda 10737418240 root disk brw-rw---- 06:12:05,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:trying to set new default fstype to 'xfs' 06:12:05,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 06:12:05,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run xfs 06:12:05,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:05,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2 06:12:05,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 06:12:05,472 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' 06:12:05,477 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; 06:12:05,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 06:12:05,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 06:12:05,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:05,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. 06:12:05,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:05,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree. 06:12:05,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. 06:12:05,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. 06:12:05,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot. 06:12:05,504 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. 06:12:05,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE. 06:12:05,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI. 06:12:05,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM. 06:12:05,517 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD. 06:12:05,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP. 06:12:05,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. 06:12:05,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. 06:12:05,531 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage' 06:12:05,533 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Storage started successfully. 06:12:05,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:05,535 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Storage is available. 06:12:06,241 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:06,243 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization. 06:12:06,243 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:06,254 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization. 06:12:06,261 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization' 06:12:06,263 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:06,263 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Localization started successfully. 06:12:06,265 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Localization is available. 06:12:06,267 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Publish the service. 06:12:06,269 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone. 06:12:06,269 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-cxT9sUWoKP,guid=7ca02a2cac22c17dcdeb991360b7212e. 06:12:06,279 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone. 06:12:06,287 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone' 06:12:06,288 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Start the loop. 06:12:06,288 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:Service org.fedoraproject.Anaconda.Modules.Timezone started successfully. 06:12:06,289 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager.start_modules:org.fedoraproject.Anaconda.Modules.Timezone is available. 06:12:06,295 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.threading:Thread Done: AnaTaskThread-StartModulesTask-1 (281473227354592) 06:12:06,532 INFO anaconda:anaconda: main: Found a kickstart file: /run/install/ks.cfg 06:12:06,703 INFO anaconda:anaconda: kickstart.script: Running kickstart %%pre script(s) 06:12:06,704 INFO anaconda:anaconda: stdout: Running pre-installation scripts 06:12:06,705 INFO anaconda:program: Running... /bin/sh /tmp/ks-script-4rborc0p 06:12:06,770 DEBUG anaconda:program: Return code: 0 06:12:06,771 INFO anaconda:anaconda: kickstart.script: All kickstart %%pre script(s) have been run 06:12:06,772 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon com_redhat_kdump 06:12:06,772 INFO kernel: vda: 06:12:06,773 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon com_redhat_kdump 06:12:06,773 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon org_fedora_oscap 06:12:06,774 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon org_fedora_oscap 06:12:07,264 INFO anaconda:anaconda: startup_utils: Parsing kickstart: /run/install/ks.cfg 06:12:07,270 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Reading a kickstart file at /run/install/ks.cfg. 06:12:07,379 DEBUG NetworkManager: [1622614327.3791] ndisc[0xaaaad0b9e610,"enp1s0"]: solicit: schedule sending next solicitation in 31.725 seconds 06:12:07,555 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Timezone handles commands ['timezone'] sections [] addons []. 06:12:07,557 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,566 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Timezone is set to UTC. 06:12:07,567 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:UTC is set to True. 06:12:07,568 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP is set to True. 06:12:07,569 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 06:12:07,569 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:07,586 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Network handles commands ['network', 'firewall'] sections [] addons []. 06:12:07,587 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:used 'link' for missing network --device options 06:12:07,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Hostname is set to localhost.localdomain 06:12:07,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall command considered seen in kickstart: True. 06:12:07,606 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall mode will be: FirewallMode.ENABLED 06:12:07,607 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: [] 06:12:07,607 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: [] 06:12:07,607 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: ['ssh'] 06:12:07,607 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: [] 06:12:07,608 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:07,623 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:org.fedoraproject.Anaconda.Modules.Localization handles commands ['keyboard', 'lang'] sections [] addons []. 06:12:07,625 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,634 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 06:12:07,635 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language support is set to []. 06:12:07,636 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language seen set to True. 06:12:07,637 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to . 06:12:07,637 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 06:12:07,637 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X layout switch options are set to []. 06:12:07,637 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Setting keyboard from generic setting value 'us'. 06:12:07,638 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:program:Running... loadkeys us 06:12:07,821 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:program:Return code: 0 06:12:07,821 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 06:12:07,821 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 06:12:07,822 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:keyboard command considered seen in kicksatart: True. 06:12:07,822 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:07,841 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 []. 06:12:07,843 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,849 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:SElinux is set to SELinuxMode.ENFORCING. 06:12:07,850 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Authconfig is set to ['--enableshadow', '--passalgo=sha512']. 06:12:07,852 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:07,870 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 []. 06:12:07,872 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,883 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password set. 06:12:07,884 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root account has been unlocked. 06:12:07,885 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Can change root password state changed: False. 06:12:07,886 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new user list has been set: [] 06:12:07,886 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new group list has been set: [] 06:12:07,887 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:A new ssh key list has been set: [] 06:12:07,887 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:07,904 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 []. 06:12:07,906 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:07,988 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Created the payload PayloadType.DNF. 06:12:08,161 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/BaseOS/aarch64/os/') 06:12:08,162 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/BaseOS/aarch64/os/')] were added. 06:12:08,162 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.payloads:Activated the payload PayloadType.DNF. 06:12:08,163 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:08,166 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Payload/1. 06:12:08,186 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 []. 06:12:08,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:08,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format unrecognized is set to 'True'. 06:12:08,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Default disk label is set to ''. 06:12:08,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 06:12:08,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format LDL is set to 'False'. 06:12:08,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 06:12:08,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 06:12:08,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 06:12:08,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '[]'. 06:12:08,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Exclusive disks are set to '[]'. 06:12:08,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Ignored disks are set to '[]'. 06:12:08,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. 06:12:08,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. 06:12:08,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. 06:12:08,259 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']'. 06:12:08,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Timeout is set to '1'. 06:12:08,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Created the partitioning CUSTOM. 06:12:08,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:08,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. 06:12:08,340 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 []. 06:12:08,341 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 06:12:08,355 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']. 06:12:08,356 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Disabled services are set to ['kdump']. 06:12:08,356 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default desktop is set to . 06:12:08,357 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.DISABLED. 06:12:08,358 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Post installation tools will be disabled. 06:12:08,359 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 06:12:08,374 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) 06:12:08,375 WARNING anaconda:anaconda: kickstart: Command keyboard will be parsed in DBus module. 06:12:08,376 WARNING anaconda:anaconda: kickstart: Command rootpw will be parsed in DBus module. 06:12:08,377 WARNING anaconda:anaconda: kickstart: Command url will be parsed in DBus module. 06:12:08,378 WARNING anaconda:anaconda: kickstart: Command lang will be parsed in DBus module. 06:12:08,379 WARNING anaconda:anaconda: kickstart: Command firewall will be parsed in DBus module. 06:12:08,382 WARNING anaconda:anaconda: kickstart: Command network will be parsed in DBus module. 06:12:08,383 WARNING anaconda:anaconda: kickstart: Command network will be parsed in DBus module. 06:12:08,384 WARNING anaconda:anaconda: kickstart: Command timezone will be parsed in DBus module. 06:12:08,385 WARNING anaconda:anaconda: kickstart: Command auth will be parsed in DBus module. 06:12:08,386 WARNING anaconda:anaconda: kickstart: Command firstboot will be parsed in DBus module. 06:12:08,387 WARNING anaconda:anaconda: kickstart: Command selinux will be parsed in DBus module. 06:12:08,388 WARNING anaconda:anaconda: kickstart: Command services will be parsed in DBus module. 06:12:08,389 WARNING anaconda:anaconda: kickstart: Command bootloader will be parsed in DBus module. 06:12:08,390 WARNING anaconda:anaconda: kickstart: Command reqpart will be parsed in DBus module. 06:12:08,391 WARNING anaconda:anaconda: kickstart: Command zerombr will be parsed in DBus module. 06:12:08,391 WARNING anaconda:anaconda: kickstart: Command clearpart will be parsed in DBus module. 06:12:08,392 WARNING anaconda:anaconda: kickstart: Command part will be parsed in DBus module. 06:12:08,447 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:dasbus.connection:Connecting to the system bus. 06:12:08,447 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:dasbus.connection:Connecting to the system bus. 06:12:08,452 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/1. 06:12:08,460 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-ApplyKeyboardTask-1 (281473216868832) 06:12:08,461 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:program:Running... loadkeys us 06:12:08,645 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:program:Return code: 0 06:12:08,647 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=1754 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:12:08,657 INFO systemd:Starting Locale Service... 06:12:09,028 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 06:12:09,029 INFO systemd:Started Locale Service. 06:12:09,110 INFO systemd-localed:Changed X11 keyboard layout to 'us' model '' variant '' options '' 06:12:09,113 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-ApplyKeyboardTask-1 (281473216868832) 06:12:09,113 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 06:12:09,114 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to ['us']. 06:12:10,164 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Linux 8; generic; Linux.aarch64)' 06:12:10,284 INFO anaconda:packaging: setting DNF platform id to: platform:el8 06:12:10,285 DEBUG anaconda:packaging: getting release version from tree at None (8) 06:12:10,286 DEBUG anaconda:packaging: using default release version of 8 06:12:10,291 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Source/1. 06:12:10,312 INFO anaconda:librepo: Librepo version: 1.12.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1g 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) 06:12:10,319 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, dnf, systemd, systemd-udev, setup#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 Linux 8; generic; Linux.aarch64)#012username = #012varsdir = /etc/yum/vars, /etc/dnf/vars#012zchunk = 1 06:12:10,359 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/BaseOS/aarch64/os/') 06:12:10,367 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Linux 8; generic; Linux.aarch64)' 06:12:10,374 INFO anaconda:packaging: setting DNF platform id to: platform:el8 06:12:10,375 DEBUG anaconda:packaging: getting release version from tree at None (8) 06:12:10,375 DEBUG anaconda:packaging: using default release version of 8 06:12:10,397 INFO anaconda:librepo: Librepo version: 1.12.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1g 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) 06:12:10,403 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, dnf, systemd, systemd-udev, setup#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 Linux 8; generic; Linux.aarch64)#012username = #012varsdir = /etc/yum/vars, /etc/dnf/vars#012zchunk = 1 06:12:10,428 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 06:12:10,431 DEBUG anaconda:anaconda: localization: setting locale to: en_US.UTF-8 06:12:10,436 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Setting locale of all modules to en_US.UTF-8. 06:12:10,436 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,436 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager.module_manager:Setting locale of all modules to en_US.UTF-8. 06:12:10,438 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,441 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,443 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,446 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,448 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,451 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,456 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 06:12:10,458 DEBUG anaconda:anaconda: network: Initialization started. 06:12:10,461 DEBUG NetworkManager: [1622614330.4614] device[3bee4da100fb71b0] (enp1s0): timed out waiting for IPv6 router advertisement 06:12:10,462 DEBUG NetworkManager: [1622614330.4616] device[3bee4da100fb71b0] (enp1s0): activation-stage: schedule activate_stage4_ip_config_timeout_6,v6 (id 119) 06:12:10,462 DEBUG NetworkManager: [1622614330.4616] device[3bee4da100fb71b0] (enp1s0): activation-stage: invoke activate_stage4_ip_config_timeout_6,v6 (id 119) 06:12:10,465 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Initialization started. 06:12:10,468 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': <'374bf4a5-cc92-4164-9ddb-065a89524d62'>, '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': {}} 06:12:10,480 DEBUG anaconda:anaconda: network: Devices found: ['enp1s0'] 06:12:10,483 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/1. 06:12:10,491 DEBUG anaconda:anaconda: network: Running task Consolidate initramfs connections 06:12:10,493 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (281472667283936) 06:12:10,495 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConsolidateInitramfsConnectionsTask-1 (281472667283936) 06:12:10,497 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Consolidate initramfs connections result: [] 06:12:10,505 DEBUG anaconda:anaconda: network: Consolidate initramfs connections result: [] 06:12:10,507 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/2. 06:12:10,516 DEBUG anaconda:anaconda: network: Running task Apply kickstart 06:12:10,517 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ApplyKickstartTask-1 (281472667283936) 06:12:10,519 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 06:12:10,520 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Ifcfg file for enp1s0 not found 06:12:10,521 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Apply kickstart: pre kickstart - adding connection for enp1s0 06:12:10,529 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:Bind to device: enp1s0 -> enp1s0 06:12:10,529 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:add connection: 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 for enp1s0 06:12:10,529 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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} []>}} 06:12:10,532 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 06:12:10,532 WARNING org.fedoraproject.Anaconda.Modules.Network: device_to_activate 06:12:10,533 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 06:12:10,533 WARNING org.fedoraproject.Anaconda.Modules.Network: device_to_activate 06:12:10,533 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 06:12:10,533 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.ifcfg:Ifcfg file for enp1s0 not found 06:12:10,534 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Apply kickstart: pre kickstart - adding connection for enp1s0 06:12:10,535 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:Bind to device: enp1s0 -> enp1s0 06:12:10,535 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:add connection: a94a7c42-b460-4497-bd10-6670c7aaec3c for enp1s0 06:12:10,535 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'a94a7c42-b460-4497-bd10-6670c7aaec3c'>}, '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} []>}} 06:12:10,537 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ApplyKickstartTask-1 (281472667283936) 06:12:10,537 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Apply kickstart result: ['enp1s0', 'enp1s0'] 06:12:10,538 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Apply kickstart 06:12:10,538 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 06:12:10,538 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:12:10,538 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:12:10,539 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:12:10,540 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:12:10,540 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:12:10,540 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:12:10,540 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:12:10,540 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:12:10,541 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:12:10,541 DEBUG NetworkManager: [1622614330.5413] ++ connection 'new connection' (0xffff740082a0/NMSimpleConnection/"802-3-ethernet"): [/org/freedesktop/NetworkManager/Settings/2] 06:12:10,541 DEBUG NetworkManager: [1622614330.5414] ++ connection [ 0xaaaad0b4d0e0 ] 06:12:10,541 DEBUG NetworkManager: [1622614330.5415] ++ connection.id = 'enp1s0' 06:12:10,542 DEBUG NetworkManager: [1622614330.5415] ++ connection.interface-name = 'enp1s0' 06:12:10,542 DEBUG NetworkManager: [1622614330.5416] ++ connection.permissions = [] 06:12:10,542 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': <'374bf4a5-cc92-4164-9ddb-065a89524d62'>, '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': {}} 06:12:10,542 DEBUG NetworkManager: [1622614330.5417] ++ connection.type = '802-3-ethernet' 06:12:10,542 DEBUG NetworkManager: [1622614330.5417] ++ connection.uuid = '27af74e7-bb3b-40bb-af0d-29b3927d5fb7' 06:12:10,543 DEBUG NetworkManager: [1622614330.5418] ++ 802-3-ethernet [ 0xaaaad0b68930 ] 06:12:10,543 DEBUG NetworkManager: [1622614330.5418] ++ 802-3-ethernet.mac-address-blacklist = [] 06:12:10,543 DEBUG NetworkManager: [1622614330.5419] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0xaaaad0c434c0) 06:12:10,543 DEBUG NetworkManager: [1622614330.5420] ++ ipv4 [ 0xaaaad0b7aac0 ] 06:12:10,543 DEBUG NetworkManager: [1622614330.5420] ++ ipv4.addresses = ((GPtrArray*) 0xaaaad0c184c0) 06:12:10,544 DEBUG NetworkManager: [1622614330.5421] ++ ipv4.dns = [] 06:12:10,544 DEBUG NetworkManager: [1622614330.5421] ++ ipv4.dns-search = [] 06:12:10,544 DEBUG NetworkManager: [1622614330.5422] ++ ipv4.method = 'auto' 06:12:10,544 DEBUG NetworkManager: [1622614330.5422] ++ ipv4.routes = ((GPtrArray*) 0xffff74007e20) 06:12:10,544 DEBUG NetworkManager: [1622614330.5423] ++ ipv4.routing-rules = 06:12:10,545 DEBUG NetworkManager: [1622614330.5423] ++ ipv6 [ 0xaaaad0b7a9f0 ] 06:12:10,545 DEBUG NetworkManager: [1622614330.5423] ++ ipv6.addr-gen-mode = 0 06:12:10,545 DEBUG NetworkManager: [1622614330.5424] ++ ipv6.addresses = ((GPtrArray*) 0xffff74008620) 06:12:10,545 DEBUG NetworkManager: [1622614330.5425] ++ ipv6.dns = [] 06:12:10,545 DEBUG NetworkManager: [1622614330.5425] ++ ipv6.dns-search = [] 06:12:10,546 DEBUG NetworkManager: [1622614330.5426] ++ ipv6.method = 'auto' 06:12:10,546 DEBUG NetworkManager: [1622614330.5427] ++ ipv6.routes = ((GPtrArray*) 0xaaaad0c17f60) 06:12:10,546 DEBUG NetworkManager: [1622614330.5428] ++ ipv6.routing-rules = 06:12:10,546 DEBUG NetworkManager: [1622614330.5441] create NMAuditManager singleton (64d187907b767de2) 06:12:10,546 INFO NetworkManager: [1622614330.5441] audit: op="connection-add" uuid="27af74e7-bb3b-40bb-af0d-29b3927d5fb7" name="enp1s0" pid=1742 uid=0 result="success" 06:12:10,546 DEBUG NetworkManager: [1622614330.5446] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 06:12:10,550 DEBUG NetworkManager: [1622614330.5508] ++ connection 'new connection' (0xaaaad0c172a0/NMSimpleConnection/"802-3-ethernet"): [/org/freedesktop/NetworkManager/Settings/3] 06:12:10,551 DEBUG NetworkManager: [1622614330.5509] ++ connection [ 0xaaaad0b4d620 ] 06:12:10,551 DEBUG NetworkManager: [1622614330.5510] ++ connection.id = 'enp1s0' 06:12:10,551 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 added: 06:12:10,551 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:12:10,551 DEBUG NetworkManager: [1622614330.5510] ++ connection.interface-name = 'enp1s0' 06:12:10,552 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:activating with device enp1s0 06:12:10,552 DEBUG NetworkManager: [1622614330.5511] ++ connection.permissions = [] 06:12:10,552 DEBUG NetworkManager: [1622614330.5511] ++ connection.type = '802-3-ethernet' 06:12:10,552 DEBUG NetworkManager: [1622614330.5512] ++ connection.uuid = 'a94a7c42-b460-4497-bd10-6670c7aaec3c' 06:12:10,552 DEBUG NetworkManager: [1622614330.5513] ++ 802-3-ethernet [ 0xaaaad0b68ed0 ] 06:12:10,553 DEBUG NetworkManager: [1622614330.5513] ++ 802-3-ethernet.mac-address-blacklist = [] 06:12:10,553 DEBUG NetworkManager: [1622614330.5514] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0xaaaad0c3fd80) 06:12:10,553 DEBUG NetworkManager: [1622614330.5514] ++ ipv4 [ 0xaaaad0b78b70 ] 06:12:10,553 DEBUG NetworkManager: [1622614330.5515] ++ ipv4.addresses = ((GPtrArray*) 0xaaaad0c17f60) 06:12:10,553 DEBUG NetworkManager: [1622614330.5515] ++ ipv4.dns = [] 06:12:10,554 DEBUG NetworkManager: [1622614330.5516] ++ ipv4.dns-search = [] 06:12:10,554 DEBUG NetworkManager: [1622614330.5516] ++ ipv4.method = 'auto' 06:12:10,554 DEBUG NetworkManager: [1622614330.5517] ++ ipv4.routes = ((GPtrArray*) 0xffff74008620) 06:12:10,554 DEBUG NetworkManager: [1622614330.5517] ++ ipv4.routing-rules = 06:12:10,554 DEBUG NetworkManager: [1622614330.5518] ++ ipv6 [ 0xaaaad0b78aa0 ] 06:12:10,555 DEBUG NetworkManager: [1622614330.5518] ++ ipv6.addr-gen-mode = 0 06:12:10,555 DEBUG NetworkManager: [1622614330.5519] ++ ipv6.addresses = ((GPtrArray*) 0xffff74007e20) 06:12:10,555 DEBUG NetworkManager: [1622614330.5519] ++ ipv6.dns = [] 06:12:10,555 DEBUG NetworkManager: [1622614330.5520] ++ ipv6.dns-search = [] 06:12:10,555 DEBUG NetworkManager: [1622614330.5520] ++ ipv6.method = 'auto' 06:12:10,556 DEBUG NetworkManager: [1622614330.5521] ++ ipv6.routes = ((GPtrArray*) 0xaaaad0c18440) 06:12:10,556 DEBUG NetworkManager: [1622614330.5521] ++ ipv6.routing-rules = 06:12:10,556 INFO NetworkManager: [1622614330.5532] audit: op="connection-add" uuid="a94a7c42-b460-4497-bd10-6670c7aaec3c" name="enp1s0" pid=1742 uid=0 result="success" 06:12:10,556 DEBUG NetworkManager: [1622614330.5538] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/3 (enp1s0) 06:12:10,556 DEBUG NetworkManager: [1622614330.5542] active-connection[0xaaaad0b9ee00]: set device "enp1s0" [0xaaaad0bfc700] 06:12:10,557 DEBUG NetworkManager: [1622614330.5543] device[3bee4da100fb71b0] (enp1s0): add_pending_action (1): 'activation-2' 06:12:10,557 DEBUG NetworkManager: [1622614330.5548] active-connection[0xaaaad0b9ee00]: constructed (NMActRequest, version-id 2, type managed) 06:12:10,557 DEBUG NetworkManager: [1622614330.5566] device[3bee4da100fb71b0] (enp1s0): queue activation request waiting for currently active connection to disconnect 06:12:10,557 INFO NetworkManager: [1622614330.5567] device (enp1s0): disconnecting for new activation request. 06:12:10,557 INFO NetworkManager: [1622614330.5568] device (enp1s0): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 06:12:10,557 DEBUG NetworkManager: [1622614330.5568] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'in-state-change' 06:12:10,558 DEBUG NetworkManager: [1622614330.5581] active-connection[0xaaaad0b9d930]: set state deactivating (was activated) 06:12:10,558 INFO NetworkManager: [1622614330.5586] manager: NetworkManager state is now DISCONNECTING 06 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11900/12000 :12:10,559 DEBUG NetworkManager: [1622614330.5590] active-connection[0xaaaad0b9d930]: check-master-ready: not signalling (state deactivating, no master) 06:12:10,559 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:connection a94a7c42-b460-4497-bd10-6670c7aaec3c added: 06:12:10,559 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'a94a7c42-b460-4497-bd10-6670c7aaec3c'>}, '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': {}} 06:12:10,560 DEBUG NetworkManager: [1622614330.5601] manager: ActivatingConnection now (none) 06:12:10,560 DEBUG NetworkManager: [1622614330.5605] dispatcher: (6) (enp1s0) dispatching action 'pre-down' (with callback) 06:12:10,565 DEBUG NetworkManager: [1622614330.5618] device[3bee4da100fb71b0] (enp1s0): connectivity state changed from FULL to NONE 06:12:10,565 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,565 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 06:12:10,566 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=1599 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:kernel_t:s0") 06:12:10,566 DEBUG NetworkManager: [1622614330.5621] device[3bee4da100fb71b0] (enp1s0): connectivity state changed from FULL to NONE 06:12:10,567 DEBUG NetworkManager: [1622614330.5623] manager: connectivity checking indicates NONE 06:12:10,567 DEBUG NetworkManager: [1622614330.5628] dispatcher: (7) dispatching action 'connectivity-change' 06:12:10,567 DEBUG NetworkManager: [1622614330.5630] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,567 INFO NetworkManager: [1622614330.5632] audit: op="connection-activate" uuid="27af74e7-bb3b-40bb-af0d-29b3927d5fb7" name="enp1s0" pid=1742 uid=0 result="success" 06:12:10,570 INFO systemd:Starting Network Manager Script Dispatcher Service... 06:12:10,593 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher' 06:12:10,594 INFO systemd:Started Network Manager Script Dispatcher Service. 06:12:10,596 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: new request (0 scripts) 06:12:10,597 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 06:12:10,597 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_FILENAME=/run/NetworkManager/system-connections/default_connection.nmconnection 06:12:10,597 DEBUG NetworkManager: [1622614330.5974] dispatcher: (6) succeeded but no scripts invoked 06:12:10,598 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_UUID=374bf4a5-cc92-4164-9ddb-065a89524d62 06:12:10,598 DEBUG NetworkManager: [1622614330.5975] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'queued-state-change-disconnected' 06:12:10,598 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_ID=Wired Connection 06:12:10,598 DEBUG NetworkManager: [1622614330.5976] device[3bee4da100fb71b0] (enp1s0): queue-state[disconnected, reason:new-activation, id:136]: queue state change 06:12:10,599 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 06:12:10,599 DEBUG NetworkManager: [1622614330.5977] device[3bee4da100fb71b0] (enp1s0): queue-state[disconnected, reason:new-activation, id:136]: change state 06:12:10,599 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 06:12:10,599 INFO NetworkManager: [1622614330.5977] device (enp1s0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') 06:12:10,599 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,600 DEBUG NetworkManager: [1622614330.5978] device[3bee4da100fb71b0] (enp1s0): add_pending_action (3): 'in-state-change' 06:12:10,600 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-down 06:12:10,600 DEBUG NetworkManager: [1622614330.5978] device[3bee4da100fb71b0] (enp1s0): will enable userland IPv6LL 06:12:10,600 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: completed: no scripts 06:12:10,600 DEBUG NetworkManager: [1622614330.5978] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 06:12:10,601 INFO nm-dispatcher:req:2 'connectivity-change': new request (2 scripts) 06:12:10,601 DEBUG NetworkManager: [1622614330.5981] platform-linux: do-request-link: 2 06:12:10,601 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: CONNECTIVITY_STATE=NONE 06:12:10,601 DEBUG NetworkManager: [1622614330.5982] platform: (enp1s0) signal: link changed: 2: enp1s0 mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:53:33:EE brd FF:FF:FF:FF:FF:FF driver virtio_net rx:210119,598881825 tx:65687,4338021 06:12:10,601 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,602 DEBUG NetworkManager: [1622614330.5983] device[3bee4da100fb71b0] (enp1s0): queued link change for ifindex 2 06:12:10,602 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 06:12:10,602 DEBUG NetworkManager: [1622614330.5984] platform-linux: do-change-link[2]: success changing link: success 06:12:10,602 INFO nm-dispatcher:req:2 'connectivity-change': start running ordered scripts... 06:12:10,603 DEBUG NetworkManager: [1622614330.5987] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 06:12:10,603 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 06:12:10,603 DEBUG NetworkManager: [1622614330.5993] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 06:12:10,603 DEBUG nm-dispatcher:req:2 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 06:12:10,603 DEBUG NetworkManager: [1622614330.5995] device[3bee4da100fb71b0] (enp1s0): deactivating device (reason 'new-activation') [60] 06:12:10,604 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 06:12:10,604 DEBUG NetworkManager: [1622614330.5996] firewall: [3280949ce4eea578,remove*:"enp1s0"]: firewall zone remove enp1s0:default (not running, simulate success) 06:12:10,604 DEBUG NetworkManager: [1622614330.5997] firewall: [3280949ce4eea578,remove*:"enp1s0"]: complete: drop request simulating success 06:12:10,606 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 06:12:10,606 DEBUG nm-dispatcher:req:2 'connectivity-change': completed (2 scripts) 06:12:10,643 INFO NetworkManager: [1622614330.6428] dhcp4 (enp1s0): canceled DHCP transaction 06:12:10,643 INFO NetworkManager: [1622614330.6429] dhcp4 (enp1s0): state changed bound -> done 06:12:10,644 DEBUG NetworkManager: [1622614330.6439] ndisc[0xaaaad0b9e610,"enp1s0"]: stopping neighbor discovery for ifindex 2 06:12:10,644 DEBUG NetworkManager: [1622614330.6441] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 06:12:10,644 DEBUG NetworkManager: [1622614330.6442] 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 06:12:10,644 DEBUG NetworkManager: [1622614330.6444] platform: (enp1s0) signal: route 6 removed: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 06:12:10,644 DEBUG NetworkManager: [1622614330.6444] device[3bee4da100fb71b0] (enp1s0): queued IP6 config change 06:12:10,645 DEBUG NetworkManager: [1622614330.6445] platform: (enp1s0) signal: route 6 removed: type local table 255 fe80::5054:ff:fe53:33ee/128 via :: dev 2 metric 0 mss 0 rt-src rt-kernel 06:12:10,645 DEBUG NetworkManager: [1622614330.6446] platform: (enp1s0) signal: route 6 removed: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 06:12:10,645 DEBUG NetworkManager: [1622614330.6447] platform: (enp1s0) signal: address 6 removed: fe80::5054:ff:fe53:33ee/64 lft forever pref forever lifetime 32-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 06:12:10,645 DEBUG NetworkManager: [1622614330.6448] platform: (enp1s0) signal: route 6 added: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 06:12:10,645 DEBUG NetworkManager: [1622614330.6450] 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 06:12:10,645 DEBUG NetworkManager: [1622614330.6450] device[3bee4da100fb71b0] (enp1s0): queued IP4 config change 06:12:10,646 DEBUG NetworkManager: [1622614330.6452] 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 06:12:10,646 DEBUG NetworkManager: [1622614330.6453] 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.168 06:12:10,646 DEBUG NetworkManager: [1622614330.6454] 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.168 06:12:10,646 DEBUG NetworkManager: [1622614330.6455] 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.168]: success 06:12:10,646 DEBUG NetworkManager: [1622614330.6455] platform: (enp1s0) ip4-route: delete type local table 255 192.168.122.168/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.168 06:12:10,647 DEBUG NetworkManager: [1622614330.6457] platform: (enp1s0) signal: route 4 removed: type local table 255 192.168.122.168/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.168 06:12:10,647 DEBUG NetworkManager: [1622614330.6457] platform-linux: do-delete-ip4-route[type local table 255 192.168.122.168/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.168]: success 06:12:10,647 DEBUG NetworkManager: [1622614330.6458] platform: (enp1s0) ip6-route: delete type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 06:12:10,647 DEBUG NetworkManager: [1622614330.6459] platform: (enp1s0) signal: route 6 removed: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 06:12:10,647 DEBUG NetworkManager: [1622614330.6460] platform-linux: do-delete-ip6-route[type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot]: success 06:12:10,648 DEBUG NetworkManager: [1622614330.6461] platform: (enp1s0) address: deleting IPv4 address 192.168.122.168/24, dev enp1s0 06:12:10,648 DEBUG NetworkManager: [1622614330.6463] platform: (enp1s0) signal: address 4 removed: 192.168.122.168/24 brd 192.168.122.255 lft 3570sec pref 3570sec lifetime 32-2[3600,3600] dev 2 flags noprefixroute src kernel 06:12:10,648 DEBUG NetworkManager: [1622614330.6464] platform-linux: do-delete-ip4-address[2: 192.168.122.168/24]: success 06:12:10,648 DEBUG NetworkManager: [1622614330.6465] rules-manager: sync 06:12:10,648 DEBUG NetworkManager: [1622614330.6465] device[3bee4da100fb71b0] (enp1s0): set metered value 0 06:12:10,649 DEBUG NetworkManager: [1622614330.6469] manager: new metered value: 0 06:12:10,649 DEBUG NetworkManager: [1622614330.6473] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=1, new-config=8d32ee612671ccfe, route-table-sync-mode=0) 06:12:10,649 DEBUG NetworkManager: [1622614330.6474] device[3bee4da100fb71b0] (enp1s0): ip4-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP4Config/1) 06:12:10,649 DEBUG NetworkManager: [1622614330.6480] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,649 DEBUG NetworkManager: [1622614330.6481] dns-mgr: (device_ip_config_changed): DNS configuration changed 06:12:10,650 DEBUG NetworkManager: [1622614330.6481] dns-mgr: (device_ip_config_changed): committing DNS changes (0) 06:12:10,650 DEBUG NetworkManager: [1622614330.6482] dns-mgr: update-dns: updating resolv.conf 06:12:10,651 DEBUG NetworkManager: [1622614330.6514] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=1, new-config=8d32ee612671ccfe, route-table-sync-mode=0) 06:12:10,651 DEBUG NetworkManager: [1622614330.6515] device[3bee4da100fb71b0] (enp1s0): ip6-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP6Config/1) 06:12:10,652 DEBUG NetworkManager: [1622614330.6524] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,652 DEBUG NetworkManager: [1622614330.6525] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,653 DEBUG NetworkManager: [1622614330.6525] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,655 DEBUG NetworkManager: [1622614330.6546] active-connection[0xaaaad0b9d930]: set state deactivated (was deactivating) 06:12:10,655 INFO NetworkManager: [1622614330.6551] manager: NetworkManager state is now DISCONNECTED 06:12:10,655 DEBUG NetworkManager: [1622614330.6555] active-connection[0xaaaad0b9d930]: check-master-ready: not signalling (state deactivated, no master) 06:12:10,655 DEBUG NetworkManager: [1622614330.6558] dns-mgr: (update_routing_and_dns): queueing DNS updates (1) 06:12:10,656 DEBUG NetworkManager: [1622614330.6559] manager: PrimaryConnection now (none) 06:12:10,656 INFO NetworkManager: [1622614330.6566] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found) 06:12:10,657 DEBUG NetworkManager: [1622614330.6568] dns-mgr: (update_routing_and_dns): DNS configuration did not change 06:12:10,657 DEBUG NetworkManager: [1622614330.6569] dns-mgr: (update_routing_and_dns): no DNS changes to commit (0) 06:12:10,657 INFO NetworkManager: [1622614330.6569] device (enp1s0): Activation: starting connection 'enp1s0' (27af74e7-bb3b-40bb-af0d-29b3927d5fb7) 06:12:10,657 DEBUG NetworkManager: [1622614330.6570] device[3bee4da100fb71b0] (enp1s0): activation-stage: schedule activate_stage1_device_prepare,v4 (id 145) 06:12:10,657 DEBUG NetworkManager: [1622614330.6570] dispatcher: (8) (enp1s0) dispatching action 'down' 06:12:10,662 INFO nm-dispatcher:req:3 'down' [enp1s0]: new request (2 scripts) 06:12:10,662 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,662 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 06:12:10,663 DEBUG NetworkManager: [1622614330.6594] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (2): 'in-state-change' 06:12:10,663 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 06:12:10,663 DEBUG NetworkManager: [1622614330.6595] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'queued-state-change-disconnected' 06:12:10,663 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_FILENAME=/run/NetworkManager/system-connections/default_connection.nmconnection 06:12:10,663 DEBUG NetworkManager: [1622614330.6596] dispatcher: (7) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 06:12:10,664 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_UUID=374bf4a5-cc92-4164-9ddb-065a89524d62 06:12:10,664 DEBUG NetworkManager: [1622614330.6596] dispatcher: (7) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 06:12:10,664 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_ID=Wired Connection 06:12:10,664 DEBUG NetworkManager: [1622614330.6601] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=0, new-config=139ce059179b7ded, route-table-sync-mode=0) 06:12:10,664 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 06:12:10,664 DEBUG NetworkManager: [1622614330.6605] device[3bee4da100fb71b0] (enp1s0): ip6-config: set IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 06:12:10,665 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 06:12:10,665 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain' 06:12:10,666 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,666 DEBUG NetworkManager: [1622614330.6608] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,666 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: NM_DISPATCHER_ACTION=down 06:12:10,666 DEBUG NetworkManager: [1622614330.6609] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,666 INFO nm-dispatcher:req:3 'down' [enp1s0]: start running ordered scripts... 06:12:10,667 DEBUG NetworkManager: [1622614330.6609] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,667 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 06:12:10,667 DEBUG NetworkManager: [1622614330.6610] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=0, new-config=eb67233eade1147c, route-table-sync-mode=0) 06:12:10,667 DEBUG NetworkManager: [1622614330.6614] device[3bee4da100fb71b0] (enp1s0): ip4-config: set IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 06:12:10,667 DEBUG NetworkManager: [1622614330.6618] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,667 DEBUG NetworkManager: [1622614330.6618] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,668 DEBUG NetworkManager: [1622614330.6619] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,668 DEBUG NetworkManager: [1622614330.6621] active-connection[0xaaaad0b9d930]: disposing 06:12:10,668 DEBUG NetworkManager: [1622614330.6627] device[3bee4da100fb71b0] (enp1s0): activation-stage: invoke activate_stage1_device_prepare,v4 (id 145) 06:12:10,668 INFO NetworkManager: [1622614330.6630] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') 06:12:10,668 DEBUG NetworkManager: [1622614330.6631] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'in-state-change' 06:12:10,669 DEBUG NetworkManager: [1622614330.6639] active-connection[0xaaaad0b9ee00]: set state activating (was unknown) 06:12:10,669 INFO NetworkManager: [1622614330.6643] manager: NetworkManager state is now CONNECTING 06:12:10,669 DEBUG NetworkManager: [1622614330.6647] active-connection[0xaaaad0b9ee00]: check-master-ready: not signalling (state activating, no master) 06:12:10,669 DEBUG NetworkManager: [1622614330.6648] manager: ActivatingConnection now enp1s0 06:12:10,669 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,669 DEBUG NetworkManager: [1622614330.6651] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,670 DEBUG NetworkManager: [1622614330.6651] device[3bee4da100fb71b0] (enp1s0): set-link: ignore link negotiation 06:12:10,670 DEBUG NetworkManager: [1622614330.6652] device[3bee4da100fb71b0] (enp1s0): activation-stage: synchronously invoke activate_stage2_device_config,v4 06:12:10,670 INFO NetworkManager: [1622614330.6652] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') 06:12:10,670 DEBUG NetworkManager: [1622614330.6653] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'in-state-change' 06:12:10,670 DEBUG NetworkManager: [1622614330.6679] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,671 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 06:12:10,671 DEBUG NetworkManager: [1622614330.6680] rules-manager: sync 06:12:10,671 DEBUG NetworkManager: [1622614330.6681] device[3bee4da100fb71b0] (enp1s0): bringing up device 2 06:12:10,671 DEBUG NetworkManager: [1622614330.6681] platform: (enp1s0) link: setting up 06:12:10,671 DEBUG NetworkManager: [1622614330.6682] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) 06:12:10,672 DEBUG NetworkManager: [1622614330.6684] platform-linux: do-request-link: 2 06:12:10,672 DEBUG NetworkManager: [1622614330.6686] platform-linux: do-change-link[2]: success changing link: success 06:12:10,672 DEBUG NetworkManager: [1622614330.6688] firewall: [ee6c90684395b711,change*:"enp1s0"]: firewall zone change enp1s0:default (not running, simulate success) 06:12:10,672 DEBUG NetworkManager: [1622614330.6690] dispatcher: (9) dispatching action 'hostname' 06:12:10,673 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Current hostname changed to localhost.localdomain 06:12:10,673 DEBUG NetworkManager: [1622614330.6693] firewall: [ee6c90684395b711,change*:"enp1s0"]: complete: fake success 06:12:10,673 DEBUG NetworkManager: [1622614330.6694] device[3bee4da100fb71b0] (enp1s0): activation-stage: schedule activate_stage3_ip_config_start,v4 (id 152) 06:12:10,674 DEBUG NetworkManager: [1622614330.6694] device[3bee4da100fb71b0] (enp1s0): activation-stage: invoke activate_stage3_ip_config_start,v4 (id 152) 06:12:10,674 DEBUG NetworkManager: [1622614330.6695] active-connection[0xaaaad0b9ee00]: set state-flags layer2-ready (was none) 06:12:10,674 INFO NetworkManager: [1622614330.6698] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') 06:12:10,674 INFO nm-dispatcher:req:4 'hostname': new request (2 scripts) 06:12:10,674 DEBUG NetworkManager: [1622614330.6699] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'in-state-change' 06:12:10,675 DEBUG nm-dispatcher:req:4 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,675 DEBUG NetworkManager: [1622614330.6707] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,675 DEBUG nm-dispatcher:req:4 'hostname': environment: NM_DISPATCHER_ACTION=hostname 06:12:10,675 DEBUG NetworkManager: [1622614330.6707] device[3bee4da100fb71b0] (enp1s0): IPv4 config method is auto 06:12:10,675 DEBUG NetworkManager: [1622614330.6710] device[3bee4da100fb71b0] (enp1s0): ipv4.dhcp-client-id: no explicit client-id configured 06:12:10,676 INFO NetworkManager: [1622614330.6711] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds) 06:12:10,676 DEBUG NetworkManager: [1622614330.6713] device[3bee4da100fb71b0] (enp1s0): IPv6 config method is auto 06:12:10,676 DEBUG NetworkManager: [1622614330.6714] device[3bee4da100fb71b0] (enp1s0): will enable userland IPv6LL 06:12:10,676 DEBUG NetworkManager: [1622614330.6714] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 06:12:10,676 DEBUG NetworkManager: [1622614330.6715] platform-linux: do-request-link: 2 06:12:10,677 DEBUG NetworkManager: [1622614330.6717] platform-linux: do-change-link[2]: success changing link: success 06:12:10,677 DEBUG NetworkManager: [1622614330.6719] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 06:12:10,677 DEBUG NetworkManager: [1622614330.6722] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 06:12:10,677 DEBUG NetworkManager: [1622614330.6725] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra' to '0' (current value is identical) 06:12:10,677 DEBUG NetworkManager: [1622614330.6748] platform: (enp1s0) signal: route 6 added: type unicast table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 06:12:10,682 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 06:12:10,682 DEBUG NetworkManager: [1622614330.6748] device[3bee4da100fb71b0] (enp1s0): queued IP6 config change 06:12:10,682 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 06:12:10,683 DEBUG NetworkManager: [1622614330.6753] device[3bee4da100fb71b0] (enp1s0): linklocal6: starting IPv6 with method 'auto', but the device has no link-local addresses configured. Wait. 06:12:10,683 DEBUG NetworkManager: [1622614330.6754] device[3bee4da100fb71b0] (enp1s0): linklocal6: generated EUI-64 IPv6LL address fe80::5054:ff:fe53:33ee 06:12:10,683 DEBUG NetworkManager: [1622614330.6756] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=1, new-config=84f79e9c54458a7f, route-table-sync-mode=1) 06:12:10,683 DEBUG NetworkManager: [1622614330.6757] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe53:33ee/64 lft forever pref forever lifetime 32-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown 06:12:10,683 DEBUG NetworkManager: [1622614330.6760] platform: (enp1s0) signal: address 6 added: fe80::5054:ff:fe53:33ee/64 lft forever pref forever lifetime 32-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute,tentative src kernel 06:12:10,684 DEBUG NetworkManager: [1622614330.6762] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe53:33ee]: success 06:12:10,684 DEBUG NetworkManager: [1622614330.6762] platform: (enp1s0) route: append IPv6 route: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src ipv6ll 06:12:10,684 DEBUG NetworkManager: [1622614330.6764] platform: (enp1s0) signal: route 6 added: type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 06:12:10,684 DEBUG NetworkManager: [1622614330.6765] platform-linux: do-add-ip6-route[type unicast fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel]: success 06:12:10,684 DEBUG NetworkManager: [1622614330.6772] device[3bee4da100fb71b0] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 06:12:10,685 DEBUG NetworkManager: [1622614330.6772] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,685 DEBUG NetworkManager: [1622614330.6773] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,685 DEBUG NetworkManager: [1622614330.6773] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,685 DEBUG NetworkManager: [1622614330.6775] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 06:12:10,685 DEBUG NetworkManager: [1622614330.6780] dhcp4 (enp1s0): send DISCOVER to 255.255.255.255 06:12:10,686 DEBUG NetworkManager: [1622614330.6782] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=0, new-config=d6c941a307604b45, route-table-sync-mode=0) 06:12:10,686 DEBUG NetworkManager: [1622614330.6792] device[3bee4da100fb71b0] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 06:12:10,690 DEBUG NetworkManager: [1622614330.6792] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,690 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 06:12:10,691 DEBUG NetworkManager: [1622614330.6793] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,691 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: completed (2 scripts) 06:12:10,691 DEBUG NetworkManager: [1622614330.6793] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,691 INFO nm-dispatcher:req:4 'hostname': start running ordered scripts... 06:12:10,691 DEBUG NetworkManager: [1622614330.6795] dhcp4 (enp1s0): received OFFER of 192.168.122.168 from 192.168.122.1 06:12:10,692 DEBUG nm-dispatcher:req:4 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 06:12:10,693 DEBUG NetworkManager: [1622614330.6796] dhcp4 (enp1s0): send REQUEST of 192.168.122.168 to 255.255.255.255 06:12:10,693 DEBUG nm-dispatcher:req:4 'hostname', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 06:12:10,693 DEBUG NetworkManager: [1622614330.6799] dhcp4 (enp1s0): received ACK of 192.168.122.168 from 192.168.122.1 06:12:10,693 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 06:12:10,694 DEBUG NetworkManager: [1622614330.6804] dhcp4 (enp1s0): option broadcast_address => '192.168.122.255' 06:12:10,694 DEBUG NetworkManager: [1622614330.6804] dhcp4 (enp1s0): option dhcp_lease_time => '3600' 06:12:10,694 DEBUG NetworkManager: [1622614330.6805] dhcp4 (enp1s0): option dhcp_server_identifier => '192.168.122.1' 06:12:10,694 DEBUG NetworkManager: [1622614330.6805] dhcp4 (enp1s0): option domain_name_servers => '192.168.122.1' 06:12:10,694 DEBUG NetworkManager: [1622614330.6806] dhcp4 (enp1s0): option expiry => '1622617930' 06:12:10,695 DEBUG NetworkManager: [1622614330.6806] dhcp4 (enp1s0): option ip_address => '192.168.122.168' 06:12:10,695 DEBUG NetworkManager: [1622614330.6807] dhcp4 (enp1s0): option next_server => '192.168.122.1' 06:12:10,696 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: new request (0 scripts) 06:12:10,696 DEBUG NetworkManager: [1622614330.6807] dhcp4 (enp1s0): option requested_broadcast_address => '1' 06:12:10,696 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/2 06:12:10,697 DEBUG NetworkManager: [1622614330.6807] dhcp4 (enp1s0): option requested_domain_name => '1' 06:12:10,697 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 06:12:10,698 DEBUG NetworkManager: [1622614330.6808] dhcp4 (enp1s0): option requested_domain_name_servers => '1' 06:12:10,698 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:12:10,698 DEBUG NetworkManager: [1622614330.6808] dhcp4 (enp1s0): option requested_domain_search => '1' 06:12:10,699 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_ID=enp1s0 06:12:10,699 DEBUG NetworkManager: [1622614330.6808] dhcp4 (enp1s0): option requested_host_name => '1' 06:12:10,699 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 06:12:10,699 DEBUG NetworkManager: [1622614330.6809] dhcp4 (enp1s0): option requested_interface_mtu => '1' 06:12:10,699 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 06:12:10,699 DEBUG NetworkManager: [1622614330.6809] dhcp4 (enp1s0): option requested_ms_classless_static_routes => '1' 06:12:10,700 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,700 DEBUG NetworkManager: [1622614330.6809] dhcp4 (enp1s0): option requested_nis_domain => '1' 06:12:10,700 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-up 06:12:10,700 DEBUG NetworkManager: [1622614330.6810] dhcp4 (enp1s0): option requested_nis_servers => '1' 06:12:10,701 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: completed: no scripts 06:12:10,701 DEBUG NetworkManager: [1622614330.6810] dhcp4 (enp1s0): option requested_ntp_servers => '1' 06:12:10,701 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 06:12:10,701 DEBUG NetworkManager: [1622614330.6810] dhcp4 (enp1s0): option requested_rfc3442_classless_static_routes => '1' 06:12:10,701 DEBUG nm-dispatcher:req:4 'hostname': completed (2 scripts) 06:12:10,702 DEBUG NetworkManager: [1622614330.6810] dhcp4 (enp1s0): option requested_root_path => '1' 06:12:10,702 DEBUG NetworkManager: [1622614330.6811] dhcp4 (enp1s0): option requested_routers => '1' 06:12:10,702 DEBUG NetworkManager: [1622614330.6811] dhcp4 (enp1s0): option requested_static_routes => '1' 06:12:10,702 DEBUG NetworkManager: [1622614330.6812] dhcp4 (enp1s0): option requested_subnet_mask => '1' 06:12:10,703 DEBUG NetworkManager: [1622614330.6812] dhcp4 (enp1s0): option requested_time_offset => '1' 06:12:10,703 DEBUG NetworkManager: [1622614330.6812] dhcp4 (enp1s0): option requested_wpad => '1' 06:12:10,703 DEBUG NetworkManager: [1622614330.6813] dhcp4 (enp1s0): option routers => '192.168.122.1' 06:12:10,703 DEBUG NetworkManager: [1622614330.6813] dhcp4 (enp1s0): option subnet_mask => '255.255.255.0' 06:12:10,703 INFO NetworkManager: [1622614330.6814] dhcp4 (enp1s0): state changed unknown -> bound, address=192.168.122.168 06:12:10,704 DEBUG NetworkManager: [1622614330.6815] device[3bee4da100fb71b0] (enp1s0): new DHCPv4 client state 1 06:12:10,704 DEBUG NetworkManager: [1622614330.6839] device[3bee4da100fb71b0] (enp1s0): activation-stage: schedule activate_stage5_ip_config_result_4,v4 (id 158) 06:12:10,704 DEBUG NetworkManager: [1622614330.6840] device[3bee4da100fb71b0] (enp1s0): activation-stage: invoke activate_stage5_ip_config_result_4,v4 (id 158) 06:12:10,704 DEBUG NetworkManager: [1622614330.6842] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=1, new-config=b34c6cc114468209, route-table-sync-mode=1) 06:12:10,705 DEBUG NetworkManager: [1622614330.6843] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.168/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 06:12:10,705 DEBUG NetworkManager: [1622614330.6846] platform: (enp1s0) signal: address 4 added: 192.168.122.168/24 brd 192.168.122.255 lft 3600sec pref 3600sec lifetime 32-32[3600,3600] dev 2 flags noprefixroute src kernel 06:12:10,705 DEBUG NetworkManager: [1622614330.6847] device[3bee4da100fb71b0] (enp1s0): queued IP4 config change 06:12:10,705 DEBUG NetworkManager: [1622614330.6848] platform: (enp1s0) signal: route 4 added: type local table 255 192.168.122.168/32 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope host pref-src 192.168.122.168 06:12:10,705 DEBUG NetworkManager: [1622614330.6849] platform-linux: do-add-ip4-address[2: 192.168.122.168/24]: success 06:12:10,706 DEBUG NetworkManager: [1622614330.6850] 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.168 06:12:10,706 DEBUG NetworkManager: [1622614330.6851] 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.168 06:12:10,706 DEBUG NetworkManager: [1622614330.6852] 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.168]: success 06:12:10,706 DEBUG NetworkManager: [1622614330.6853] 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 06:12:10,706 DEBUG NetworkManager: [1622614330.6854] 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 06:12:10,707 DEBUG NetworkManager: [1622614330.6855] 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 06:12:10,707 DEBUG NetworkManager: [1622614330.6871] device[3bee4da100fb71b0] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 06:12:10,707 DEBUG NetworkManager: [1622614330.6871] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,708 DEBUG NetworkManager: [1622614330.6872] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,708 DEBUG NetworkManager: [1622614330.6872] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,708 DEBUG NetworkManager: [1622614330.6877] active-connection[0xaaaad0b9ee00]: set state-flags layer2-ready,ip4-ready (was layer2-ready) 06:12:10,711 INFO NetworkManager: [1622614330.6894] device (enp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') 06:12:10,711 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,711 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 06:12:10,711 DEBUG NetworkManager: [1622614330.6894] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'in-state-change' 06:12:10,712 DEBUG NetworkManager: [1622614330.6916] dispatcher: (10) (enp1s0) dispatching action 'pre-up' (with callback) 06:12:10,712 DEBUG NetworkManager: [1622614330.7003] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,712 DEBUG NetworkManager: [1622614330.7004] dispatcher: (8) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 06:12:10,712 DEBUG NetworkManager: [1622614330.7005] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 06:12:10,713 DEBUG NetworkManager: [1622614330.7006] dispatcher: (10) succeeded but no scripts invoked 06:12:10,713 DEBUG NetworkManager: [1622614330.7006] device[3bee4da100fb71b0] (enp1s0): add_pending_action (2): 'queued-state-change-secondaries' 06:12:10,713 DEBUG NetworkManager: [1622614330.7007] device[3bee4da100fb71b0] (enp1s0): queue-state[secondaries, reason:none, id:167]: queue state change 06:12:10,713 DEBUG NetworkManager: [1622614330.7008] dispatcher: (9) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 06:12:10,713 DEBUG NetworkManager: [1622614330.7008] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 06:12:10,714 DEBUG NetworkManager: [1622614330.7009] device[3bee4da100fb71b0] (enp1s0): queue-state[secondaries, reason:none, id:167]: change state 06:12:10,714 INFO NetworkManager: [1622614330.7010] device (enp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') 06:12:10,714 DEBUG NetworkManager: [1622614330.7010] device[3bee4da100fb71b0] (enp1s0): add_pending_action (3): 'in-state-change' 06:12:10,715 DEBUG NetworkManager: [1622614330.7033] device[3bee4da100fb71b0] (enp1s0): add_pending_action (4): 'queued-state-change-activated' 06:12:10,715 DEBUG NetworkManager: [1622614330.7033] device[3bee4da100fb71b0] (enp1s0): queue-state[activated, reason:none, id:168]: queue state change 06:12:10,715 DEBUG NetworkManager: [1622614330.7034] device[3bee4da100fb71b0] (enp1s0): device entered SECONDARIES state 06:12:10,715 DEBUG NetworkManager: [1622614330.7035] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (3): 'in-state-change' 06:12:10,715 DEBUG NetworkManager: [1622614330.7035] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (2): 'queued-state-change-secondaries' 06:12:10,716 DEBUG NetworkManager: [1622614330.7036] device[3bee4da100fb71b0] (enp1s0): queue-state[activated, reason:none, id:168]: change state 06:12:10,716 INFO NetworkManager: [1622614330.7036] device (enp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') 06:12:10,716 DEBUG NetworkManager: [1622614330.7036] device[3bee4da100fb71b0] (enp1s0): add_pending_action (3): 'in-state-change' 06:12:10,716 DEBUG NetworkManager: [1622614330.7063] active-connection[0xaaaad0b9ee00]: set state activated (was activating) 06:12:10,719 INFO NetworkManager: [1622614330.7076] manager: NetworkManager state is now CONNECTED_LOCAL 06:12:10,719 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,719 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 06:12:10,719 DEBUG NetworkManager: [1622614330.7089] active-connection[0xaaaad0b9ee00]: check-master-ready: not signalling (state activated, no master) 06:12:10,720 DEBUG NetworkManager: [1622614330.7089] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (2): 'activation-2' 06:12:10,720 DEBUG NetworkManager: [1622614330.7153] dns-mgr: (device_state_changed): queueing DNS updates (1) 06:12:10,720 DEBUG NetworkManager: [1622614330.7153] dns-mgr: (update_routing_and_dns): queueing DNS updates (2) 06:12:10,720 INFO NetworkManager: [1622614330.7159] manager: NetworkManager state is now CONNECTED_SITE 06:12:10,720 INFO NetworkManager: [1622614330.7168] policy: set 'enp1s0' (enp1s0) as default for IPv4 routing and DNS 06:12:10,720 DEBUG NetworkManager: [1622614330.7169] manager: PrimaryConnection now enp1s0 06:12:10,721 DEBUG NetworkManager: [1622614330.7183] dns-mgr: (update_routing_and_dns): DNS configuration changed 06:12:10,721 DEBUG NetworkManager: [1622614330.7184] dns-mgr: (update_routing_and_dns): no DNS changes to commit (1) 06:12:10,721 DEBUG NetworkManager: [1622614330.7185] dns-mgr: (device_state_changed): DNS configuration changed 06:12:10,721 DEBUG NetworkManager: [1622614330.7185] dns-mgr: (device_state_changed): committing DNS changes (0) 06:12:10,721 DEBUG NetworkManager: [1622614330.7185] dns-mgr: update-dns: updating resolv.conf 06:12:10,722 INFO NetworkManager: [1622614330.7215] device (enp1s0): Activation: successful, device activated. 06:12:10,722 DEBUG NetworkManager: [1622614330.7215] device[3bee4da100fb71b0] (enp1s0): set metered value 4 06:12:10,722 DEBUG NetworkManager: [1622614330.7219] manager: new metered value: 4 06:12:10,722 DEBUG NetworkManager: [1622614330.7222] dispatcher: (11) (enp1s0) dispatching action 'up' 06:12:10,724 DEBUG NetworkManager: [1622614330.7239] device[3bee4da100fb71b0] (enp1s0): connectivity state changed from NONE to FULL 06:12:10,724 DEBUG NetworkManager: [1622614330.7242] manager: connectivity checking indicates FULL 06:12:10,724 INFO NetworkManager: [1622614330.7242] manager: NetworkManager state is now CONNECTED_GLOBAL 06:12:10,725 DEBUG NetworkManager: [1622614330.7249] dispatcher: (12) dispatching action 'connectivity-change' 06:12:10,726 DEBUG NetworkManager: [1622614330.7254] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=1, new-config=e88aa9a9345c410c, route-table-sync-mode=1) 06:12:10,726 DEBUG NetworkManager: [1622614330.7256] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.168/24 brd 192.168.122.255 lft 3599sec pref 3599sec lifetime 33-0[3599,3599] dev 2 flags noprefixroute src unknown 06:12:10,726 DEBUG NetworkManager: [1622614330.7257] platform: (enp1s0) signal: address 4 changed: 192.168.122.168/24 brd 192.168.122.255 lft 3599sec pref 3599sec lifetime 33-33[3599,3599] dev 2 flags noprefixroute src kernel 06:12:10,726 DEBUG NetworkManager: [1622614330.7259] platform-linux: do-add-ip4-address[2: 192.168.122.168/24]: success 06:12:10,726 INFO nm-dispatcher:req:6 'up' [enp1s0]: new request (2 scripts) 06:12:10,726 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/2 06:12:10,727 DEBUG NetworkManager: [1622614330.7269] device[3bee4da100fb71b0] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 06:12:10,727 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 06:12:10,727 DEBUG NetworkManager: [1622614330.7269] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:10,728 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:12:10,728 DEBUG NetworkManager: [1622614330.7271] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:10,728 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_ID=enp1s0 06:12:10,733 DEBUG NetworkManager: [1622614330.7272] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:10,733 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 06:12:10,733 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 06:12:10,733 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 06:12:10,734 DEBUG NetworkManager: [1622614330.7273] device[3bee4da100fb71b0] (enp1s0): connectivity state changed from NONE to FULL 06:12:10,734 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 06:12:10,734 DEBUG NetworkManager: [1622614330.7280] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=1, new-config=97969f4bde73b1f7, route-table-sync-mode=1) 06:12:10,734 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ADDRESS_0=192.168.122.168/24 192.168.122.1 06:12:10,734 DEBUG NetworkManager: [1622614330.7282] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.168/24 brd 192.168.122.255 lft 3599sec pref 3599sec lifetime 33-0[3599,3599] dev 2 flags noprefixroute src unknown 06:12:10,735 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ADDRESSES=1 06:12:10,735 DEBUG NetworkManager: [1622614330.7285] platform-linux: do-add-ip4-address[2: 192.168.122.168/24]: success 06:12:10,735 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_GATEWAY=192.168.122.1 06:12:10,735 DEBUG NetworkManager: [1622614330.7286] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (1): 'in-state-change' 06:12:10,735 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NAMESERVERS=192.168.122.1 06:12:10,736 DEBUG NetworkManager: [1622614330.7287] device[3bee4da100fb71b0] (enp1s0): remove_pending_action (0): 'queued-state-change-activated' 06:12:10,736 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ROUTE_0=192.168.122.0/24 0.0.0.0 100 06:12:10,736 DEBUG NetworkManager: [1622614330.7301] device[3bee4da100fb71b0] (enp1s0): hostname-from-dns: lookup done for 192.168.122.168, result "localhost.localdomain" 06:12:10,736 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ROUTES=1 06:12:10,736 DEBUG NetworkManager: [1622614330.7307] device[3bee4da100fb71b0] (enp1s0): ip4-config: update (commit=0, new-config=9f458e3d16cafb7f, route-table-sync-mode=0) 06:12:10,737 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ADDRESS_0=fe80::5054:ff:fe53:33ee/64 0.0.0.0 06:12:10,737 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ADDRESSES=1 06:12:10,737 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_GATEWAY=0.0.0.0 06:12:10,737 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_0=ff00::/8 :: 256 06:12:10,737 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_1=fe80::/64 :: 100 06:12:10,738 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ROUTES=2 06:12:10,738 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_BROADCAST_ADDRESS=192.168.122.255 06:12:10,738 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_LEASE_TIME=3600 06:12:10,738 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.122.1 06:12:10,738 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.122.1 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_EXPIRY=1622617930 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_IP_ADDRESS=192.168.122.168 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NEXT_SERVER=192.168.122.1 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1 06:12:10,739 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1 06:12:10,740 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1 06:12:10,740 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_HOST_NAME=1 06:12:10,740 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1 06:12:10,740 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1 06:12:10,740 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1 06:12:10,741 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_SERVERS=1 06:12:10,741 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NTP_SERVERS=1 06:12:10,741 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1 06:12:10,741 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROOT_PATH=1 06:12:10,741 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROUTERS=1 06:12:10,742 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1 06:12:10,742 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_SUBNET_MASK=1 06:12:10,742 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_TIME_OFFSET=1 06:12:10,742 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_WPAD=1 06:12:10,743 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_ROUTERS=192.168.122.1 06:12:10,743 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_SUBNET_MASK=255.255.255.0 06:12:10,743 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,743 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: NM_DISPATCHER_ACTION=up 06:12:10,743 INFO nm-dispatcher:req:6 'up' [enp1s0]: start running ordered scripts... 06:12:10,743 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 06:12:10,744 INFO nm-dispatcher:req:7 'connectivity-change': new request (2 scripts) 06:12:10,744 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: CONNECTIVITY_STATE=FULL 06:12:10,744 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 06:12:10,744 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 06:12:10,762 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive. 06:12:10,765 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 06:12:10,765 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 06:12:10,773 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 06:12:10,774 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: completed (2 scripts) 06:12:10,774 INFO nm-dispatcher:req:7 'connectivity-change': start running ordered scripts... 06:12:10,774 DEBUG nm-dispatcher:req:7 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": run script 06:12:10,774 DEBUG NetworkManager: [1622614330.7745] dispatcher: (11) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 06:12:10,775 DEBUG NetworkManager: [1622614330.7746] dispatcher: (11) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 06:12:10,778 DEBUG nm-dispatcher:req:7 'connectivity-change', "/usr/lib/NetworkManager/dispatcher.d/04-iscsi": complete 06:12:10,778 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 06:12:10,782 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 06:12:10,783 DEBUG nm-dispatcher:req:7 'connectivity-change': completed (2 scripts) 06:12:10,784 DEBUG NetworkManager: [1622614330.7840] dispatcher: (12) /usr/lib/NetworkManager/dispatcher.d/04-iscsi succeeded 06:12:10,784 DEBUG NetworkManager: [1622614330.7840] dispatcher: (12) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 06:12:11,537 DEBUG anaconda:anaconda: network: Apply kickstart result: ['enp1s0', 'enp1s0'] 06:12:11,550 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/3. 06:12:11,559 DEBUG anaconda:anaconda: network: Running task Dump missing ifcfg files 06:12:11,561 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (281472667283936) 06:12:11,568 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'] 06:12:11,568 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-DumpMissingIfcfgFilesTask-1 (281472667283936) 06:12:11,571 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dump missing ifcfg files result: [] 06:12:11,578 DEBUG anaconda:anaconda: network: Dump missing ifcfg files result: [] 06:12:11,581 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/4. 06:12:11,590 DEBUG anaconda:anaconda: network: Running task Set real ONBOOT values from kickstart 06:12:11,592 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (281472667283936) 06:12:11,593 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 06:12:11,594 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Set real ONBOOT values from kickstart: 3 connections found for enp1s0 06:12:11,599 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'] 06:12:11,601 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:updating ONBOOT values of connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 for device enp1s0 06:12:11,602 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updating connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 setting 'connection' 'autoconnect' to 'True' 06:12:11,603 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updated connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7: 06:12:11,603 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:12:11,605 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 06:12:11,605 WARNING org.fedoraproject.Anaconda.Modules.Network: sync_queue 06:12:11,606 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 06:12:11,606 WARNING org.fedoraproject.Anaconda.Modules.Network: sync_queue 06:12:11,614 DEBUG NetworkManager: [1622614331.6145] ++ connection 'update connection' (0xffff78027ba0/NMSimpleConnection/"802-3-ethernet" < 0xffff740082a0/NMSimpleConnection/"802-3-ethernet") [/org/freedesktop/NetworkManager/Settings/2]: 06:12:11,615 DEBUG NetworkManager: [1622614331.6146] ++ connection [ 0xaaaad0b4dd20 < 0xaaaad0b4d0e0 ] 06:12:11,615 DEBUG NetworkManager: [1622614331.6147] ++ connection.timestamp = 1622614330 06:12:11,616 DEBUG NetworkManager: [1622614331.6163] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 06:12:11,616 INFO NetworkManager: [1622614331.6166] audit: op="connection-update" uuid="27af74e7-bb3b-40bb-af0d-29b3927d5fb7" name="enp1s0" args="connection.timestamp" pid=1742 uid=0 result="success" 06:12:11,618 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:kickstart specification --device=link -> enp1s0 (first device with link found) 06:12:11,618 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:Set real ONBOOT values from kickstart: 3 connections found for enp1s0 06:12:11,623 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'] 06:12:11,623 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.initialization:updating ONBOOT values of connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 for device enp1s0 06:12:11,623 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updating connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 setting 'connection' 'autoconnect' to 'True' 06:12:11,624 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.nm_client:updated connection 27af74e7-bb3b-40bb-af0d-29b3927d5fb7: 06:12:11,624 WARNING org.fedoraproject.Anaconda.Modules.Network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'timestamp': , 'type': <'802-3-ethernet'>, 'uuid': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:12:11,633 DEBUG NetworkManager: [1622614331.6338] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/2 (enp1s0) 06:12:11,634 INFO NetworkManager: [1622614331.6340] audit: op="connection-update" uuid="27af74e7-bb3b-40bb-af0d-29b3927d5fb7" name="enp1s0" pid=1742 uid=0 result="success" 06:12:11,635 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetRealOnbootValuesFromKickstartTask-1 (281472667283936) 06:12:11,635 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Set real ONBOOT values from kickstart result: ['enp1s0', 'enp1s0'] 06:12:11,636 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Set real ONBOOT values from kickstart 06:12:11,636 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:12:11,637 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:12:11,638 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:12:11,638 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:12:11,638 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:12:11,638 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:12:11,638 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:12:11,639 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:12:11,640 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:12:11,641 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:12:11,641 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:12:11,641 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:12:11,641 WARNING org.fedoraproject.An Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11890/12000 aconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=a94a7c42-b460-4497-bd10-6670c7aaec3c 06:12:11,641 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:12:11,641 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:12:11,644 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': <'374bf4a5-cc92-4164-9ddb-065a89524d62'>, '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': {}} 06:12:11,644 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': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:12:11,644 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'a94a7c42-b460-4497-bd10-6670c7aaec3c'>}, '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': {}} 06:12:11,933 DEBUG NetworkManager: [1622614331.9329] platform: (enp1s0) signal: address 6 changed: fe80::5054:ff:fe53:33ee/64 lft forever pref forever lifetime 34-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 06:12:11,933 DEBUG NetworkManager: [1622614331.9330] device[3bee4da100fb71b0] (enp1s0): queued IP6 config change 06:12:11,933 DEBUG NetworkManager: [1622614331.9332] platform: (enp1s0) signal: route 6 added: type local table 255 fe80::5054:ff:fe53:33ee/128 via :: dev 2 metric 0 mss 0 rt-src rt-kernel 06:12:11,933 DEBUG NetworkManager: [1622614331.9335] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=0, new-config=67e01571060b9480, route-table-sync-mode=0) 06:12:11,934 DEBUG NetworkManager: [1622614331.9342] device[3bee4da100fb71b0] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 06:12:11,934 DEBUG NetworkManager: [1622614331.9343] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:11,934 DEBUG NetworkManager: [1622614331.9346] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:11,935 DEBUG NetworkManager: [1622614331.9346] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:11,935 DEBUG NetworkManager: [1622614331.9347] device[3bee4da100fb71b0] (enp1s0): linklocal6: waiting for link-local addresses successful, continue with method auto 06:12:11,935 DEBUG NetworkManager: [1622614331.9347] device[3bee4da100fb71b0] (enp1s0): addrconf6: using the device EUI-64 identifier 06:12:11,936 DEBUG NetworkManager: [1622614331.9349] device[3bee4da100fb71b0] (enp1s0): ip6-config: update (commit=1, new-config=b7a033989ab58478, route-table-sync-mode=1) 06:12:11,936 DEBUG NetworkManager: [1622614331.9350] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe53:33ee/64 lft forever pref forever lifetime 34-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src unknown 06:12:11,936 DEBUG NetworkManager: [1622614331.9351] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe53:33ee]: success 06:12:11,936 DEBUG NetworkManager: [1622614331.9359] device[3bee4da100fb71b0] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 06:12:11,937 DEBUG NetworkManager: [1622614331.9360] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 06:12:11,937 DEBUG NetworkManager: [1622614331.9362] dns-mgr: (device_ip_config_changed): DNS configuration did not change 06:12:11,937 DEBUG NetworkManager: [1622614331.9363] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 06:12:11,937 DEBUG NetworkManager: [1622614331.9363] ndisc[0xaaaad0b9fbb0,"enp1s0"]: starting neighbor discovery for ifindex 2 (solicit) 06:12:11,937 DEBUG NetworkManager: [1622614331.9364] ndisc-lndp[0xaaaad0b9fbb0,"enp1s0"]: processing libndp events 06:12:11,937 DEBUG NetworkManager: [1622614331.9364] ndisc[0xaaaad0b9fbb0,"enp1s0"]: scheduling RA timeout in 30 seconds 06:12:11,938 DEBUG NetworkManager: [1622614331.9365] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending first solicitation (of 3) in 0.119 seconds 06:12:12,056 DEBUG NetworkManager: [1622614332.0559] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 4.317 seconds 06:12:12,615 DEBUG anaconda:anaconda: network: Set real ONBOOT values from kickstart result: ['enp1s0', 'enp1s0'] 06:12:12,618 DEBUG anaconda:anaconda: network: Creating network configurations. 06:12:12,619 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_device: not adding lo: unsupported type 06:12:12,621 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add device: adding device enp1s0 06:12:12,621 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:physical device enp1s0 has multiple connections: ['374bf4a5-cc92-4164-9ddb-065a89524d62', '27af74e7-bb3b-40bb-af0d-29b3927d5fb7', 'a94a7c42-b460-4497-bd10-6670c7aaec3c'] 06:12:12,625 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'] 06:12:12,627 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:added NetworkDeviceConfiguration(connection_uuid='27af74e7-bb3b-40bb-af0d-29b3927d5fb7', device_name='enp1s0', device_type=) 06:12:12,627 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='27af74e7-bb3b-40bb-af0d-29b3927d5fb7', device_name='enp1s0', device_type=))] 06:12:12,631 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: not adding 374bf4a5-cc92-4164-9ddb-065a89524d62: interface name is required for type 06:12:12,631 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: not adding 27af74e7-bb3b-40bb-af0d-29b3927d5fb7: already existing: [NetworkDeviceConfiguration(connection_uuid='27af74e7-bb3b-40bb-af0d-29b3927d5fb7', device_name='enp1s0', device_type=)] 06:12:12,632 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: adding connection a94a7c42-b460-4497-bd10-6670c7aaec3c 06:12:12,632 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.device_configuration:add_connection: already have 27af74e7-bb3b-40bb-af0d-29b3927d5fb7 for device enp1s0, not adding a94a7c42-b460-4497-bd10-6670c7aaec3c 06:12:12,634 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Device configurations created: [NetworkDeviceConfiguration(connection_uuid='27af74e7-bb3b-40bb-af0d-29b3927d5fb7', device_name='enp1s0', device_type=)] 06:12:12,635 DEBUG anaconda:anaconda: network: Initialization finished. 06:12:12,636 INFO anaconda:anaconda: threading: Running Thread: AnaWaitForConnectingNMThread (281473036317152) 06:12:12,637 DEBUG anaconda:anaconda: anaconda: setting display mode to TUI 06:12:12,654 WARNING anaconda:anaconda: stdout: Not asking for VNC because of an automated install 06:12:12,655 WARNING anaconda:anaconda: stdout: Not asking for VNC because text mode was explicitly asked for in kickstart 06:12:12,655 INFO anaconda:anaconda: anaconda: Display mode is set to 'interactive text mode'. 06:12:12,696 INFO anaconda:anaconda: isys: 4204736 kB (4106 MB) are available 06:12:12,697 INFO anaconda:program: Running... losetup --list 06:12:12,712 INFO anaconda:anaconda: startup_utils: check_memory(): total:4106, needed:320, graphical:410 06:12:12,713 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon com_redhat_kdump 06:12:12,714 DEBUG anaconda:anaconda: addons: Loading spokes into module path for addon com_redhat_kdump 06:12:12,715 DEBUG anaconda:anaconda: addons: Loading ks section into module path for addon org_fedora_oscap 06:12:12,734 INFO anaconda:anaconda: network: got 0 NTP servers from DHCP 06:12:12,740 DEBUG anaconda:anaconda: startup_utils: no default systemd target set & in text/vnc mode - setting multi-user.target. 06:12:12,743 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default target is set to multi-user.target. 06:12:12,745 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 06:12:12,750 INFO anaconda:anaconda: threading: Thread Done: AnaWaitForConnectingNMThread (281473036317152) 06:12:12,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '335544320'. 06:12:12,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'. 06:12:12,768 INFO anaconda:program: Running... udevadm settle --timeout=300 06:12:12,859 DEBUG anaconda:program: Return code: 0 06:12:13,069 INFO anaconda:program: Running [1] lvm version ... 06:12:13,085 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 06:12:13,085 INFO anaconda:program: stderr[1]: 06:12:13,086 INFO anaconda:program: ...done [1] (exit code: 0) 06:12:13,210 INFO anaconda:program: Running... udevadm settle --timeout=300 06:12:13,310 DEBUG anaconda:program: Return code: 0 06:12:13,326 DEBUG anaconda:anaconda: core.storage: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True 06:12:13,339 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '[]'. 06:12:13,348 INFO anaconda:anaconda: threading: Running Thread: AnaStorageThread (281473036317152) 06:12:13,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 06:12:13,355 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 06:12:13,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. 06:12:13,358 INFO anaconda:anaconda: threading: Running Thread: AnaTimeInitThread (281473012593120) 06:12:13,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (281472819458528) 06:12:13,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:no initiator set 06:12:13,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:resetting Blivet (version 3.2.2) instance 06:12:13,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 06:12:13,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available 06:12:13,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [3] multipath --version ... 06:12:13,390 INFO anaconda:program: Running... hwclock --hctosys --utc 06:12:13,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[3]: 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[3]: Unknown switch: (null) 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:multipath-tools v0.8.4 (05/04, 2020) 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:Usage: 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device] 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-R retries] -f device 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-R retries] -F 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-l|-ll] [device] 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-a|-w] device 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-A|-W] 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-i] [-c|-C] device 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-v level] [-i] [-u|-U] 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath [-h|-t|-T] 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:Where: 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -h print this usage text 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -l show multipath topology (sysfs and DM info) 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -ll show multipath topology (maximum info) 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -f flush a multipath device map 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -F flush all multipath device maps 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -a add a device wwid to the wwids file 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -A add devices from kernel command line mpath.wwids 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: parameters to wwids file 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -c check if a device should be a path in a multipath device 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -C check if a multipath device has usable paths 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -q allow queue_if_no_path when multipathd is not running 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -d dry run, do not create or update devmaps 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -t display the currently used multipathd configuration 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -T display the multipathd configuration without builtin defaults 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -r force devmap reload 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -i ignore wwids file 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -B treat the bindings file as read only 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -b fil bindings file location 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -w remove a device from the wwids file 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -W reset the wwids file include only the current devices 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -R num number of times to retry removes of in-use devices 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -u check if the device specified in the program environment should be a 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: path in a multipath device 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -U check if the device specified in the program environment is a 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: multipath device with usable paths, see -C flag 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: -p pol force all maps to specified path grouping policy: 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: . failover one path per priority group 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multibus all paths in one priority group 06:12:13,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_serial one priority group per serial 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_prio one priority group per priority lvl 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . group_by_node_name one priority group per target node 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: -v lvl verbosity level: 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 0 no output 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 1 print created devmap names only 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 2 default verbosity 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . 3 print debug information 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: device action limited to: 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath named 'device' (ex: mpath0) 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath whose wwid is 'device' (ex: 60051...) 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath including the path named 'device' (ex: /dev/sda or 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: /dev/dm-0) 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage: . multipath including the path with maj:min 'device' (ex: 8:0) 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [3] (exit code: 1) 06:12:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [4] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... 06:12:13,447 DEBUG anaconda:anaconda: payload.manager: Restarting payload thread 06:12:13,453 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadRestartThread (281473003090400) 06:12:13,454 INFO anaconda:anaconda: geoloc: Geolocation is disabled due to automated kickstart based installation. 06:12:13,457 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadThread (281472994636256) 06:12:13,459 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadRestartThread (281473003090400) 06:12:13,461 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: STARTED 06:12:13,462 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: WAITING_STORAGE 06:12:13,485 INFO anaconda:program: Running... systemctl start chronyd 06:12:13,529 INFO systemd:Starting NTP client/server... 06:12:13,572 INFO multipathd:Multipath configuration updated. 06:12:13,572 INFO multipathd:Reload multipathd for changes to take effect 06:12:13,583 INFO chronyd:chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 06:12:13,590 INFO chronyd:Using right/UTC timezone to obtain leap second data 06:12:13,592 INFO systemd:Reloading Device-Mapper Multipath Device Controller. 06:12:13,607 INFO multipathd:reconfigure (operator) 06:12:13,608 INFO multipathd:ok 06:12:13,620 INFO systemd:Reloaded Device-Mapper Multipath Device Controller. 06:12:13,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[4]: 06:12:13,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[4]: 06:12:13,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [4] (exit code: 0) 06:12:13,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:13,653 INFO systemd:Started NTP client/server. 06:12:13,657 DEBUG anaconda:program: Return code: 0 06:12:13,681 DEBUG anaconda:simpleline: GLib event loop is used! 06:12:13,709 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:13,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,720 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,722 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,728 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,731 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:13,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:devices to scan: ['vda', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] 06:12:13,743 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 ' 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-path/pci-0000:03:00.0', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/vda', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_TYPE': 'gpt', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PART_TABLE_UUID': 'a2bf6326-17a7-443f-a996-1afe19f4f573', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH': 'pci-0000:03:00.0', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_PATH_TAG': 'pci-0000_03_00_0', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '252', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'vda', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:13,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48260960'} ; 06:12:13,745 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)... 06:12:13,745 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} ... 06:12:13,859 INFO anaconda:anaconda: core.util: Skipping detection of unsupported hardware. 06:12:13,859 INFO anaconda:anaconda: core.util: Skipping detection of SMT. 06:12:14,002 DEBUG anaconda:program: Return code: 0 06:12:14,002 INFO anaconda:anaconda: threading: Thread Done: AnaTimeInitThread (281473012593120) 06:12:14,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[5]: 06:12:14,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[5]: 06:12:14,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [5] (exit code: 0) 06:12:14,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:14,043 INFO anaconda:anaconda: lifecycle: Adding controller: SummaryHub 06:12:14,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,059 INFO anaconda:anaconda: lifecycle: Module initialized: TimeSpoke 06:12:14,060 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevicePopulator.run: name: vda ; 06:12:14,061 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 06:12:14,062 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:14,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:vda is a disk 06:12:14,063 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 06:12:14,064 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 06:12:14,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 06:12:14,080 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 06:12:14,080 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 06:12:14,088 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 ; 06:12:14,089 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 06:12:14,090 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda size to 10 GiB (10 GiB) 06:12:14,091 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 06:12:14,092 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added disk vda (id 4) to device tree 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DiskDevice instance (0xffff7f6daeb8) -- 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 06:12:14,095 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None removable = False wwn = None 06:12:14,097 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 06:12:14,103 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: vda ; 06:12:14,113 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 06:12:14,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8 06:12:14,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:14,123 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... modprobe --dry-run vfat 06:12:14,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:14,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9 06:12:14,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,150 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10 06:12:14,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,159 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11 06:12:14,166 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabelFormatPopulator.run: device: vda ; label_type: gpt ; 06:12:14,172 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:14,179 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.__init__: uuid: a2bf6326-17a7-443f-a996-1afe19f4f573 ; label: None ; device: /dev/vda ; serial: None ; exists: True ; 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: type: gpt primaryPartitionCount: 0 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: partitions: [] 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: 06:12:14,196 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedDisk: <_ped.Disk object at 0xffff7f7b4288> 06:12:14,200 INFO kernel: vda: 06:12:14,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 12 06:12:14,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 06:12:14,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing gpt disklabel 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'squashfs', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '4.0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop0', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:14,303 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48271892'} ; 06:12:14,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... 06:12:14,309 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; 06:12:14,314 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,320 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; 06:12:14,326 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 ; 06:12:14,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15 06:12:14,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 06:12:14,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /tmp/curl_fetch_url1/install.img (deleted) ; type: None ; current: None ; 06:12:14,342 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /tmp/curl_fetch_url1/install.img (deleted) (id 14) to device tree 06:12:14,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 19 06:12:14,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /tmp/curl_fetch_url1/install.img (deleted) ; child: loop0 ; kids: 0 ; 06:12:14,353 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 06:12:14,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 06:12:14,361 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop0 (id 18) to device tree 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff7f7d0128) -- 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop0 status = False id = 18 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14)'] 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop0 06:12:14,364 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 06:12:14,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a 06:12:14,372 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop0 ; 06:12:14,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 06:12:14,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 22 06:12:14,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:14,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 23 06:12:14,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 24 06:12:14,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 25 06:12:14,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop0' is 'squashfs' 06:12:14,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 26 06:12:14,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 06:12:14,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing None 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7e7a9636-d983-4638-bac2-985eaa574dd4 ' 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-label/Anaconda', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/loop1', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop1', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop1', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop1', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:14,426 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48295201'} ; 06:12:14,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... 06:12:14,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 06:12:14,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; 06:12:14,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; 06:12:14,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 29 06:12:14,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 30 06:12:14,462 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; 06:12:14,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /LiveOS/rootfs.img (id 28) to device tree 06:12:14,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 33 06:12:14,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; 06:12:14,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34 06:12:14,480 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; 06:12:14,481 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop1 (id 32) to device tree 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff7f7e49e8) -- 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop1 status = False id = 32 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /LiveOS/rootfs.img (28)'] 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop1 06:12:14,483 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 06:12:14,485 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a 06:12:14,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; 06:12:14,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 06:12:14,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 36 06:12:14,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:14,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 37 06:12:14,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 38 06:12:14,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 39 06:12:14,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'loop1' is 'ext4' 06:12:14,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/loop1 06:12:14,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:14,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 06:12:14,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.t7or23n_ 06:12:14,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:14,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 06:12:14,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 06:12:14,542 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 06:12:14,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 06:12:14,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 06:12:14,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 06:12:14,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 06:12:14,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 06:12:14,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 06:12:14,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 06:12:14,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 06:12:14,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 211470 06:12:14,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158699 06:12:14,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 06:12:14,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 06:12:14,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 06:12:14,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 06:12:14,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 06:12:14,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 06:12:14,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 06:12:14,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 06:12:14,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 06:12:14,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 06:12:14,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Tue Jun 1 20:27:53 2021 06:12:14,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Tue Jun 1 20:27:54 2021 06:12:14,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Tue Jun 1 20:28:21 2021 06:12:14,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 1 06:12:14,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 06:12:14,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Tue Jun 1 20:27:53 2021 06:12:14,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 06:12:14,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2229 MB 06:12:14,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 06:12:14,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 06:12:14,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 06:12:14,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 06:12:14,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 06:12:14,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 06:12:14,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 06:12:14,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 06:12:14,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: 48c7030f-80a7-422b-b827-5aa3b23040e9 06:12:14,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 06:12:14,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 06:12:14,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0xa13ad080 06:12:14,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 06:12:14,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 06:12:14,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 06:12:14,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000007 06:12:14,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 0 06:12:14,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 06:12:14,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xa6311df9 06:12:14,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 06:12:14,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:14,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 06:12:14,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:14,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/loop1 06:12:14,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:14,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock. 06:12:14,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:14,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 06:12:14,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' 06:12:14,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 06:12:14,575 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 06:12:14,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:14,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 40 06:12:14,591 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; 06:12:14,594 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/loop2', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '7', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '2', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'loop2', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/loop2', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:14,601 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '48281371'} ; 06:12:14,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... 06:12:14,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 06:12:14,610 INFO anaconda:anaconda: lifecycle: Module initialized: LangSpoke 06:12:14,614 INFO anaconda:anaconda: threading: Running Thread: AnaSoftwareWatcher (281473012593120) 06:12:14,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,615 INFO anaconda:anaconda: threading: Running Thread: AnaSourceWatcher (281473003090400) 06:12:14,619 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; 06:12:14,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; 06:12:14,635 INFO anaconda:anaconda: threading: Running Thread: AnaStorageWatcher (281472985395680) 06:12:14,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 43 06:12:14,638 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 44 06:12:14,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; 06:12:14,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added file /overlay (deleted) (id 42) to device tree 06:12:14,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 47 06:12:14,650 INFO anaconda:anaconda: lifecycle: Module initialized: NetworkSpoke 06:12:14,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; 06:12:14,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 48 06:12:14,660 INFO anaconda:anaconda: lifecycle: Module initialized: PasswordSpoke 06:12:14,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; 06:12:14,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added loop loop2 (id 46) to device tree 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: LoopDevice instance (0xffff7f7e7128) -- 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = loop2 status = False id = 46 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B file /overlay (deleted) (42)'] 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 0 B 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = False 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 0 B path = /dev/loop2 06:12:14,665 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None 06:12:14,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a 06:12:14,668 WARNING anaconda:anaconda: ui.tui.hubs: Spoke PasswordSpoke initialization failure! 06:12:14,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; 06:12:14,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:no type or existing type for loop2, bailing 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-uuid/7e7a9636-d983-4638-bac2-985eaa574dd4 ' 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw ' 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-label/Anaconda', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-rw', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:14,679 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '38910702'} ; 06:12:14,682 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)... 06:12:14,684 INFO anaconda:anaconda: lifecycle: Module initialized: UserSpoke 06:12:14,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 06:12:14,691 INFO anaconda:anaconda: lifecycle: Initialization of all modules (8) has been started. 06:12:14,691 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [6] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[6]: 06:12:14,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[6]: 06:12:14,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [6] (exit code: 0) 06:12:14,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[7]: 06:12:14,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[7]: 06:12:14,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [7] (exit code: 0) 06:12:14,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[8]: 06:12:14,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[8]: 06:12:14,733 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [8] (exit code: 0) 06:12:14,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [9] Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11880/12000 dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[9]: 06:12:14,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[9]: 06:12:14,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [9] (exit code: 0) 06:12:14,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[10]: 06:12:14,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[10]: 06:12:14,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [10] (exit code: 0) 06:12:14,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[11]: 06:12:14,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[11]: 06:12:14,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [11] (exit code: 0) 06:12:14,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[12]: 06:12:14,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[12]: 06:12:14,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [12] (exit code: 0) 06:12:14,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[13]: 06:12:14,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[13]: 06:12:14,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [13] (exit code: 0) 06:12:14,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[14]: 06:12:14,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[14]: 06:12:14,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [14] (exit code: 0) 06:12:14,794 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; 06:12:14,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 06:12:14,809 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (32) with existing ext4 filesystem 06:12:14,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 06:12:14,824 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (46) 06:12:14,829 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 06:12:14,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:14,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52 06:12:14,844 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; 06:12:14,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53 06:12:14,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; 06:12:14,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; 06:12:14,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 06:12:14,867 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 ; 06:12:14,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 363239313435360a 06:12:14,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-rw size to 3 GiB (3 GiB) 06:12:14,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-rw (id 51) to device tree 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0xffff7f7e7c88) -- 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = live-rw status = True id = 51 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B loop loop1 (32) with existing ext4 filesystem'] 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 3 GiB 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = True 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/virtual/block/dm-0 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 3 GiB path = /dev/mapper/live-rw 06:12:14,873 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None target = None dm_uuid = None 06:12:14,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[15]: 06:12:14,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[15]: 06:12:14,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [15] (exit code: 0) 06:12:14,884 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ... 06:12:14,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[16]: 06:12:14,892 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[16]: 06:12:14,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [16] (exit code: 0) 06:12:14,894 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/ro: 300a 06:12:14,899 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; 06:12:14,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 06:12:14,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 55 06:12:14,916 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:14,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 56 06:12:14,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 57 06:12:14,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:14,935 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 58 06:12:14,936 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-rw' is 'ext4' 06:12:14,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw 06:12:14,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:14,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 06:12:14,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /sysroot 06:12:14,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:14,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 06:12:14,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 06:12:14,955 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 06:12:14,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 06:12:14,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 06:12:14,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 06:12:14,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 06:12:14,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 06:12:14,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 06:12:14,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 06:12:14,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 06:12:14,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 211470 06:12:14,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158699 06:12:14,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 06:12:14,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 06:12:14,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 06:12:14,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 06:12:14,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 06:12:14,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 06:12:14,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 06:12:14,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 06:12:14,960 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 06:12:14,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 06:12:14,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Tue Jun 1 20:27:53 2021 06:12:14,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Wed Jun 2 06:11:25 2021 06:12:14,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Wed Jun 2 06:11:25 2021 06:12:14,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 2 06:12:14,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 06:12:14,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Tue Jun 1 20:27:53 2021 06:12:14,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 06:12:14,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2229 MB 06:12:14,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 06:12:14,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 06:12:14,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 06:12:14,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 06:12:14,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 06:12:14,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 06:12:14,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 06:12:14,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 06:12:14,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: 48c7030f-80a7-422b-b827-5aa3b23040e9 06:12:14,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 06:12:14,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 06:12:14,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0x45562fc3 06:12:14,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 06:12:14,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 06:12:14,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 06:12:14,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000008 06:12:14,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 1 06:12:14,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 06:12:14,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xa21a0407 06:12:14,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 06:12:14,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:14,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 06:12:14,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:14,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-rw 06:12:14,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:14,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Estimated minimum size of the filesystem: 786432 06:12:14,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:14,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 06:12:14,983 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:14,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using current size 3 GiB as min size 06:12:14,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:14,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 59 06:12:15,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; 06:12:15,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/mapper/live-base /dev/disk/by-id/dm-name-live-base ' 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-uuid/7e7a9636-d983-4638-bac2-985eaa574dd4 ' 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: '/dev/disk/by-label/Anaconda', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVNAME': '/dev/dm-1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVPATH': '/devices/virtual/block/dm-1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DEVTYPE': 'disk', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_NAME': 'live-base', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_SUSPENDED': '0', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'DM_UDEV_RULES_VSN': '2', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL': 'Anaconda', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_LABEL_ENC': 'Anaconda', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_TYPE': 'ext4', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_USAGE': 'filesystem', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_UUID_ENC': '7e7a9636-d983-4638-bac2-985eaa574dd4', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'ID_FS_VERSION': '1.0', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MAJOR': '253', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'MINOR': '1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SUBSYSTEM': 'block', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_NAME': 'dm-1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'TAGS': ':systemd:', 06:12:15,009 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'USEC_INITIALIZED': '39008613'} ; 06:12:15,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)... 06:12:15,016 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 06:12:15,021 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:15,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[17]: 06:12:15,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[17]: 06:12:15,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [17] (exit code: 0) 06:12:15,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[18]: 06:12:15,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[18]: 06:12:15,040 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [18] (exit code: 0) 06:12:15,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[19]: 06:12:15,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[19]: 06:12:15,049 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [19] (exit code: 0) 06:12:15,050 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,058 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[20]: 06:12:15,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[20]: 06:12:15,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [20] (exit code: 0) 06:12:15,059 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[21]: 06:12:15,068 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[21]: 06:12:15,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [21] (exit code: 0) 06:12:15,069 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [22] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[22]: 06:12:15,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[22]: 06:12:15,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [22] (exit code: 0) 06:12:15,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[23]: 06:12:15,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[23]: 06:12:15,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [23] (exit code: 0) 06:12:15,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,096 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[24]: 06:12:15,096 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[24]: 06:12:15,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [24] (exit code: 0) 06:12:15,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,105 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[25]: 06:12:15,106 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[25]: 06:12:15,106 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [25] (exit code: 0) 06:12:15,111 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevicePopulator.run: name: live-base ; 06:12:15,119 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 06:12:15,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (32) with existing ext4 filesystem 06:12:15,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 06:12:15,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned None 06:12:15,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 62 06:12:15,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; 06:12:15,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 63 06:12:15,153 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; 06:12:15,160 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; 06:12:15,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-1 06:12:15,168 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 ; 06:12:15,169 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 363239313435360a 06:12:15,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated live-base size to 3 GiB (3 GiB) 06:12:15,170 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added dm live-base (id 61) to device tree 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got device: DMDevice instance (0xffff7f772da0) -- 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = live-base status = True id = 61 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = ['existing 0 B loop loop1 (32) with existing ext4 filesystem'] 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 3 GiB 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = existing None 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 0 minor = 0 exists = True protected = True 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/virtual/block/dm-1 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 3 GiB path = /dev/mapper/live-base 06:12:15,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = None target = None dm_uuid = None 06:12:15,173 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,181 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[26]: 06:12:15,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[26]: 06:12:15,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [26] (exit code: 0) 06:12:15,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ... 06:12:15,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[27]: 06:12:15,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[27]: 06:12:15,191 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [27] (exit code: 0) 06:12:15,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/ro: 310a 06:12:15,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.handle_format: name: live-base ; 06:12:15,207 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; 06:12:15,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 65 06:12:15,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:15,216 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 66 06:12:15,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:15,225 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 67 06:12:15,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: MacEFIFS.supported: supported: True ; 06:12:15,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 68 06:12:15,235 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:type detected on 'live-base' is 'ext4' 06:12:15,236 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dumpe2fs -h /dev/mapper/live-base 06:12:15,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:15,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem volume name: Anaconda 06:12:15,248 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.t7or23n_ 06:12:15,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem UUID: 7e7a9636-d983-4638-bac2-985eaa574dd4 06:12:15,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem magic number: 0xEF53 06:12:15,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem revision #: 1 (dynamic) 06:12:15,250 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 06:12:15,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem flags: unsigned_directory_hash 06:12:15,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default mount options: user_xattr acl 06:12:15,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem state: clean 06:12:15,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Errors behavior: Continue 06:12:15,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem OS type: Linux 06:12:15,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode count: 196608 06:12:15,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block count: 786432 06:12:15,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved block count: 0 06:12:15,252 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free blocks: 211470 06:12:15,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Free inodes: 158699 06:12:15,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First block: 0 06:12:15,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Block size: 4096 06:12:15,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragment size: 4096 06:12:15,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Group descriptor size: 64 06:12:15,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved GDT blocks: 383 06:12:15,254 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Blocks per group: 32768 06:12:15,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Fragments per group: 32768 06:12:15,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inodes per group: 8192 06:12:15,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode blocks per group: 512 06:12:15,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Flex block group size: 16 06:12:15,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Filesystem created: Tue Jun 1 20:27:53 2021 06:12:15,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last mount time: Tue Jun 1 20:27:54 2021 06:12:15,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last write time: Tue Jun 1 20:28:21 2021 06:12:15,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Mount count: 1 06:12:15,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Maximum mount count: -1 06:12:15,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Last checked: Tue Jun 1 20:27:53 2021 06:12:15,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Check interval: 0 () 06:12:15,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Lifetime writes: 2229 MB 06:12:15,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks uid: 0 (user root) 06:12:15,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Reserved blocks gid: 0 (group root) 06:12:15,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:First inode: 11 06:12:15,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Inode size:#011 256 06:12:15,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Required extra isize: 32 06:12:15,259 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Desired extra isize: 32 06:12:15,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal inode: 8 06:12:15,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Default directory hash: half_md4 06:12:15,260 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Directory Hash Seed: 48c7030f-80a7-422b-b827-5aa3b23040e9 06:12:15,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal backup: inode blocks 06:12:15,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum type: crc32c 06:12:15,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Checksum: 0xa13ad080 06:12:15,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal features: journal_64bit journal_checksum_v3 06:12:15,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal size: 64M 06:12:15,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal length: 16384 06:12:15,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal sequence: 0x00000007 06:12:15,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal start: 0 06:12:15,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum type: crc32c 06:12:15,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Journal checksum: 0xa6311df9 06:12:15,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: 06:12:15,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:15,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' 06:12:15,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:15,266 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... resize2fs -P /dev/mapper/live-base 06:12:15,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:15,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Couldn't find valid filesystem superblock. 06:12:15,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:15,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' 06:12:15,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' 06:12:15,277 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 06:12:15,277 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 06:12:15,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:15,285 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 69 06:12:15,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; 06:12:15,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:got format: existing ext4 filesystem 06:12:15,295 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:15,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:15,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:15,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:device /dev/vda data[440:443] = 00000000 06:12:15,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:edd: MBR signature on vda is zero. new disk image? 06:12:15,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:edd: collected mbr signatures: {} 06:12:15,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ 06:12:15,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 06:12:15,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:15,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:15,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:15,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:15,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 06:12:15,506 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 06:12:15,508 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader Aarch64EFIGRUB. 06:12:15,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 06:12:15,519 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:15,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:15,524 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:15,606 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:15,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 06:12:15,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 06:12:15,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:15,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:15,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:15,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (281472819458528) 06:12:15,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 06:12:16,494 DEBUG NetworkManager: [1622614336.4943] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 8.626 seconds 06:12:16,549 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 06:12:16,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. 06:12:16,553 INFO anaconda:anaconda: threading: Thread Done: AnaStorageThread (281473036317152) 06:12:16,554 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: WAITING_NETWORK 06:12:16,554 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: DOWNLOADING_PKG_METADATA 06:12:16,555 INFO anaconda:packaging: Configuring the base repo 06:12:16,558 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/1. 06:12:16,565 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-TearDownSourcesTask-1 (281473279390176) 06:12:16,566 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected [] tasks from SourceType.URL source 06:12:16,567 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-TearDownSourcesTask-1 (281473279390176) 06:12:16,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. 06:12:16,587 DEBUG anaconda:anaconda: ui.lib.storage: Selecting all disks by default: vda 06:12:16,589 INFO anaconda:anaconda: lifecycle: Module initialized: StorageSpoke 06:12:16,590 INFO anaconda:anaconda: threading: Thread Done: AnaStorageWatcher (281472985395680) 06:12:16,616 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payloads/Task/2. 06:12:16,623 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetUpSourcesTask-1 (281473279390176) 06:12:16,624 WARNING org.fedoraproject.Anaconda.Modules.Payloads:DEBUG:anaconda.modules.payloads.base.initialization:Collected [] tasks from SourceType.URL source 06:12:16,624 WARNING org.fedoraproject.Anaconda.Modules.Payloads:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetUpSourcesTask-1 (281473279390176) 06:12:16,679 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/BaseOS/aarch64/os/') 06:12:16,679 DEBUG anaconda:packaging: retrieving treeinfo from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (proxy: None ; ssl_verify: True) 06:12:16,681 INFO anaconda:packaging: Trying to download '.treeinfo' 06:12:16,696 DEBUG anaconda:packaging: Retrieved '.treeinfo' from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 06:12:16,709 DEBUG anaconda:packaging: getting release version from tree at http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (8) 06:12:16,709 DEBUG anaconda:packaging: using treeinfo release version of 8 06:12:16,710 DEBUG anaconda:packaging: Treeinfo points base repository to http://qa.centos.org/centos/8/BaseOS/aarch64/os/. 06:12:16,711 DEBUG anaconda:packaging: releasever from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ is 8 06:12:16,712 DEBUG anaconda:packaging: Adding new treeinfo repository: AppStream enabled: True 06:12:16,714 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8/AppStream/aarch64/os 06:12:16,715 INFO anaconda:librepo: Librepo version: 1.12.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.61.1 OpenSSL/1.1.1g 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) 06:12:16,739 DEBUG anaconda:dnf: repo: downloading from remote: AppStream 06:12:16,740 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/repomd.xml 06:12:16,785 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/ffbdde3188246a591daad65e2cf4d3f2b7b6882ff1a579b7af8479b0cf6eece4-primary.xml.gz 06:12:16,785 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/2f67de9d862f2e665939639fb9a4ca14b7698ca0f151e9ebd9a4b22647c257c0-filelists.xml.gz 06:12:16,786 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/796548d400db5a3b22104cb8c8982e06c952cdfbfbaebb7b6f3f5cdf68143c4d-comps-AppStream.aarch64.xml 06:12:16,805 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/1e8caa126de508c3432022c04245e26e4c5cd5ba95cf6307c7b608c7b3b79dd9-modules.yaml.gz 06:12:16,913 INFO anaconda:packaging: enabled repo: 'AppStream' - ['http://qa.centos.org/centos/8/AppStream/aarch64/os'] and got repomd 06:12:16,915 INFO anaconda:packaging: added repo: 'anaconda' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 06:12:16,916 DEBUG anaconda:dnf: repo: downloading from remote: anaconda 06:12:16,917 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/repomd.xml 06:12:16,921 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/b87a7ffcea677dc6b88817babd137b5538952138be48c0652e1cf14cb0d91f41-primary.xml.gz 06:12:16,922 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/c77c96cc4d525d9f22b11bc57f802a0f6e31c367cfb219c79429ba401df8e6ec-filelists.xml.gz 06:12:16,922 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/55b027c1a59c8ec7023f20955b5ccc9ca63c4f6e900e1b870d96ddf5340a2e09-comps-BaseOS.aarch64.xml 06:12:16,968 INFO anaconda:packaging: enabled repo: 'anaconda' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 06:12:16,969 DEBUG anaconda:packaging: repo koji-override-0: mirrorlist None, baseurl http://qa.centos.org/centos/8/BaseOS/aarch64/os/, metalink False 06:12:16,971 INFO anaconda:packaging: added repo: 'koji-override-0' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 06:12:16,971 DEBUG anaconda:packaging: repo koji-override-1: mirrorlist None, baseurl http://qa.centos.org/centos/8/AppStream/aarch64/os/, metalink False 06:12:16,973 INFO anaconda:packaging: added repo: 'koji-override-1' - http://qa.centos.org/centos/8/AppStream/aarch64/os/ 06:12:16,974 DEBUG anaconda:packaging: repo AppStream: mirrorlist None, baseurl http://qa.centos.org/centos/8/AppStream/aarch64/os, metalink False 06:12:16,976 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8/AppStream/aarch64/os 06:12:16,978 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-0 06:12:16,979 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/repomd.xml 06:12:16,983 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/b87a7ffcea677dc6b88817babd137b5538952138be48c0652e1cf14cb0d91f41-primary.xml.gz 06:12:16,984 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/c77c96cc4d525d9f22b11bc57f802a0f6e31c367cfb219c79429ba401df8e6ec-filelists.xml.gz 06:12:16,984 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/repodata/55b027c1a59c8ec7023f20955b5ccc9ca63c4f6e900e1b870d96ddf5340a2e09-comps-BaseOS.aarch64.xml 06:12:17,029 INFO anaconda:packaging: enabled repo: 'koji-override-0' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 06:12:17,030 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-1 06:12:17,031 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/repomd.xml 06:12:17,034 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/ffbdde3188246a591daad65e2cf4d3f2b7b6882ff1a579b7af8479b0cf6eece4-primary.xml.gz 06:12:17,035 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/2f67de9d862f2e665939639fb9a4ca14b7698ca0f151e9ebd9a4b22647c257c0-filelists.xml.gz 06:12:17,036 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/796548d400db5a3b22104cb8c8982e06c952cdfbfbaebb7b6f3f5cdf68143c4d-comps-AppStream.aarch64.xml 06:12:17,056 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/repodata/1e8caa126de508c3432022c04245e26e4c5cd5ba95cf6307c7b608c7b3b79dd9-modules.yaml.gz 06:12:17,160 INFO anaconda:packaging: enabled repo: 'koji-override-1' - ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] and got repomd 06:12:17,194 DEBUG anaconda:dnf: repo: using cache for: AppStream 06:12:17,195 INFO anaconda:packaging: enabled repo: 'AppStream' - ['http://qa.centos.org/centos/8/AppStream/aarch64/os'] and got repomd 06:12:17,196 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: DOWNLOADING_GROUP_METADATA 06:12:17,198 DEBUG anaconda:dnf: repo: using cache for: anaconda 06:12:17,199 DEBUG anaconda:packaging: repo anaconda: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 06:12:17,199 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 06:12:17,200 DEBUG anaconda:packaging: repo koji-override-0: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 06:12:17,201 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 06:12:17,202 DEBUG anaconda:packaging: repo koji-override-1: _sync_metadata success from ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] 06:12:17,203 DEBUG anaconda:dnf: repo: using cache for: AppStream 06:12:17,204 DEBUG anaconda:packaging: repo AppStream: _sync_metadata success from ['http://qa.centos.org/centos/8/AppStream/aarch64/os'] 06:12:17,207 DEBUG anaconda:dnf: repo: using cache for: anaconda 06:12:18,701 DEBUG anaconda:dnf: anaconda: using metadata from Tue 01 Jun 2021 08:36:44 PM UTC. 06:12:18,702 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 06:12:20,176 DEBUG anaconda:dnf: koji-override-0: using metadata from Tue 01 Jun 2021 08:36:44 PM UTC. 06:12:20,177 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 06:12:20,833 INFO systemd:NetworkManager-dispatcher.service: Succeeded. 06:12:25,078 DEBUG anaconda:dnf: koji-override-1: using metadata from Tue 01 Jun 2021 08:37:12 PM UTC. 06:12:25,079 DEBUG anaconda:dnf: repo: using cache for: AppStream 06:12:25,128 DEBUG NetworkManager: [1622614345.1286] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 17.907 seconds 06:12:29,927 DEBUG anaconda:dnf: AppStream: using metadata from Tue 01 Jun 2021 08:37:12 PM UTC. 06:12:29,929 INFO anaconda:dnf: Last metadata expiration check: 0:00:02 ago on Wed 02 Jun 2021 06:12:17 AM UTC. 06:12:29,937 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Linux 8; generic; Linux.aarch64)' 06:12:35,313 INFO anaconda:packaging: Refreshing environment_addons 06:12:35,715 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 06:12:35,725 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 06:12:35,734 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 06:12:35,743 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 06:12:35,752 DEBUG anaconda:anaconda: payload.manager: Updating payload thread state: FINISHED 06:12:35,752 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Payload restarted, set new info and clear the old one. 06:12:35,753 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadThread (281472994636256) 06:12:35,754 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Apply called old env None, new env None and addons set() 06:12:35,756 INFO anaconda:anaconda: lifecycle: Module initialized: SoftwareSpoke 06:12:35,756 INFO anaconda:anaconda: threading: Thread Done: AnaSoftwareWatcher (281473012593120) 06:12:35,768 INFO anaconda:anaconda: lifecycle: Module initialized: SourceSpoke 06:12:35,769 INFO anaconda:anaconda: lifecycle: All modules have been initialized. 06:12:35,769 INFO anaconda:anaconda: threading: Thread Done: AnaSourceWatcher (281473003090400) 06:12:36,692 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Saving storage configuration... 06:12:36,693 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 06:12:36,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 06:12:36,717 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. 06:12:36,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-CustomPartitioningTask-1 (281472819458528) 06:12:36,750 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking whether disk vda has an empty extended 06:12:36,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended is None ; logicals is [] 06:12:36,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: vda 06:12:36,768 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 ; 06:12:36,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf 06:12:36,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing vda. 06:12:36,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing vda 06:12:36,774 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 ; 06:12:36,774 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:dep is a leaf 06:12:36,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 99 06:12:36,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: disklabel ; 06:12:36,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [98] destroy format gpt disklabel on disk vda (id 4) 06:12:36,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing vda. 06:12:36,786 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 101 06:12:36,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 06:12:36,792 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [100] destroy format None on disk vda (id 4) 06:12:36,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.__init__: device: /dev/vda ; 06:12:36,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for vda based on size 06:12:36,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: gpt ; 06:12:36,803 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:selecting None disklabel for vda based on size 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage: type: gpt primaryPartitionCount: 0 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage: lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage: partitions: [] 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: 06:12:36,806 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedDisk: <_ped.Disk object at 0xffff7f75f448> 06:12:36,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 102 06:12:36,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 06:12:36,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [103] create format gpt disklabel on disk vda (id 4) 06:12:36,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0xffff7edd5400) -- 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = [] 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = non-existent gpt disklabel 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 06:12:36,907 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = disklabel removable = False wwn = None] 06:12:36,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR 06:12:36,923 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader timeout: 1 06:12:36,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] 06:12:36,927 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] 06:12:36,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. 06:12:36,931 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:37,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:37,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,026 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:37,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:37,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,134 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,136 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,140 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,142 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,157 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 06:12:37,158 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 06:12:37,163 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,168 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 06:12:37,171 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 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14) 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop0 (18) 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (28) 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop1 (32) with existing ext4 filesystem 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-rw (51) with existing ext4 filesystem 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-base (61) with existing ext4 filesystem 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (42) 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop2 (46) 06:12:37,171 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True 06:12:37,174 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda 06:12:37,178 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (4) with non-existent Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11870/12000 gpt disklabel 06:12:37,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 06:12:37,183 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Executing the custom partitioning. 06:12:37,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Looking for platform-specific bootloader requirements. 06:12:37,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Applying requirements: 06:12:37,189 WARNING org.fedoraproject.Anaconda.Modules.Storage:PartSpec instance (0xffff7f766748) -- 06:12:37,189 WARNING org.fedoraproject.Anaconda.Modules.Storage: mountpoint = /boot/efi lv = False thin = False btrfs = False 06:12:37,189 WARNING org.fedoraproject.Anaconda.Modules.Storage: weight = 0 fstype = efi encrypted = False 06:12:37,189 WARNING org.fedoraproject.Anaconda.Modules.Storage: size = 200 MiB max_size = 600 MiB grow = True 06:12:37,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk 06:12:37,199 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:37,200 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 104 06:12:37,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 106 06:12:37,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; 06:12:37,214 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: None ; 06:12:37,222 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 06:12:37,223 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req0 (id 105) to device tree 06:12:37,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [108] create device partition req0 (id 105) 06:12:37,227 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 110 06:12:37,233 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: efi ; 06:12:37,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [109] create format efi filesystem mounted at /boot/efi on partition req0 (id 105) 06:12:37,239 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 06:12:37,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('xfs') returning XFS instance with object id 111 06:12:37,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,248 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 06:12:37,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 06:12:37,250 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 113 06:12:37,257 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req1 ; kids: 0 ; 06:12:37,262 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: None ; 06:12:37,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 06:12:37,271 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:added partition req1 (id 112) to device tree 06:12:37,272 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [115] create device partition req1 (id 112) 06:12:37,273 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 117 06:12:37,279 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ; 06:12:37,280 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:registered action: [116] create format xfs filesystem mounted at / on partition req1 (id 112) 06:12:37,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:37,289 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 105)', 'req1(id 112)'] from disk(s) ['vda'] 06:12:37,290 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocate_partitions: disks=['vda'] ; partitions=['req0(id 105)', 'req1(id 112)'] 06:12:37,292 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['req0(id 105)', 'req1(id 112)'] from disk(s) ['vda'] 06:12:37,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req0 ; id: 105 ; disks: ['vda'] ; 06:12:37,293 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: True ; primary: False ; size: 200 MiB ; grow: True ; max_size: 600 MiB ; start: None ; end: None 06:12:37,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on vda 06:12:37,296 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 06:12:37,297 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 34-20971486 (10 GiB) 06:12:37,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 34-20971486 (10 GiB) 06:12:37,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout 06:12:37,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/vda 06:12:37,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 06:12:37,302 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 06:12:37,302 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff7f763550> 06:12:37,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 34 to 2048 06:12:37,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 06:12:37,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 06:12:37,310 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,310 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:37,310 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,310 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0518> 06:12:37,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 06:12:37,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 06:12:37,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 06:12:37,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 06:12:37,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 06:12:37,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 06:12:37,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 06:12:37,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 06:12:37,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 06:12:37,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 20557824 (9.8 GiB) left in chunk 06:12:37,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 20557824 (9.8 GiB) to 105 (vda1) 06:12:37,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 19738624 (9.41 GiB) from 105 (vda1) 06:12:37,330 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 06:12:37,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 105 (vda1) growth: 819200 (400 MiB) size: 600 MiB 06:12:37,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) 06:12:37,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:37,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition None 06:12:37,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 06:12:37,347 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 06:12:37,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 819200 sectors 06:12:37,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to vda, type: 0 06:12:37,348 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 34-20971486 / 10 GiB 06:12:37,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 819200 sectors of growth 06:12:37,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:found free space for bootable request 06:12:37,351 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 06:12:37,351 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 06:12:37,351 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff7f763550> 06:12:37,352 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adjusted start sector from 34 to 2048 06:12:37,354 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition vda1 of 200 MiB and added it to /dev/vda 06:12:37,359 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 06:12:37,360 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 06:12:37,360 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,360 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:37,360 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,360 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ee09f68> 06:12:37,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 06:12:37,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 06:12:37,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:37,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 06:12:37,377 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,377 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:37,377 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,377 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ee09fc0> 06:12:37,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:allocating partition: req1 ; id: 112 ; disks: ['vda'] ; 06:12:37,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:boot: False ; primary: False ; size: 7.76 GiB ; grow: False ; max_size: 0 B ; start: None ; end: None 06:12:37,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking freespace on vda 06:12:37,381 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 06:12:37,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 34-2047 (1007 KiB) 06:12:37,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 34-2047 (1007 KiB) 06:12:37,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:checking 411648-20971486 (9.8 GiB) 06:12:37,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:current free range is 411648-20971486 (9.8 GiB) 06:12:37,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:evaluating growth potential for new layout 06:12:37,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:calculating growth for disk /dev/vda 06:12:37,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 06:12:37,387 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 06:12:37,387 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff7f763550> 06:12:37,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 06:12:37,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 06:12:37,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:37,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,394 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0518> 06:12:37,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 06:12:37,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 06:12:37,407 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 06:12:37,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 112 to chunk 20967424 (2048-20969471) on /dev/vda 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 06:12:37,409 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 06:12:37,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 06:12:37,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 112 name = vda2 growable = False 06:12:37,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 16281600 growth = 0 max_grow = 0 06:12:37,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True 06:12:37,410 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 4276224 (2.04 GiB) left in chunk 06:12:37,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4276224 (2.04 GiB) to 105 (vda1) 06:12:37,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 3457024 (1.65 GiB) from 105 (vda1) 06:12:37,412 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 06:12:37,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 105 (vda1) growth: 819200 (400 MiB) size: 600 MiB 06:12:37,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:request 112 (vda2) growth: 0 (0 B) size: 7.76 GiB 06:12:37,414 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) 06:12:37,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:37,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition None 06:12:37,424 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 06:12:37,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 2 ; 06:12:37,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:total growth: 819200 sectors 06:12:37,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updating use_disk to vda, type: 0 06:12:37,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free: 411648-20971486 / 9.8 GiB 06:12:37,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new free allows for 819200 sectors of growth 06:12:37,434 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:using alignment: parted.Alignment instance -- 06:12:37,434 WARNING org.fedoraproject.Anaconda.Modules.Storage: offset: 0 grainSize: 2048 06:12:37,434 WARNING org.fedoraproject.Anaconda.Modules.Storage: PedAlignment: <_ped.Alignment object at 0xffff7f763550> 06:12:37,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:created partition vda2 of 7.76 GiB and added it to /dev/vda 06:12:37,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 06:12:37,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 06:12:37,442 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,442 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:37,442 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,442 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7f76b048> 06:12:37,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 06:12:37,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 06:12:37,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:37,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 06:12:37,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:37,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,459 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0678> 06:12:37,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:grow_partitions: disks=['vda'], partitions=['vda1(id 105)', 'vda2(id 112)'] 06:12:37,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growable partitions are ['vda1'] 06:12:37,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 105 to chunk 20967424 (2048-20969471) on /dev/vda 06:12:37,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding request 112 to chunk 20967424 (2048-20969471) on /dev/vda 06:12:37,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:disk vda has 1 chunks 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:sector_size = 512 B 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 105 name = vda1 growable = True 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 409600 growth = 0 max_grow = 819200 06:12:37,465 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = False 06:12:37,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:req: PartitionRequest instance -- 06:12:37,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:id = 112 name = vda2 growable = False 06:12:37,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:base = 16281600 growth = 0 max_grow = 0 06:12:37,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:done = True 06:12:37,466 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:1 requests and 4276224 (2.04 GiB) left in chunk 06:12:37,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:adding 4276224 (2.04 GiB) to 105 (vda1) 06:12:37,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:taking back 3457024 (1.65 GiB) from 105 (vda1) 06:12:37,468 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new grow amount for request 105 (vda1) is 819200 units, or 400 MiB 06:12:37,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:growing partitions on vda 06:12:37,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition vda1 (105): 0 06:12:37,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for vda1: parted.Geometry instance -- 06:12:37,471 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 2048 end: 1230847 length: 1228800 06:12:37,471 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff7f8a34a8> 06:12:37,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:partition vda2 (112): 0 06:12:37,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:new geometry for vda2: parted.Geometry instance -- 06:12:37,473 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 1230848 end: 17512447 length: 16281600 06:12:37,473 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff7f8a36a0> 06:12:37,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:removing all non-preexisting partitions ['vda1(id 105)', 'vda2(id 112)'] from disk(s) ['vda'] 06:12:37,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:37,479 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition None 06:12:37,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 06:12:37,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 2 ; 06:12:37,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:37,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition None 06:12:37,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 06:12:37,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 06:12:37,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:back from remove_new_partitions 06:12:37,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:extended: None 06:12:37,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- 06:12:37,509 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 2048 end: 1230847 length: 1228800 06:12:37,509 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff7f8a34a8> 06:12:37,514 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; 06:12:37,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- 06:12:37,515 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,515 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:37,515 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,515 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc05c8> 06:12:37,520 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 06:12:37,526 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 06:12:37,532 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:37,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 06:12:37,533 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,533 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:37,533 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,533 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0780> 06:12:37,534 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- 06:12:37,534 WARNING org.fedoraproject.Anaconda.Modules.Storage: start: 1230848 end: 17512447 length: 16281600 06:12:37,534 WARNING org.fedoraproject.Anaconda.Modules.Storage: device: PedGeometry: <_ped.Geometry object at 0xffff7f8a36a0> 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,540 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0570> 06:12:37,546 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 06:12:37,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 06:12:37,557 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:37,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 06:12:37,558 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:37,558 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:37,558 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:37,558 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc06d0> 06:12:37,562 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 06:12:37,564 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 / 06:12:37,569 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.custom.custom_partitioning:Skipping the deprecated command 'btrfs'. 06:12:37,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0xffff7edd5400) -- 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: name = vda status = True id = 4 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: children = ['non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem ' 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'mounted at /boot/efi', 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem ' 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: 'mounted at /'] 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: parents = [] 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: uuid = None size = 10 GiB 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: format = non-existent gpt disklabel 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: major = 252 minor = 0 exists = True protected = False 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: target size = 10 GiB path = /dev/vda 06:12:37,581 WARNING org.fedoraproject.Anaconda.Modules.Storage: format args = [] original_format = disklabel removable = False wwn = None] 06:12:37,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR 06:12:37,598 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader timeout: 1 06:12:37,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] 06:12:37,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] 06:12:37,608 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. 06:12:37,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:37,696 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:37,701 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,703 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,705 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,710 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:37,720 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,725 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 06:12:37,726 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 06:12:37,730 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,736 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 06:12:37,743 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 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: non-existent 600 MiB partition vda1 (105) with non-existent efi filesystem mounted at /boot/efi 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: non-existent 7.76 GiB partition vda2 (112) with non-existent xfs filesystem mounted at / 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (14) 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop0 (18) 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /LiveOS/rootfs.img (28) 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop1 (32) with existing ext4 filesystem 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-rw (51) with existing ext4 filesystem 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 3 GiB dm live-base (61) with existing ext4 filesystem 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:existing 0 B file /overlay (deleted) (42) 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: existing 0 B loop loop2 (46) 06:12:37,743 WARNING org.fedoraproject.Anaconda.Modules.Storage: and disks_only=True 06:12:37,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda 06:12:37,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 06:12:37,756 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 06:12:37,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:resolved 'vda' to 'vda' (disk) 06:12:37,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk 06:12:37,766 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 06:12:37,768 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 06:12:37,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 06:12:37,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 06:12:37,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 06:12:37,770 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 06:12:37,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-CustomPartitioningTask-1 (281472819458528) 06:12:38,748 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Checking storage configuration... 06:12:38,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. 06:12:38,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (281472819458528) 06:12:38,775 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 06:12:38,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 06:12:38,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 06:12:38,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 06:12:38,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 06:12:38,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 06:12:38,779 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True 06:12:38,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True 06:12:38,782 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True 06:12:38,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True 06:12:38,784 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True 06:12:38,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.79 GiB 06:12:38,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 06:12:38,801 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 06:12:38,806 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 06:12:38,810 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 / 06:12:38,811 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': {'/var', '/tmp', '/usr/share', '/usr', '/home', '/usr/lib', '/'}, 'must_be_on_root': {'lost+found', '/etc', '/proc', '/lib', '/root', '/mnt', '/sbin', '/dev', '/bin'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/var', '/tmp', '/usr', '/boot'}, 'reformat_blacklist': {'/opt', '/home', '/var/www', '/usr/local'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 06:12:38,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. 06:12:38,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. 06:12:38,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. 06:12:38,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. 06:12:38,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. 06:12:38,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. 06:12:38,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. 06:12:38,813 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. 06:12:38,814 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. 06:12:38,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. 06:12:38,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. 06:12:38,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. 06:12:38,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. 06:12:38,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. 06:12:38,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. 06:12:38,815 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. 06:12:38,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. 06:12:38,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. 06:12:38,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. 06:12:38,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). 06:12:38,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (281472819458528) 06:12:39,321 INFO systemd:systemd-localed.service: Succeeded. 06:12:39,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:starting Blivet copy 06:12:39,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; 06:12:39,828 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 06:12:39,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:39,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 06:12:39,836 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:39,836 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:39,836 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:39,836 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ed20d00> 06:12:39,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; 06:12:39,848 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 06:12:39,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:39,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 06:12:39,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:39,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:39,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:39,854 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ed20d58> 06:12:39,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:finished Blivet copy 06:12:39,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True 06:12:39,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True 06:12:39,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True 06:12:39,868 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable 06:12:39,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True 06:12:39,869 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True 06:12:39,870 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True 06:12:39,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True 06:12:39,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True 06:12:39,874 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True 06:12:39,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True 06:12:39,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.8 GiB 06:12:39,888 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 06:12:39,894 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 06:12:39,900 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 06:12:39,905 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 / 06:12:39,907 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': {'/var', '/tmp', '/usr/share', '/usr', '/home', '/usr/lib', '/'}, 'must_be_on_root': {'lost+found', '/etc', '/proc', '/lib', '/root', '/mnt', '/sbin', '/dev', '/bin'}, 'must_not_be_on_root': set(), 'reformat_whitelist': {'/var', '/tmp', '/usr', '/boot'}, 'reformat_blacklist': {'/opt', '/home', '/var/www', '/usr/local'}, 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 06:12:39,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. 06:12:39,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. 06:12:39,907 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. 06:12:39,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. 06:12:39,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. 06:12:39,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. 06:12:39,908 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. 06:12:39,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. 06:12:39,909 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. 06:12:39,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. 06:12:39,909 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. 06:12:39,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. 06:12:39,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. 06:12:39,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. 06:12:39,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. 06:12:39,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. 06:12:39,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. 06:12:39,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. 06:12:39,911 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. 06:12:39,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). 06:12:39,912 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The storage model has changed. 06:12:39,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:The partitioning CUSTOM is applied. 06:12:39,917 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.']) 06:12:39,919 DEBUG anaconda:simpleline: Scheduling screen SummaryHub 06:12:39,920 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 06:12:39,923 DEBUG anaconda:simpleline: Scheduling screen ProgressSpoke 06:12:39,924 DEBUG anaconda:simpleline: Starting main loop 06:12:39,926 DEBUG anaconda:simpleline: Processing screen ScreenData(SummaryHub,None,False) 06:12:40,095 DEBUG anaconda:simpleline: Input is required by ScreenData(SummaryHub,None,False) screen 06:12:40,150 INFO anaconda:program: Running... df --output=target,avail 06:12:40,179 INFO anaconda:program: Mounted on Avail 06:12:40,180 INFO anaconda:program: /dev 2000448 06:12:40,180 INFO anaconda:program: /dev/shm 2036800 06:12:40,181 INFO anaconda:program: /run 1971072 06:12:40,181 INFO anaconda:program: /sys/fs/cgroup 2036800 06:12:40,182 INFO anaconda:program: / 814108 06:12:40,183 INFO anaconda:program: /tmp 1992000 06:12:40,183 DEBUG anaconda:program: Return code: 0 06:12:40,210 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90777587890625 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.8797607421875 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (795.02734375 MiB), '/tmp': Size (1.89971923828125 GiB), '/mnt/sysroot/boot/efi': 622854143, '/mnt/sysroot': 8086093823} 06:12:40,212 INFO anaconda:packaging: Estimated size: download 0 B & install 2.79 GiB 06:12:40,212 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': 8086093823} 06:12:40,215 DEBUG anaconda:packaging: Install + download space required 2.79 GiB 06:12:40,216 INFO anaconda:anaconda: ui.lib.space: fs space: 7.53 GiB needed: 2.79 GiB 06:12:40,217 DEBUG anaconda:simpleline: New signal CloseScreenSignal enqueued with source SummaryHub 06:12:40,218 DEBUG anaconda:simpleline: Closing screen ScreenData(SummaryHub,None,False) from SummaryHub 06:12:40,219 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 06:12:40,220 DEBUG anaconda:simpleline: Processing screen ScreenData(ProgressSpoke,None,False) 06:12:40,241 INFO anaconda:anaconda: threading: Running Thread: AnaInstallThread (281473003090400) 06:12:40,249 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/2. 06:12:40,264 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. 06:12:40,268 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. 06:12:40,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. 06:12:40,309 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/1. 06:12:40,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. 06:12:40,363 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/2. 06:12:40,366 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/3. 06:12:40,369 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/4. 06:12:40,371 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/5. 06:12:40,413 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone/Task/1. 06:12:40,415 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone/Task/2. 06:12:40,445 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/1. 06:12:40,448 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/2. 06:12:40,450 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/3. 06:12:40,453 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/4. 06:12:40,455 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services/Task/5. 06:12:40,502 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/2. 06:12:40,505 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Task/3. 06:12:40,526 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/5. 06:12:40,550 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/1. 06:12:40,553 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/2. 06:12:40,555 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/3. 06:12:40,558 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/4. 06:12:40,560 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users/Task/5. 06:12:40,599 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss/Task/3. 06:12:40,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. 06:12:40,638 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security/Task/6. 06:12:40,652 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 06:12:40,655 INFO anaconda:anacond Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11860/12000 a: installation: Queue started: Installation queue (1/16) 06:12:40,655 INFO anaconda:anaconda: installation: Task started: Save system time to HW clock (1/41) 06:12:40,670 INFO anaconda:program: Running... hwclock --systohc --utc 06:12:40,861 INFO systemd:systemd-hostnamed.service: Succeeded. 06:12:41,502 DEBUG anaconda:program: Return code: 0 06:12:41,503 INFO anaconda:anaconda: progress: Save system time to HW clock 06:12:41,504 DEBUG anaconda:anaconda: installation: Task completed: Save system time to HW clock (1/41) (0.8 s) 06:12:41,506 INFO anaconda:anaconda: progress: Setting up the installation environment 06:12:41,506 INFO anaconda:anaconda: installation: Queue started: Installation environment setup (2/16) 06:12:41,507 INFO anaconda:anaconda: installation: Task started: Setup addons (2/41) 06:12:41,509 INFO anaconda:anaconda: progress: Setting up com_redhat_kdump addon 06:12:41,520 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']'. 06:12:41,526 INFO anaconda:anaconda: progress: Setting up org_fedora_oscap addon 06:12:41,527 INFO anaconda:anaconda: progress: Setup addons 06:12:41,527 DEBUG anaconda:anaconda: installation: Task completed: Setup addons (2/41) (0.0 s) 06:12:41,528 INFO anaconda:anaconda: installation: Task started: Configure the runtime system (3/41) 06:12:41,530 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Configure the runtime system' has started. 06:12:41,531 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Configure the runtime system' is complete. 06:12:41,538 INFO anaconda:anaconda: progress: Configure the runtime system 06:12:41,538 DEBUG anaconda:anaconda: installation: Task completed: Configure the runtime system (3/41) (0.0 s) 06:12:41,540 INFO anaconda:anaconda: progress: Configuring storage 06:12:41,540 INFO anaconda:anaconda: installation: Queue started: Early storage configuration (3/16) 06:12:41,541 INFO anaconda:anaconda: installation: Task started: Activate filesystems (4/41) 06:12:41,544 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ActivateFilesystemsTask-1 (281472819458528) 06:12:41,554 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 06:12:41,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 06:12:41,562 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; 06:12:41,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 06:12:41,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:41,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:41,656 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:41,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; 06:12:41,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 06:12:41,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 06:12:41,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:41,756 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:41,757 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [98] destroy format gpt disklabel on disk vda (id 4) 06:12:41,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [100] destroy format None on disk vda (id 4) 06:12:41,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [103] create format gpt disklabel on disk vda (id 4) 06:12:41,759 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [108] create device partition vda1 (id 105) 06:12:41,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 06:12:41,760 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [115] create device partition vda2 (id 112) 06:12:41,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 06:12:41,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:pruning action queue... 06:12:41,762 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:removing obsolete action 100 (98) 06:12:41,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:41,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:41,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:41,946 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:41,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:41,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:resetting parted disks... 06:12:41,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 06:12:41,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 06:12:41,978 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda1 ; 06:12:41,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda2 ; 06:12:41,982 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:sorting actions... 06:12:41,987 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [98] destroy format gpt disklabel on disk vda (id 4) 06:12:41,988 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda1 from the reject list 06:12:41,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 wasn't in the reject list 06:12:41,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda2 from the reject list 06:12:41,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 wasn't in the reject list 06:12:41,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [103] create format gpt disklabel on disk vda (id 4) 06:12:41,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda1 from the reject list 06:12:41,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda1 wasn't in the reject list 06:12:41,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:lvm filter: removing vda2 from the reject list 06:12:41,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:vda2 wasn't in the reject list 06:12:41,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [108] create device partition vda1 (id 105) 06:12:41,994 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [115] create device partition vda2 (id 112) 06:12:41,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 06:12:41,996 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 06:12:41,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [98] destroy format gpt disklabel on disk vda (id 4) 06:12:42,002 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; 06:12:42,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.destroy: device: /dev/vda ; type: disklabel ; status: False ; 06:12:42,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda 06:12:42,036 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:42,036 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 06:12:42,036 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 06:12:42,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:/dev/vda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa 06:12:42,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,056 DEBUG NetworkManager: [1622614362.0560] device[3bee4da100fb71b0] (enp1s0): timed out waiting for IPv6 router advertisement 06:12:42,057 DEBUG NetworkManager: [1622614362.0562] device[3bee4da100fb71b0] (enp1s0): activation-stage: schedule activate_stage4_ip_config_timeout_6,v6 (id 221) 06:12:42,057 DEBUG NetworkManager: [1622614362.0563] device[3bee4da100fb71b0] (enp1s0): activation-stage: invoke activate_stage4_ip_config_timeout_6,v6 (id 221) 06:12:42,106 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,106 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,186 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [103] create format gpt disklabel on disk vda (id 4) 06:12:42,194 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:42,198 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; 06:12:42,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; 06:12:42,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; 06:12:42,227 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,230 INFO kernel: vda: 06:12:42,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,406 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 06:12:42,411 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 06:12:42,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [108] create device partition vda1 (id 105) 06:12:42,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.create: vda1 ; status: False ; 06:12:42,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; 06:12:42,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:42,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 06:12:42,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._create: vda1 ; status: False ; 06:12:42,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._wipe: vda1 ; status: False ; 06:12:42,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 06:12:42,490 INFO kernel: vda: 06:12:42,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:42,490 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records in' 06:12:42,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records out' 06:12:42,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0159515 s, 65.7 MB/s' 06:12:42,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,545 INFO anaconda:anaconda: progress: Creating disklabel on /dev/vda 06:12:42,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; 06:12:42,599 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,610 INFO kernel: vda: vda1 06:12:42,707 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,708 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:post-commit partition path is /dev/vda1 06:12:42,714 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:42,716 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 06:12:42,716 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:42,716 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:42,716 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:42,716 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ee09f10> 06:12:42,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; 06:12:42,724 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda1 06:12:42,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,743 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,826 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 06:12:42,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 06:12:42,839 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 06:12:42,840 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:42,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:42,934 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 ; 06:12:42,936 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 06:12:42,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda1 size to 600 MiB (600 MiB) 06:12:42,938 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [115] create device partition vda2 (id 112) 06:12:42,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.create: vda2 ; status: False ; 06:12:42,948 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; 06:12:42,954 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:42,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 06:12:42,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._create: vda2 ; status: False ; 06:12:42,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._wipe: vda2 ; status: False ; 06:12:42,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1230848 count=2048 06:12:42,999 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr: 06:12:43,000 INFO kernel: vda: vda1 06:12:43,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records in' 06:12:43,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'2048+0 records out' 06:12:43,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0173791 s, 60.3 MB/s' 06:12:43,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,037 DEBUG NetworkManager: [1622614363.0375] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 37.003 seconds 06:12:43,066 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,074 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; 06:12:43,096 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,209 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:post-commit partition path is /dev/vda2 06:12:43,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:43,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 06:12:43,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: None 06:12:43,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:43,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:43,217 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7edc0518> 06:12:43,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; 06:12:43,224 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... wipefs -f -a /dev/vda2 06:12:43,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,343 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 06:12:43,349 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 06:12:43,350 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 06:12:43,350 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,436 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,444 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 ; 06:12:43,445 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 06:12:43,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated vda2 size to 7.76 GiB (7.76 GiB) 06:12:43,448 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [116] create format xfs filesystem mounted at / on partition vda2 (id 112) 06:12:43,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; 06:12:43,460 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; 06:12:43,464 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; 06:12:43,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; 06:12:43,473 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; 06:12:43,478 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; 06:12:43,483 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; 06:12:43,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; 06:12:43,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; 06:12:43,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; 06:12:43,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; 06:12:43,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; 06:12:43,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; 06:12:43,516 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; 06:12:43,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; 06:12:43,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; 06:12:43,530 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; 06:12:43,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 06:12:43,547 INFO anaconda:anaconda: progress: Creating xfs on /dev/vda2 06:12:43,566 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,570 INFO kernel: vda: vda1 vda2 06:12:43,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 06:12:43,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.create: device: /dev/vda2 ; type: xfs ; status: False ; 06:12:43,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS._create: type: xfs ; device: /dev/vda2 ; mountpoint: / ; 06:12:43,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mkfs.xfs -f /dev/vda2 06:12:43,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:43,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:meta-data=/dev/vda2 isize=512 agcount=4, agsize=508800 blks 06:12:43,787 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sectsz=512 attr=2, projid32bit=1 06:12:43,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = crc=1 finobt=1, sparse=1, rmapbt=0 06:12:43,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = reflink=1 06:12:43,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:data = bsize=4096 blocks=2035200, imaxpct=25 06:12:43,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sunit=0 swidth=0 blks 06:12:43,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 06:12:43,789 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:log =internal log bsize=4096 blocks=2560, version=2 06:12:43,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program: = sectsz=512 sunit=0 blks, lazy-count=1 06:12:43,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:realtime =none extsz=4096 blocks=0, rtextents=0 06:12:43,790 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_admin -L -- /dev/vda2 06:12:43,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:43,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:writing all SBs 06:12:43,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:new label = "" 06:12:43,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,876 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:43,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:43,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 06:12:43,962 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 06:12:43,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:blivet:executing action: [109] create format efi filesystem mounted at /boot/efi on partition vda1 (id 105) 06:12:43,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; 06:12:43,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; 06:12:43,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; 06:12:43,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; 06:12:43,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; 06:12:43,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; 06:12:44,000 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; 06:12:44,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; 06:12:44,010 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; 06:12:44,015 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; 06:12:44,020 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; 06:12:44,024 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; 06:12:44,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; 06:12:44,034 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; 06:12:44,038 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; 06:12:44,043 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; 06:12:44,048 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 06:12:44,055 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 06:12:44,073 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:44,146 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:44,152 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 06:12:44,156 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.create: device: /dev/vda1 ; type: efi ; status: False ; 06:12:44,161 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS._create: type: vfat ; device: /dev/vda1 ; mountpoint: /boot/efi ; 06:12:44,162 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mkdosfs /dev/vda1 06:12:44,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout: 06:12:44,201 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:mkfs.fat 4.1 (2017-01-24) 06:12:44,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:44,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:44,286 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:44,291 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 06:12:44,292 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 06:12:44,304 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; 06:12:44,305 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- 06:12:44,305 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: 06:12:44,305 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 1 path: /dev/vda1 type: 0 06:12:44,305 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:44,305 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ed42360> 06:12:44,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; 06:12:44,313 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- 06:12:44,313 WARNING org.fedoraproject.Anaconda.Modules.Storage: disk: fileSystem: 06:12:44,313 WARNING org.fedoraproject.Anaconda.Modules.Storage: number: 2 path: /dev/vda2 type: 0 06:12:44,313 WARNING org.fedoraproject.Anaconda.Modules.Storage: name: active: True busy: False 06:12:44,313 WARNING org.fedoraproject.Anaconda.Modules.Storage: geometry: PedPartition: <_ped.Partition object at 0xffff7ed423b8> 06:12:44,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.installation:setting boot flag on vda1 06:12:44,319 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 06:12:44,321 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' 06:12:44,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 06:12:44,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 06:12:44,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:44,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:44,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: Ext4FS.supported: supported: True ; 06:12:44,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.supported: supported: True ; 06:12:44,421 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.supported: supported: True ; 06:12:44,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ActivateFilesystemsTask-1 (281472819458528) 06:12:44,549 INFO anaconda:anaconda: progress: Creating efi on /dev/vda1 06:12:44,573 INFO anaconda:anaconda: progress: Activate filesystems 06:12:44,573 DEBUG anaconda:anaconda: installation: Task completed: Activate filesystems (4/41) (3.0 s) 06:12:44,574 INFO anaconda:anaconda: installation: Task started: Mount filesystems (5/41) 06:12:44,577 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-MountFilesystemsTask-1 (281472819458528) 06:12:44,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.supported: supported: False ; 06:12:44,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('bind') returning BindFS instance with object id 166 06:12:44,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 168 06:12:44,595 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; 06:12:44,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated /dev size to 2.73 KiB (2.73 KiB) 06:12:44,603 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: TmpFS.supported: supported: True ; 06:12:44,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 170 06:12:44,609 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 172 06:12:44,615 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; 06:12:44,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DevPtsFS.supported: supported: False ; 06:12:44,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 174 06:12:44,624 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 176 06:12:44,629 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; 06:12:44,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SysFS.supported: supported: False ; 06:12:44,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 178 06:12:44,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 180 06:12:44,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; 06:12:44,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: ProcFS.supported: supported: False ; 06:12:44,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 182 06:12:44,649 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 184 06:12:44,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; 06:12:44,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SELinuxFS.supported: supported: False ; 06:12:44,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 186 06:12:44,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 188 06:12:44,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: selinuxfs ; type: selinuxfs ; current: None ; 06:12:44,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: USBFS.supported: supported: False ; 06:12:44,673 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 190 06:12:44,674 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 192 06:12:44,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; 06:12:44,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.supported: supported: False ; 06:12:44,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('bind') returning BindFS instance with object id 194 06:12:44,686 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 196 06:12:44,692 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; 06:12:44,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:updated /run size to 740 B (740 B) 06:12:44,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIVarFS.supported: supported: False ; 06:12:44,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 198 06:12:44,700 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 200 06:12:44,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; 06:12:44,711 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 06:12:44,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:44,796 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:44,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,805 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,816 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,818 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,820 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,822 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,827 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: XFS.setup: device: /dev/vda2 ; type: xfs ; status: False ; 06:12:44,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:44,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:44,932 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,934 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,937 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,941 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,943 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,945 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,949 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:44,951 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t xfs -o defaults /dev/vda2 /mnt/sysimage 06:12:45,180 INFO kernel:SGI XFS with ACLs, security attributes, quota, no debug enabled 06:12:45,180 NOTICE kernel:XFS (vda2): Mounting V5 Filesystem 06:12:45,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,200 INFO kernel:XFS (vda2): Ending clean mount 06:12:45,219 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 06:12:45,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,326 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,332 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,334 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,336 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,338 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,342 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,437 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,444 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,454 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,458 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,461 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,558 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,561 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,567 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,570 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIFS.setup: device: /dev/vda1 ; type: efi ; status: False ; 06:12:45,576 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,666 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,672 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,678 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,682 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,685 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,687 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,694 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi 06:12:45,747 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; 06:12:45,753 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,843 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:45,957 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:45,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,971 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,975 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,977 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:45,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,067 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,072 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,075 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,078 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,083 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,087 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,089 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,176 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,182 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,185 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,188 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,190 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,192 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,195 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,199 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,202 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,287 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,294 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,296 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,299 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,302 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,304 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,306 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,308 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,310 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,316 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; 06:12:46,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,405 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,408 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,411 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,415 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,417 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,419 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev 06:12:46,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,440 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; 06:12:46,442 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,533 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,535 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,538 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,541 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,547 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,550 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,636 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,642 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,645 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,648 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,651 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,655 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,657 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,659 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,752 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,755 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,758 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,761 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,763 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,765 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,767 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,769 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,771 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,873 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,875 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,878 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,881 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,883 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,885 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,887 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,890 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,895 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; 06:12:46,896 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:46,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:46,992 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,995 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:46,998 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,001 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,003 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,005 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,007 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,009 WARNING org.fe Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11850/12000 doraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,012 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts 06:12:47,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,029 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; 06:12:47,030 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,122 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,125 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,128 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,131 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,133 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,137 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,139 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,226 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,232 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,234 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,237 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,240 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,242 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,246 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,249 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,251 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,362 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,365 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,368 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,370 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,373 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,375 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,377 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,379 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; 06:12:47,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm 06:12:47,397 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: proc ; orig: False ; status: True ; controllable: True ; 06:12:47,403 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,513 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,515 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,518 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,521 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,523 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,525 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,527 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,529 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,531 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,622 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,628 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,630 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,632 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,635 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,637 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,641 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,726 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,732 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,737 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,740 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,742 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,744 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,746 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,749 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,751 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,836 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,848 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,851 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; 06:12:47,865 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:47,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:47,952 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,955 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,958 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,967 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,969 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:47,973 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t proc -o defaults proc /mnt/sysimage/proc 06:12:47,985 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,114 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; 06:12:48,116 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,213 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,222 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,317 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,328 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,333 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,340 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,341 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,452 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,543 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,557 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,562 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,646 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,652 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,654 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,661 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,663 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,665 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,667 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,669 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,675 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; 06:12:48,676 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,777 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,783 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,785 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,788 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,791 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,793 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,795 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,797 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,800 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,802 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run 06:12:48,814 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,819 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; 06:12:48,821 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:48,906 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:48,913 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,915 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,921 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,924 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,926 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,928 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,930 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:48,932 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,017 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,022 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,025 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,028 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,031 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,033 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,035 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,037 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,039 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,126 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,132 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,135 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,141 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,143 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,145 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,147 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,149 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,151 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,247 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,253 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,263 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,265 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,267 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,270 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,275 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; 06:12:49,276 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,356 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,363 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,366 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,369 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,371 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,374 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,376 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,378 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,383 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys 06:12:49,394 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,399 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: efivarfs ; orig: False ; status: False ; controllable: True ; 06:12:49,400 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,487 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,495 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,498 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,503 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,505 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,507 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,509 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,511 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,596 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,605 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,611 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,614 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,616 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,620 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,623 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,625 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,706 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,712 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,715 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,718 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,721 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,725 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,727 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,729 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,731 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,817 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,823 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,825 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,828 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,831 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,833 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,835 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,837 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,839 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,845 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: EFIVarFS.setup: device: efivarfs ; type: efivarfs ; status: False ; 06:12:49,846 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:49,947 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,953 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,956 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,959 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,966 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,968 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,970 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:49,972 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t efivarfs -o defaults efivarfs /mnt/sysimage/sys/firmware/efi/efivars 06:12:49,984 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:49,989 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; 06:12:49,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:50,077 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,082 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,085 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,088 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,091 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,093 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,095 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,097 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,099 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,101 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:50,197 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,203 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,205 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,208 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,211 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,213 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,215 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,217 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,220 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,221 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:50,306 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,312 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,315 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,318 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,321 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,325 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,327 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,329 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,331 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:50,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,435 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,438 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,447 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,449 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; 06:12:50,455 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 06:12:50,537 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,542 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,548 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,551 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,553 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,555 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,557 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:blivet:device/model is not a valid attribute 06:12:50,562 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux 06:12:50,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,574 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... findmnt -rn /mnt/sysroot 06:12:50,589 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 1 06:12:50,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... mount --rbind /mnt/sysimage /mnt/sysroot 06:12:50,602 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:12:50,604 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-MountFilesystemsTask-1 (281472819458528) 06:12:50,620 INFO anaconda:anaconda: progress: Mount filesystems 06:12:50,621 DEBUG anaconda:anaconda: installation: Task completed: Mount filesystems (5/41) (6.0 s) 06:12:50,622 INFO anaconda:anaconda: installation: Task started: Write the storage configuration (6/41) 06:12:50,627 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-WriteConfigurationTask-1 (281472819458528) 06:12:50,639 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.devicetree.fsset:not writing out mpath configuration 06:12:50,647 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.iscsi.iscsi:Write iSCSI configuration. 06:12:50,653 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.fcoe.fcoe:Write FCoE configuration. 06:12:50,658 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.zfcp.zfcp:Write zFCP configuration. 06:12:50,660 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-WriteConfigurationTask-1 (281472819458528) 06:12:51,654 INFO anaconda:anaconda: progress: Write the storage configuration 06:12:51,655 DEBUG anaconda:anaconda: installation: Task completed: Write the storage configuration (6/41) (1.0 s) 06:12:51,656 INFO anaconda:anaconda: progress: Running pre-installation scripts 06:12:51,657 INFO anaconda:anaconda: installation: Queue started: Pre-install scripts (4/16) 06:12:51,658 INFO anaconda:anaconda: installation: Task started: Run %pre-install scripts (7/41) 06:12:51,659 INFO anaconda:anaconda: progress: Run %pre-install scripts 06:12:51,659 DEBUG anaconda:anaconda: installation: Task completed: Run %pre-install scripts (7/41) (0.0 s) 06:12:51,661 INFO anaconda:anaconda: progress: Running pre-installation tasks 06:12:51,662 INFO anaconda:anaconda: installation: Queue started: Pre install tasks (5/16) 06:12:51,663 INFO anaconda:anaconda: installation: Task started: Copy resolv.conf to sysroot (8/41) 06:12:51,666 INFO anaconda:anaconda: progress: Copy resolv.conf to sysroot 06:12:51,666 DEBUG anaconda:anaconda: installation: Task completed: Copy resolv.conf to sysroot (8/41) (0.0 s) 06:12:51,667 INFO anaconda:anaconda: installation: Task started: Discover information about a realm (9/41) 06:12:51,670 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-RealmDiscoverTask-1 (281473549988320) 06:12:51,671 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:No realm name set, skipping realm discovery. 06:12:51,671 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-RealmDiscoverTask-1 (281473549988320) 06:12:51,673 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Updating realm data with results from realm discover task. 06:12:51,674 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=[]) 06:12:51,675 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=[]). 06:12:51,680 INFO anaconda:anaconda: progress: Discover information about a realm 06:12:51,681 DEBUG anaconda:anaconda: installation: Task completed: Discover information about a realm (9/41) (0.0 s) 06:12:51,682 INFO anaconda:anaconda: installation: Task started: Find additional packages & run pre_install() (10/41) 06:12:51,703 DEBUG anaconda:anaconda: payload.requirement: no group requirement added for language groups 06:12:51,745 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'langpacks-en' for langpacks, strong=False 06:12:51,761 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')] 06:12:51,761 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'authselect-compat' for Needed to support legacy authconfig kickstart command., strong=True 06:12:51,780 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')] 06:12:51,781 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'firewalld' for Requested by the firewall kickstart command., strong=True 06:12:51,796 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Timezone : [Requirement(name='chrony', reason='Needed to run NTP service.', type='package')] 06:12:51,797 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'chrony' for Needed to run NTP service., strong=True 06:12:51,828 DEBUG anaconda:anaconda: installation: Adding requirements for module org.fedoraproject.Anaconda.Modules.Storage : [Requirement(name='dosfstools', reason='Required to manage storage devices.', type='package'), Requirement(name='xfsprogs', reason='Required to manage storage devices.', type='package'), Requirement(name='e2fsprogs', 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')] 06:12:51,828 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'dosfstools' for Required to manage storage devices., strong=True 06:12:51,829 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'xfsprogs' for Required to manage storage devices., strong=True 06:12:51,830 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'e2fsprogs' for Required to manage storage devices., strong=True 06:12:51,830 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'grub2-efi-aa64' for Necessary for the bootloader configuration., strong=True 06:12:51,831 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'shim-aa64' for Necessary for the bootloader configuration., strong=True 06:12:51,831 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'efibootmgr' for Necessary for the bootloader configuration., strong=True 06:12:51,832 DEBUG anaconda:anaconda: payload.requirement: added package requirement 'grub2-tools' for Necessary for the bootloader configuration., strong=True 06:12:51,844 INFO anaconda:program: Running... systemd-detect-virt 06:12:51,877 INFO anaconda:program: kvm 06:12:51,878 DEBUG anaconda:program: Return code: 0 06:12:51,880 WARNING anaconda:packaging: Platform group platform-kvm not available. 06:12:51,881 INFO anaconda:anaconda: progress: Find additional packages & run pre_install() 06:12:51,882 DEBUG anaconda:anaconda: installation: Task completed: Find additional packages & run pre_install() (10/41) (0.2 s) 06:12:51,884 INFO anaconda:anaconda: progress: Installing. 06:12:51,884 INFO anaconda:anaconda: installation: Queue started: Payload installation (6/16) 06:12:51,885 INFO anaconda:anaconda: installation: Task started: Install the payload (11/41) 06:12:51,887 INFO anaconda:anaconda: progress: Starting package installation process 06:12:51,887 INFO anaconda:packaging: checking software selection 06:12:51,890 DEBUG anaconda:packaging: disabling modules: [] 06:12:52,104 DEBUG anaconda:packaging: enabling modules: [] 06:12:52,316 DEBUG anaconda:packaging: applying DNF package/group/module selection 06:12:52,317 INFO anaconda:packaging: selected group: core 06:12:52,318 INFO anaconda:packaging: excluded package: 'aic94xx-firmware' 06:12:52,318 INFO anaconda:packaging: excluded package: 'alsa-firmware' 06:12:52,319 INFO anaconda:packaging: excluded package: 'alsa-lib' 06:12:52,319 INFO anaconda:packaging: excluded package: 'alsa-tools-firmware' 06:12:52,320 INFO anaconda:packaging: excluded package: 'biosdevname' 06:12:52,321 INFO anaconda:packaging: excluded package: 'iprutils' 06:12:52,321 INFO anaconda:packaging: excluded package: 'ivtv-firmware' 06:12:52,322 INFO anaconda:packaging: excluded package: 'iwl100-firmware' 06:12:52,322 INFO anaconda:packaging: excluded package: 'iwl1000-firmware' 06:12:52,323 INFO anaconda:packaging: excluded package: 'iwl105-firmware' 06:12:52,324 INFO anaconda:packaging: excluded package: 'iwl135-firmware' 06:12:52,324 INFO anaconda:packaging: excluded package: 'iwl2000-firmware' 06:12:52,325 INFO anaconda:packaging: excluded package: 'iwl2030-firmware' 06:12:52,325 INFO anaconda:packaging: excluded package: 'iwl3160-firmware' 06:12:52,326 INFO anaconda:packaging: excluded package: 'iwl3945-firmware' 06:12:52,327 INFO anaconda:packaging: excluded package: 'iwl4965-firmware' 06:12:52,327 INFO anaconda:packaging: excluded package: 'iwl5000-firmware' 06:12:52,328 INFO anaconda:packaging: excluded package: 'iwl5150-firmware' 06:12:52,328 INFO anaconda:packaging: excluded package: 'iwl6000-firmware' 06:12:52,329 INFO anaconda:packaging: excluded package: 'iwl6000g2a-firmware' 06:12:52,330 INFO anaconda:packaging: excluded package: 'iwl6000g2b-firmware' 06:12:52,330 INFO anaconda:packaging: excluded package: 'iwl6050-firmware' 06:12:52,331 INFO anaconda:packaging: excluded package: 'iwl7260-firmware' 06:12:52,331 INFO anaconda:packaging: excluded package: 'langpacks-*' 06:12:52,332 INFO anaconda:packaging: excluded package: 'langpacks-en' 06:12:52,333 INFO anaconda:packaging: excluded package: 'libertas-sd8686-firmware' 06:12:52,333 INFO anaconda:packaging: excluded package: 'libertas-sd8787-firmware' 06:12:52,334 INFO anaconda:packaging: excluded package: 'libertas-usb8388-firmware' 06:12:52,334 INFO anaconda:packaging: excluded package: 'plymouth' 06:12:52,335 INFO anaconda:packaging: selected package: 'NetworkManager' 06:12:52,336 INFO anaconda:packaging: selected package: 'centos-release' 06:12:52,336 INFO anaconda:packaging: selected package: 'chrony' 06:12:52,337 INFO anaconda:packaging: selected package: 'cloud-init' 06:12:52,337 INFO anaconda:packaging: selected package: 'cloud-utils-growpart' 06:12:52,338 INFO anaconda:packaging: selected package: 'cockpit-system' 06:12:52,339 INFO anaconda:packaging: selected package: 'cockpit-ws' 06:12:52,339 INFO anaconda:packaging: selected package: 'dhcp-client' 06:12:52,340 INFO anaconda:packaging: selected package: 'dnf' 06:12:52,340 INFO anaconda:packaging: selected package: 'dnf-utils' 06:12:52,341 INFO anaconda:packaging: selected package: 'dracut-config-generic' 06:12:52,342 INFO anaconda:packaging: selected package: 'dracut-norescue' 06:12:52,342 INFO anaconda:packaging: selected package: 'firewalld' 06:12:52,343 INFO anaconda:packaging: selected package: 'gdisk' 06:12:52,343 INFO anaconda:packaging: selected package: 'grub2' 06:12:52,344 INFO anaconda:packaging: selected package: 'kernel' 06:12:52,345 INFO anaconda:packaging: selected package: 'nfs-utils' 06:12:52,345 INFO anaconda:packaging: selected package: 'python3-jsonschema' 06:12:52,346 INFO anaconda:packaging: selected package: 'qemu-guest-agent' 06:12:52,346 INFO anaconda:packaging: selected package: 'rng-tools' 06:12:52,347 INFO anaconda:packaging: selected package: 'rsync' 06:12:52,347 INFO anaconda:packaging: selected package: 'tar' 06:12:52,348 INFO anaconda:packaging: selected package: 'yum' 06:12:52,349 INFO anaconda:packaging: selected package: 'yum-utils' 06:12:52,349 INFO anaconda:packaging: selected package: 'kexec-tools' 06:12:52,351 INFO anaconda:packaging: kernel: selected kernel 06:12:52,352 DEBUG anaconda:packaging: selected package: langpacks-en, requirement for ['langpacks'] IGNORED because excluded 06:12:52,353 DEBUG anaconda:packaging: selected package: authselect-compat, requirement for ['Needed to support legacy authconfig kickstart command.'] 06:12:52,353 DEBUG anaconda:packaging: selected package: firewalld, requirement for ['Requested by the firewall kickstart command.'] 06:12:52,354 DEBUG anaconda:packaging: selected package: chrony, requirement for ['Needed to run NTP service.'] 06:12:52,355 DEBUG anaconda:packaging: selected package: dosfstools, requirement for ['Required to manage storage devices.'] 06:12:52,355 DEBUG anaconda:packaging: selected package: xfsprogs, requirement for ['Required to manage storage devices.'] 06:12:52,356 DEBUG anaconda:packaging: selected package: e2fsprogs, requirement for ['Required to manage storage devices.'] 06:12:52,357 DEBUG anaconda:packaging: selected package: grub2-efi-aa64, requirement for ['Necessary for the bootloader configuration.'] 06:12:52,358 DEBUG anaconda:packaging: selected package: shim-aa64, requirement for ['Necessary for the bootloader configuration.'] 06:12:52,363 DEBUG anaconda:packaging: selected package: efibootmgr, requirement for ['Necessary for the bootloader configuration.'] 06:12:52,363 DEBUG anaconda:packaging: selected package: grub2-tools, requirement for ['Necessary for the bootloader configuration.'] 06:12:52,364 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', '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', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, 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)]))] 06:12:52,364 DEBUG anaconda:packaging: transaction include list 06:12:52,364 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', 'authselect-compat', 'grub2-efi-aa64', 'efibootmgr', 'xfsprogs', 'chrony', 'dosfstools', 'e2fsprogs', 'firewalld', 'shim-aa64', 'grub2-tools'] 06:12:52,365 DEBUG anaconda:packaging: transaction exclude list 06:12:52,365 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-firmware', 'iwl6000g2a-firmware', 'iwl6000g2b-firmware', 'iwl6050-firmware', 'iwl7260-firmware', 'langpacks-*', 'langpacks-en', 'libertas-sd8686-firmware', 'libertas-sd8787-firmware', 'libertas-usb8388-firmware', 'plymouth'] 06:12:52,777 DEBUG anaconda:dnf: Adding packages from group 'core': {, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , } 06:12:52,778 WARNING anaconda:dnf: No match for group package "iwl5150-firmware" 06:12:52,782 WARNING anaconda:dnf: No match for group package "iwl6050-firmware" 06:12:52,786 WARNING anaconda:dnf: No match for group package "iwl7260-firmware" 06:12:52,797 WARNING anaconda:dnf: No match for group package "iprutils" 06:12:52,812 WARNING anaconda:dnf: No match for group package "iwl105-firmware" 06:12:52,813 WARNING anaconda:dnf: No match for group package "iwl6000-firmware" 06:12:52,820 WARNING anaconda:dnf: No match for group package "iwl2000-firmware" 06:12:52,822 WARNING anaconda:dnf: No match for group package "iwl100-firmware" 06:12:52,824 WARNING anaconda:dnf: No match for group package "iwl6000g2a-firmware" 06:12:52,827 WARNING anaconda:dnf: No match for group package "iwl1000-firmware" 06:12:52,830 WARNING anaconda:dnf: No match for group package "iwl3160-firmware" 06:12:52,833 WARNING anaconda:dnf: No match for group package "plymouth" 06:12:52,836 WARNING anaconda:dnf: No match for group package "iwl135-firmware" 06:12:52,838 WARNING anaconda:dnf: No match for group package "iwl2030-firmware" 06:12:52,843 WARNING anaconda:dnf: No match for group package "iwl5000-firmware" 06:12:53,431 INFO anaconda:packaging: checking dependencies: success 06:12:53,658 DEBUG anaconda:packaging: Size from DNF: 1.63 GiB 06:12:53,659 DEBUG anaconda:packaging: Bonus size 336.33 MiB by number of files 57401 06:12:53,660 DEBUG anaconda:packaging: Total size required 2.15 GiB 06:12:53,683 INFO anaconda:program: Running... df --output=target,avail 06:12:53,700 INFO anaconda:program: Mounted on Avail 06:12:53,701 INFO anaconda:program: /dev 2000448 06:12:53,701 INFO anaconda:program: /dev/shm 2036800 06:12:53,702 INFO anaconda:program: /run 1971008 06:12:53,702 INFO anaconda:program: /sys/fs/cgroup 2036800 06:12:53,703 INFO anaconda:program: / 814076 06:12:53,703 INFO anaconda:program: /tmp 1991808 06:12:53,704 INFO anaconda:program: /mnt/sysroot 8040468 06:12:53,704 INFO anaconda:program: /mnt/sysroot/boot/efi 613180 06:12:53,705 INFO anaconda:program: /mnt/sysroot/dev/shm 2036800 06:12:53,705 DEBUG anaconda:program: Return code: 0 06:12:53,720 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90777587890625 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.87969970703125 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (794.99609375 MiB), '/tmp': Size (1.8995361328125 GiB), '/mnt/sysroot': Size (7.667987823486328125 GiB), '/mnt/sysroot/boot/efi': Size (598.80859375 MiB), '/mnt/sysroot/dev/shm': Size (1.94244384765625 GiB)} 06:12:53,721 INFO anaconda:packaging: Estimated size: download 558.71 MiB & install 2.15 GiB 06:12:53,722 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': Size (7.667987823486328125 GiB)} 06:12:53,723 DEBUG anaconda:packaging: Install + download space required 2.7 GiB 06:12:53,724 INFO anaconda:packaging: 470 packages selected totalling 2.7 GiB 06:12:53,958 DEBUG anaconda:packaging: Size from DNF: 1.63 GiB 06:12:53,959 DEBUG anaconda:packaging: Bonus size 336.33 MiB by number of files 57401 06:12:53,960 DEBUG anaconda:packaging: Total size required 2.15 GiB 06:12:53,961 INFO anaconda:program: Running... df --output=target,avail 06:12:53,977 INFO anaconda:program: Mounted on Avail 06:12:53,977 INFO anaconda:program: /dev 2000448 06:12:53,978 INFO anaconda:program: /dev/shm 2036800 06:12:53,978 INFO anaconda:program: /run 1971008 06:12:53,979 INFO anaconda:program: /sys/fs/cgroup 2036800 06:12:53,979 INFO anaconda:program: / 814076 06:12:53,980 INFO anaconda:program: /tmp 1991808 06:12:53,980 INFO anaconda:program: /mnt/sysroot 8040468 06:12:53,981 INFO anaconda:program: /mnt/sysroot/boot/efi 613180 06:12:53,982 INFO anaconda:program: /mnt/sysroot/dev/shm 2036800 06:12:53,982 DEBUG anaconda:program: Return code: 0 06:12:53,986 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.90777587890625 GiB), '/dev/shm': Size (1.94244384765625 GiB), '/run': Size (1.87969970703125 GiB), '/sys/fs/cgroup': Size (1.94244384765625 GiB), '/': Size (794.99609375 MiB), '/tmp': Size (1.8995361328125 GiB), '/mnt/sysroot': Size (7.667987823486328125 GiB), '/mnt/sysroot/boot/efi': Size (598.80859375 MiB), '/mnt/sysroot/dev/shm': Size (1.94244384765625 GiB)} 06:12:53,988 INFO anaconda:packaging: Estimated size: download 558.71 MiB & install 2.15 GiB 06:12:53,989 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysroot': Size (7.667987823486328125 GiB)} 06:12:53,989 INFO anaconda:packaging: Mountpoint /mnt/sysroot picked as download location 06:12:54,018 INFO anaconda:packaging: Downloading packages to /mnt/sysroot/dnf.package.cache. 06:12:54,283 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libXau-1.0.9-3.el8.aarch64.rpm 06:12:54,283 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ModemManager-glib-1.10.8-2.el8.aarch64.rpm 06:12:54,284 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/NetworkManager-1.30.0-7.el8.aarch64.rpm 06:12:54,292 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/qemu-guest-agent-4.2.0-48.module_el8.4.0%2b783%2bf8734d30.aarch64.rpm 06:12:54,302 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/NetworkManager-libnm-1.30.0-7.el8.aarch64.rpm 06:12:54,307 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libXext-1.3.4-1.el8.aarch64.rpm 06:12:54,312 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/NetworkManager-team-1.30.0-7.el8.aarch64.rpm 06:12:54,321 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/NetworkManager-tui-1.30.0-7.el8.aarch64.rpm 06:12:54,337 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/acl-2.2.53-1.el8.aarch64.rpm 06:12:54,343 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libXrender-0.9.10-7.el8.aarch64.rpm 06:12:54,346 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 06:12:54,359 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 06:12:54,367 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/authselect-1.2.2-2.el8.aarch64.rpm 06:12:54,375 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/authselect-libs-1.2.2-2.el8.aarch64.rpm 06:12:54,386 INFO Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11840/12000 anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/basesystem-11-5.el8.noarch.rpm 06:12:54,389 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/bash-4.4.19-14.el8.aarch64.rpm 06:12:54,406 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/bind-export-libs-9.11.26-3.el8.aarch64.rpm 06:12:54,432 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libatasmart-0.19-14.el8.aarch64.rpm 06:12:54,437 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-2.24-5.el8.aarch64.rpm 06:12:54,445 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-crypto-2.24-5.el8.aarch64.rpm 06:12:54,451 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-fs-2.24-5.el8.aarch64.rpm 06:12:54,457 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-loop-2.24-5.el8.aarch64.rpm 06:12:54,463 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-mdraid-2.24-5.el8.aarch64.rpm 06:12:54,468 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/brotli-1.0.6-3.el8.aarch64.rpm 06:12:54,481 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/bubblewrap-0.4.0-1.el8.aarch64.rpm 06:12:54,485 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/bzip2-1.0.6-26.el8.aarch64.rpm 06:12:54,490 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-part-2.24-5.el8.aarch64.rpm 06:12:54,494 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/bzip2-libs-1.0.6-26.el8.aarch64.rpm 06:12:54,498 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/c-ares-1.13.0-5.el8.aarch64.rpm 06:12:54,501 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-swap-2.24-5.el8.aarch64.rpm 06:12:54,512 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm 06:12:54,517 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libblockdev-utils-2.24-5.el8.aarch64.rpm 06:12:54,517 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/centos-gpg-keys-8-2.el8.noarch.rpm 06:12:54,521 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libbytesize-1.4-3.el8.aarch64.rpm 06:12:54,525 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/centos-linux-release-8.4-1.2105.el8.noarch.rpm 06:12:54,527 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/centos-linux-repos-8-2.el8.noarch.rpm 06:12:54,530 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/centos-logos-85.5-1.el8.aarch64.rpm 06:12:54,532 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/checkpolicy-2.9-1.el8.aarch64.rpm 06:12:54,544 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/chkconfig-1.13-2.el8.aarch64.rpm 06:12:54,553 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/chrony-3.5-2.el8.aarch64.rpm 06:12:54,558 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cockpit-bridge-238.2-1.el8.aarch64.rpm 06:12:54,569 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cockpit-system-238.2-1.el8.noarch.rpm 06:12:54,577 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cockpit-ws-238.2-1.el8.aarch64.rpm 06:12:54,591 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/coreutils-8.30-8.el8.aarch64.rpm 06:12:54,645 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/coreutils-common-8.30-8.el8.aarch64.rpm 06:12:54,657 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cpio-2.12-10.el8.aarch64.rpm 06:12:54,671 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cracklib-2.9.6-15.el8.aarch64.rpm 06:12:54,677 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cracklib-dicts-2.9.6-15.el8.aarch64.rpm 06:12:54,759 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cronie-1.5.2-4.el8.aarch64.rpm 06:12:54,772 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cronie-anacron-1.5.2-4.el8.aarch64.rpm 06:12:54,776 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libestr-0.1.10-1.el8.aarch64.rpm 06:12:54,780 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/crontabs-1.11-17.20190603git.el8.noarch.rpm 06:12:54,782 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch.rpm 06:12:54,785 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch.rpm 06:12:54,789 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cryptsetup-libs-2.3.3-4.el8.aarch64.rpm 06:12:54,792 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libfastjson-0.99.8-2.el8.aarch64.rpm 06:12:54,797 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/curl-7.61.1-18.el8.aarch64.rpm 06:12:54,818 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/cyrus-sasl-lib-2.1.27-5.el8.aarch64.rpm 06:12:54,819 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-1.12.8-12.el8.aarch64.rpm 06:12:54,823 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-common-1.12.8-12.el8.noarch.rpm 06:12:54,828 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-daemon-1.12.8-12.el8.aarch64.rpm 06:12:54,830 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-glib-0.110-2.el8.aarch64.rpm 06:12:54,838 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-libs-1.12.8-12.el8.aarch64.rpm 06:12:54,844 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dbus-tools-1.12.8-12.el8.aarch64.rpm 06:12:54,850 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dejavu-fonts-common-2.35-7.el8.noarch.rpm 06:12:54,853 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dejavu-sans-mono-fonts-2.35-7.el8.noarch.rpm 06:12:54,858 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/device-mapper-1.02.175-5.el8.aarch64.rpm 06:12:54,876 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/device-mapper-libs-1.02.175-5.el8.aarch64.rpm 06:12:54,880 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dhcp-client-4.3.6-44.0.1.el8.aarch64.rpm 06:12:54,896 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dhcp-common-4.3.6-44.0.1.el8.noarch.rpm 06:12:54,902 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dhcp-libs-4.3.6-44.0.1.el8.aarch64.rpm 06:12:54,911 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/diffutils-3.6-6.el8.aarch64.rpm 06:12:54,914 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dmidecode-3.2-8.el8.aarch64.rpm 06:12:54,921 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dnf-4.4.2-11.el8.noarch.rpm 06:12:54,949 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/rsyslog-8.1911.0-7.el8.aarch64.rpm 06:12:54,955 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dnf-data-4.4.2-11.el8.noarch.rpm 06:12:54,965 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dnf-plugins-core-4.0.18-4.el8.noarch.rpm 06:12:54,970 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dosfstools-4.1-6.el8.aarch64.rpm 06:12:54,977 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dracut-049-135.git20210121.el8.aarch64.rpm 06:12:54,982 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dracut-config-generic-049-135.git20210121.el8.aarch64.rpm 06:12:54,986 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dracut-config-rescue-049-135.git20210121.el8.aarch64.rpm 06:12:54,991 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dracut-network-049-135.git20210121.el8.aarch64.rpm 06:12:54,999 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/dracut-squash-049-135.git20210121.el8.aarch64.rpm 06:12:55,003 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/e2fsprogs-1.45.6-1.el8.aarch64.rpm 06:12:55,009 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/e2fsprogs-libs-1.45.6-1.el8.aarch64.rpm 06:12:55,010 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/efi-filesystem-3-3.el8.noarch.rpm 06:12:55,013 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/efibootmgr-16-1.el8.aarch64.rpm 06:12:55,018 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/efivar-libs-37-4.el8.aarch64.rpm 06:12:55,024 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/elfutils-debuginfod-client-0.182-3.el8.aarch64.rpm 06:12:55,027 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/elfutils-default-yama-scope-0.182-3.el8.noarch.rpm 06:12:55,033 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/elfutils-libelf-0.182-3.el8.aarch64.rpm 06:12:55,034 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/elfutils-libs-0.182-3.el8.aarch64.rpm 06:12:55,047 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ethtool-5.8-5.el8.aarch64.rpm 06:12:55,054 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/expat-2.2.5-4.el8.aarch64.rpm 06:12:55,061 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/file-5.33-16.el8_3.1.aarch64.rpm 06:12:55,065 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/file-libs-5.33-16.el8_3.1.aarch64.rpm 06:12:55,071 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/filesystem-3.8-3.el8.aarch64.rpm 06:12:55,083 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/findutils-4.6.0-20.el8.aarch64.rpm 06:12:55,105 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libmaxminddb-1.2.0-10.el8.aarch64.rpm 06:12:55,109 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/firewalld-0.8.2-6.el8.noarch.rpm 06:12:55,122 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/firewalld-filesystem-0.8.2-6.el8.noarch.rpm 06:12:55,129 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/fontconfig-2.13.1-3.el8.aarch64.rpm 06:12:55,145 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/fontpackages-filesystem-1.44-22.el8.noarch.rpm 06:12:55,149 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/freetype-2.9.1-4.el8_3.1.aarch64.rpm 06:12:55,152 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/fuse-libs-2.9.7-12.el8.aarch64.rpm 06:12:55,161 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/fwupd-1.5.5-3.el8.aarch64.rpm 06:12:55,169 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gawk-4.2.1-2.el8.aarch64.rpm 06:12:55,183 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gdbm-1.18-1.el8.aarch64.rpm 06:12:55,193 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gdbm-libs-1.18-1.el8.aarch64.rpm 06:12:55,199 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gdisk-1.0.3-6.el8.aarch64.rpm 06:12:55,215 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gdk-pixbuf2-2.36.12-5.el8.aarch64.rpm 06:12:55,244 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gettext-0.19.8.1-17.el8.aarch64.rpm 06:12:55,250 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gettext-libs-0.19.8.1-17.el8.aarch64.rpm 06:12:55,268 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/glib-networking-2.56.1-1.1.el8.aarch64.rpm 06:12:55,279 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/glib2-2.56.4-9.el8.aarch64.rpm 06:12:55,314 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/glibc-2.28-151.el8.aarch64.rpm 06:12:55,374 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/glibc-all-langpacks-2.28-151.el8.aarch64.rpm 06:12:55,445 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/glibc-common-2.28-151.el8.aarch64.rpm 06:12:55,519 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libudisks2-2.9.0-6.el8.aarch64.rpm 06:12:55,532 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/setroubleshoot-plugins-3.3.13-1.el8.noarch.rpm 06:12:55,558 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/setroubleshoot-server-3.3.24-3.el8.aarch64.rpm 06:12:55,575 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libxcb-1.13.1-1.el8.aarch64.rpm 06:12:55,586 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libxkbcommon-0.9.1-1.el8.aarch64.rpm 06:12:55,592 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/sscg-2.3.3-14.el8.aarch64.rpm 06:12:55,596 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gmp-6.1.2-10.el8.aarch64.rpm 06:12:55,599 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gnupg2-2.2.20-2.el8.aarch64.rpm 06:12:55,614 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gnupg2-smime-2.2.20-2.el8.aarch64.rpm 06:12:55,632 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gnutls-3.6.14-7.el8_3.aarch64.rpm 06:12:55,686 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gobject-introspection-1.56.1-1.el8.aarch64.rpm 06:12:55,703 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gpgme-1.13.1-7.el8.aarch64.rpm 06:12:55,724 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grep-3.1-6.el8.aarch64.rpm 06:12:55,741 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/groff-base-1.22.3-18.el8.aarch64.rpm 06:12:55,762 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grub2-common-2.02-99.el8.noarch.rpm 06:12:55,808 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grub2-efi-aa64-2.02-99.el8.aarch64.rpm 06:12:55,825 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grub2-tools-2.02-99.el8.aarch64.rpm 06:12:55,842 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grub2-tools-extra-2.02-99.el8.aarch64.rpm 06:12:55,903 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grub2-tools-minimal-2.02-99.el8.aarch64.rpm 06:12:55,916 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/grubby-8.40-41.el8.aarch64.rpm 06:12:55,921 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gsettings-desktop-schemas-3.32.0-5.el8.aarch64.rpm 06:12:55,943 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gssproxy-0.8.0-19.el8.aarch64.rpm 06:12:55,952 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/gzip-1.9-12.el8.aarch64.rpm 06:12:55,963 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/hardlink-1.3-6.el8.aarch64.rpm 06:12:55,970 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/hdparm-9.54-3.el8.aarch64.rpm 06:12:55,971 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/hostname-3.20-6.el8.aarch64.rpm 06:12:55,976 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/hwdata-0.314-8.8.el8.noarch.rpm 06:12:55,987 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ima-evm-utils-1.3.2-12.el8.aarch64.rpm 06:12:55,992 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/info-6.5-6.el8.aarch64.rpm 06:12:56,003 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/initscripts-10.00.15-1.el8.aarch64.rpm 06:12:56,022 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ipcalc-0.2.4-4.el8.aarch64.rpm 06:12:56,026 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/iproute-5.9.0-4.el8.aarch64.rpm 06:12:56,068 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ipset-7.1-1.el8.aarch64.rpm 06:12:56,069 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ipset-libs-7.1-1.el8.aarch64.rpm 06:12:56,074 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/iptables-1.8.4-17.el8.aarch64.rpm 06:12:56,077 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/iptables-ebtables-1.8.4-17.el8.aarch64.rpm 06:12:56,083 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/iptables-libs-1.8.4-17.el8.aarch64.rpm 06:12:56,089 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/iputils-20180629-7.el8.aarch64.rpm 06:12:56,098 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/irqbalance-1.4.0-6.el8.aarch64.rpm 06:12:56,103 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/PackageKit-1.1.12-6.el8.aarch64.rpm 06:12:56,111 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/PackageKit-glib-1.1.12-6.el8.aarch64.rpm 06:12:56,120 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/abattis-cantarell-fonts-0.0.25-6.el8.noarch.rpm 06:12:56,130 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/jansson-2.11-3.el8.aarch64.rpm 06:12:56,135 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/json-c-0.13.1-0.4.el8.aarch64.rpm 06:12:56,141 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/json-glib-1.4.4-1.el8.aarch64.rpm 06:12:56,144 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kbd-2.0.4-10.el8.aarch64.rpm 06:12:56,150 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kbd-legacy-2.0.4-10.el8.noarch.rpm 06:12:56,166 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kbd-misc-2.0.4-10.el8.noarch.rpm 06:12:56,177 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kernel-4.18.0-305.3.1.el8.aarch64.rpm 06:12:56,241 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kernel-core-4.18.0-305.3.1.el8.aarch64.rpm 06:12:56,462 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kernel-modules-4.18.0-305.3.1.el8.aarch64.rpm 06:12:56,877 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kernel-tools-4.18.0-305.3.1.el8.aarch64.rpm 06:12:57,161 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kernel-tools-libs-4.18.0-305.3.1.el8.aarch64.rpm 06:12:57,326 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kexec-tools-2.0.20-46.el8.aarch64.rpm 06:12:57,350 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/keyutils-1.5.10-6.el8.aarch64.rpm 06:12:57,356 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/keyutils-libs-1.5.10-6.el8.aarch64.rpm 06:12:57,361 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kmod-25-17.el8.aarch64.rpm 06:12:57,369 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kmod-libs-25-17.el8.aarch64.rpm 06:12:57,374 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/kpartx-0.8.4-10.el8.aarch64.rpm 06:12:57,381 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/krb5-libs-1.18.2-8.el8.aarch64.rpm 06:12:57,420 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/less-530-1.el8.aarch64.rpm 06:12:57,430 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libacl-2.2.53-1.el8.aarch64.rpm 06:12:57,434 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libappstream-glib-0.7.14-3.el8.aarch64.rpm 06:12:57,450 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libarchive-3.3.3-1.el8.aarch64.rpm 06:12:57,468 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libassuan-2.5.1-3.el8.aarch64.rpm 06:12:57,475 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libattr-2.4.48-3.el8.aarch64.rpm 06:12:57,478 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libbasicobjects-0.1.1-39.el8.aarch64.rpm 06:12:57,482 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libblkid-2.32.1-27.el8.aarch64.rpm 06:12:57,494 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcap-2.26-4.el8.aarch64.rpm 06:12:57,499 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcap-ng-0.7.9-5.el8.aarch64.rpm 06:12:57,503 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcollection-0.7.0-39.el8.aarch64.rpm 06:12:57,507 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcom_err-1.45.6-1.el8.aarch64.rpm 06:12:57,512 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcomps-0.1.11-5.el8.aarch64.rpm 06:12:57,517 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcroco-0.6.12-4.el8_2.1.aarch64.rpm 06:12:57,524 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libcurl-7.61.1-18.el8.aarch64.rpm 06:12:57,565 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libdaemon-0.14-15.el8.aarch64.rpm 06:12:57,569 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libdb-5.3.28-40.el8.aarch64.rpm 06:12:57,575 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libdb-utils-5.3.28-40.el8.aarch64.rpm 06:12:57,584 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libdhash-0.5.0-39.el8.aarch64.rpm 06:12:57,588 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libdnf-0.55.0-7.el8.aarch64.rpm 06:12:57,608 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libedit-3.1-23.20170329cvs.el8.aarch64.rpm 06:12:57,615 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libevent-2.1.8-5.el8.aarch64.rpm 06:12:57,624 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libfdisk-2.32.1-27.el8.aarch64.rpm 06:12:57,632 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libffi-3.1-22.el8.aarch64.rpm 06:12:57,636 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/authselect-compat-1.2.2-2.el8.aarch64.rpm 06:12:57,642 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgcab1-1.1-1.el8.aarch64.rpm 06:12:57,643 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgcc-8.4.1-1.el8.aarch64.rpm 06:12:57,649 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgcrypt-1.8.5-4.el8.aarch64.rpm 06:12:57,650 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgomp-8.4.1-1.el8.aarch64.rpm 06:12:57,662 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgpg-error-1.31-1.el8.aarch64.rpm 06:12:57,672 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgudev-232-4.el8.aarch64.rpm 06:12:57,676 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libgusb-0.3.0-1.el8.aarch64.rpm 06:12:57,680 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libibverbs-32.0-4.el8.aarch64.rpm 06:12:57,684 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libidn2-2.2.0-1.el8.aarch64.rpm 06:12:57,690 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libini_config-1.3.1-39.el8.aarch64.rpm 06:12:57,695 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libkcapi-1.2.0-2.el8.aarch64.rpm 06:12:57,700 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libkcapi-hmaccalc-1.2.0-2.el8.aarch64.rpm 06:12:57,703 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libksba-1.3.5-7.el8.aarch64.rpm 06:12:57,705 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libldb-2.2.0-2.el8.aarch64.rpm 06:12:57,712 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmbim-1.20.2-1.el8.aarch64.rpm 06:12:57,717 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmetalink-0.1.3-7.el8.aarch64.rpm 06:12:57,721 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmnl-1.0.4-6.el8.aarch64.rpm 06:12:57,723 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmodman-2.0.1-17.el8.aarch64.rpm 06:12:57,726 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmodulemd-2.9.4-2.el8.aarch64.rpm 06:12:57,730 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libmount-2.32.1-27.el8.aarch64.rpm 06:12:57,738 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libndp-1.7-5.el8.aarch64.rpm 06:12:57,742 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnetfilter_conntrack-1.0.6-5.el8.aarch64.rpm 06:12:57,746 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnfnetlink-1.0.1-13.el8.aarch64.rpm 06:12:57,749 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnfsidmap-2.3.3-41.el8.aarch64.rpm 06:12:57,752 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnftnl-1.1.5-4.el8.aarch64.rpm 06:12:57,758 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnghttp2-1.33.0-3.el8_2.1.aarch64.rpm 06:12:57,760 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnl3-3.5.0-1.el8.aarch64.rpm 06:12:57,765 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnl3-cli-3.5.0-1.el8.aarch64.rpm 06:12:57,776 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64.rpm 06:12:57,780 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpath_utils-0.2.1-39.el8.aarch64.rpm 06:12:57,785 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpcap-1.9.1-5.el8.aarch64.rpm 06:12:57,786 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpipeline-1.5.0-2.el8.aarch64.rpm 06:12:57,791 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpng-1.6.34-5.el8.aarch64.rpm 06:12:57,797 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libproxy-0.4.15-5.2.el8.aarch64.rpm 06:12:57,801 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpsl-0.20.2-6.el8.aarch64.rpm 06:12:57,805 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libpwquality-1.4.4-3.el8.aarch64.rpm 06:12:57,807 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nspr-4.25.0-2.el8_2.aarch64.rpm 06:12:57,814 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libqmi-1.24.0-1.el8.aarch64.rpm 06:12:57,817 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nss-3.53.1-17.el8_3.aarch64.rpm 06:12:57,841 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libref_array-0.1.5-39.el8.aarch64.rpm 06:12:57,845 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/librepo-1.12.0-3.el8.aarch64.rpm 06:12:57,852 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libreport-filesystem-2.9.5-15.el8.aarch64.rpm 06:12:57,858 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nss-softokn-3.53.1-17.el8_3.aarch64.rpm 06:12:57,860 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libseccomp-2.5.1-1.el8.aarch64.rpm 06:12:57,866 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsecret-0.18.6-1.el8.aarch64.rpm 06:12:57,875 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nss-softokn-freebl-3.53.1-17.el8_3.aarch64.rpm 06:12:57,886 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libselinux-2.9-5.el8.aarch64.rpm 06:12:57,896 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nss-sysinit-3.53.1-17.el8_3.aarch64.rpm 06:12:57,899 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libselinux-utils-2.9-5.el8.aarch64.rpm 06:12:57,904 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsemanage-2.9-6.el8.aarch64.rpm 06:12:57,913 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsepol-2.9-2.el8.aarch64.rpm 06:12:57,916 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/nss-util-3.53.1-17.el8_3.aarch64.rpm 06:12:57,925 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsigsegv-2.11-5.el8.aarch64.rpm 06:12:57,928 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsmartcols-2.32.1-27.el8.aarch64.rpm 06:12:57,937 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/oddjob-0.34.7-1.el8.aarch64.rpm 06:12:57,942 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsolv-0.7.16-2.el8.aarch64.rpm 06:12:57,945 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsoup-2.62.3-2.el8.aarch64.rpm 06:12:57,961 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libss-1.45.6-1.el8.aarch64.rpm 06:12:57,965 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libssh-0.9.4-2.el8.aarch64.rpm 06:12:57,970 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libssh-config-0.9.4-2.el8.noarch.rpm 06:12:57,974 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsss_autofs-2.4.0-9.el8.aarch64.rpm 06:12:57,983 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsss_certmap-2.4.0-9.el8.aarch64.rpm 06:12:57,983 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsss_idmap-2.4.0-9.el8.aarch64.rpm 06:12:57,991 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsss_nss_idmap-2.4.0-9.el8.aarch64.rpm 06:12:57,995 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/oddjob-mkhomedir-0.34.7-1.el8.aarch64.rpm 06:12:58,000 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsss_sudo-2.4.0-9.el8.aarch64.rpm 06:12:58,003 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libstdc%2b%2b-8.4.1-1.el8.aarch64.rpm 06:12:58,009 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libstemmer-0-10.585svn.el8.aarch64.rpm 06:12:58,015 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libsysfs-2.1.0-24.el8.aarch64.rpm 06:12:58,020 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libtalloc-2.3.1-2.el8.aarch64.rpm 06:12:58,025 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libtasn1-4.13-3.el8.aarch64.rpm 06:12:58,031 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libtdb-1.4.3-1.el8.aarch64.rpm 06:12:58,035 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libteam-1.31-2.el8.aarch64.rpm 06:12:58,039 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/cairo-1.15.12-3.el8.aarch64.rpm 06:12:58,042 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libtevent-0.10.2-2.el8.aarch64.rpm 06:12:58,046 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/cairo-gobject-1.15.12-3.el8.aarch64.rpm 06:12:58,050 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libtirpc-1.1.4-4.el8.aarch64.rpm 06:12:58,058 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libunistring-0.9.9-3.el8.aarch64.rpm 06:12:58,082 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libusbx-1.0.23-4.el8.aarch64.rpm 06:12:58,083 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libuser-0.62-23.el8.aarch64.rpm 06:12:58,088 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libutempter-1.1.6-14.el8.aarch64.rpm 06:12:58,093 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libuuid-2.32.1-27.el8.aarch64.rpm 06:12:58,099 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libverto-0.3.0-5.el8.aarch64.rpm 06:12:58,102 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libverto-libevent-0.3.0-5.el8.aarch64.rpm 06:12:58,106 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libxcrypt-4.1.1-4.el8.aarch64.rpm 06:12:58,112 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libxml2-2.9.7-9.el8.aarch64.rpm 06:12:58,115 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libxmlb-0.1.15-1.el8.aarch64.rpm 06:12:58,121 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libyaml-0.1.7-5.el8.aarch64.rpm 06:12:58,126 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/libzstd-1.4.4-1.el8.aarch64.rpm 06:12:58,139 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/linux-firmware-20201218-102.git05789708.el8.noarch.rpm 06:12:58,151 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/cloud-init-20.3-10.el8.noarch.rpm 06:12:58,345 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/cloud-utils-growpart-0.31-1.el8.noarch.rpm 06:12:58,349 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/logrotate-3.14.0-4.el8.aarch64.rpm 06:12:58,356 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/lshw-B.02.19.2-5.el8.aarch64.rpm 06:12:58,372 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/lsscsi-0.32-2.el8.aarch64.rpm 06:12:58,378 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/lua-libs-5.3.4-11.el8.aarch64.rpm 06:12:58,388 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/lz4-libs-1.8.3-2.el8.aarch64.rpm 06:12:58,392 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/lzo-2.08-14.el8.aarch64.rpm 06:12:58,395 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/man-db-2.7.6.1-17.el8.aarch64.rpm 06:12:58,399 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/mdadm-4.1-15.el8.aarch64.rpm 06:12:58,422 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/memstrack-0.1.11-1.el8.aarch64.rpm 06:12:58,426 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/mokutil-0.3.0-11.el8.aarch64.rpm 06:12:58,430 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/mozjs60-60.9.0-4.el8.aarch64.rpm 06:12:58,446 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/mpfr-3.1.6-1.el8.aarch64.rpm 06:12:58,458 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ncurses-6.1-7.20180224.el8.aarch64.rpm 06:12:58,478 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ncurses-base-6.1-7.20180224.el8.noarch.rpm 06:12:58,485 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/udisks2-2.9.0-6.el8.aarch64.rpm 06:12:58,508 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/ncurses-libs-6.1-7.20180224.el8.aarch64.rpm 06:12:58,525 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/unbound-libs-1.7.3-15.el8.aarch64.rpm 06:12:58,550 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/nettle-3.4.1-2.el8.aarch64.rpm 06:12:58,567 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/newt-0.52.20-11.el8.aarch64.rpm 06:12:58,575 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/nfs-utils-2.3.3-41.el8.aarch64.rpm 06:12:58,600 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/nftables-0.9.3-18.el8.aarch64.rpm 06:12:58,616 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/npth-1.5-4.el8.aarch64.rpm 06:12:58,619 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/numactl-libs-2.0.12-11.el8.aarch64.rpm 06:12:58,624 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openldap-2.4.46-16.el8.aarch64.rpm 06:12:58,643 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssh-8.0p1-5.el8.aarch64.rpm 06:12:58,668 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssh-clients-8.0p1-5.el8.aarch64.rpm 06:12:58,700 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssh-server-8.0p1-5.el8.aarch64.rpm 06:12:58,725 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssl-1.1.1g-15.el8_3.aarch64.rpm 06:12:58,781 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssl-libs-1.1.1g-15.el8_3.aarch64.rpm 06:12:58,795 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/openssl-pkcs11-0.4.10-2.el8.aarch64.rpm 06:12:58,800 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/os-prober-1.74-6.el8.aarch64.rpm 06:12:58,805 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/p11-kit-0.23.22-1.el8.aarch64.rpm 06:12:58,823 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/p11-kit-trust-0.23.22-1.el8.aarch64.rpm 06:12:58,831 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pam-1.3.1-14.el8.aarch64.rpm 06:12:58,860 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/parted-3.2-38.el8.aarch64.rpm 06:12:58,875 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/passwd-0.80-3.el8.aarch64.rpm 06:12:58,882 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pciutils-3.7.0-1.el8.aarch64.rpm 06:12:58,889 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pciutils-libs-3.7.0-1.el8.aarch64.rpm 06:12:58,897 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pcre-8.42-4.el8.aarch64.rpm 06:12:58,898 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/volume_key-libs-0.3.11-5.el8.aarch64.rpm 06:12:58,907 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pcre2-10.32-2.el8.aarch64.rpm 06:12:58,911 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/xkeyboard-config-2.28-1.el8.noarch.rpm 06:12:58,922 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/pigz-2.4-4.el8.aarch64.rpm 06:12:58,927 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/platform-python-3.6.8-37.el8.aarch64.rpm 06:12:58,934 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/platform-python-pip-9.0.3-19.el8.noarch.rpm 06:12:58,955 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/platform-python-setuptools-39.2.0-6.el8.noarch.rpm 06:12:58,986 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/policycoreutils-2.9-14.el8.aarch64.rpm 06:12:59,005 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/policycoreutils-python-utils-2.9-14.el8.noarch.rpm 06:12:59,019 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/polkit-0.115-11.el8.aarch64.rpm 06:12:59,032 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/polkit-libs-0.115-11.el8.aarch64.rpm 06:12:59,038 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/polkit-pkla-compat-0.1-12.el8.aarch64.rpm 06:12:59,042 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/popt-1.18-1.el8.aarch64.rpm 06:12:59,045 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/prefixdevname-0.1.0-6.el8.aarch64.rpm 06:12:59,049 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/procps-ng-3.3.15-6.el8.aarch64.rpm 06:12:59,070 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/psmisc-23.1-5.el8.aarch64.rpm 06:12:59,071 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm 06:12:59,077 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64.rpm 06:12:59,082 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-cffi-1.11.5-5.el8.aarch64.rpm 06:12:59,086 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-chardet-3.0.4-7.el8.noarch.rpm 06:12:59,099 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-configobj-5.0.6-11.el8.noarch.rpm 06:12:59,100 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-cryptography-3.2.1-4.el8.aarch64.rpm 06:12:59,106 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-dateutil-2.6.1-6.el8.noarch.rpm 06:12:59,120 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-dbus-1.2.4-15.el8.aarch64.rpm 06:12:59,129 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-decorator-4.2.1-2.el8.noarch.rpm 06:12:59,137 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-dnf-4.4.2-11.el8.noarch.rpm 06:12:59,138 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-dnf-plugins-core-4.0.18-4.el8.noarch.rpm 06:12:59,152 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-firewall-0.8.2-6.el8.noarch.rpm 06:12:59,168 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-gobject-base-3.28.3-2.el8.aarch64.rpm 06:12:59,177 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-gpg-1.13.1-7.el8.aarch64.rpm 06:12:59,189 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-hawkey-0.55.0-7.el8.aarch64.rpm 06:12:59,194 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-idna-2.5-5.el8.noarch.rpm 06:12:59,199 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-jwt-1.6.1-2.el8.noarch.rpm 06:12:59,202 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libcomps-0.1.11-5.el8.aarch64.rpm 06:12:59,205 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libdnf-0.55.0-7.el8.aarch64.rpm 06:12:59,209 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libs-3.6.8-37.el8.aarch64.rpm 06:12:59,240 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libselinux-2.9-5.el8.aarch64.rpm 06:12:59,255 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libsemanage-2.9-6.el8.aarch64.rpm 06:12:59,263 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-libxml2-2.9.7-9.el8.aarch64.rpm 06:12:59,276 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-linux-procfs-0.6.3-1.el8.noarch.rpm 06:12:59,281 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-nftables-0.9.3-18.el8.aarch64.rpm 06:12:59,285 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-oauthlib-2.1.0-1.el8.noarch.rpm 06:12:59,294 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-perf-4.18.0-305.3.1.el8.aarch64.rpm 06:12:59,576 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-pip-wheel-9.0.3-19.el8.noarch.rpm 06:12:59,623 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-ply-3.9-9.el8.noarch.rpm 06:12:59,631 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-policycoreutils-2.9-14.el8.noarch.rpm 06:12:59,672 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-pycparser-2.14-14.el8.noarch.rpm 06:12:59,681 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-pysocks-1.6.8-3.el8.noarch.rpm 06:12:59,685 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-pyudev-0.21.0-7.el8.noarch.rpm 06:12:59,692 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-pyyaml-3.12-12.el8.aarch64.rpm 06:12:59,702 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-requests-2.20.0-2.1.el8_1.noarch.rpm 06:12:59,710 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-rpm-4.14.3-13.el8.aarch64.rpm 06:12:59,719 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-schedutils-0.6-6.el8.aarch64.rpm 06:12:59,722 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-setools-4.3.0-2.el8.aarch64.rpm 06:12:59,757 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-setuptools-wheel-39.2.0-6.el8.noarch.rpm 06:12:59,762 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-six-1.11.0-8.el8.noarch.rpm 06:12:59,766 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-slip-0.6.4-11.el8.noarch.rpm 06:12:59,770 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-slip-dbus-0.6.4-11.el8.noarch.rpm 06:12:59,774 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-syspurpose-1.28.13-2.el8.aarch64.rpm 06:12:59,781 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/python3-urllib3-1.24.2-5.el8.noarch.rpm 06:12:59,791 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/quota-4.04-12.el8.aarch64.rpm 06:12:59,795 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/quota-nls-4.04-12.el8.noarch.rpm 06:12:59,801 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rdma-core-32.0-4.el8.aarch64.rpm 06:12:59,806 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/readline-7.0-10.el8.aarch64.rpm 06:12:59,809 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rng-tools-6.8-3.el8.aarch64.rpm 06:12:59,815 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rootfiles-8.1-22.el8.noarch.rpm 06:12:59,818 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpcbind-1.2.5-8.el8.aarch64.rpm 06:12:59,822 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpm-4.14.3-13.el8.aarch64.rpm 06:12:59,825 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpm-build-libs-4.14.3-13.el8.aarch64.rpm 06:12:59,835 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpm-libs-4.14.3-13.el8.aarch64.rpm 06:12:59,855 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpm-plugin-selinux-4.14.3-13.el8.aarch64.rpm 06:12:59,855 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rpm-plugin-systemd-inhibit-4.14.3-13.el8.aarch64.rpm 06:12:59,862 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/rsync-3.1.3-12.el8.aarch64.rpm 06:12:59,864 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sed-4.5-2.el8.aarch64.rpm 06:12:59,879 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/selinux-policy-3.14.3-67.el8.noarch.rpm 06:12:59,886 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/selinux-policy-targeted-3.14.3-67.el8.noarch.rpm 06:12:59,914 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/setup-2.12.2-6.el8.noarch.rpm 06:12:59,924 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sg3_utils-1.44-5.el8.aarch64.rpm 06:12:59,967 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sg3_utils-libs-1.44-5.el8.aarch64.rpm 06:12:59,974 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/shadow-utils-4.6-12.el8.aarch64.rpm 06:13:00,033 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/shared-mime-info-1.9-3.el8.aarch64.rpm 06:13:00,051 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/shim-aa64-15-15.el8_2.aarch64.rpm 06:13:00,072 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/slang-2.3.2-3.el8.aarch64.rpm 06:13:00,090 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/snappy-1.1.8-3.el8.aarch64.rpm 06:13:00,094 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sos-4.0-11.el8.noarch.rpm 06:13:00,128 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sqlite-libs-3.26.0-13.el8.aarch64.rpm 06:13:00,157 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/squashfs-tools-4.3-20.el8.aarch64.rpm 06:13:00,167 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sssd-client-2.4.0-9.el8.aarch64.rpm 06:13:00,179 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sssd-common-2.4.0-9.el8.aarch64.rpm 06:13:00,259 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sssd-kcm-2.4.0-9.el8.aarch64.rpm 06:13:00,272 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sssd-nfs-idmap-2.4.0-9.el8.aarch64.rpm 06:13:00,279 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/sudo-1.8.29-7.el8.aarch64.rpm 06:13:00,323 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/systemd-239-45.el8.aarch64.rpm 06:13:00,474 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/systemd-libs-239-45.el8.aarch64.rpm 06:13:00,522 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/systemd-pam-239-45.el8.aarch64.rpm 06:13:00,543 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/systemd-udev-239-45.el8.aarch64.rpm 06:13:00,607 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/tar-1.30-5.el8.aarch64.rpm 06:13:00,702 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/geolite2-city-20180605-1.el8.noarch.rpm 06:13:00,731 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/geolite2-country-20180605-1.el8.noarch.rpm 06:13:00,783 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/teamd-1.31-2.el8.aarch64.rpm 06:13:00,791 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/timedatex-0.5-3.el8.aarch64.rpm 06:13:00,796 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/tpm2-tss-2.3.2-3.el8.aarch64.rpm 06:13:00,810 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/trousers-0.3.15-1.el8.aarch64.rpm 06:13:00,819 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/trousers-lib-0.3.15-1.el8.aarch64.rpm 06:13:00,829 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/tuned-2.15.0-2.el8.noarch.rpm 06:13:00,845 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/tzdata-2021a-1.el8.noarch.rpm 06:13:00,869 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/util-linux-2.32.1-27.el8.aarch64.rpm 06:13:00,988 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/vim-minimal-8.0.1763-15.el8.aarch64.rpm 06:13:01,015 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/virt-what-1.18-6.el8.aarch64.rpm 06:13:01,019 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/which-2.21-12.el8.aarch64.rpm 06:13:01,024 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/xfsprogs-5.0.0-8.el8.aarch64.rpm 06:13:01,077 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/xz-5.2.4-3.el8.aarch64.rpm 06:13:01,086 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/xz-libs-5.2.4-3.el8.aarch64.rpm 06:13:01,093 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/yum-4.4.2-11.el8.noarch.rpm 06:13:01,104 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/yum-utils-4.0.18-4.el8.noarch.rpm 06:13:01,110 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/BaseOS/aarch64/os/Packages/zlib-1.2.11-17.el8.aarch64.rpm 06:13:01,117 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/pinentry-1.1.0-2.el8.aarch64.rpm 06:13:01,124 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/pixman-0.38.4-1.el8.aarch64.rpm 06:13:01,133 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-babel-2.5.1-5.el8.noarch.rpm 06:13:01,362 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-cairo-1.16.3-6.el8.aarch64.rpm 06:13:01,368 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-gobject-3.28.3-2.el8.aarch64.rpm 06:13:01,372 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-jinja2-2.10.1-2.el8_0.noarch.rpm 06:13:01,399 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm 06:13:01,403 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm 06:13:01,406 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-jsonschema-2.6.0-4.el8.noarch.rpm 06:13:01,413 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-markupsafe-0.23-19.el8.aarch64.rpm 06:13:01,417 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-pexpect-4.3.1-3.el8.noarch.rpm 06:13:01,425 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm 06:13:01,430 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-ptyprocess-0.5.2-4.el8.noarch.rpm 06:13:01,434 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-pydbus-0.6.0-5.el8.noarch.rpm 06:13:01,439 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-pyserial-3.1.1-8.el8.noarch.rpm 06:13:01,449 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-pytz-2017.2-9.el8.noarch.rpm 06:13:01,455 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-systemd-234-8.el8.aarch64.rpm 06:13:01,461 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/python3-unbound-1.7.3-15.el8.aarch64.rpm 06:13:01,470 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libX11-1.6.8-4.el8.aarch64.rpm 06:13:01,500 INFO anaconda:librepo: Downloading: http://qa.centos.org/centos/8/AppStream/aarch64/os/Packages/libX11-common-1.6.8-4.el8.noarch.rpm 06:13:03,392 INFO anaconda:packaging: Downloading packages finished. 06:13:03,394 INFO anaconda:anaconda: progress: Preparing transaction from installation source 06:13:03,499 INFO anaconda:dnf: Running transaction check 06:13:05,576 INFO anaconda:dnf: Transaction check succeeded. 06:13:05,577 INFO anaconda:dnf: Running transaction Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11830/12000 test 06:13:12,922 INFO anaconda:dnf: Transaction test succeeded. 06:13:12,931 INFO anaconda:dnf: Running transaction 06:13:12,934 DEBUG anaconda:dnf: RPMDB altered outside of DNF. 06:13:20,078 DEBUG NetworkManager: [1622614400.0779] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 72.487 seconds 06:13:21,775 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 06:13:22,365 INFO anaconda:packaging: Installed: libgcc-8.4.1-1.el8.aarch64 1602524519 334940e794fcfed61e3d249c11d6d785df0203f2ea33225e413a5a05921c4bfb 06:13:22,417 INFO anaconda:packaging: Configuring (running scriptlet for): libgcc-8.4.1-1.el8.aarch64 1602524519 334940e794fcfed61e3d249c11d6d785df0203f2ea33225e413a5a05921c4bfb 06:13:22,427 INFO anaconda:packaging: Installed: tzdata-2021a-1.el8.noarch 1611698248 44999c555a6e4bb6cf5e6f6a79819e76912d036732cb50efaeefc20a180dd839 06:13:25,285 INFO anaconda:packaging: Installed: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 06:13:25,294 INFO anaconda:packaging: Installed: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 06:13:25,552 INFO anaconda:packaging: Installed: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 06:13:29,335 INFO anaconda:packaging: Installed: python3-setuptools-wheel-39.2.0-6.el8.noarch 1587953140 b19bd4f106ce301ee21c860183cc1c2ef9c09bdf495059bdf16e8d8ccc71bbe8 06:13:29,369 INFO anaconda:packaging: Installed: python3-pip-wheel-9.0.3-19.el8.noarch 1610615033 65929ef76ddfeb7ce8df91a5db144fdc3553a8d6539f7774e39293d0231b22f7 06:13:29,460 INFO anaconda:packaging: Installed: libreport-filesystem-2.9.5-15.el8.aarch64 1598291508 b77595c8e29dcd80ce2e45b8c3b02fbb4d6ad5ca024dc8e80f1339e771294e56 06:13:29,471 INFO anaconda:packaging: Installed: hwdata-0.314-8.8.el8.noarch 1613120613 0031452488b8975622580b0e1b501e77976eb606ea3e84a125628a698c1ff242 06:13:29,865 INFO anaconda:packaging: Installed: dnf-data-4.4.2-11.el8.noarch 1615491563 509728d8aead02aef1dd1caafee8ae42b75ff87481cc3b8e7d1f06e7c1058a48 06:13:29,905 INFO anaconda:packaging: Installed: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 dd80a8169e27959a27651616e998be8b49ffdca141744177cb42126ff0ae12b5 06:13:29,941 INFO anaconda:packaging: Installed: dejavu-sans-mono-fonts-2.35-7.el8.noarch 1608016986 a8a27e1ffbb92356d6376334687b9eaa0cb5f2eece2670128f3a01e391e9f3bb 06:13:30,043 INFO anaconda:packaging: Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch 1609181181 11838afbfab4da7d5fa6e01046f76cce0b0a0c174a87c522eba440fce16e316f 06:13:30,099 INFO anaconda:packaging: Installed: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 06:13:31,450 INFO anaconda:packaging: Installed: libX11-common-1.6.8-4.el8.noarch 1604964252 5f445b2b2a4bdeabd555e25dfa10119d9f4e4e500d1c4492219dd8647f119ce2 06:13:31,983 INFO anaconda:packaging: Installed: quota-nls-1:4.04-12.el8.noarch 1611111782 ff3846c5910773af5466b5c3640ffd3c867c2bcbcccc11a7c11eb4438d9e3ae2 06:13:32,022 INFO anaconda:packaging: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 06:13:32,044 INFO anaconda:packaging: Installed: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11820/12000 06:13:32,860 INFO anaconda:packaging: Installed: linux-firmware-20201218-102.git05789708.el8.noarch 1611853440 cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11810/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11800/12000 06:14:00,073 INFO anaconda:packaging: Installed: libssh-config-0.9.4-2.el8.noarch 1595350114 4f0514fe3884774d35e2f73d0f76924da498c0acfe7e42501604323cda50dadb 06:14:00,085 INFO anaconda:packaging: Installed: kbd-misc-2.0.4-10.el8.noarch 1595275356 ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f 06:14:02,507 INFO anaconda:packaging: Installed: kbd-legacy-2.0.4-10.el8.noarch 1595275356 a3ef96219165bfc64d4f5d50f51fbd43e803c500619240ffe4db1f9f8e337f83 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11790/12000 06:14:03,743 INFO anaconda:packaging: Installed: firewalld-filesystem-0.8.2-6.el8.noarch 1612422189 638eb361523ce75963c8234fdeb6df8084a62e09a7ff5b00125b507955a28b28 06:14:03,756 INFO anaconda:packaging: Installed: dhcp-common-12:4.3.6-44.0.1.el8.noarch 1610994845 7ec48db9e1e9896f29a16cbea53cdeecdd7dd2bc278c06721ebca2e71e9dcd6d 06:14:03,796 INFO anaconda:packaging: Installed: dbus-common-1:1.12.8-12.el8.noarch 1607019112 98f17a8e1f291dd9969546cdbef414d3e2598b43ef436dbf8049c0179ec97c10 06:14:03,816 INFO anaconda:packaging: Installed: centos-gpg-keys-1:8-2.el8.noarch 1604968391 842ff55b80ac9a5c3357bf52646a5761a4c4786bb3e64b56d8fa5d8fe34ef8bb 06:14:03,824 INFO anaconda:packaging: Installed: centos-linux-release-8.4-1.2105.el8.noarch 1622121624 aa8f875a815dfad5ea66401e233754a5ed77e82d5f2b2b91e6f49dc08b857365 06:14:03,862 INFO anaconda:packaging: Installed: centos-linux-repos-8-2.el8.noarch 1604968391 bfacb37de07b01b1161fd00263c6cb7cd9d733e4fdbc6767cf5b14dd8e11e789 06:14:03,888 INFO anaconda:packaging: Installed: setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 06:14:03,959 INFO anaconda:packaging: Configuring (running scriptlet for): setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 06:14:03,993 INFO anaconda:packaging: Installed: filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 06:14:05,706 INFO anaconda:packaging: Installed: efi-filesystem-3-3.el8.noarch 1605562930 d655ee126614010e72bac89b7ecaf38b515647181a22940cb774647442d28beb 06:14:05,713 INFO anaconda:packaging: Installed: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 06:14:05,716 INFO anaconda:packaging: Installed: pcre2-10.32-2.el8.aarch64 1592282612 3a386eca4550def1fef05213ddc8fe082e589a2fe2898f634265fbe8fe828296 06:14:05,785 INFO anaconda:packaging: Installed: libselinux-2.9-5.el8.aarch64 1603743587 9474fe348bd9e3a7a6ffe7813538e979e80ddb970b074e4e79bd122b4ece8b64 06:14:05,817 INFO anaconda:packaging: Installed: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 06:14:05,950 INFO anaconda:packaging: Installed: glibc-all-langpacks-2.28-151.el8.aarch64 1615497081 81bddadd1b3ebd1dbb01bd75a80897dc53733a80440103500524bb75c2c3f5d8 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11780/12000 06:14:15,957 INFO anaconda:packaging: Installed: glibc-common-2.28-151.el8.aarch64 1615497081 cb9d61ff598d6197b1cf93458319d64f7ebf60029ee9b64e77636cf739de41d9 06:14:16,607 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-151.el8.aarch64 1615497081 c40968781efeae3964a9ae675dcf834e09a1b6f92060e8184964125accbee6ae 06:14:16,609 INFO anaconda:packaging: Installed: glibc-2.28-151.el8.aarch64 1615497081 c40968781efeae3964a9ae675dcf834e09a1b6f92060e8184964125accbee6ae 06:14:18,653 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-151.el8.aarch64 1615497081 c40968781efeae3964a9ae675dcf834e09a1b6f92060e8184964125accbee6ae 06:14:19,752 INFO anaconda:packaging: Installed: bash-4.4.19-14.el8.aarch64 1610440498 35bb492cabbad94bd1e36aef65d613b19b7b50c4fbeb25dfe9eb250099827920 06:14:20,384 INFO anaconda:packaging: Configuring (running scriptlet for): bash-4.4.19-14.el8.aarch64 1610440498 35bb492cabbad94bd1e36aef65d613b19b7b50c4fbeb25dfe9eb250099827920 06:14:20,388 INFO anaconda:packaging: Installed: libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 06:14:20,447 INFO anaconda:packaging: Configuring (running scriptlet for): libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 06:14:20,483 INFO anaconda:packaging: Installed: zlib-1.2.11-17.el8.aarch64 1604007244 19223c1996366de6f38c38f5d0163368fbff9c29149bb925ffe8d2eba79b239c 06:14:20,517 INFO anaconda:packaging: Installed: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 06:14:20,543 INFO anaconda:packaging: Installed: popt-1.18-1.el8.aarch64 1611040244 2596d6cba62bf9594e4fbb07df31e2459eb6fca8e479fd0be2b32c7561e9ad95 06:14:20,640 INFO anaconda:packaging: Installed: libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 06:14:20,659 INFO anaconda:packaging: Configuring (running scriptlet for): libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 06:14:20,678 INFO anaconda:packaging: Installed: libcap-2.26-4.el8.aarch64 1592260145 dae95e7b55eda5e7dd4cf016e129a88205de730796061e763fafda2876e8c196 06:14:20,736 INFO anaconda:packaging: Installed: libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 06:14:20,757 INFO anaconda:packaging: Configuring (running scriptlet for): libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 06:14:20,776 INFO anaconda:packaging: Installed: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 06:14:20,795 INFO anaconda:packaging: Installed: libxml2-2.9.7-9.el8.aarch64 1603744063 a87f0f5efbdee8cb87d1cad13fc64e95b38899b5ecb5e64a20bb0c6b5c0be380 06:14:20,951 INFO anaconda:packaging: Installed: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 06:14:21,009 INFO anaconda:packaging: Installed: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 06:14:21,133 INFO anaconda:packaging: Installed: libstdc++-8.4.1-1.el8.aarch64 1602524519 4c2721eb67d8ce9a71b10a8a2cf82fdc6ee1f3663b8b65eb6128bde4b2df9740 06:14:21,273 INFO anaconda:packaging: Configuring (running scriptlet for): libstdc++-8.4.1-1.el8.aarch64 1602524519 4c2721eb67d8ce9a71b10a8a2cf82fdc6ee1f3663b8b65eb6128bde4b2df9740 06:14:21,294 INFO anaconda:packaging: Installed: elfutils-libelf-0.182-3.el8.aarch64 1608663614 1d87a1b4c2644e3c495f45b6adc8b94e132f462e3229f4084886406bba9e9cfa 06:14:21,368 INFO anaconda:packaging: Installed: sqlite-libs-3.26.0-13.el8.aarch64 1607019474 3052778c1f7282001f04bf8221dc387203e9d8bdfc51700b0c3a9e801618bbf8 06:14:21,470 INFO anaconda:packaging: Installed: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 06:14:21,512 INFO anaconda:packaging: Installed: expat-2.2.5-4.el8.aarch64 1589595238 16356a5f29d0b191e84e37c92f9b6a3cd2ef683c84dd37c065f3461ad5abef03 06:14:21,552 INFO anaconda:packaging: Installed: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 06:14:21,606 INFO anaconda:packaging: Configuring (running scriptlet for): readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 06:14:21,643 INFO anaconda:packaging: Installed: libzstd-1.4.4-1.el8.aarch64 1592405039 b560a8a185100a7c80e6c32f69ba65ce17004156f7218cf183249b15c13295cc 06:14:21,701 INFO anaconda:packaging: Installed: chkconfig-1.13-2.el8.aarch64 1587954848 5a6844f54e6d9d5afe0e273736fa859d6ffc2aa89db879e92c6b04ed90d78df5 06:14:21,934 INFO anaconda:packaging: Installed: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 06:14:21,954 INFO anaconda:packaging: Installed: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 06:14:21,995 INFO anaconda:packaging: Installed: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 06:14:22,093 INFO anaconda:packaging: Configuring (running scriptlet for): gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 06:14:22,232 INFO anaconda:packaging: Installed: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 06:14:22,256 INFO anaconda:packaging: Configuring (running scriptlet for): libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 06:14:22,275 INFO anaconda:packaging: Installed: nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 06:14:22,324 INFO anaconda:packaging: Configuring (running scriptlet for): nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 06:14:22,343 INFO anaconda:packaging: Installed: nss-util-3.53.1-17.el8_3.aarch64 1608262942 8fa5669ab6d0711c49fc3e91646c53655e691a0e5862a1551ade34a655eacb50 06:14:22,370 INFO anaconda:packaging: Installed: libgcrypt-1.8.5-4.el8.aarch64 1595269724 38cc7c6b354c4fa166b24fe641a70233ad9b8b650f8339634f0c3a6baf5b32fc 06:14:22,463 INFO anaconda:packaging: Configuring (running scriptlet for): libgcrypt-1.8.5-4.el8.aarch64 1595269724 38cc7c6b354c4fa166b24fe641a70233ad9b8b650f8339634f0c3a6baf5b32fc 06:14:22,482 INFO anaconda:packaging: Installed: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 06:14:22,503 INFO anaconda:packaging: Installed: libffi-3.1-22.el8.aarch64 1592240601 9d7e9a47e16b3edd1f9ce69c44bf485e8498cb6ced68e354b4c24936cd015bb5 06:14:22,523 INFO anaconda:packaging: Installed: p11-kit-0.23.22-1.el8.aarch64 1610440318 cfee10a5ca5613896a4e84716aa393094fd97c09f2c585c9aa921e6063783867 06:14:22,803 INFO anaconda:packaging: Installed: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 06:14:22,907 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 06:14:22,929 INFO anaconda:packaging: Installed: libtalloc-2.3.1-2.el8.aarch64 1594938760 0029a34ac546a1104f0d3ec58bea955f19c26daa6f73ccfe16c659badf2611cf 06:14:22,947 INFO anaconda:packaging: Installed: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 06:14:22,978 INFO anaconda:packaging: Installed: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 06:14:23,096 INFO anaconda:packaging: Installed: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11770/12000 06:14:23,193 INFO anaconda:packaging: Installed: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 06:14:23,207 INFO anaconda:packaging: Installed: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 06:14:23,220 INFO anaconda:packaging: Installed: sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 06:14:23,382 INFO anaconda:packaging: Configuring (running scriptlet for): sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 06:14:23,407 INFO anaconda:packaging: Installed: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 06:14:23,466 INFO anaconda:packaging: Installed: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 06:14:23,648 INFO anaconda:packaging: Configuring (running scriptlet for): grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 06:14:23,671 INFO anaconda:packaging: Installed: libsemanage-2.9-6.el8.aarch64 1612389818 ccb929460b2e9f3fc477b5f040b8e9de1faab4492e696aac4d4eafd4d82b7ba3 06:14:23,714 INFO anaconda:packaging: Installed: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 06:14:23,758 INFO anaconda:packaging: Installed: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 06:14:23,976 INFO anaconda:packaging: Configuring (running scriptlet for): findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 06:14:23,997 INFO anaconda:packaging: Installed: file-libs-5.33-16.el8_3.1.aarch64 1617806779 740106a98f26f25693c9ec1966bb4315a26f05e01bdee23aa0b35d36139b57b8 06:14:24,220 INFO anaconda:packaging: Installed: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 06:14:24,252 INFO anaconda:packaging: Installed: freetype-2.9.1-4.el8_3.1.aarch64 1605310445 6eaf1961a46202364f9ebe9da1c24ba2e929ae67c452aa4f0aa5e71bfc2a2a51 06:14:24,333 INFO anaconda:packaging: Installed: grub2-common-1:2.02-99.el8.noarch 1614719007 4a08d5264e865548e65d31886c91b659b33a2c2ba39fd115b00af3ea0bc91a83 06:14:24,666 INFO anaconda:packaging: Installed: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 06:14:24,687 INFO anaconda:packaging: Installed: json-c-0.13.1-0.4.el8.aarch64 1612422606 750b606ae2bc707e7452a8816c57374d3f7e4b59ad9e209e247c23b11d1b6b21 06:14:24,706 INFO anaconda:packaging: Installed: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 06:14:24,726 INFO anaconda:packaging: Installed: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 06:14:24,748 INFO anaconda:packaging: Installed: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 06:14:24,769 INFO anaconda:packaging: Installed: libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 06:14:24,806 INFO anaconda:packaging: Configuring (running scriptlet for): libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 06:14:24,832 INFO anaconda:packaging: Installed: lz4-libs-1.8.3-2.el8.aarch64 1592263918 c01d29ceac8da2cfd53646e40077cca16acf582d1902f728041aed614d0e0208 06:14:24,855 INFO anaconda:packaging: Installed: libtevent-0.10.2-2.el8.aarch64 1594939778 587aaa3208d8682fca63899ef19164600e43260f8509db60fd21fce03a0877a4 06:14:24,872 INFO anaconda:packaging: Installed: efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 06:14:24,906 INFO anaconda:packaging: Configuring (running scriptlet for): efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 06:14:24,927 INFO anaconda:packaging: Installed: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 06:14:24,954 INFO anaconda:packaging: Installed: libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 06:14:24,977 INFO anaconda:packaging: Configuring (running scriptlet for): libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 06:14:24,995 INFO anaconda:packaging: Installed: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 06:14:25,025 INFO anaconda:packaging: Installed: which-2.21-12.el8.aarch64 1586218225 1b18f97ab111e6de0b29e610094a16440c2b6e24a8c47460c4353efc02656bbb 06:14:25,065 INFO anaconda:packaging: Installed: file-5.33-16.el8_3.1.aarch64 1617806779 66316b7ae0814bf9cf41216a9b784f144c6a8379481ac7e68480ab8151a99905 06:14:25,097 INFO anaconda:packaging: Installed: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 06:14:25,207 INFO anaconda:packaging: Installed: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 06:14:25,905 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 06:14:26,210 INFO anaconda:packaging: Installed: ethtool-2:5.8-5.el8.aarch64 1605553121 8d1710650057c3d0c3c04c777e3d608fc68faee434adb1a8c0ab1c43e1156d3c 06:14:26,276 INFO anaconda:packaging: Installed: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 06:14:26,305 INFO anaconda:packaging: Configuring (running scriptlet for): libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 06:14:26,736 INFO anaconda:packaging: Installed: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 06:14:26,809 INFO anaconda:packaging: Configuring (running scriptlet for): mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 06:14:26,831 INFO anaconda:packaging: Installed: nettle-3.4.1-2.el8.aarch64 1592247339 fe4dea1bed629216c6febbb66092d3999c769cb1e841e46d852a53be64368c1c 06:14:26,919 INFO anaconda:packaging: Configuring (running scriptlet for): nettle-3.4.1-2.el8.aarch64 1592247339 fe4dea1bed629216c6febbb66092d3999c769cb1e841e46d852a53be64368c1c 06:14:26,958 INFO anaconda:packaging: Installed: gdisk-1.0.3-6.el8.aarch64 1557581795 2d727c662854847b3bd6c68b15609acc29195a9778ad81307a8e1d857006ae60 06:14:27,044 INFO anaconda:packaging: Installed: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 06:14:27,105 INFO anaconda:packaging: Installed: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 06:14:27,283 INFO anaconda:packaging: Configuring (running scriptlet for): diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 06:14:27,308 INFO anaconda:packaging: Installed: libgomp-8.4.1-1.el8.aarch64 1602524519 4215904c76e9d7d15f4cea0cac396c4b64956f82b058a8c9ee264046b7bb6f39 06:14:27,348 INFO anaconda:packaging: Configuring (running scriptlet for): libgomp-8.4.1-1.el8.aarch64 1602524519 4215904c76e9d7d15f4cea0cac396c4b64956f82b058a8c9ee264046b7bb6f39 06:14:27,384 INFO anaconda:packaging: Installed: e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 06:14:27,442 INFO anaconda:packaging: Configuring (running scriptlet for): e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 06:14:27,462 INFO anaconda:packaging: Installed: dmidecode-1:3.2-8.el8.aarch64 1608016943 df1f8c486ab63f496884fc8b97c885e1f6b08ce281c05f0409b90b97e44fbb4f 06:14:27,495 INFO anaconda:packaging: Installed: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 06:14:27,516 INFO anaconda:packaging: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 06:14:27,553 INFO anaconda:packaging: Installed: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 06:14:27,578 INFO anaconda:packaging: Configuring (running scriptlet for): libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 06:14:27,600 INFO anaconda:packaging: Installed: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 06:14:27,621 INFO anaconda:packaging: Installed: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 06:14:27,651 INFO anaconda:packaging: Installed: libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 06:14:27,688 INFO anaconda:packaging: Configuring (running scriptlet for): libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 06:14:27,710 INFO anaconda:packaging: Installed: libsss_idmap-2.4.0-9.el8.aarch64 1616563333 fe478ee5a0954d0f5b4bc7597f0be1cba2410e6d3e4d5769717adc5a37c973d2 06:14:27,737 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_idmap-2.4.0-9.el8.aarch64 1616563333 fe478ee5a0954d0f5b4bc7597f0be1cba2410e6d3e4d5769717adc5a37c973d2 06:14:27,758 INFO anaconda:packaging: Installed: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 06:14:27,801 INFO anaconda:packaging: Configuring (running scriptlet for): libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 06:14:27,821 INFO anaconda:packaging: Installed: p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 06:14:27,869 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 06:14:27,892 INFO anaconda:packaging: Installed: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 06:14:27,917 INFO anaconda:packaging: Installed: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 06:14:27,949 INFO anaconda:packaging: Installed: numactl-libs-2.0.12-11.el8.aarch64 1589588457 316ba902f1e1ee768e86f956efd4f4cc30d9023d7797ec3a4cbfd727363ad274 06:14:27,967 INFO anaconda:packaging: Configuring (running scriptlet for): numactl-libs-2.0.12-11.el8.aarch64 1589588457 316ba902f1e1ee768e86f956efd4f4cc30d9023d7797ec3a4cbfd727363ad274 06:14:27,993 INFO anaconda:packaging: Installed: pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 06:14:28,016 INFO anaconda:packaging: Configuring (running scriptlet for): pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 06:14:28,038 INFO anaconda:packaging: Installed: psmisc-23.1-5.el8.aarch64 1595372379 e6852f9e715174c037c57ef9ee45a6318775968322c244185fc51f40a10dbdcc 06:14:28,187 INFO anaconda:packaging: Installed: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 06:14:28,221 INFO anaconda:packaging: Installed: squashfs-tools-4.3-20.el8.aarch64 1615492303 086bed04556b2fdd44edc362de6c77c68302e7070d0bd52be1c77950de3992a0 06:14:28,287 INFO anaconda:packaging: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 06:14:28,318 INFO anaconda:packaging: Configuring (running scriptlet for): libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 06:14:28,342 INFO anaconda:packaging: Installed: libbytesize-1.4-3.el8.aarch64 1586220614 a22ef4dc8fe6cb39b4d8d87eb2aa2378ae2868276c9dee632a3514788531c57b 06:14:28,604 INFO anaconda:packaging: Installed: libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 06:14:28,635 INFO anaconda:packaging: Configuring (running scriptlet for): libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 06:14:28,656 INFO anaconda:packaging: Installed: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 06:14:28,756 INFO anaconda:packaging: Installed: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 06:14:29,439 INFO anaconda:packaging: Installed: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 06:14:29,505 INFO anaconda:packaging: Installed: vim-minimal-2:8.0.1763-15.el8.aarch64 1592495458 2b743f157f47b27a0528d53fd9ae3e4eb0553f4b8357d01d362dd1b0e4e87c06 06:14:29,616 INFO anaconda:packaging: Installed: libpsl-0.20.2-6.el8.aarch64 1592340389 176cbc82e2a94159d457a7444d05573636084c1900405450715df48ac3a822bd 06:14:29,636 INFO anaconda:packaging: Installed: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 06:14:29,687 INFO anaconda:packaging: Installed: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 1608262942 4399b61a0bb80158bbdff9fa45e5bf47e7123a1eebebe355561a1a7abb1a7281 06:14:29,766 INFO anaconda:packaging: Installed: nss-softokn-3.53.1-17.el8_3.aarch64 1608262942 aecd8758d772bc9f9ec257576ce2d55073e310f092912d6bf45d53257883cd3d 06:14:29,899 INFO anaconda:packaging: Installed: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 06:14:29,933 INFO anaconda:packaging: Configuring (running scriptlet for): ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 06:14:29,955 INFO anaconda:packaging: Installed: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 06:14:29,979 INFO anaconda:packaging: Installed: libcomps-0.1.11-5.el8.aarch64 1612422297 46fddbe0b46149f1f6099d555f91d47c952f68dbe6f803f60c3dac88fe66cbbb 06:14:30,009 INFO anaconda:packaging: Installed: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 06:14:30,029 INFO anaconda:packaging: Installed: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 06:14:30,055 INFO anaconda:packaging: Configuring (running scriptlet for): libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 06:14:30,078 INFO anaconda:packaging: Installed: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 06:14:30,115 INFO anaconda:packaging: Configuring (running scriptlet for): libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 06:14:30,137 INFO anaconda:packaging: Installed: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 06:14:31,399 INFO anaconda:packaging: Installed: snappy-1.1.8-3.el8.aarch64 1598294912 4731985b22fc7b733ff89be6c1423396f27c94a78bb09fc89be5c2200bee893c 06:14:31,426 INFO anaconda:packaging: Installed: coreutils-common-8.30-8.el8.aarch64 1587954500 6327a50f92274316adcfc4fc5c5a57bf62eba7fb6997952a31354f82acad679d 06:14:32,260 INFO anaconda:packaging: Configuring (running scriptlet for): coreutils-common-8.30-8.el8.aarch64 1587954500 6327a50f92274316adcfc4fc5c5a57bf62eba7fb6997952a31354f82acad679d 06:14:32,295 INFO anaconda:packaging: Installed: bzip2-1.0.6-26.el8.aarch64 1557534038 b18d9f23161d7d5de93fa72a56c645762deefbc0f3e5a095bb8d9e3cf09521e6 06:14:32,353 INFO anaconda:packaging: Installed: bubblewrap-0.4.0-1.el8.aarch64 1587693427 a445b27920d4bf9e6944a289c3e9cf69cb4396fe5f7f3383aab7dbe53ad6b39f 06:14:32,381 INFO anaconda:packaging: Installed: libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 06:14:32,402 INFO anaconda:packaging: Configuring (running scriptlet for): libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 06:14:32,426 INFO anaconda:packaging: Installed: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 06:14:32,456 INFO anaconda:packaging: Installed: libselinux-utils-2.9-5.el8.aarch64 1603743587 e4613455147d283b222fcff5ef0f85b3a1a323893ed884db8950e51936e97c52 06:14:32,636 DEBUG NetworkManager: [1622614472.6360] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 142.933 seconds 06:14:32,804 INFO anaconda:packaging: Installed: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 06:14:32,836 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 06:14:32,890 INFO anaconda:packaging: Installed: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11760/12000 06:14:32,959 INFO anaconda:packaging: Installed: brotli-1.0.6-3.el8.aarch64 1610440164 04133335e4b0fb04154b80c43e3e6143dcae27b6a3c11db384ec2ca56e6b3ae1 06:14:33,057 INFO anaconda:packaging: Installed: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 06:14:33,096 INFO anaconda:packaging: Configuring (running scriptlet for): c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 06:14:33,119 INFO anaconda:packaging: Installed: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 06:14:33,232 INFO anaconda:packaging: Installed: cpio-2.12-10.el8.aarch64 1611306630 15ecc3b70281c46dc6c9ebaaf3bf25941440088dc26664417121a090287c57de 06:14:33,483 INFO anaconda:packaging: Installed: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 06:14:33,562 INFO anaconda:packaging: Installed: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 06:14:33,602 INFO anaconda:packaging: Configuring (running scriptlet for): fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 06:14:33,626 INFO anaconda:packaging: Installed: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 06:14:33,645 INFO anaconda:packaging: Installed: hdparm-9.54-3.el8.aarch64 1605562670 a304b4e5bbb4df945bae85a5d7201e45ee939b8a6539e32506c2d74ce7bd595a 06:14:33,683 INFO anaconda:packaging: Installed: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 06:14:33,703 INFO anaconda:packaging: Installed: libndp-1.7-5.el8.aarch64 1615818159 7ba563ae42b9056891bdaa04734cbe4ed5b378afae57cc0897ed48bf31a5f9e7 06:14:33,733 INFO anaconda:packaging: Configuring (running scriptlet for): libndp-1.7-5.el8.aarch64 1615818159 7ba563ae42b9056891bdaa04734cbe4ed5b378afae57cc0897ed48bf31a5f9e7 06:14:33,757 INFO anaconda:packaging: Installed: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 06:14:33,784 INFO anaconda:packaging: Installed: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 06:14:33,817 INFO anaconda:packaging: Configuring (running scriptlet for): libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 06:14:33,840 INFO anaconda:packaging: Installed: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 06:14:33,868 INFO anaconda:packaging: Installed: gawk-4.2.1-2.el8.aarch64 1607447894 1597024288d637f0865ca9be73fb1f2e5c495005fa9ca5b3aacc6d8ab8f444a8 06:14:34,245 INFO anaconda:packaging: Installed: libsss_autofs-2.4.0-9.el8.aarch64 1616563333 2e604b54f734671020b3be028a4a1e36ca54b861e1368a528ff33925465977c0 06:14:34,267 INFO anaconda:packaging: Installed: libsss_nss_idmap-2.4.0-9.el8.aarch64 1616563333 06abdf5b44d026d675c1605e3de92a843ef0095c76c9752aa422a8903bc55808 06:14:34,294 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_nss_idmap-2.4.0-9.el8.aarch64 1616563333 06abdf5b44d026d675c1605e3de92a843ef0095c76c9752aa422a8903bc55808 06:14:34,316 INFO anaconda:packaging: Installed: libsss_sudo-2.4.0-9.el8.aarch64 1616563333 476f9e6fcb6d4575c4ceb527f6b55c190bb2c0a11fd9360d70135180ac2b635b 06:14:34,338 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_sudo-2.4.0-9.el8.aarch64 1616563333 476f9e6fcb6d4575c4ceb527f6b55c190bb2c0a11fd9360d70135180ac2b635b 06:14:34,360 INFO anaconda:packaging: Installed: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 06:14:34,399 INFO anaconda:packaging: Configuring (running scriptlet for): libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 06:14:34,421 INFO anaconda:packaging: Installed: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 06:14:34,463 INFO anaconda:packaging: Configuring (running scriptlet for): libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 06:14:34,483 INFO anaconda:packaging: Installed: memstrack-0.1.11-1.el8.aarch64 1597179886 d243985eed87e395c99f05ecfda5a55884d1e7df6f02f5ee01fcc76f520c9f1a 06:14:34,508 INFO anaconda:packaging: Installed: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 06:14:34,630 INFO anaconda:packaging: Installed: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 06:14:34,647 INFO anaconda:packaging: Installed: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 06:14:34,682 INFO anaconda:packaging: Configuring (running scriptlet for): sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 06:14:34,705 INFO anaconda:packaging: Installed: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 06:14:34,795 INFO anaconda:packaging: Installed: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 06:14:35,011 INFO anaconda:packaging: Installed: libXau-1.0.9-3.el8.aarch64 1592328437 8bf41dce8686f8e22965691a109aff955d664c53f8e18275e743b36bf3ff22bd 06:14:35,036 INFO anaconda:packaging: Installed: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 06:14:35,237 INFO anaconda:packaging: Installed: libX11-1.6.8-4.el8.aarch64 1604964252 0c55280aa609dc0d9ac4a61f28fac3621de0fe6b602f48ed356f605d746938e3 06:14:35,346 INFO anaconda:packaging: Installed: libXext-1.3.4-1.el8.aarch64 1592336126 83b269e23f52dd57c474b47dd5575f17c8c5875b10619c12664b968d6186c039 06:14:35,368 INFO anaconda:packaging: Installed: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 06:14:35,386 INFO anaconda:packaging: Installed: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 06:14:35,414 INFO anaconda:packaging: Configuring (running scriptlet for): libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 06:14:35,441 INFO anaconda:packaging: Installed: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 06:14:35,471 INFO anaconda:packaging: Configuring (running scriptlet for): libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 06:14:35,494 INFO anaconda:packaging: Installed: libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 06:14:35,524 INFO anaconda:packaging: Configuring (running scriptlet for): libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 06:14:35,547 INFO anaconda:packaging: Installed: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 06:14:35,572 INFO anaconda:packaging: Installed: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 06:14:35,603 INFO anaconda:packaging: Installed: pciutils-3.7.0-1.el8.aarch64 1606871367 8337a6e98b7ae82d5263e08524381a5e396fd7cafca6f7195753286c0c082a04 06:14:35,650 INFO anaconda:packaging: Installed: cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 06:14:35,743 INFO anaconda:packaging: Configuring (running scriptlet for): cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 06:14:35,773 INFO anaconda:packaging: Installed: platform-python-pip-9.0.3-19.el8.noarch 1610615033 5205c68e394487f019e5fe82c460b5b3a1c9950ae3d0b9ccafa9cfcc8ce9e6fe 06:14:38,153 INFO anaconda:packaging: Installed: platform-python-setuptools-39.2.0-6.el8.noarch 1587953140 946ba273a3a3b6fdf140f3c03112918c0a556a5871c477f5dbbb98600e6ca557 06:14:38,927 INFO anaconda:packaging: Installed: python3-libs-3.6.8-37.el8.aarch64 1616134578 9834b8aa6a6e84f30f6a4d417539ce48a643df8e34f9e09bc32fa51c7aa28e8b Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11750/12000 06:14:46,380 INFO anaconda:packaging: Installed: grub2-tools-minimal-1:2.02-99.el8.aarch64 1614718965 c214cbb278bac13bc6a5ce886e8ca56dbdc6d9f9d7376b860e49374bb3dac626 06:14:46,460 INFO anaconda:packaging: Installed: rdma-core-32.0-4.el8.aarch64 1612170306 0a7791c66884e6ce6ab93bc0ea3070035e7b3e8e65cbffc6f3cee103e2fd2fb2 06:14:46,552 INFO anaconda:packaging: Configuring (running scriptlet for): rdma-core-32.0-4.el8.aarch64 1612170306 0a7791c66884e6ce6ab93bc0ea3070035e7b3e8e65cbffc6f3cee103e2fd2fb2 06:14:46,571 INFO anaconda:packaging: Installed: libibverbs-32.0-4.el8.aarch64 1612170306 5f2c69d740886aaa2aa29ba3618b4b51a5d2524a959efe962d88a7e384aeb35a 06:14:46,731 INFO anaconda:packaging: Configuring (running scriptlet for): libibverbs-32.0-4.el8.aarch64 1612170306 5f2c69d740886aaa2aa29ba3618b4b51a5d2524a959efe962d88a7e384aeb35a 06:14:46,755 INFO anaconda:packaging: Installed: libpcap-14:1.9.1-5.el8.aarch64 1611213048 239019a8aadb26e4b015d99f7fe49e80c2d1dfa227f7c71322dca2a2a85c2de1 06:14:46,812 INFO anaconda:packaging: Installed: iptables-libs-1.8.4-17.el8.aarch64 1611853487 a64d19d5a2c51692ff7e2ee346fb14f3fba483a7ea1a2cbaee94a16538af4007 06:14:46,860 INFO anaconda:packaging: Installed: libssh-0.9.4-2.el8.aarch64 1595350114 6ff55c032a7ba633d1a23611b6e9a1e4415e17625034af72007c51a8d124bb15 06:14:46,922 INFO anaconda:packaging: Installed: openldap-2.4.46-16.el8.aarch64 1600969784 a2490697c3a58b815d69958c9e5294e30074916242d4bf81a1f6ed491a637a23 06:14:47,028 INFO anaconda:packaging: Installed: platform-python-3.6.8-37.el8.aarch64 1616134578 853f212dd85cba56a3400e1731cc7c4c63fa268cd556ab059f198b1c2866e77a 06:14:47,060 INFO anaconda:packaging: Configuring (running scriptlet for): platform-python-3.6.8-37.el8.aarch64 1616134578 853f212dd85cba56a3400e1731cc7c4c63fa268cd556ab059f198b1c2866e77a 06:14:47,082 INFO anaconda:packaging: Installed: grubby-8.40-41.el8.aarch64 1589592817 cab88de20635c5ee1ec987cf14b0fdde69f20dfd67db90e8e3fdc6811fedb155 06:14:47,117 INFO anaconda:packaging: Installed: libkcapi-1.2.0-2.el8.aarch64 1592279009 56738c2c6eda929cc9a5f6a681fb8c431b9beab6ba207ceb53a9717277282b24 06:14:47,156 INFO anaconda:packaging: Installed: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 1592279009 25f5e0670a0fe489d04e670ef49bb0dd9e5c111c62e2ed054249cb8db0bb365e 06:14:47,189 INFO anaconda:packaging: Installed: libarchive-3.3.3-1.el8.aarch64 1601995517 e6ddc29b56fcbabe7bcd1ff1535a72c0d4477176a6321b13006d2aa65477ff9d 06:14:47,273 INFO anaconda:packaging: Installed: libdb-utils-5.3.28-40.el8.aarch64 1607448021 47596a15abbe575d633c60d722e2bb3613d8622d6b44489957b3fca5f652b24a 06:14:47,406 INFO anaconda:packaging: Installed: curl-7.61.1-18.el8.aarch64 1612337043 89ebdd969468d9c9669fa65c9c92f0b66b306ef430f8c913663eefd789496e74 06:14:47,495 INFO anaconda:packaging: Installed: libcurl-7.61.1-18.el8.aarch64 1612337043 71d917e0883a85aaa0bcd9b4989799161e8e3a99c2185551444ef1129afb75d4 06:14:47,553 INFO anaconda:packaging: Installed: openssl-1:1.1.1g-15.el8_3.aarch64 1617116102 4201b41e521c75ab876d9ae2687bd31369a7b87de2f6b4042be788f7fd3ecfc4 06:14:47,902 INFO anaconda:packaging: Installed: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 06:14:48,028 INFO anaconda:packaging: Installed: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 06:14:48,246 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 06:14:48,252 INFO anaconda:packaging: Installed: elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 06:14:48,258 INFO anaconda:packaging: Configuring (running scriptlet for): elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 06:14:48,278 INFO anaconda:packaging: Installed: gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 06:14:48,388 INFO anaconda:packaging: Configuring (running scriptlet for): gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 06:14:48,411 INFO anaconda:packaging: Installed: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 06:14:48,589 INFO anaconda:packaging: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 06:14:49,325 INFO anaconda:packaging: Installed: procps-ng-3.3.15-6.el8.aarch64 1612250093 dda0f9ad611135e6bee3459f183292cb1364b6c09795ead62cfe402426482212 06:14:49,679 INFO anaconda:packaging: Installed: krb5-libs-1.18.2-8.el8.aarch64 1610126963 c4349b988307bdcbb4f3cc7999b8febd7a11d6ffe9a5deafc091d617651dbac6 06:14:49,914 INFO anaconda:packaging: Installed: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 06:14:49,961 INFO anaconda:packaging: Configuring (running scriptlet for): libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 06:14:49,990 INFO anaconda:packaging: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 06:14:50,018 INFO anaconda:packaging: Configuring (running scriptlet for): libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 06:14:50,043 INFO anaconda:packaging: Installed: kpartx-0.8.4-10.el8.aarch64 1616085052 5dbfcad345dc790f7d6a4d1e7decad7e7b720604e53e40594edbed6730883e73 06:14:50,081 INFO anaconda:packaging: Installed: device-mapper-8:1.02.175-5.el8.aarch64 1615413557 cb3ac3a4a966c918f9f43cc1b9c0e8b3020ab613cd37685036d59c06b23cbd2a 06:14:50,158 INFO anaconda:packaging: Installed: elfutils-debuginfod-client-0.182-3.el8.aarch64 1608663614 597d72b55ef0a4a6b413ee83dba755defa92e7f35aa0d7b28df9028684d1f402 06:14:50,180 INFO anaconda:packaging: Installed: elfutils-libs-0.182-3.el8.aarch64 1608663614 27113d3675ab5a44de39fa5336d7cc9745c80995e5b2b07b1c836b0c780b5397 06:14:50,259 INFO anaconda:packaging: Installed: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 06:14:50,295 INFO anaconda:packaging: Installed: rpm-4.14.3-13.el8.aarch64 1613459542 36ffbd25cace14cb9f5a71038f2675def0ffce6fe6cdf71cf4c4539016e37e83 06:14:50,841 INFO anaconda:packaging: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 06:14:50,935 INFO anaconda:packaging: Installed: libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 06:14:50,987 INFO anaconda:packaging: Configuring (running scriptlet for): libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 06:14:51,018 INFO anaconda:packaging: Installed: libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 06:14:51,070 INFO anaconda:packaging: Configuring (running scriptlet for): libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 06:14:51,212 INFO anaconda:packaging: Installed: libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 06:14:51,261 INFO anaconda:packaging: Configuring (running scriptlet for): libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 06:14:51,290 INFO anaconda:packaging: Installed: dbus-libs-1:1.12.8-12.el8.aarch64 1607019112 94a37a538375ecf1711034e8d58fab473c5bccf851ddf0f8dc84ffaf01208f25 06:14:51,335 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-libs-1:1.12.8-12.el8.aarch64 1607019112 94a37a538375ecf1711034e8d58fab473c5bccf851ddf0f8dc84ffaf01208f25 06:14:51,361 INFO anaconda:packaging: Installed: dbus-tools-1:1.12.8-12.el8.aarch64 1607019112 e3a791a1a587cffcfddf7d82d82327477e407bfecc3d8870f5b54a7224e61a77 06:14:51,409 INFO anaconda:packaging: Installed: coreutils-8.30-8.el8.aarch64 1587954500 b984c970c0c1853560745669820004326855f6e6204f7a7bfed90f6f1b12e2b5 06:14:52,100 INFO anaconda:packaging: Installed: systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 06:14:52,349 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 06:14:52,394 INFO anaconda:packaging: Installed: libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 06:14:52,435 INFO anaconda:packaging: Configuring (running scriptlet for): libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 06:14:52,478 INFO anaconda:packaging: Installed: shadow-utils-2:4.6-12.el8.aarch64 1606872265 e02cf950ed3b32e0e4e122f11f136899f9eb5185bf5dd70ebc604e7d27485705 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11740/12000 06:14:53,812 INFO anaconda:packaging: Installed: device-mapper-libs-8:1.02.175-5.el8.aarch64 1615413557 95722419690a770d0c392dc17faa7d72661e9d3d4dc7edeb09a57b6cf1169b55 06:14:53,856 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 06:14:53,873 INFO anaconda:packaging: Installed: ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 06:14:53,982 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 06:14:55,214 INFO anaconda:packaging: Installed: openssl-libs-1:1.1.1g-15.el8_3.aarch64 1617116102 0a85ce00ab6f9894dc40287bc99cae6583d821c105852072db78c1f4afa85e20 06:14:55,528 INFO anaconda:packaging: Configuring (running scriptlet for): openssl-libs-1:1.1.1g-15.el8_3.aarch64 1617116102 0a85ce00ab6f9894dc40287bc99cae6583d821c105852072db78c1f4afa85e20 06:14:55,555 INFO anaconda:packaging: Installed: kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 06:14:55,583 INFO anaconda:packaging: Configuring (running scriptlet for): kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 06:14:55,608 INFO anaconda:packaging: Installed: libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 06:14:55,754 INFO anaconda:packaging: Configuring (running scriptlet for): libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 06:14:55,780 INFO anaconda:packaging: Installed: rpm-libs-4.14.3-13.el8.aarch64 1613459542 9b096b74f4f39d6707e98577433ca892a6022896af95f70107e71750334e34cf 06:14:55,849 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-libs-4.14.3-13.el8.aarch64 1613459542 9b096b74f4f39d6707e98577433ca892a6022896af95f70107e71750334e34cf 06:14:55,875 INFO anaconda:packaging: Installed: kmod-25-17.el8.aarch64 1611167807 acc9808c1c23f46135bebee5f3f26384c05127d5c8a5a0f7acea2a89572abf12 06:14:55,951 INFO anaconda:packaging: Installed: cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 06:14:56,114 INFO anaconda:packaging: Configuring (running scriptlet for): cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 06:14:56,142 INFO anaconda:packaging: Installed: trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 06:14:56,189 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 06:14:56,215 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-12.el8.aarch64 1607019112 060f6a62bacb6bf39cee03a126eeec1051eddd7269c3bbcada49c081fe325998 06:14:56,246 INFO groupadd:group added to /etc/group: name=dbus, GID=81 06:14:56,251 INFO groupadd:group added to /etc/gshadow: name=dbus 06:14:56,255 INFO groupadd:new group: name=dbus, GID=81 06:14:56,276 INFO useradd:new user: name=dbus, UID=81, GID=81, home=/, shell=/sbin/nologin 06:14:56,301 INFO anaconda:packaging: Installed: dbus-daemon-1:1.12.8-12.el8.aarch64 1607019112 060f6a62bacb6bf39cee03a126eeec1051eddd7269c3bbcada49c081fe325998 06:14:56,405 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-12.el8.aarch64 1607019112 060f6a62bacb6bf39cee03a126eeec1051eddd7269c3bbcada49c081fe325998 06:14:56,426 INFO anaconda:packaging: Configuring (running scriptlet for): libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 06:14:56,454 INFO groupadd:group added to /etc/group: name=utmp, GID=22 06:14:56,459 INFO groupadd:group added to /etc/gshadow: name=utmp 06:14:56,463 INFO groupadd:new group: name=utmp, GID=22 06:14:56,479 INFO groupadd:group added to /etc/group: name=utempter, GID=35 06:14:56,484 INFO groupadd:group added to /etc/gshadow: name=utempter 06:14:56,488 INFO groupadd:new group: name=utempter, GID=35 06:14:56,495 INFO anaconda:packaging: Installed: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 06:14:56,524 INFO anaconda:packaging: Installed: kbd-2.0.4-10.el8.aarch64 1595275356 aeacdfce1854c4b0cfe9c272b53b2032127e4beacaa1a161c9192239c5df8f12 06:14:56,945 INFO anaconda:packaging: Installed: libpwquality-1.4.4-3.el8.aarch64 1614064199 64e55ddddc1dd27e05097c9222e73052f6f20f9d2f7605f46922b7756adeb0b5 06:14:57,147 INFO anaconda:packaging: Installed: pam-1.3.1-14.el8.aarch64 1606949345 32f47ba9eb0537e9939b6d8afc0e7f44bdeebca2f33513b7fafeec27101d4257 06:14:58,260 INFO anaconda:packaging: Configuring (running scriptlet for): pam-1.3.1-14.el8.aarch64 1606949345 32f47ba9eb0537e9939b6d8afc0e7f44bdeebca2f33513b7fafeec27101d4257 06:14:58,295 INFO anaconda:packaging: Installed: util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 06:14:59,889 INFO anaconda:packaging: Configuring (running scriptlet for): util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 06:14:59,919 INFO anaconda:packaging: Installed: systemd-pam-239-45.el8.aarch64 1615924435 4d0e42530fdddaf4de48e092874539477c5d6d64a1d7b0d3d446bbe1fb0d9daa 06:14:59,991 INFO anaconda:packaging: Installed: dracut-049-135.git20210121.el8.aarch64 1613121073 2dea79ea9e7c098bf1e19cc04bc9c7beb40a04b96a2cba07110cc8bbc152275c 06:15:00,689 INFO anaconda:packaging: Installed: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 06:15:00,825 INFO anaconda:packaging: Installed: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 06:15:01,561 INFO anaconda:packaging: Configuring (running scriptlet for): gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 06:15:01,594 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 06:15:01,610 INFO anaconda:packaging: Installed: grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 06:15:02,139 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 06:15:02,170 INFO anaconda:packaging: Installed: glib2-2.56.4-9.el8.aarch64 1605744461 c9ebd34be0a63cb5165a660d81350d815deb85ea050bddb68de20f51d3866beb Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11730/12000 06:15:03,074 INFO anaconda:packaging: Installed: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 06:15:03,201 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 06:15:03,223 INFO anaconda:packaging: Installed: gnutls-3.6.14-7.el8_3.aarch64 1609863616 b04fbeb60ff6deba0b234a942b443dbfe81f13f86eaec99a368b531c47d9f499 06:15:03,505 INFO anaconda:packaging: Installed: dbus-1:1.12.8-12.el8.aarch64 1607019112 8281604e00099e75c1a8265716a2a735b89fbf6943f7d29233f28360c4b93e45 06:15:03,514 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:15:03,564 INFO groupadd:group added to /etc/group: name=input, GID=999 06:15:03,569 INFO groupadd:group added to /etc/gshadow: name=input 06:15:03,573 INFO groupadd:new group: name=input, GID=999 06:15:03,598 INFO groupadd:group added to /etc/group: name=kvm, GID=36 06:15:03,603 INFO groupadd:group added to /etc/gshadow: name=kvm 06:15:03,607 INFO groupadd:new group: name=kvm, GID=36 06:15:03,632 INFO groupadd:group added to /etc/group: name=render, GID=998 06:15:03,637 INFO groupadd:group added to /etc/gshadow: name=render 06:15:03,640 INFO groupadd:new group: name=render, GID=998 06:15:03,666 INFO groupadd:group added to /etc/group: name=systemd-journal, GID=190 06:15:03,671 INFO groupadd:group added to /etc/gshadow: name=systemd-journal 06:15:03,674 INFO groupadd:new group: name=systemd-journal, GID=190 06:15:03,699 INFO groupadd:group added to /etc/group: name=systemd-coredump, GID=997 06:15:03,704 INFO groupadd:group added to /etc/gshadow: name=systemd-coredump 06:15:03,708 INFO groupadd:new group: name=systemd-coredump, GID=997 06:15:03,731 INFO useradd:new user: name=systemd-coredump, UID=999, GID=997, home=/, shell=/sbin/nologin 06:15:03,773 INFO groupadd:group added to /etc/group: name=systemd-resolve, GID=193 06:15:03,778 INFO groupadd:group added to /etc/gshadow: name=systemd-resolve 06:15:03,781 INFO groupadd:new group: name=systemd-resolve, GID=193 06:15:03,804 INFO useradd:new user: name=systemd-resolve, UID=193, GID=193, home=/, shell=/sbin/nologin 06:15:03,827 INFO anaconda:packaging: Installed: systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:15:06,325 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:15:06,519 INFO anaconda:packaging: Installed: systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 06:15:07,583 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 06:15:08,381 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 06:15:08,420 INFO groupadd:group added to /etc/group: name=tss, GID=59 06:15:08,425 INFO groupadd:group added to /etc/gshadow: name=tss 06:15:08,429 INFO groupadd:new group: name=tss, GID=59 06:15:08,459 INFO useradd:new user: name=tss, UID=59, GID=59, home=/dev/null, shell=/sbin/nologin 06:15:08,486 INFO anaconda:packaging: Installed: trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 06:15:08,544 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 06:15:08,588 INFO anaconda:packaging: Installed: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 06:15:08,651 INFO anaconda:packaging: Installed: polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 06:15:08,698 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 06:15:08,733 INFO anaconda:packaging: Installed: python3-libselinux-2.9-5.el8.aarch64 1603743587 1a39d5db45d7e97f0a9b564b263ae22d20433bd2f40a6298b8e3ca6a80875da3 06:15:08,809 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 06:15:08,845 INFO groupadd:group added to /etc/group: name=polkitd, GID=996 06:15:08,851 INFO groupadd:group added to /etc/gshadow: name=polkitd 06:15:08,855 INFO groupadd:new group: name=polkitd, GID=996 06:15:08,878 INFO useradd:new user: name=polkitd, UID=998, GID=996, home=/, shell=/sbin/nologin 06:15:08,905 INFO anaconda:packaging: Installed: polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 06:15:09,081 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 06:15:09,124 INFO anaconda:packaging: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 06:15:09,189 INFO anaconda:packaging: Installed: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 06:15:09,438 INFO anaconda:packaging: Installed: libmodulemd-2.9.4-2.el8.aarch64 1592260013 a3bb8aeb4f6af342eacc714ff1000ffffcb7811302589efcec73f43fe59d33e3 06:15:09,511 INFO anaconda:packaging: Installed: policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 06:15:10,279 INFO anaconda:packaging: Configuring (running scriptlet for): policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 06:15:10,321 INFO anaconda:packaging: Installed: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 06:15:10,429 INFO anaconda:packaging: Installed: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 06:15:10,572 INFO anaconda:packaging: Installed: python3-gobject-base-3.28.3-2.el8.aarch64 1595266368 ddc064aa8fb904fbcb1c0da0946f61581a30f6dea8fde9343c29491b0bcd7009 06:15:10,930 INFO anaconda:packaging: Installed: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 06:15:10,963 INFO anaconda:packaging: Installed: libsolv-0.7.16-2.el8.aarch64 1612422384 e429a14e210bdbbc71cb231d31c9c004b79859abbf93bc1c325335083c5c9636 06:15:11,049 INFO anaconda:packaging: Installed: iproute-5.9.0-4.el8.aarch64 1615818174 face40eec523ec75a6a1e9d1b7d76b150065a79b15a272d8566fa90f73cc916e 06:15:11,556 INFO anaconda:packaging: Installed: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 06:15:11,832 INFO anaconda:packaging: Configuring (running scriptlet for): parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 06:15:11,880 INFO anaconda:packaging: Installed: libblockdev-utils-2.24-5.el8.aarch64 1610550691 557936d469350ff19b938adec1e78c899d89b86f67f42c03d200369f66555858 06:15:11,905 INFO anaconda:packaging: Installed: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 06:15:11,957 INFO anaconda:packaging: Installed: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 06:15:12,139 INFO anaconda:packaging: Installed: kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11720/12000 06:15:18,745 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 06:15:18,771 INFO anaconda:packaging: Installed: crontabs-1.11-17.20190603git.el8.noarch 1610439789 bcf25aae89f7368b16346bc1ec92850175bcc2312bf7a5e74bc3c512bcd345b0 06:15:18,814 INFO anaconda:packaging: Installed: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 06:15:18,900 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 06:15:18,942 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 06:15:18,982 INFO anaconda:packaging: Installed: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 06:15:19,005 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 06:15:19,035 INFO anaconda:packaging: Installed: initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 06:15:19,468 INFO anaconda:packaging: Configuring (running scriptlet for): initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 06:15:19,513 INFO anaconda:packaging: Installed: iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 06:15:19,622 INFO anaconda:packaging: Configuring (running scriptlet for): iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 06:15:19,670 INFO anaconda:packaging: Installed: NetworkManager-libnm-1:1.30.0-7.el8.aarch64 1621436511 1b9511ea00a7f5a16f7998247d96fab5252db2eecac8978b7de87c9ec61aa795 06:15:20,366 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-libnm-1:1.30.0-7.el8.aarch64 1621436511 1b9511ea00a7f5a16f7998247d96fab5252db2eecac8978b7de87c9ec61aa795 06:15:20,405 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.30.0-7.el8.aarch64 1621436511 f03e757d83034c3248181c6d4187f087a9ed3d6990a2c1ef20068c00191610ce 06:15:20,424 INFO anaconda:packaging: Installed: NetworkManager-1:1.30.0-7.el8.aarch64 1621436511 f03e757d83034c3248181c6d4187f087a9ed3d6990a2c1ef20068c00191610ce 06:15:21,099 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.30.0-7.el8.aarch64 1621436511 f03e757d83034c3248181c6d4187f087a9ed3d6990a2c1ef20068c00191610ce 06:15:21,184 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'. 06:15:21,192 DEBUG NetworkManager: [1622614521.1910] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2120 06:15:21,199 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.30.0-7.el8.aarch64 1621436511 f03e757d83034c3248181c6d4187f087a9ed3d6990a2c1ef20068c00191610ce 06:15:21,200 DEBUG NetworkManager: [1622614521.2006] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2121 06:15:21,226 INFO anaconda:packaging: Installed: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 06:15:21,859 INFO anaconda:packaging: Configuring (running scriptlet for): gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 06:15:21,902 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-8.0p1-5.el8.aarch64 1587953069 50624b9c8e65473baa8f5c70a5662e7cf37db2bc4a790fbc39b9b0f11c66c64a 06:15:21,946 INFO groupadd:group added to /etc/group: name=ssh_keys, GID=995 06:15:21,952 INFO groupadd:group added to /etc/gshadow: name=ssh_keys 06:15:21,957 INFO groupadd:new group: name=ssh_keys, GID=995 06:15:21,966 INFO anaconda:packaging: Installed: openssh-8.0p1-5.el8.aarch64 1587953069 50624b9c8e65473baa8f5c70a5662e7cf37db2bc4a790fbc39b9b0f11c66c64a 06:15:22,169 INFO anaconda:packaging: Installed: xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 06:15:22,652 INFO anaconda:packaging: Configuring (running scriptlet for): xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 06:15:22,689 INFO anaconda:packaging: Installed: e2fsprogs-1.45.6-1.el8.aarch64 1595015162 0cffcd6b8e08d65613fc54169ff4c8c04ee745dbe74bc483a29569ffca105ab4 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11710/12000 06:15:23,192 INFO anaconda:packaging: Installed: libusbx-1.0.23-4.el8.aarch64 1597695003 ae797d004f3cafb89773fcc8a3f0d6d046546b7cb3f9741be200d095c637706f 06:15:23,233 INFO anaconda:packaging: Installed: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 06:15:23,546 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 06:15:24,646 INFO anaconda:packaging: Installed: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 06:15:24,821 INFO anaconda:packaging: Installed: libnfsidmap-1:2.3.3-41.el8.aarch64 1611313868 552232d3b935ef2f28d119af807f5297db8e851caab2b173aa63cabb2499cfa1 06:15:24,874 INFO anaconda:packaging: Installed: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 06:15:24,926 INFO anaconda:packaging: Installed: python3-libxml2-2.9.7-9.el8.aarch64 1603744063 ced203a2b1a5736f45a3ed484a87e058e77faf7053c22dabc3e3537fc630b2d3 06:15:25,036 INFO anaconda:packaging: Installed: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 06:15:25,230 INFO anaconda:packaging: Installed: libldb-2.2.0-2.el8.aarch64 1617167657 2c39518dfdca89425e9ed6c4283808793c67d663573187343d539653054befea 06:15:25,359 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 06:15:25,377 INFO anaconda:packaging: Installed: iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 06:15:26,308 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 06:15:26,342 INFO anaconda:packaging: Installed: iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 06:15:26,364 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 06:15:26,413 INFO anaconda:packaging: Installed: sssd-nfs-idmap-2.4.0-9.el8.aarch64 1616563333 ea3c0cb7d882e077db4bcf24e91bef5f1fa2f92e0594a0bddf47608a02e40d90 06:15:26,443 INFO anaconda:packaging: Installed: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 06:15:26,459 INFO anaconda:packaging: Installed: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 06:15:26,520 INFO anaconda:packaging: Installed: python3-gobject-3.28.3-2.el8.aarch64 1595266368 1e59b06a691d101f9eab26c2950b2dbe8861ede192c2630423c5b558c21d5875 06:15:26,533 INFO anaconda:packaging: Installed: libgusb-0.3.0-1.el8.aarch64 1557584651 995a24fdcc789353e5f6670c3b14f317391aead116e782099895f44fe4a1bcd7 06:15:26,572 INFO anaconda:packaging: Installed: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 06:15:26,859 INFO anaconda:packaging: Configuring (running scriptlet for): audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 06:15:26,999 INFO anaconda:packaging: Installed: kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f 06:15:28,354 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11700/12000 06:15:34,143 INFO anaconda:packaging: Installed: libblockdev-2.24-5.el8.aarch64 1610550691 32139f25d31aa0a24af7f323dd0b2b3e61a223a0625647a202a4dd096177604b 06:15:34,181 INFO anaconda:packaging: Installed: libblockdev-fs-2.24-5.el8.aarch64 1610550691 c15152fc2384c0975239d56e66dc0230910bcc4b4ec910789b566d0bdd5a402a 06:15:34,197 INFO anaconda:packaging: Installed: libblockdev-loop-2.24-5.el8.aarch64 1610550691 84a35e99f477325de799c003dda1f18fc4f55aa0568d2a8f76ceead48018be87 06:15:34,219 INFO anaconda:packaging: Installed: libblockdev-part-2.24-5.el8.aarch64 1610550691 2f84090ca73dda79376d3abd8a9e77c8cd2665b2979c0544da48ec1bf8b7a6be 06:15:34,233 INFO anaconda:packaging: Installed: libblockdev-swap-2.24-5.el8.aarch64 1610550691 3888acd343f7f6763c69c68c96605987b07739279124ab3fdb74391c8545b775 06:15:34,247 INFO anaconda:packaging: Installed: libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 06:15:34,298 INFO anaconda:packaging: Configuring (running scriptlet for): libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 06:15:34,329 INFO anaconda:packaging: Installed: libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 06:15:34,498 INFO anaconda:packaging: Configuring (running scriptlet for): libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 06:15:34,528 INFO anaconda:packaging: Installed: python3-pydbus-0.6.0-5.el8.noarch 1557807976 bfa39369bd3c36833126b6f46b747de0736a66835d97196195c0810161c24549 06:15:34,681 INFO anaconda:packaging: Installed: PackageKit-glib-1.1.12-6.el8.aarch64 1592260767 f6b8397ec69323c3e0d12c1e4bfe55bc048060696412c9f17a82541683b5d98f 06:15:34,722 INFO anaconda:packaging: Installed: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 06:15:34,747 INFO anaconda:packaging: Installed: gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 06:15:34,803 INFO anaconda:packaging: Configuring (running scriptlet for): gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 06:15:34,844 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-15.el8.aarch64 1607569361 eee895f5f57ddeb26b84ec90d0719092cee4585f0a92a2be708a2a86db79e72f 06:15:35,074 INFO groupadd:group added to /etc/group: name=unbound, GID=994 06:15:35,078 INFO groupadd:group added to /etc/gshadow: name=unbound 06:15:35,082 INFO groupadd:new group: name=unbound, GID=994 06:15:35,105 INFO useradd:new user: name=unbound, UID=997, GID=994, home=/etc/unbound, shell=/sbin/nologin 06:15:35,130 INFO anaconda:packaging: Installed: unbound-libs-1.7.3-15.el8.aarch64 1607569361 eee895f5f57ddeb26b84ec90d0719092cee4585f0a92a2be708a2a86db79e72f 06:15:35,251 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-15.el8.aarch64 1607569361 eee895f5f57ddeb26b84ec90d0719092cee4585f0a92a2be708a2a86db79e72f 06:15:35,307 INFO anaconda:packaging: Installed: python3-unbound-1.7.3-15.el8.aarch64 1607569361 a67e1a1f75ea5320d8e8d07512f907caa0fb7198624a5b5e8b730223f2979f89 06:15:35,409 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:15:35,442 INFO groupadd:group added to /etc/group: name=rpc, GID=32 06:15:35,446 INFO groupadd:group added to /etc/gshadow: name=rpc 06:15:35,449 INFO groupadd:new group: name=rpc, GID=32 06:15:35,476 INFO useradd:new user: name=rpc, UID=32, GID=32, home=/var/lib/rpcbind, shell=/sbin/nologin 06:15:35,502 INFO anaconda:packaging: Installed: rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:15:35,545 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:15:35,616 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:15:35,695 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:15:35,771 INFO anaconda:packaging: Installed: rpm-plugin-selinux-4.14.3-13.el8.aarch64 1613459542 e7f87522f48f9a53d4b0ba5007ae8f25d2c51743bc2790c8088fddb4f269c457 06:15:35,792 INFO anaconda:packaging: Installed: selinux-policy-3.14.3-67.el8.noarch 1616085470 d884ccfe3e7d85f3c1459fa4d1f1f860cafa62ee936ae9b4b4302994c912781f 06:15:35,810 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-67.el8.noarch 1616085470 d884ccfe3e7d85f3c1459fa4d1f1f860cafa62ee936ae9b4b4302994c912781f 06:15:35,832 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-67.el8.noarch 1616085470 d884ccfe3e7d85f3c1459fa4d1f1f860cafa62ee936ae9b4b4302994c912781f 06:15:35,892 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-67.el8.noarch 1616085470 61cd86c3aa85e8a827fdc4114277591be0a8df95f81c03740c0a4891b063f8dd 06:15:35,909 INFO anaconda:packaging: Installed: selinux-policy-targeted-3.14.3-67.el8.noarch 1616085470 61cd86c3aa85e8a827fdc4114277591be0a8df95f81c03740c0a4891b063f8dd Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11690/12000 06:15:43,446 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-67.el8.noarch 1616085470 61cd86c3aa85e8a827fdc4114277591be0a8df95f81c03740c0a4891b063f8dd 06:15:43,720 INFO kernel:SELinux: Converting 285 SID table entries... 06:15:43,720 INFO kernel:SELinux: policy capability network_peer_controls=1 06:15:43,720 INFO kernel:SELinux: policy capability open_perms=1 06:15:43,720 INFO kernel:SELinux: policy capability extended_socket_class=1 06:15:43,720 INFO kernel:SELinux: policy capability always_check_network=0 06:15:43,720 INFO kernel:SELinux: policy capability cgroup_seclabel=1 06:15:43,721 INFO kernel:SELinux: policy capability nnp_nosuid_transition=1 06:15:43,815 INFO dbus-daemon:[system] Reloaded configuration 06:15:43,824 INFO dbus-daemon:Reloaded configuration 06:15:44,370 INFO anaconda:packaging: Installed: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 06:15:44,417 INFO anaconda:packaging: Configuring (running scriptlet for): timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 06:15:44,464 INFO anaconda:packaging: Installed: python3-libsemanage-2.9-6.el8.aarch64 1612389818 bc96ccd4671ee6a42d4ad5bbfbbd67ad397d276e29b4353ca6d67ae9705924a7 06:15:44,503 INFO anaconda:packaging: Installed: python3-setools-4.3.0-2.el8.aarch64 1595367589 bd4efc248eee5517821027c94e937c69f92bac82243dc7798456fcef51521766 06:15:45,060 INFO anaconda:packaging: Installed: python3-policycoreutils-2.9-14.el8.noarch 1616130866 c28e181d809d28e50acf6614855b449ccd3a98e1499c83ffd3114785f408638e 06:15:46,208 INFO anaconda:packaging: Installed: policycoreutils-python-utils-2.9-14.el8.noarch 1616130866 90a76e9e6f91deeb03c0fea610e84ce30b492b42a3bd76cf7188665d59a80274 06:15:46,331 INFO anaconda:packaging: Installed: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 06:15:46,414 INFO anaconda:packaging: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 06:15:46,594 INFO anaconda:packaging: Installed: python3-linux-procfs-0.6.3-1.el8.noarch 1610550079 dc835194ecfa6ebda81e0a764c953eff3422a61863e9a3e0dc74ea4cae7a4d94 06:15:46,647 INFO anaconda:packaging: Installed: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 06:15:46,803 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 06:15:46,821 INFO anaconda:packaging: Installed: authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 06:15:47,065 INFO anaconda:packaging: Installed: mdadm-4.1-15.el8.aarch64 1610614999 0e3dd5c4492e0e7057b653764b183f4adc1bc1150ba83287a7f914591d6c6012 06:15:47,227 INFO anaconda:packaging: Configuring (running scriptlet for): mdadm-4.1-15.el8.aarch64 1610614999 0e3dd5c4492e0e7057b653764b183f4adc1bc1150ba83287a7f914591d6c6012 06:15:47,286 INFO anaconda:packaging: Installed: libblockdev-mdraid-2.24-5.el8.aarch64 1610550691 d56c41cbf844250ed8de74d3c6e0d0ed4085cf3bace19b4f542350c411e731e7 06:15:47,301 INFO anaconda:packaging: Installed: oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 06:15:47,375 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 06:15:47,416 INFO dbus-daemon:[system] Reloaded configuration 06:15:47,421 INFO dbus-daemon:Reloaded configuration 06:15:47,437 INFO anaconda:packaging: Installed: oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 06:15:47,469 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 06:15:47,506 INFO anaconda:packaging: Installed: authselect-1.2.2-2.el8.aarch64 1616085339 b9854a81f41a7d258f9ebe6b8705b1af236271dc8779edfa75bf9be30d72eb79 06:15:47,508 INFO dbus-daemon:[system] Reloaded configuration 06:15:47,514 INFO dbus-daemon:Reloaded configuration 06:15:47,586 INFO anaconda:packaging: Installed: libxmlb-0.1.15-1.el8.aarch64 1589587122 681a63da0ba730eb9acfc209b02e0df7d9cb48722703389c05461e56848b8a93 06:15:47,625 INFO anaconda:packaging: Installed: ModemManager-glib-1.10.8-2.el8.aarch64 1587696517 dbed55a96bd89a636f21a71a6e21a1f0282be7dc9cafdbbba44214a03d4f796e 06:15:47,696 INFO anaconda:packaging: Configuring (running scriptlet for): ModemManager-glib-1.10.8-2.el8.aarch64 1587696517 dbed55a96bd89a636f21a71a6e21a1f0282be7dc9cafdbbba44214a03d4f796e 06:15:47,729 INFO anaconda:packaging: Installed: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 06:15:47,778 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 06:15:47,808 INFO anaconda:packaging: Installed: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 06:15:47,965 INFO anaconda:packaging: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 06:15:48,053 INFO anaconda:packaging: Installed: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 1595357281 ca7db91c6d3c963ca8b697e018762fdf7329a0f6186b5e7a5a38555e4962290a 06:15:48,461 INFO anaconda:packaging: Installed: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 06:15:48,700 INFO anaconda:packaging: Installed: cockpit-bridge-238.2-1.el8.aarch64 1615860600 ba28345b1f36652df778eeaf1435e507dad5d40ec0a121c4df89ab596700e14d 06:15:48,849 INFO anaconda:packaging: Installed: libsoup-2.62.3-2.el8.aarch64 1602003331 fe9e12b98655b4ccc8cae9ac2d9860709de999486a86456f8f9134840e70dfb3 06:15:49,109 INFO anaconda:packaging: Installed: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab 06:15:49,280 INFO anaconda:packaging: Installed: libgcab1-1.1-1.el8.aarch64 1557581753 2b631d5095ee3489538ca00499ac65e2815ace2d1feed0996cbbab54762b2fa8 06:15:49,374 INFO anaconda:packaging: Installed: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 06:15:49,550 INFO anaconda:packaging: Installed: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 06:15:49,592 INFO anaconda:packaging: Configuring (running scriptlet for): pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 06:15:49,614 INFO anaconda:packaging: Installed: gnupg2-smime-2.2.20-2.el8.aarch64 1589573397 23aadf767124fc38a0dade4a824e48b53ad5d873d389ce442d5d5b3665fde2a6 06:15:49,676 INFO anaconda:packaging: Installed: gnupg2-2.2.20-2.el8.aarch64 1589573397 5c1fb984527d2c638364bcca6d016cd8a4ff9d656875d9e29b199eef6b41a527 06:15:50,513 INFO anaconda:packaging: Installed: gpgme-1.13.1-7.el8.aarch64 1609882988 cf82a6ec23b9fa60f30fc8d3c8b30c6d1423f81ebedbe06ec7bb32a8b1d7a904 06:15:50,610 INFO anaconda:packaging: Installed: librepo-1.12.0-3.el8.aarch64 1608178906 75c3348327e6fc7de78abc552f3ff5fd908e6a688a486fd1674b3e040e88be59 06:15:50,642 INFO anaconda:packaging: Installed: libdnf-0.55.0-7.el8.aarch64 1615494753 f57143929020c17c77bcb242087060a0bfb976c0c7eca0dcbb63a440116ce85e 06:15:50,896 INFO anaconda:packaging: Installed: python3-libdnf-0.55.0-7.el8.aarch64 1615494753 f5caf82f2a2d683e69d99f96395dfa02472186473ba58edf4e41ac8af79e0bd9 06:15:51,205 INFO anaconda:packaging: Installed: python3-hawkey-0.55.0-7.el8.aarch64 1615494753 f0173d65c9fa3e16a25c14ecb901f8736286ff5f08e529ad816a242ca76ae1f9 06:15:51,251 INFO anaconda:packaging: Installed: PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 06:15:51,647 INFO anaconda:packaging: Configuring (running scriptlet for): PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 06:15:51,686 INFO anaconda:packaging: Installed: python3-gpg-1.13.1-7.el8.aarch64 1609882988 26962c14b5d9645d815f6c9c23cbbec935321c4cdde3d62adc26f322019da36b 06:15:51,933 INFO anaconda:packaging: Installed: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 06:15:52,276 INFO anaconda:packaging: Configuring (running scriptlet for): libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 06:15:52,308 INFO anaconda:packaging: Installed: libudisks2-2.9.0-6.el8.aarch64 1611853804 788080bc6161a6e23db3718ede2b4615d499d929810c5d5b5ae62fb60b23eecc 06:15:52,368 INFO anaconda:packaging: Installed: grub2-tools-extra-1:2.02-99.el8.aarch64 1614718965 c00604e003e6f6ad649397b2c371c5cf4bdc616060995080078e75febd88e04f 06:15:52,718 INFO anaconda:packaging: Installed: dracut-squash-049-135.git20210121.el8.aarch64 1613121073 c262218c02f26800db8fe4ef7cb417f8a63ca46c26042f6da5cf09cc9f6ace14 06:15:52,737 INFO anaconda:packaging: Installed: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 06:15:52,762 INFO anaconda:packaging: Installed: sssd-client-2.4.0-9.el8.aarch64 1616563333 bc86cc2fe906b48496b30477394363258925e5b5a84ab0831ca8980ecc683fe6 06:15:52,840 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-client-2.4.0-9.el8.aarch64 1616563333 bc86cc2fe906b48496b30477394363258925e5b5a84ab0831ca8980ecc683fe6 06:15:52,883 INFO anaconda:packaging: Installed: sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11680/12000 06:15:53,321 INFO anaconda:packaging: Configuring (running scriptlet for): sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 06:15:53,342 INFO anaconda:packaging: Installed: rpm-plugin-systemd-inhibit-4.14.3-13.el8.aarch64 1613459542 b7a6b5e3762030b8576f59c5aab7cc5857f4fca2e4d587e4d0b78a9c80827f06 06:15:53,371 INFO anaconda:packaging: Installed: bind-export-libs-32:9.11.26-3.el8.aarch64 1613605294 6c0f589c23331406edf2deb78f457ae5c001760d726428b8b4e4ed35cc7e9aea 06:15:53,593 INFO anaconda:packaging: Configuring (running scriptlet for): bind-export-libs-32:9.11.26-3.el8.aarch64 1613605294 6c0f589c23331406edf2deb78f457ae5c001760d726428b8b4e4ed35cc7e9aea 06:15:53,625 INFO anaconda:packaging: Installed: libsss_certmap-2.4.0-9.el8.aarch64 1616563333 a96044fb8c2d0fb2106911845c83ea40478d4221ce93779bc6844ff8e0d28b8f 06:15:53,665 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_certmap-2.4.0-9.el8.aarch64 1616563333 a96044fb8c2d0fb2106911845c83ea40478d4221ce93779bc6844ff8e0d28b8f 06:15:53,696 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8.aarch64 1616563333 479fb742c3a71ebaceb8441087185e8033660c7095fbb910670c0067d85efe68 06:15:53,754 INFO groupadd:group added to /etc/group: name=sssd, GID=993 06:15:53,760 INFO groupadd:group added to /etc/gshadow: name=sssd 06:15:53,764 INFO groupadd:new group: name=sssd, GID=993 06:15:53,790 INFO useradd:new user: name=sssd, UID=996, GID=993, home=/, shell=/sbin/nologin 06:15:53,837 INFO anaconda:packaging: Installed: sssd-common-2.4.0-9.el8.aarch64 1616563333 479fb742c3a71ebaceb8441087185e8033660c7095fbb910670c0067d85efe68 06:15:54,506 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8.aarch64 1616563333 479fb742c3a71ebaceb8441087185e8033660c7095fbb910670c0067d85efe68 06:15:54,681 INFO anaconda:packaging: Installed: mokutil-1:0.3.0-11.el8.aarch64 1611112249 7497656e09f43d0bbd9f97a89736b0d46bd8fe4ac823d78c5165b4efd9b5b4d2 06:15:54,712 INFO anaconda:packaging: Configuring (running scriptlet for): tpm2-tss-2.3.2-3.el8.aarch64 1606872642 c5f38ac5bbae4a978bb96cc5b89a3abc0bdcc7b66325845805d0766820d1746f 06:15:54,735 INFO anaconda:packaging: Installed: tpm2-tss-2.3.2-3.el8.aarch64 1606872642 c5f38ac5bbae4a978bb96cc5b89a3abc0bdcc7b66325845805d0766820d1746f 06:15:54,850 INFO anaconda:packaging: Configuring (running scriptlet for): tpm2-tss-2.3.2-3.el8.aarch64 1606872642 c5f38ac5bbae4a978bb96cc5b89a3abc0bdcc7b66325845805d0766820d1746f 06:15:54,882 INFO anaconda:packaging: Installed: ima-evm-utils-1.3.2-12.el8.aarch64 1614064293 b2dca0b246c7df7a398d9a1708c45ec6697a69afce5fe0cf1e2629fea1776ac9 06:15:54,921 INFO anaconda:packaging: Installed: rpm-build-libs-4.14.3-13.el8.aarch64 1613459542 3afe93d601aea108167931029d9d899d5934ca5b9a9ebcb1a3515249a3449b7b 06:15:54,956 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-build-libs-4.14.3-13.el8.aarch64 1613459542 3afe93d601aea108167931029d9d899d5934ca5b9a9ebcb1a3515249a3449b7b 06:15:54,989 INFO anaconda:packaging: Installed: python3-rpm-4.14.3-13.el8.aarch64 1613459542 08803e46f46b33b127e2e88a7eb5bb4ec39f5bc34417d89dcceb73502cc5db1c 06:15:55,062 INFO anaconda:packaging: Installed: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 06:15:55,087 INFO anaconda:packaging: Installed: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 1610994845 4591e8cca5f1273ce89ad91015eb2feb070ae0fbd2feed752c9fcf54c7fedc47 06:15:55,115 INFO anaconda:packaging: Installed: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 1610994845 c05c1e1158621f0eb34f9827ba8b43216422803cb6ea8497c2a2674200934980 06:15:55,193 INFO anaconda:packaging: Installed: dracut-network-049-135.git20210121.el8.aarch64 1613121073 10aa2ffa836febb6d3d54d7fe7e6504d863427176fe2bb45fb592067615a8db2 06:15:55,361 INFO anaconda:packaging: Installed: kexec-tools-2.0.20-46.el8.aarch64 1614323495 b447152a2d19e50ccc7a10110efdd91c2e9e10d41f1f8a283f426bb2535474f8 06:15:55,592 INFO anaconda:packaging: Configuring (running scriptlet for): kexec-tools-2.0.20-46.el8.aarch64 1614323495 b447152a2d19e50ccc7a10110efdd91c2e9e10d41f1f8a283f426bb2535474f8 06:15:55,637 INFO anaconda:packaging: Installed: libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 06:15:55,674 INFO anaconda:packaging: Configuring (running scriptlet for): libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 06:15:55,709 INFO anaconda:packaging: Installed: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 06:15:55,808 INFO anaconda:packaging: Installed: setroubleshoot-plugins-3.3.13-1.el8.noarch 1597701373 30f37ca1fe1592e29d3e97c1dec0646015000d19bffc40f13dcfe73e15be66fc 06:15:56,681 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 06:15:56,714 INFO useradd:new group: name=setroubleshoot, GID=992 06:15:56,715 INFO useradd:new user: name=setroubleshoot, UID=995, GID=992, home=/var/lib/setroubleshoot, shell=/sbin/nologin 06:15:56,881 INFO anaconda:dnf: (2021-06-02 6:15:56:830639): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:15:56:830779): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:15:56:876191): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:15:56:876308): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:15:56,884 INFO anaconda:packaging: Installed: setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 06:15:57,410 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 06:15:57,562 INFO anaconda:packaging: Installed: centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 06:15:57,842 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 06:15:57,862 INFO anaconda:packaging: Configuring (running scriptlet for): logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 06:15:57,877 INFO anaconda:packaging: Installed: logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 06:15:57,917 INFO anaconda:packaging: Installed: nss-sysinit-3.53.1-17.el8_3.aarch64 1608262942 4bab308159d367165e2712cc7ba065406479b9fb821d9765c2637f83d63599b0 06:15:57,937 INFO anaconda:packaging: Installed: nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 06:15:58,101 INFO anaconda:packaging: Installed: volume_key-libs-0.3.11-5.el8.aarch64 1573244013 3ec4f0a88c90f2021507016d369c7a77aac7c3d120ab35a30532235b4eb524f5 06:15:58,239 INFO anaconda:packaging: Installed: libblockdev-crypto-2.24-5.el8.aarch64 1610550691 cd64280a4ed9674ab653e1ac2310dd760aeed80d1375ac993e4f55667bba68ac 06:15:58,253 INFO anaconda:packaging: Installed: udisks2-2.9.0-6.el8.aarch64 1611853804 50afb4276b205dcb04b9b689aa298beb8ebfc7b1c9a3fbf3be0f4e43417bfd06 06:15:58,583 INFO anaconda:packaging: Configuring (running scriptlet for): udisks2-2.9.0-6.el8.aarch64 1611853804 50afb4276b205dcb04b9b689aa298beb8ebfc7b1c9a3fbf3be0f4e43417bfd06 06:15:58,839 INFO anaconda:packaging: Installed: fwupd-1.5.5-3.el8.aarch64 1613152679 08603583144373dc84a8b238bfd1c3b25493a4b384c8914f2f9cf0dffc2e99da 06:15:58,890 INFO systemd-udevd:Using default interface naming scheme 'rhel-8.0'. 06:15:58,897 DEBUG NetworkManager: [1622614558.8974] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2196 06:15:59,013 DEBUG NetworkManager: [1622614559.0135] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2318 06:15:59,082 INFO systemd-logind:Watching system buttons on /dev/input/event0 (Power Button) 06:16:00,576 INFO anaconda:packaging: Configuring (running scriptlet for): fwupd-1.5.5-3.el8.aarch64 1613152679 08603583144373dc84a8b238bfd1c3b25493a4b384c8914f2f9cf0dffc2e99da 06:16:00,590 NOTICE kernel:audit: type=1400 audit(1622614560.580:72): avc: denied { transition } for pid=2723 comm="anaconda" path="/usr/bin/bash" dev="vda2" ino=4489965 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 06:16:00,590 NOTICE kernel:audit: type=1300 audit(1622614560.580:72): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaab00429720 a1=aaaaff346010 a2=aaaafe3953c0 a3=44 items=1 ppid=2153 pid=2723 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) 06:16:00,590 NOTICE kernel:audit: type=1309 audit(1622614560.580:72): argc=3 a0="/bin/sh" a1="/var/tmp/rpm-tmp.DMpCXZ" a2="1" 06:16:00,590 NOTICE kernel:audit: type=1307 audit(1622614560.580:72): cwd="/" 06:16:00,590 NOTICE kernel:audit: type=1302 audit(1622614560.580:72): item=0 name="/lib/ld-linux-aarch64.so.1" inode=8558652 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 06:16:00,590 NOTICE kernel:audit: type=1327 audit(1622614560.580:72): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E444D7043585A0031 06:16:00,629 INFO anaconda:packaging: Installed: teamd-1.31-2.el8.aarch64 1599579275 a2b5f3f92b2265a36c8a33b8315e56cd1399ac33d04ae2f34cb47ae56d89824f 06:16:00,765 INFO anaconda:packaging: Installed: NetworkManager-team-1:1.30.0-7.el8.aarch64 1621436511 94b015b3a4d914a2fb6bda7ca9869e53d8f5af880dbd55886a0e41167cdd181b 06:16:00,780 INFO anaconda:packaging: Installed: quota-1:4.04-12.el8.aarch64 1611111782 d64ea344f88f24fa4ba7f16d69657754111c8a1d7b3b008dc6244f10fdf58f3a 06:16:00,978 INFO anaconda:packaging: Installed: kernel-tools-4.18.0-305.3.1.el8.aarch64 1622565463 5f70ce7bf2dbc212c61554882e3a70393109d35cf95aeabb7b9be1bb2b5c76ed 06:16:01,112 INFO anaconda:packaging: Installed: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 06:16:01,580 INFO anaconda:packaging: Installed: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 06:16:01,671 INFO anaconda:packaging: Installed: python3-libcomps-0.1.11-5.el8.aarch64 1612422297 702db562b775f8b2728a5a719c3818f94d78d7f533f10eeceda1f49dca637a2e 06:16:01,698 INFO anaconda:packaging: Installed: python3-dnf-4.4.2-11.el8.noarch 1615491563 31f906e19cd725334dbf542b607604e019e34f5796d69f17afdd8470ce982b0b 06:16:02,297 INFO anaconda:packaging: Installed: dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 06:16:02,534 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 06:16:02,575 INFO anaconda:packaging: Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 932108dfb97eca6e5ecc724275a74934d9f13f4969c67c981759c2e0b2d0ef09 06:16:02,800 INFO anaconda:packaging: Installed: dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 b3c2b3517021435b23f1e923ada351a80c0a6c2b5f7df4d54a4574cfbe3fbbbd 06:16:02,919 INFO anaconda:packaging: Installed: python3-perf-4.18.0-305.3.1.el8.aarch64 1622565463 44dc677b832d3c1132db4c8f2d1a8610faa1f7ec8683e6181d6d12487028c7c5 06:16:02,979 INFO anaconda:packaging: Installed: python3-ply-3.9-9.el8.noarch 1610439834 d1e8c7a00924d1a6dee44ade189025853a501d4f77c73f3bfc006aa907d97daf 06:16:03,064 INFO anaconda:packaging: Installed: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 06:16:03,215 INFO anaconda:packaging: Installed: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11669/12000 06:16:03,428 INFO anaconda:packaging: Installed: python3-cryptography-3.2.1-4.el8.aarch64 1614670255 d63ab488f12e9c43a6f915cba388b381677a2f89b2c8910852b1de906978b1fc 06:16:04,370 INFO anaconda:packaging: Installed: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 06:16:04,482 INFO anaconda:packaging: Installed: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 06:16:04,839 INFO anaconda:packaging: Installed: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 06:16:04,877 INFO anaconda:packaging: Installed: python3-urllib3-1.24.2-5.el8.noarch 1605564342 aa1835fd302a37b84ac256db5dd0de09bd9883a5a07775aedb491faf46b18ee0 06:16:05,152 INFO anaconda:packaging: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 06:16:05,312 INFO anaconda:packaging: Installed: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 06:16:05,345 INFO anaconda:packaging: Installed: python3-syspurpose-1.28.13-2.el8.aarch64 1617036769 2eb6eee20368af83bdaefef32c3d2a8f4596cdcc0ee08e5c20b46f2c544f5bd0 06:16:05,451 INFO anaconda:packaging: Installed: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 06:16:05,490 INFO anaconda:packaging: Installed: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 06:16:05,538 INFO anaconda:packaging: Installed: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 06:16:05,700 INFO anaconda:packaging: Installed: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 06:16:05,775 INFO anaconda:packaging: Installed: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 06:16:05,815 INFO anaconda:packaging: Installed: python3-ptyprocess-0.5.2-4.el8.noarch 1557807949 499e48b35f3b5f5da45031fa78fba559fee6a480ecb106e6c300eb8344510958 06:16:05,859 INFO anaconda:packaging: Installed: python3-pexpect-4.3.1-3.el8.noarch 1557875976 0bc637f0d028043e8388b083cdd8d0a0acea7fdbc79c0bc9401dfb02c20fb817 06:16:06,093 INFO anaconda:packaging: Installed: sos-4.0-11.el8.noarch 1616085036 83bc9ea2fd57eb29a4390165af36b7246a7cf47face1c7cf29cd8422dde1f3e0 06:16:08,446 INFO anaconda:packaging: Installed: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 06:16:08,704 INFO anaconda:packaging: Installed: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 06:16:08,790 INFO anaconda:packaging: Installed: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 06:16:11,874 INFO anaconda:packaging: Installed: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 06:16:12,485 INFO anaconda:packaging: Installed: nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 06:16:12,577 INFO anaconda:packaging: Configuring (running scriptlet for): nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 06:16:12,621 INFO anaconda:packaging: Installed: python3-nftables-1:0.9.3-18.el8.aarch64 1615411625 e357ec4e4c90e0787fc54a045db7f2049b5909ba77dfe8e7056d1d1cec2658ec 06:16:12,647 INFO anaconda:packaging: Installed: python3-firewall-0.8.2-6.el8.noarch 1612422189 d9fcdf78bae8bf3f3e7d469686a07fdb337567a7f6159397eee990730eb8cd11 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11659/12000 06:16:13,058 INFO anaconda:packaging: Installed: firewalld-0.8.2-6.el8.noarch 1612422189 7bfc1981e5e1fd706c23ba10090dd05fb0828df11aa98a3dc89ee8b1d2663f7a 06:16:13,957 INFO anaconda:packaging: Configuring (running scriptlet for): firewalld-0.8.2-6.el8.noarch 1612422189 7bfc1981e5e1fd706c23ba10090dd05fb0828df11aa98a3dc89ee8b1d2663f7a 06:16:14,000 INFO anaconda:packaging: Installed: cloud-init-20.3-10.el8.noarch 1612508500 dc4f0cc77cf4c89469cf0f9c88b52f2c8c2c35f4e6d714bbdae2083440483311 06:16:15,687 INFO anaconda:packaging: Configuring (running scriptlet for): cloud-init-20.3-10.el8.noarch 1612508500 dc4f0cc77cf4c89469cf0f9c88b52f2c8c2c35f4e6d714bbdae2083440483311 06:16:15,801 INFO anaconda:packaging: Installed: cockpit-system-238.2-1.el8.noarch 1615860600 4984500d518281452e5a6505e40cb5215c9e9b590ae947709c59f5e1b00259a3 06:16:16,859 INFO anaconda:packaging: Installed: tuned-2.15.0-2.el8.noarch 1614322956 59769044f389442fda8f04326898509c309f420c2084d5af4092265769f41584 06:16:17,662 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.15.0-2.el8.noarch 1614322956 59769044f389442fda8f04326898509c309f420c2084d5af4092265769f41584 06:16:17,709 INFO anaconda:packaging: Installed: yum-utils-4.0.18-4.el8.noarch 1615491543 03029d138ec936e6b0b81cd7095f2a85d1c9688a9fb45ba49a4c956d9ea8162b 06:16:17,774 INFO anaconda:packaging: Installed: yum-4.4.2-11.el8.noarch 1615491563 5e8839ed1ad834e8e6302c3e99d9b2cc42d6cbeb496f653acbb31d0418423ccc 06:16:17,802 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:16:17,855 INFO groupadd:group added to /etc/group: name=rpcuser, GID=29 06:16:17,860 NOTICE kernel:audit: type=1116 audit(1622614577.850:73): pid=2751 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' 06:16:17,861 INFO groupadd:group added to /etc/gshadow: name=rpcuser 06:16:17,870 NOTICE kernel:audit: type=1132 audit(1622614577.860:74): pid=2751 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' 06:16:17,907 INFO groupadd:new group: name=rpcuser, GID=29 06:16:17,967 INFO useradd:new user: name=rpcuser, UID=29, GID=29, home=/var/lib/nfs, shell=/sbin/nologin 06:16:17,970 NOTICE kernel:audit: type=1114 audit(1622614577.960:75): pid=2760 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' 06:16:18,101 INFO anaconda:packaging: Installed: nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:16:18,421 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:16:18,528 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:16:18,559 INFO anaconda:dnf: Running in chroot, ignoring request: try-restart 06:16:18,563 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:16:18,593 INFO anaconda:dnf: Running in chroot, ignoring request: try-restart 06:16:18,599 INFO anaconda:packaging: Installed: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 06:16:18,780 INFO anaconda:packaging: Installed: rsyslog-8.1911.0-7.el8.aarch64 1607569403 f6a95ec6febc690e080f4c4287307769e8a3f75e40e36fcbb2aa23507ec7d9a3 06:16:19,107 INFO anaconda:packaging: Configuring (running scriptlet for): rsyslog-8.1911.0-7.el8.aarch64 1607569403 f6a95ec6febc690e080f4c4287307769e8a3f75e40e36fcbb2aa23507ec7d9a3 06:16:19,154 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-238.2-1.el8.aarch64 1615860600 743541303fbe67a44dddfda88f01ca2609dcfd56bb6445422cf52de41ab66cdf 06:16:19,209 INFO groupadd:group added to /etc/group: name=cockpit-ws, GID=991 06:16:19,210 NOTICE kernel:audit: type=1116 audit(1622614579.200:76): pid=2789 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' 06:16:19,215 INFO groupadd:group added to /etc/gshadow: name=cockpit-ws 06:16:19,220 NOTICE kernel:audit: type=1132 audit(1622614579.210:77): pid=2789 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' 06:16:19,260 INFO groupadd:new group: name=cockpit-ws, GID=991 06:16:19,322 INFO useradd:new user: name=cockpit-ws, UID=994, GID=991, home=/nonexisting, shell=/sbin/nologin 06:16:19,330 NOTICE kernel:audit: type=1114 audit(1622614579.320:78): pid=2796 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' 06:16:19,485 INFO groupadd:group added to /etc/group: name=cockpit-wsinstance, GID=990 06:16:19,490 NOTICE kernel:audit: type=1116 audit(1622614579.480:79): pid=2804 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' 06:16:19,491 INFO groupadd:group added to /etc/gshadow: name=cockpit-wsinstance 06:16:19,500 NOTICE kernel:audit: type=1132 audit(1622614579.490:80): pid=2804 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' 06:16:19,535 INFO groupadd:new group: name=cockpit-wsinstance, GID=990 06:16:19,599 INFO useradd:new user: name=cockpit-wsinstance, UID=993, GID=990, home=/nonexisting, shell=/sbin/nologin 06:16:19,610 NOTICE kernel:audit: type=1114 audit(1622614579.600:81): pid=2811 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' 06:16:19,787 INFO anaconda:dnf: (2021-06-02 6:16:19:258455): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:258587): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:300761): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:300885): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:397362): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:397478): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:441490): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:441614): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:533345): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:533479): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:576837): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:576971): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:737928): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:738051): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:19:782008): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:19:782132): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:16:19,790 INFO anaconda:packaging: Installed: cockpit-ws-238.2-1.el8.aarch64 1615860600 743541303fbe67a44dddfda88f01ca2609dcfd56bb6445422cf52de41ab66cdf 06:16:20,310 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-238.2-1.el8.aarch64 1615860600 743541303fbe67a44dddfda88f01ca2609dcfd56bb6445422cf52de41ab66cdf 06:16:21,383 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 06:16:21,437 INFO groupadd:group added to /etc/group: name=chrony, GID=989 06:16:21,440 NOTICE kernel:audit: type=1116 audit(1622614581.430:82): pid=2825 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' 06:16:21,443 INFO groupadd:group added to /etc/gshadow: name=chrony 06:16:21,487 INFO groupadd:new group: name=chrony, GID=989 06:16:21,549 INFO useradd:new user: name=chrony, UID=992, GID=989, home=/var/lib/chrony, shell=/sbin/nologin 06:16:21,674 INFO anaconda:dnf: (2021-06-02 6:16:21:485185): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:21:485305): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:21:527180): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:21:527298): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:21:624598): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:21:624719): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:21:668845): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:21:668978): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:16:21,677 INFO anaconda:packaging: Installed: chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 06:16:21,777 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 06:16:21,832 INFO anaconda:dnf: Running in chroot, ignoring request: daemon-reload 06:16:21,839 INFO anaconda:packaging: Installed: sssd-kcm-2.4.0-9.el8.aarch64 1616563333 47cfdcc5cb75ccf8a708cbc3f83fc098e0cdb980412ec789807ca6817494558a 06:16:21,894 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-kcm-2.4.0-9.el8.aarch64 1616563333 47cfdcc5cb75ccf8a708cbc3f83fc098e0cdb980412ec789807ca6817494558a 06:16:21,933 INFO anaconda:packaging: Installed: grub2-efi-aa64-1:2.02-99.el8.aarch64 1614718965 3820be30bf35ddb847712c605ed1c057056a5fd8289e2286b16ca0fa3e1cdea3 06:16:22,064 INFO anaconda:packaging: Installed: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 06:16:22,293 INFO anaconda:packaging: Installed: authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 06:16:22,406 INFO anaconda:packaging: Installed: kernel-4.18.0-305.3.1.el8.aarch64 1622565463 3497674c8a8945ff76dc1d9ae12dad175d433459ed73ed3b0dc32e93af142d6e 06:16:22,432 INFO anaconda:packaging: Installed: openssh-clients-8.0p1-5.el8.aarch64 1587953069 599d1ff7c2bcfeb496a2f7f3a45f5d38fa760a48a9db3ba207220599c4f7daca 06:16:22,616 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-5.el8.aarch64 1587953069 3afd377bb443f9abdf8a47dd61d32e5aecc32f4e6c910471768c83972b0ed98e 06:16:22,670 INFO groupadd:group added to /etc/group: name=sshd, GID=74 06:16:22,676 INFO groupadd:group added to /etc/gshadow: name=sshd 06:16:22,721 INFO groupadd:new group: name=sshd, GID=74 06:16:22,784 INFO useradd:new user: name=sshd, UID=74, GID=74, home=/var/empty/sshd, shell=/sbin/nologin 06:16:22,912 INFO anaconda:dnf: (2021-06-02 6:16:22:719417): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:22:719541): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:22:762488): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:22:762613): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:16:22,914 INFO anaconda:packaging: Installed: openssh-server-8.0p1-5.el8.aarch64 1587953069 3afd377bb443f9abdf8a47dd61d32e5aecc32f4e6c910471768c83972b0ed98e 06:16:23,026 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-5.el8.aarch64 1587953069 3afd377bb443f9abdf8a47dd61d32e5aecc32f4e6c910471768c83972b0ed98e 06:16:23,068 INFO anaconda:packaging: Installed: NetworkManager-tui-1:1.30.0-7.el8.aarch64 1621436511 7eb4fa8c7fc8bcc788670b789762c5f68b9cf8b3dfd5eed27d96d0d9b67402b3 06:16:23,123 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 06:16:23,156 INFO useradd:new group: name=rngd, GID=988 06:16:23,157 INFO useradd:new user: name=rngd, UID=991, GID=988, home=/var/lib/rngd, shell=/sbin/nologin 06:16:23,160 WARNING kernel:kauditd_printk_skb: 5 callbacks suppressed 06:16:23,160 NOTICE kernel:audit: type=1116 audit(1622614583.150:88): pid=2865 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' 06:16:23,170 NOTICE kernel:audit: type=1114 audit(1622614583.160:89): pid=2865 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' Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11649/12000 06:16:23,445 INFO anaconda:dnf: (2021-06-02 6:16:23:396287): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:23:396423): [sss_cache] [init_domains] (0x0020): Could not initialize domains#012(2021-06-02 6:16:23:440624): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory)#012(2021-06-02 6:16:23:440748): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:16:23,448 INFO anaconda:packaging: Installed: rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 06:16:23,492 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 06:16:23,533 INFO anaconda:packaging: Installed: qemu-guest-agent-15:4.2.0-48.module_el8.4.0+783+f8734d30.aarch64 1621528537 a4d69c4d7f39c8e30e8f779b1caf3c5ba932c58a5cee93de8d8843c947509920 06:16:23,589 INFO anaconda:packaging: Configuring (running scriptlet for): qemu-guest-agent-15:4.2.0-48.module_el8.4.0+783+f8734d30.aarch64 1621528537 a4d69c4d7f39c8e30e8f779b1caf3c5ba932c58a5cee93de8d8843c947509920 06:16:23,627 INFO anaconda:packaging: Installed: irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 06:16:23,655 INFO anaconda:packaging: Configuring (running scriptlet for): irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 06:16:23,696 INFO anaconda:packaging: Installed: dracut-config-generic-049-135.git20210121.el8.aarch64 1613121073 cc996e967e2e60926a30f0e5fea0447895367effe674bf57a8373307c4cd8870 06:16:23,704 INFO anaconda:packaging: Installed: dracut-config-rescue-049-135.git20210121.el8.aarch64 1613121073 13fe858934ac13197257298f7b6f56b9fe050320f81fb0b3597c6782ff783feb 06:16:23,716 INFO anaconda:packaging: Installed: cloud-utils-growpart-0.31-1.el8.noarch 1595342687 7800dfd0d4769a898d11db330fdb5b19614533628a45fe91cce406d6cd1f0c71 06:16:23,735 INFO anaconda:packaging: Installed: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 06:16:23,839 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 06:16:23,855 INFO anaconda:packaging: Installed: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 06:16:24,520 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 06:16:24,541 INFO anaconda:packaging: Installed: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 06:16:25,237 INFO anaconda:packaging: Installed: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 06:16:25,271 INFO anaconda:packaging: Installed: rsync-3.1.3-12.el8.aarch64 1608719042 94ffbde06999afef29ad7d85eb1d2e6fd7e8b168e0604d9b6ad4dca350264e5f 06:16:25,417 INFO anaconda:packaging: Installed: tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 06:16:25,678 INFO anaconda:packaging: Configuring (running scriptlet for): tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 06:16:25,699 INFO anaconda:packaging: Installed: lshw-B.02.19.2-5.el8.aarch64 1612335858 b85c88cf8bbc27f000910367fa1a95e031c0a1ce20fde06b8ad9b8892e73b99e 06:16:25,776 INFO anaconda:packaging: Installed: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 06:16:25,812 INFO anaconda:packaging: Configuring (running scriptlet for): hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 06:16:25,851 INFO anaconda:packaging: Installed: lsscsi-0.32-2.el8.aarch64 1605563467 c2db72eece99cda2b9e88517fc5c619e40fea27ac2bd8f17155ae731ebea320e 06:16:25,891 INFO anaconda:packaging: Installed: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 06:16:25,896 INFO anaconda:packaging: Post installation setup phase started. 06:16:25,922 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 06:16:26,122 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-all-langpacks-2.28-151.el8.aarch64 1615497081 81bddadd1b3ebd1dbb01bd75a80897dc53733a80440103500524bb75c2c3f5d8 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11639/12000 06:16:33,692 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 06:16:34,401 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 06:16:35,746 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11629/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11619/12000 06:16:55,580 DEBUG NetworkManager: [1622614615.5803] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 295.816 seconds Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11609/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11599/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11589/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11579/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11569/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11559/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11549/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11539/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11529/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11519/12000 06:18:38,075 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 06:18:38,079 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 06:18:38,117 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.4.0-9.el8.aarch64 1616563333 479fb742c3a71ebaceb8441087185e8033660c7095fbb910670c0067d85efe68 06:18:38,152 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 06:18:38,170 INFO anaconda:packaging: Configuring (running scriptlet for): nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 06:18:38,421 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.15.0-2.el8.noarch 1614322956 59769044f389442fda8f04326898509c309f420c2084d5af4092265769f41584 06:18:38,467 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 06:18:38,487 INFO anaconda:packaging: Configuring (running scriptlet for): rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 06:18:38,581 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-common-2.28-151.el8.aarch64 1615497081 cb9d61ff598d6197b1cf93458319d64f7ebf60029ee9b64e77636cf739de41d9 06:18:38,666 INFO anaconda:packaging: Configuring (running scriptlet for): info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 06:18:39,056 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-9.el8.aarch64 1605744461 c9ebd34be0a63cb5165a660d81350d815deb85ea050bddb68de20f51d3866beb 06:18:39,109 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-9.el8.aarch64 1605744461 c9ebd34be0a63cb5165a660d81350d815deb85ea050bddb68de20f51d3866beb 06:18:39,160 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 06:18:41,778 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:41,823 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:41,861 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:41,922 INFO anaconda:dnf: Running in chroot, ignoring request: daemon-reload 06:18:41,924 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:41,975 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:42,143 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 06:18:42,160 NOTICE kernel:audit: type=1400 audit(1622614722.140:90): avc: denied { transition } for pid=20658 comm="anaconda" path="/usr/bin/bash" dev="vda2" ino=4489965 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 06:18:42,160 NOTICE kernel:audit: type=1300 audit(1622614722.140:90): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaaff4ac1e0 a1=aaab00462550 a2=aaaafe3953c0 a3=44 items=1 ppid=2153 pid=20658 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) 06:18:42,160 NOTICE kernel:audit: type=1309 audit(1622614722.140:90): argc=4 a0="/bin/sh" a1="/var/tmp/rpm-tmp.nkitKZ" a2="0" a3="0" 06:18:42,160 NOTICE kernel:audit: type=1307 audit(1622614722.140:90): cwd="/" 06:18:42,161 NOTICE kernel:audit: type=1302 audit(1622614722.140:90): item=0 name="/lib/ld-linux-aarch64.so.1" inode=8558652 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 06:18:42,161 NOTICE kernel:audit: type=1327 audit(1622614722.140:90): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E6E6B69744B5A00300030 06:18:42,925 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 06:18:43,109 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11509/12000 06:18:43,685 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 06:18:43,767 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 06:18:43,770 NOTICE kernel:audit: type=1130 audit(1622614723.760:91): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-rcbc3670a964d47c8baa9106a4530a8bb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 06:18:43,800 NOTICE kernel:audit: type=1138 audit(1622614723.790:92): pid=2153 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="libgcc-8.4.1-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' 06:18:43,800 NOTICE kernel:audit: type=1138 audit(1622614723.790:93): pid=2153 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' 06:18:43,800 NOTICE kernel:audit: type=1138 audit(1622614723.790:94): pid=2153 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' 06:18:43,888 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 06:18:43,891 NOTICE systemd:run-rcbc3670a964d47c8baa9106a4530a8bb.service: Main process exited, code=exited, status=5/NOTINSTALLED 06:18:43,892 WARNING systemd:run-rcbc3670a964d47c8baa9106a4530a8bb.service: Failed with result 'exit-code'. 06:18:44,534 INFO anaconda:packaging: Verifying: ModemManager-glib-1.10.8-2.el8.aarch64 1587696517 dbed55a96bd89a636f21a71a6e21a1f0282be7dc9cafdbbba44214a03d4f796e 06:18:44,545 INFO anaconda:packaging: Verifying: NetworkManager-1:1.30.0-7.el8.aarch64 1621436511 f03e757d83034c3248181c6d4187f087a9ed3d6990a2c1ef20068c00191610ce 06:18:44,561 INFO anaconda:packaging: Verifying: NetworkManager-libnm-1:1.30.0-7.el8.aarch64 1621436511 1b9511ea00a7f5a16f7998247d96fab5252db2eecac8978b7de87c9ec61aa795 06:18:44,577 INFO anaconda:packaging: Verifying: NetworkManager-team-1:1.30.0-7.el8.aarch64 1621436511 94b015b3a4d914a2fb6bda7ca9869e53d8f5af880dbd55886a0e41167cdd181b 06:18:44,593 INFO anaconda:packaging: Verifying: NetworkManager-tui-1:1.30.0-7.el8.aarch64 1621436511 7eb4fa8c7fc8bcc788670b789762c5f68b9cf8b3dfd5eed27d96d0d9b67402b3 06:18:44,609 INFO anaconda:packaging: Verifying: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 06:18:44,624 INFO anaconda:packaging: Verifying: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 06:18:44,639 INFO anaconda:packaging: Verifying: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 06:18:44,655 INFO anaconda:packaging: Verifying: authselect-1.2.2-2.el8.aarch64 1616085339 b9854a81f41a7d258f9ebe6b8705b1af236271dc8779edfa75bf9be30d72eb79 06:18:45,214 INFO anaconda:packaging: Verifying: authselect-libs-1.2.2-2.el8.aarch64 1616085339 a43092414c4c98fee4c92aa4bd4811ef17ba0b6f486b8c6f36e3fba8dce295f3 06:18:45,225 INFO anaconda:packaging: Verifying: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 06:18:45,236 INFO anaconda:packaging: Verifying: bash-4.4.19-14.el8.aarch64 1610440498 35bb492cabbad94bd1e36aef65d613b19b7b50c4fbeb25dfe9eb250099827920 06:18:45,246 INFO anaconda:packaging: Verifying: bind-export-libs-32:9.11.26-3.el8.aarch64 1613605294 6c0f589c23331406edf2deb78f457ae5c001760d726428b8b4e4ed35cc7e9aea 06:18:45,257 INFO anaconda:packaging: Verifying: brotli-1.0.6-3.el8.aarch64 1610440164 04133335e4b0fb04154b80c43e3e6143dcae27b6a3c11db384ec2ca56e6b3ae1 06:18:45,279 INFO anaconda:packaging: Verifying: bubblewrap-0.4.0-1.el8.aarch64 1587693427 a445b27920d4bf9e6944a289c3e9cf69cb4396fe5f7f3383aab7dbe53ad6b39f 06:18:45,289 INFO anaconda:packaging: Verifying: bzip2-1.0.6-26.el8.aarch64 1557534038 b18d9f23161d7d5de93fa72a56c645762deefbc0f3e5a095bb8d9e3cf09521e6 06:18:45,300 INFO anaconda:packaging: Verifying: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 06:18:45,311 INFO anaconda:packaging: Verifying: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 06:18:45,322 INFO anaconda:packaging: Verifying: ca-certificates-2020.2.41-80.0.el8_2.noarch 1597185516 dc984aefb28c2d11ff6f6f1a794d04d300744ea0cfc9b869368f2f1acfc419be 06:18:45,333 INFO anaconda:packaging: Verifying: centos-gpg-keys-1:8-2.el8.noarch 1604968391 842ff55b80ac9a5c3357bf52646a5761a4c4786bb3e64b56d8fa5d8fe34ef8bb 06:18:45,343 INFO anaconda:packaging: Verifying: centos-linux-release-8.4-1.2105.el8.noarch 1622121624 aa8f875a815dfad5ea66401e233754a5ed77e82d5f2b2b91e6f49dc08b857365 06:18:45,354 INFO anaconda:packaging: Verifying: centos-linux-repos-8-2.el8.noarch 1604968391 bfacb37de07b01b1161fd00263c6cb7cd9d733e4fdbc6767cf5b14dd8e11e789 06:18:45,365 INFO anaconda:packaging: Verifying: centos-logos-85.5-1.el8.aarch64 1622058336 e34c1f8573862d645f1a3cf1bce854414c826169efc5e078b4738c22aa9b7fed 06:18:45,376 INFO anaconda:packaging: Verifying: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 06:18:45,387 INFO anaconda:packaging: Verifying: chkconfig-1.13-2.el8.aarch64 1587954848 5a6844f54e6d9d5afe0e273736fa859d6ffc2aa89db879e92c6b04ed90d78df5 06:18:45,397 INFO anaconda:packaging: Verifying: chrony-3.5-2.el8.aarch64 1614669137 70c5fa7ec4726f14d6709220e22e03ecc0df3ee9cdaed4e031eb01fc90031e91 06:18:45,408 INFO anaconda:packaging: Verifying: cockpit-bridge-238.2-1.el8.aarch64 1615860600 ba28345b1f36652df778eeaf1435e507dad5d40ec0a121c4df89ab596700e14d 06:18:45,419 INFO anaconda:packaging: Verifying: cockpit-system-238.2-1.el8.noarch 1615860600 4984500d518281452e5a6505e40cb5215c9e9b590ae947709c59f5e1b00259a3 06:18:45,430 INFO anaconda:packaging: Verifying: cockpit-ws-238.2-1.el8.aarch64 1615860600 743541303fbe67a44dddfda88f01ca2609dcfd56bb6445422cf52de41ab66cdf 06:18:45,441 INFO anaconda:packaging: Verifying: coreutils-8.30-8.el8.aarch64 1587954500 b984c970c0c1853560745669820004326855f6e6204f7a7bfed90f6f1b12e2b5 06:18:45,452 INFO anaconda:packaging: Verifying: coreutils-common-8.30-8.el8.aarch64 1587954500 6327a50f92274316adcfc4fc5c5a57bf62eba7fb6997952a31354f82acad679d 06:18:45,463 INFO anaconda:packaging: Verifying: cpio-2.12-10.el8.aarch64 1611306630 15ecc3b70281c46dc6c9ebaaf3bf25941440088dc26664417121a090287c57de 06:18:45,474 INFO anaconda:packaging: Verifying: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 06:18:45,484 INFO anaconda:packaging: Verifying: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 06:18:45,495 INFO anaconda:packaging: Verifying: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 06:18:45,506 INFO anaconda:packaging: Verifying: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 06:18:45,517 INFO anaconda:packaging: Verifying: crontabs-1.11-17.20190603git.el8.noarch 1610439789 bcf25aae89f7368b16346bc1ec92850175bcc2312bf7a5e74bc3c512bcd345b0 06:18:45,528 INFO anaconda:packaging: Verifying: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 fa4a0c233d055bc746917ecf7440e2646cfeb9943acc02d13e534674e922f365 06:18:45,537 DEBUG anaconda:dnf: Installed: ModemManager-glib-1.10.8-2.el8.aarch64 06:18:45,538 DEBUG anaconda:dnf: Installed: NetworkManager-1:1.30.0-7.el8.aarch64 06:18:45,539 DEBUG anaconda:dnf: Installed: NetworkManager-libnm-1:1.30.0-7.el8.aarch64 06:18:45,539 DEBUG anaconda:dnf: Installed: NetworkManager-team-1:1.30.0-7.el8.aarch64 06:18:45,540 DEBUG anaconda:dnf: Installed: NetworkManager-tui-1:1.30.0-7.el8.aarch64 06:18:45,541 DEBUG anaconda:dnf: Installed: PackageKit-1.1.12-6.el8.aarch64 06:18:45,541 INFO anaconda:packaging: Verifying: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 1617821142 a4ba25827849b4859446854c1106c62c215d413f9d16d5b30fadb78082fb233c 06:18:45,542 DEBUG anaconda:dnf: Installed: PackageKit-glib-1.1.12-6.el8.aarch64 06:18:45,542 DEBUG anaconda:dnf: Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch 06:18:45,543 DEBUG anaconda:dnf: Installed: acl-2.2.53-1.el8.aarch64 06:18:45,543 DEBUG anaconda:dnf: Installed: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 06:18:45,544 DEBUG anaconda:dnf: Installed: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 06:18:45,545 DEBUG anaconda:dnf: Installed: authselect-1.2.2-2.el8.aarch64 06:18:45,546 DEBUG anaconda:dnf: Installed: authselect-compat-1.2.2-2.el8.aarch64 06:18:45,546 INFO anaconda:packaging: Verifying: cryptsetup-libs-2.3.3-4.el8.aarch64 1613725826 c94d212f77d5d83ba1bd22a5c6b5e92590d5c4cb412950ec22d1309d79e2fc0e 06:18:45,547 DEBUG anaconda:dnf: Installed: authselect-libs-1.2.2-2.el8.aarch64 06:18:45,548 INFO anaconda:packaging: Verifying: curl-7.61.1-18.el8.aarch64 1612337043 89ebdd969468d9c9669fa65c9c92f0b66b306ef430f8c913663eefd789496e74 06:18:45,548 DEBUG anaconda:dnf: Installed: basesystem-11-5.el8.noarch 06:18:45,548 DEBUG anaconda:dnf: Installed: bash-4.4.19-14.el8.aarch64 06:18:45,549 INFO anaconda:packaging: Verifying: cyrus-sasl-lib-2.1.27-5.el8.aarch64 1589586896 36d4e208921238b99c822a5f1686120c0c227fc02dc6e3258c2c71d62492a1e7 06:18:45,549 DEBUG anaconda:dnf: Installed: bind-export-libs-32:9.11.26-3.el8.aarch64 06:18:45,550 DEBUG anaconda:dnf: Installed: brotli-1.0.6-3.el8.aarch64 06:18:45,551 INFO anaconda:packaging: Verifying: dbus-1:1.12.8-12.el8.aarch64 1607019112 8281604e00099e75c1a8265716a2a735b89fbf6943f7d29233f28360c4b93e45 06:18:45,552 DEBUG anaconda:dnf: Installed: bubblewrap-0.4.0-1.el8.aarch64 06:18:45,552 INFO anaconda:packaging: Verifying: dbus-common-1:1.12.8-12.el8.noarch 1607019112 98f17a8e1f291dd9969546cdbef414d3e2598b43ef436dbf8049c0179ec97c10 06:18:45,553 DEBUG anaconda:dnf: Installed: bzip2-1.0.6-26.el8.aarch64 06:18:45,553 DEBUG anaconda:dnf: Installed: bzip2-libs-1.0.6-26.el8.aarch64 06:18:45,554 INFO anaconda:packaging: Verifying: dbus-daemon-1:1.12.8-12.el8.aarch64 1607019112 060f6a62bacb6bf39cee03a126eeec1051eddd7269c3bbcada49c081fe325998 06:18:45,554 DEBUG anaconda:dnf: Installed: c-ares-1.13.0-5.el8.aarch64 06:18:45,555 DEBUG anaconda:dnf: Installed: ca-certificates-2020.2.41-80.0.el8_2.noarch 06:18:45,555 INFO anaconda:packaging: Verifying: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 06:18:45,555 DEBUG anaconda:dnf: Installed: cairo-1.15.12-3.el8.aarch64 06:18:45,556 DEBUG anaconda:dnf: Installed: cairo-gobject-1.15.12-3.el8.aarch64 06:18:45,556 INFO anaconda:packaging: Verifying: dbus-libs-1:1.12.8-12.el8.aarch64 1607019112 94a37a538375ecf1711034e8d58fab473c5bccf851ddf0f8dc84ffaf01208f25 06:18:45,557 DEBUG anaconda:dnf: Installed: centos-gpg-keys-1:8-2.el8.noarch 06:18:45,558 DEBUG anaconda:dnf: Installed: centos-linux-release-8.4-1.2105.el8.noarch 06:18:45,558 INFO anaconda:packaging: Verifying: dbus-tools-1:1.12.8-12.el8.aarch64 1607019112 e3a791a1a587cffcfddf7d82d82327477e407bfecc3d8870f5b54a7224e61a77 06:18:45,558 DEBUG anaconda:dnf: Installed: centos-linux-repos-8-2.el8.noarch 06:18:45,559 DEBUG anaconda:dnf: Installed: centos-logos-85.5-1.el8.aarch64 06:18:45,559 INFO anaconda:packaging: Verifying: dejavu-fonts-common-2.35-7.el8.noarch 1608016986 dd80a8169e27959a27651616e998be8b49ffdca141744177cb42126ff0ae12b5 06:18:45,560 DEBUG anaconda:dnf: Installed: checkpolicy-2.9-1.el8.aarch64 06:18:45,562 INFO anaconda:packaging: Verifying: dejavu-sans-mono-fonts-2.35-7.el8.noarch 1608016986 a8a27e1ffbb92356d6376334687b9eaa0cb5f2eece2670128f3a01e391e9f3bb 06:18:45,562 DEBUG anaconda:dnf: Installed: chkconfig-1.13-2.el8.aarch64 06:18:45,562 INFO anaconda:packaging: Verifying: device-mapper-8:1.02.175-5.el8.aarch64 1615413557 cb3ac3a4a966c918f9f43cc1b9c0e8b3020ab613cd37685036d59c06b23cbd2a 06:18:45,563 DEBUG anaconda:dnf: Installed: chrony-3.5-2.el8.aarch64 06:18:45,564 INFO anaconda:packaging: Verifying: device-mapper-libs-8:1.02.175-5.el8.aarch64 1615413557 95722419690a770d0c392dc17faa7d72661e9d3d4dc7edeb09a57b6cf1169b55 06:18:45,565 DEBUG anaconda:dnf: Installed: cloud-init-20.3-10.el8.noarch 06:18:45,565 DEBUG anaconda:dnf: Installed: cloud-utils-growpart-0.31-1.el8.noarch 06:18:45,566 DEBUG anaconda:dnf: Installed: cockpit-bridge-238.2-1.el8.aarch64 06:18:45,567 INFO anaconda:packaging: Verifying: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 1610994845 c05c1e1158621f0eb34f9827ba8b43216422803cb6ea8497c2a2674200934980 06:18:45,567 DEBUG anaconda:dnf: Installed: cockpit-system-238.2-1.el8.noarch 06:18:45,567 DEBUG anaconda:dnf: Installed: cockpit-ws-238.2-1.el8.aarch64 06:18:45,568 INFO anaconda:packaging: Verifying: dhcp-common-12:4.3.6-44.0.1.el8.noarch 1610994845 7ec48db9e1e9896f29a16cbea53cdeecdd7dd2bc278c06721ebca2e71e9dcd6d 06:18:45,568 DEBUG anaconda:dnf: Installed: coreutils-8.30-8.el8.aarch64 06:18:45,569 DEBUG anaconda:dnf: Installed: coreutils-common-8.30-8.el8.aarch64 06:18:45,570 DEBUG anaconda:dnf: Installed: cpio-2.12-10.el8.aarch64 06:18:45,570 INFO anaconda:packaging: Verifying: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 1610994845 4591e8cca5f1273ce89ad91015eb2feb070ae0fbd2feed752c9fcf54c7fedc47 06:18:45,571 DEBUG anaconda:dnf: Installed: cracklib-2.9.6-15.el8.aarch64 06:18:45,571 DEBUG anaconda:dnf: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 06:18:45,572 DEBUG anaconda:dnf: Installed: cronie-1.5.2-4.el8.aarch64 06:18:45,573 INFO anaconda:packaging: Verifying: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 06:18:45,573 DEBUG anaconda:dnf: Installed: cronie-anacron-1.5.2-4.el8.aarch64 06:18:45,574 DEBUG anaconda:dnf: Installed: crontabs-1.11-17.20190603git.el8.noarch 06:18:45,575 DEBUG anaconda:dnf: Installed: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 06:18:45,575 INFO anaconda:packaging: Verifying: dmidecode-1:3.2-8.el8.aarch64 1608016943 df1f8c486ab63f496884fc8b97c885e1f6b08ce281c05f0409b90b97e44fbb4f 06:18:45,576 DEBUG anaconda:dnf: Installed: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch 06:18:45,576 DEBUG anaconda:dnf: Installed: cryptsetup-libs-2.3.3-4.el8.aarch64 06:18:45,577 DEBUG anaconda:dnf: Installed: curl-7.61.1-18.el8.aarch64 06:18:45,578 INFO anaconda:packaging: Verifying: dnf-4.4.2-11.el8.noarch 1615491563 889a4e0f9fa8e150b433dd201537d4ee621cc46d5a82d1037ec50288ad772b63 06:18:45,578 DEBUG anaconda:dnf: Installed: cyrus-sasl-lib-2.1.27-5.el8.aarch64 06:18:45,579 DEBUG anaconda:dnf: Installed: dbus-1:1.12.8-12.el8.aarch64 06:18:45,580 DEBUG anaconda:dnf: Installed: dbus-common-1:1.12.8-12.el8.noarch 06:18:45,580 INFO anaconda:packaging: Verifying: dnf-data-4.4.2-11.el8.noarch 1615491563 509728d8aead02aef1dd1caafee8ae42b75ff87481cc3b8e7d1f06e7c1058a48 06:18:45,581 DEBUG anaconda:dnf: Installed: dbus-daemon-1:1.12.8-12.el8.aarch64 06:18:45,582 INFO anaconda:packaging: Verifying: dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 b3c2b3517021435b23f1e923ada351a80c0a6c2b5f7df4d54a4574cfbe3fbbbd 06:18:45,583 DEBUG anaconda:dnf: Installed: dbus-glib-0.110-2.el8.aarch64 06:18:45,584 DEBUG anaconda:dnf: Installed: dbus-libs-1:1.12.8-12.el8.aarch64 06:18:45,584 INFO anaconda:packaging: Verifying: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 06:18:45,585 DEBUG anaconda:dnf: Installed: dbus-tools-1:1.12.8-12.el8.aarch64 06:18:45,585 DEBUG anaconda:dnf: Installed: dejavu-fonts-common-2.35-7.el8.noarch 06:18:45,586 DEBUG anaconda:dnf: Installed: dejavu-sans-mono-fonts-2.35-7.el8.noarch 06:18:45,587 INFO anaconda:packaging: Verifying: dracut-049-135.git20210121.el8.aarch64 1613121073 2dea79ea9e7c098bf1e19cc04bc9c7beb40a04b96a2cba07110cc8bbc152275c 06:18:45,587 DEBUG anaconda:dnf: Installed: device-mapper-8:1.02.175-5.el8.aarch64 06:18:45,587 DEBUG anaconda:dnf: Installed: device-mapper-libs-8:1.02.175-5.el8.aarch64 06:18:45,588 INFO anaconda:packaging: Verifying: dracut-config-generic-049-135.git20210121.el8.aarch64 1613121073 cc996e967e2e60926a30f0e5fea0447895367effe674bf57a8373307c4cd8870 06:18:45,589 DEBUG anaconda:dnf: Installed: dhcp-client-12:4.3.6-44.0.1.el8.aarch64 06:18:45,589 DEBUG anaconda:dnf: Installed: dhcp-common-12:4.3.6-44.0.1.el8.noarch 06:18:45,590 INFO anaconda:packaging: Verifying: dracut-config-rescue-049-135.git20210121.el8.aarch64 1613121073 13fe858934ac13197257298f7b6f56b9fe050320f81fb0b3597c6782ff783feb 06:18:45,590 DEBUG anaconda:dnf: Installed: dhcp-libs-12:4.3.6-44.0.1.el8.aarch64 06:18:45,591 DEBUG anaconda:dnf: Installed: diffutils-3.6-6.el8.aarch64 06:18:45,591 DEBUG anaconda:dnf: Installed: dmidecode-1:3.2-8.el8.aarch64 06:18:45,591 INFO anaconda:packaging: Verifying: dracut-network-049-135.git20210121.el8.aarch64 1613121073 10aa2ffa836febb6d3d54d7fe7e6504d863427176fe2bb45fb592067615a8db2 06:18:45,592 DEBUG anaconda:dnf: Installed: dnf-4.4.2-11.el8.noarch 06:18:45,592 DEBUG anaconda:dnf: Installed: dnf-data-4.4.2-11.el8.noarch 06:18:45,593 INFO anaconda:packaging: Verifying: dracut-squash-049-135.git20210121.el8.aarch64 1613121073 c262218c02f26800db8fe4ef7cb417f8a63ca46c26042f6da5cf09cc9f6ace14 06:18:45,593 DEBUG anaconda:dnf: Installed: dnf-plugins-core-4.0.18-4.el8.noarch 06:18:45,594 DEBUG anaconda:dnf: Installed: dosfstools-4.1-6.el8.aarch64 06:18:45,594 INFO anaconda:packaging: Verifying: e2fsprogs-1.45.6-1.el8.aarch64 1595015162 0cffcd6b8e08d65613fc54169ff4c8c04ee745dbe74bc483a29569ffca105ab4 06:18:45,594 DEBUG anaconda:dnf: Installed: dracut-049-135.git20210121.el8.aarch64 06:18:45,595 DEBUG anaconda:dnf: Installed: dracut-config-generic-049-135.git20210121.el8.aarch64 06:18:45,596 INFO anaconda:packaging: Verifying: e2fsprogs-libs-1.45.6-1.el8.aarch64 1595015162 47524e50b7ed9647c1d3e290d99952b4d25623c812afdcf9fd92295b1a283ee5 06:18:45,596 DEBUG anaconda:dnf: Installed: dracut-config-rescue-049-135.git20210121.el8.aarch64 06:18:45,596 DEBUG anaconda:dnf: Installed: dracut-network-049-135.git20210121.el8.aarch64 06:18:45,597 DEBUG anaconda:dnf: Installed: dracut-squash-049-135.git20210121.el8.aarch64 06:18:45,597 INFO anaconda:packaging: Verifying: efi-filesystem-3-3.el8.noarch 1605562930 d655ee126614010e72bac89b7ecaf38b515647181a22940cb774647442d28beb 06:18:45,598 DEBUG anaconda:dnf: Installed: e2fsprogs-1.45.6-1.el8.aarch64 06:18:45,598 DEBUG anaconda:dnf: Installed: e2fsprogs-libs-1.45.6-1.el8.aarch64 06:18:45,599 INFO anaconda:packaging: Verifying: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 06:18:45,599 DEBUG anaconda:dnf: Installed: efi-filesystem-3-3.el8.noarch 06:18:45,600 DEBUG anaconda:dnf: Installed: efibootmgr-16-1.el8.aarch64 06:18:45,600 INFO anaconda:packaging: Verifying: efivar-libs-37-4.el8.aarch64 1604421490 eeb2ec7fc8fc5a2f69220d4a9bc43e9cfe24ef7f5cdb041f40db3dab23cb87c9 06:18:45,601 DEBUG anaconda:dnf: Installed: efivar-libs-37-4.el8.aarch64 06:18:45,601 DEBUG anaconda:dnf: Installed: elfutils-debuginfod-client-0.182-3.el8.aarch64 06:18:45,602 DEBUG anaconda:dnf: Installed: elfutils-default-yama-scope-0.182-3.el8.noarch 06:18:45,602 INFO anaconda:packaging: Verifying: elfutils-debuginfod-client-0.182-3.el8.aarch64 1608663614 597d72b55ef0a4a6b413ee83dba755defa92e7f35aa0d7b28df9028684d1f402 06:18:45,602 DEBUG anaconda:dnf: Installed: elfutils-libelf-0.182-3.el8.aarch64 06:18:45,603 DEBUG anaconda:dnf: Installed: elfutils-libs-0.182-3.el8.aarch64 06:18:45,603 INFO anaconda:packaging: Verifying: elfutils-default-yama-scope-0.182-3.el8.noarch 1608663614 082944da91f3aed2f366f643d935d321029dacf74e0817e40fe47bdce9d31805 06:18:45,604 DEBUG anaconda:dnf: Installed: ethtool-2:5.8-5.el8.aarch64 06:18:45,604 DEBUG anaconda:dnf: Installed: expat-2.2.5-4.el8.aarch64 06:18:45,605 INFO anaconda:packaging: Verifying: elfutils-libelf-0.182-3.el8.aarch64 1608663614 1d87a1b4c2644e3c495f45b6adc8b94e132f462e3229f4084886406bba9e9cfa 06:18:45,605 DEBUG anaconda:dnf: Installed: file-5.33-16.el8_3.1.aarch64 06:18:45,606 DEBUG anaconda:dnf: Installed: file-libs-5.33-16.el8_3.1.aarch64 06:18:45,607 INFO anaconda:packaging: Verifying: elfutils-libs-0.182-3.el8.aarch64 1608663614 27113d3675ab5a44de39fa5336d7cc9745c80995e5b2b07b1c836b0c780b5397 06:18:45,607 DEBUG anaconda:dnf: Installed: filesystem-3.8-3.el8.aarch64 06:18:45,608 DEBUG anaconda:dnf: Installed: findutils-1:4.6.0-20.el8.aarch64 06:18:45,608 INFO anaconda:packaging: Verifying: ethtool-2:5.8-5.el8.aarch64 1605553121 8d1710650057c3d0c3c04c777e3d608fc68faee434adb1a8c0ab1c43e1156d3c 06:18:45,608 DEBUG anaconda:dnf: Installed: firewalld-0.8.2-6.el8.noarch 06:18:45,609 DEBUG anaconda:dnf: Installed: firewalld-filesystem-0.8.2-6.el8.noarch 06:18:45,610 INFO anaconda:packaging: Verifying: expat-2.2.5-4.el8.aarch64 1589595238 16356a5f29d0b191e84e37c92f9b6a3cd2ef683c84dd37c065f3461ad5abef03 06:18:45,610 DEBUG anaconda:dnf: Installed: fontconfig-2.13.1-3.el8.aarch64 06:18:45,612 INFO anaconda:packaging: Verifying: file-5.33-16.el8_3.1.aarch64 1617806779 66316b7ae0814bf9cf41216a9b784f144c6a8379481ac7e68480ab8151a99905 06:18:45,612 DEBUG anaconda:dnf: Installed: fontpackages-filesystem-1.44-22.el8.noarch 06:18:45,612 INFO anaconda:packaging: Verifying: file-libs-5.33-16.el8_3.1.aarch64 1617806779 740106a98f26f25693c9ec1966bb4315a26f05e01bdee23aa0b35d36139b57b8 06:18:45,613 DEBUG anaconda:dnf: Installed: freetype-2.9.1-4.el8_3.1.aarch64 06:18:45,614 DEBUG anaconda:dnf: Installed: fuse-libs-2.9.7-12.el8.aarch64 06:18:45,614 INFO anaconda:packaging: Verifying: filesystem-3.8-3.el8.aarch64 1604417043 c5e8aa3dc1f3067ccfe85bf9e93bfbfe54434bb9224af414a02d73ff8c0cdf4c 06:18:45,614 DEBUG anaconda:dnf: Installed: fwupd-1.5.5-3.el8.aarch64 06:18:45,615 DEBUG anaconda:dnf: Installed: gawk-4.2.1-2.el8.aarch64 06:18:45,615 INFO anaconda:packaging: Verifying: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 06:18:45,616 DEBUG anaconda:dnf: Installed: gdbm-1:1.18-1.el8.aarch64 06:18:45,617 DEBUG anaconda:dnf: Installed: gdbm-libs-1:1.18-1.el8.aarch64 06:18:45,617 INFO anaconda:packaging: Verifying: firewalld-0.8.2-6.el8.noarch 1612422189 7bfc1981e5e1fd706c23ba10090dd05fb0828df11aa98a3dc89ee8b1d2663f7a 06:18:45,617 DEBUG anaconda:dnf: Installed: gdisk-1.0.3-6.el8.aarch64 06:18:45,618 INFO anaconda:packaging: Verifying: firewalld-filesystem-0.8.2-6.el8.noarch 1612422189 638eb361523ce75963c8234fdeb6df8084a62e09a7ff5b00125b507955a28b28 06:18:45,618 DEBUG anaconda:dnf: Installed: gdk-pixbuf2-2.36.12-5.el8.aarch64 06:18:45,619 DEBUG anaconda:dnf: Installed: geolite2-city-20180605-1.el8.noarch 06:18:45,619 INFO anaconda:packaging: Verifying: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 06:18:45,620 DEBUG anaconda:dnf: Installed: geolite2-country-20180605-1.el8.noarch 06:18:45,621 DEBUG anaconda:dnf: Installed: gettext-0.19.8.1-17.el8.aarch64 06:18:45,621 INFO anaconda:packaging: Verifying: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 06:18:45,621 DEBUG anaconda:dnf: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 06:18:45,622 DEBUG anaconda:dnf: Installed: glib-networking-2.56.1-1.1.el8.aarch64 06:18:45,623 INFO anaconda:packaging: Verifying: freetype-2.9.1-4.el8_3.1.aarch64 1605310445 6eaf1961a46202364f9ebe9da1c24ba2e929ae67c452aa4f0aa5e71bfc2a2a51 06:18:45,623 DEBUG anaconda:dnf: Installed: glib2-2.56.4-9.el8.aarch64 06:18:45,624 DEBUG anaconda:dnf: Installed: glibc-2.28-151.el8.aarch64 06:18:45,624 DEBUG anaconda:dnf: Installed: glibc-all-langpacks-2.28-151.el8.aarch64 06:18:45,625 INFO anaconda:packaging: Verifying: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 06:18:45,625 DEBUG anaconda:dnf: Installed: glibc-common-2.28-151.el8.aarch64 06:18:45,626 DEBUG anaconda:dnf: Installed: gmp-1:6.1.2-10.el8.aarch64 06:18:45,626 INFO anaconda:packaging: Verifying: fwupd-1.5.5-3.el8.aarch64 1613152679 08603583144373dc84a8b238bfd1c3b25493a4b384c8914f2f9cf0dffc2e99da 06:18:45,626 DEBUG anaconda:dnf: Installed: gnupg2-2.2.20-2.el8.aarch64 06:18:45,627 DEBUG anaconda:dnf: Installed: gnupg2-smime-2.2.20-2.el8.aarch64 06:18:45,627 INFO anaconda:packaging: Verifying: gawk-4.2.1-2.el8.aarch64 1607447894 1597024288d637f0865ca9be73fb1f2e5c495005fa9ca5b3aacc6d8ab8f444a8 06:18:45,628 DEBUG anaconda:dnf: Installed: gnutls-3.6.14-7.el8_3.aarch64 06:18:45,629 DEBUG anaconda:dnf: Installed: gobject-introspection-1.56.1-1.el8.aarch64 06:18:45,629 DEBUG anaconda:dnf: Installed: gpgme-1.13.1-7.el8.aarch64 06:18:45,629 INFO anaconda:packaging: Verifying: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 06:18:45,630 DEBUG anaconda:dnf: Installed: grep-3.1-6.el8.aarch64 06:18:45,630 DEBUG anaconda:dnf: Installed: groff-base-1.22.3-18.el8.aarch64 06:18:45,631 INFO anaconda:packaging: Verifying: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 06:18:45,631 DEBUG anaconda:dnf: Installed: grub2-common-1:2.02-99.el8.noarch 06:18:45,632 DEBUG anaconda:dnf: Installed: grub2-efi-aa64-1:2.02-99.el8.aarch64 06:18:45,633 INFO anaconda:packaging: Verifying: gdisk-1.0.3-6.el8.aarch64 1557581795 2d727c662854847b3bd6c68b15609acc29195a9778ad81307a8e1d857006ae60 06:18:45,633 DEBUG anaconda:dnf: Installed: grub2-tools-1:2.02-99.el8.aarch64 06:18:45,634 DEBUG anaconda:dnf: Installed: grub2-tools-extra-1:2.02-99.el8.aarch64 06:18:45,634 INFO anaconda:packaging: Verifying: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 06:18:45,635 DEBUG anaconda:dnf: Installed: grub2-tools-minimal-1:2.02-99.el8.aarch64 06:18:45,636 DEBUG anaconda:dnf: Installed: grubby-8.40-41.el8.aarch64 06:18:45,636 INFO anaconda:packaging: Verifying: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 06:18:45,636 DEBUG anaconda:dnf: Installed: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 06:18:45,637 DEBUG anaconda:dnf: Installed: gssproxy-0.8.0-19.el8.aarch64 06:18:45,637 INFO anaconda:packaging: Verifying: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 06:18:45,638 DEBUG anaconda:dnf: Installed: gzip-1.9-12.el8.aarch64 06:18:45,639 INFO anaconda:packaging: Verifying: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 06:18:45,639 DEBUG anaconda:dnf: Installed: hardlink-1:1.3-6.el8.aarch64 06:18:45,639 DEBUG anaconda:dnf: Installed: hdparm-9.54-3.el8.aarch64 06:18:45,640 INFO anaconda:packaging: Verifying: glib2-2.56.4-9.el8.aarch64 1605744461 c9ebd34be0a63cb5165a660d81350d815deb85ea050bddb68de20f51d3866beb 06:18:45,641 DEBUG anaconda:dnf: Installed: hostname-3.20-6.el8.aarch64 06:18:45,641 INFO anaconda:packaging: Verifying: glibc-2.28-151.el8.aarch64 1615497081 c40968781efeae3964a9ae675dcf834e09a1b6f92060e8184964125accbee6ae 06:18:45,642 DEBUG anaconda:dnf: Installed: hwdata-0.314-8.8.el8.noarch 06:18:45,643 DEBUG anaconda:dnf: Installed: ima-evm-utils-1.3.2-12.el8.aarch64 06:18:45,643 INFO anaconda:packaging: Verifying: glibc-all-langpacks-2.28-151.el8.aarch64 1615497081 81bddadd1b3ebd1dbb01bd75a80897dc53733a80440103500524bb75c2c3f5d8 06:18:45,643 DEBUG anaconda:dnf: Installed: info-6.5-6.el8.aarch64 06:18:45,644 DEBUG anaconda:dnf: Installed: initscripts-10.00.15-1.el8.aarch64 06:18:45,644 INFO anaconda:packaging: Verifying: glibc-common-2.28-151.el8.aarch64 1615497081 cb9d61ff598d6197b1cf93458319d64f7ebf60029ee9b64e77636cf739de41d9 06:18:45,645 DEBUG anaconda:dnf: Installed: ipcalc-0.2.4-4.el8.aarch64 06:18:45,645 DEBUG anaconda:dnf: Installed: iproute-5.9.0-4.el8.aarch64 06:18:45,646 INFO anaconda:packaging: Verifying: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 06:18:45,646 DEBUG anaconda:dnf: Installed: ipset-7.1-1.el8.aarch64 06:18:45,647 DEBUG anaconda:dnf: Installed: ipset-libs-7.1-1.el8.aarch64 06:18:45,647 INFO anaconda:packaging: Verifying: gnupg2-2.2.20-2.el8.aarch64 1589573397 5c1fb984527d2c638364bcca6d016cd8a4ff9d656875d9e29b199eef6b41a527 06:18:45,647 DEBUG anaconda:dnf: Installed: iptables-1.8.4-17.el8.aarch64 06:18:45,648 DEBUG anaconda:dnf: Installed: iptables-ebtables-1.8.4-17.el8.aarch64 06:18:45,649 INFO anaconda:packaging: Verifying: gnupg2-smime-2.2.20-2.el8.aarch64 1589573397 23aadf767124fc38a0dade4a824e48b53ad5d873d389ce442d5d5b3665fde2a6 06:18:45,649 DEBUG anaconda:dnf: Installed: iptables-libs-1.8.4-17.el8.aarch64 06:18:45,650 DEBUG anaconda:dnf: Installed: iputils-20180629-7.el8.aarch64 06:18:45,650 INFO anaconda:packaging: Verifying: gnutls-3.6.14-7.el8_3.aarch64 1609863616 b04fbeb60ff6deba0b234a942b443dbfe81f13f86eaec99a368b531c47d9f499 06:18:45,650 DEBUG anaconda:dnf: Installed: irqbalance-2:1.4.0-6.el8.aarch64 06:18:45,651 INFO anaconda:packaging: Verifying: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 06:18:45,653 DEBUG anaconda:dnf: Installed: jansson-2.11-3.el8.aarch64 06:18:45,653 INFO anaconda:packaging: Verifying: gpgme-1.13.1-7.el8.aarch64 1609882988 cf82a6ec23b9fa60f30fc8d3c8b30c6d1423f81ebedbe06ec7bb32a8b1d7a904 06:18:45,654 INFO anaconda:packaging: Verifying: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 06:18:45,656 INFO anaconda:packaging: Verifying: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 06:18:45,658 INFO anaconda:packaging: Verifying: grub2-common-1:2.02-99.el8.noarch 1614719007 4a08d5264e865548e65d31886c91b659b33a2c2ba39fd115b00af3ea0bc91a83 06:18:45,659 INFO anaconda:packaging: Verifying: grub2-efi-aa64-1:2.02-99.el8.aarch64 1614718965 3820be30bf35ddb847712c605ed1c057056a5fd8289e2286b16ca0fa3e1cdea3 06:18:45,661 INFO anaconda:packaging: Verifying: grub2-tools-1:2.02-99.el8.aarch64 1614718965 d1dda077a4155c51c385363fc679bb82a4cdd1c298963bb2c8b4e3d2325e7f34 06:18:45,662 INFO anaconda:packaging: Verifying: grub2-tools-extra-1:2.02-99.el8.aarch64 1614718965 c00604e003e6f6ad649397b2c371c5cf4bdc616060995080078e75febd88e04f 06:18:45,664 INFO anaconda:packaging: Verifying: grub2-tools-minimal-1:2.02-99.el8.aarch64 1614718965 c214cbb278bac13bc6a5ce886e8ca56dbdc6d9f9d7376b860e49374bb3dac626 06:18:45,666 INFO anaconda:packaging: Verifying: grubby-8.40-41.el8.aarch64 1589592817 cab88de20635c5ee1ec987cf14b0fdde69f20dfd67db90e8e3fdc6811fedb155 06:18:45,667 INFO anaconda:packaging: Verifying: gsettings-desktop-schemas-3.32.0-5.el8.aarch64 1595357281 ca7db91c6d3c963ca8b697e018762fdf7329a0f6186b5e7a5a38555e4962290a 06:18:45,669 INFO anaconda:packaging: Verifying: gssproxy-0.8.0-19.el8.aarch64 1607018482 a66c5d0bba10bc7f363b7e4b13763f563ca9c052662c7b2ac42e87922655ee7f 06:18:45,670 DEBUG anaconda:dnf: Installed: json-c-0.13.1-0.4.el8.aarch64 06:18:45,670 INFO anaconda:packaging: Verifying: gzip-1.9-12.el8.aarch64 1610550614 1fe57a2d38c0d449efd06fa3e498e49f1952829f612d657418a7496458c0cb7c 06:18:45,671 DEBUG anaconda:dnf: Installed: json-glib-1.4.4-1.el8.aarch64 06:18:45,671 INFO anaconda:packaging: Verifying: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 06:18:45,672 DEBUG anaconda:dnf: Installed: kbd-2.0.4-10.el8.aarch64 06:18:45,673 DEBUG anaconda:dnf: Installed: kbd-legacy-2.0.4-10.el8.noarch 06:18:45,673 INFO anaconda:packaging: Verifying: hdparm-9.54-3.el8.aarch64 1605562670 a304b4e5bbb4df945bae85a5d7201e45ee939b8a6539e32506c2d74ce7bd595a 06:18:45,673 DEBUG anaconda:dnf: Installed: kbd-misc-2.0.4-10.el8.noarch 06:18:45,674 DEBUG anaconda:dnf: Installed: kernel-4.18.0-305.3.1.el8.aarch64 06:18:45,675 INFO anaconda:packaging: Verifying: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 06:18:45,675 DEBUG anaconda:dnf: Installed: kernel-core-4.18.0-305.3.1.el8.aarch64 06:18:45,676 DEBUG anaconda:dnf: Installed: kernel-modules-4.18.0-305.3.1.el8.aarch64 06:18:45,677 INFO anaconda:packaging: Verifying: hwdata-0.314-8.8.el8.noarch 1613120613 0031452488b8975622580b0e1b501e77976eb606ea3e84a125628a698c1ff242 06:18:45,677 DEBUG anaconda:dnf: Installed: kernel-tools-4.18.0-305.3.1.el8.aarch64 06:18:45,677 DEBUG anaconda:dnf: Installed: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 06:18:45,678 DEBUG anaconda:dnf: Installed: kexec-tools-2.0.20-46.el8.aarch64 06:18:45,678 INFO anaconda:packaging: Verifying: ima-evm-utils-1.3.2-12.el8.aarch64 1614064293 b2dca0b246c7df7a398d9a1708c45ec6697a69afce5fe0cf1e2629fea1776ac9 06:18:45,679 DEBUG anaconda:dnf: Installed: keyutils-1.5.10-6.el8.aarch64 06:18:45,679 DEBUG anaconda:dnf: Installed: keyutils-libs-1.5.10-6.el8.aarch64 06:18:45,679 INFO anaconda:packaging: Verifying: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 06:18:45,680 DEBUG anaconda:dnf: Installed: kmod-25-17.el8.aarch64 06:18:45,681 DEBUG anaconda:dnf: Installed: kmod-libs-25-17.el8.aarch64 06:18:45,681 INFO anaconda:packaging: Verifying: initscripts-10.00.15-1.el8.aarch64 1613725442 fb3b1edd91abc3b6c0f62d34828cc3c6e50945a9a04a79a7d809caf97ba27a76 06:18:45,681 DEBUG anaconda:dnf: Installed: kpartx-0.8.4-10.el8.aarch64 06:18:45,683 DEBUG anaconda:dnf: Installed: krb5-libs-1.18.2-8.el8.aarch64 06:18:45,683 INFO anaconda:packaging: Verifying: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 06:18:45,683 DEBUG anaconda:dnf: Installed: less-530-1.el8.aarch64 06:18:45,684 DEBUG anaconda:dnf: Installed: libX11-1.6.8-4.el8.aarch64 06:18:45,685 INFO anaconda:packaging: Verifying: iproute-5.9.0-4.el8.aarch64 1615818174 face40eec523ec75a6a1e9d1b7d76b150065a79b15a272d8566fa90f73cc916e 06:18:45,685 DEBUG anaconda:dnf: Installed: libX11-common-1.6.8-4.el8.noarch 06:18:45,686 DEBUG anaconda:dnf: Installed: libXau-1.0.9-3.el8.aarch64 06:18:45,686 INFO anaconda:packaging: Verifying: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 06:18:45,686 DEBUG anaconda:dnf: Installed: libXext-1.3.4-1.el8.aarch64 06:18:45,687 DEBUG anaconda:dnf: Installed: libXrender-0.9.10-7.el8.aarch64 06:18:45,688 INFO anaconda:packaging: Verifying: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 06:18:45,688 DEBUG anaconda:dnf: Installed: libacl-2.2.53-1.el8.aarch64 06:18:45,689 DEBUG anaconda:dnf: Installed: libappstream-glib-0.7.14-3.el8.aarch64 06:18:45,689 INFO anaconda:packaging: Verifying: iptables-1.8.4-17.el8.aarch64 1611853487 894d7d7611e90a46fccfb68ce9e74f23d06135e8c3051772885374ed1986854f 06:18:45,689 DEBUG anaconda:dnf: Installed: libarchive-3.3.3-1.el8.aarch64 06:18:45,690 DEBUG anaconda:dnf: Installed: libassuan-2.5.1-3.el8.aarch64 06:18:45,692 INFO anaconda:packaging: Verifying: iptables-ebtables-1.8.4-17.el8.aarch64 1611853487 4e24b51eb75563ede5ab1ccc31df20c5313f4f08a9533b4e116c57df14b44b3c 06:18:45,692 DEBUG anaconda:dnf: Installed: libatasmart-0.19-14.el8.aarch64 06:18:45,692 DEBUG anaconda:dnf: Installed: libattr-2.4.48-3.el8.aarch64 06:18:45,693 DEBUG anaconda:dnf: Installed: libbasicobjects-0.1.1-39.el8.aarch64 06:18:45,693 INFO anaconda:packaging: Verifying: iptables-libs-1.8.4-17.el8.aarch64 1611853487 a64d19d5a2c51692ff7e2ee346fb14f3fba483a7ea1a2cbaee94a16538af4007 06:18:45,693 DEBUG anaconda:dnf: Installed: libblkid-2.32.1-27.el8.aarch64 06:18:45,694 DEBUG anaconda:dnf: Installed: libblockdev-2.24-5.el8.aarch64 06:18:45,694 INFO anaconda:packaging: Verifying: iputils-20180629-7.el8.aarch64 1614063816 6a8bdae6d069605468b2a153403187aa157c6d7ec59dd7097f160ea2b10c4899 06:18:45,695 DEBUG anaconda:dnf: Installed: libblockdev-crypto-2.24-5.el8.aarch64 06:18:45,696 DEBUG anaconda:dnf: Installed: libblockdev-fs-2.24-5.el8.aarch64 06:18:45,696 INFO anaconda:packaging: Verifying: irqbalance-2:1.4.0-6.el8.aarch64 1612249391 cefd3eaed457cf764287462510811813ac91c4fd01ef94e2e165e1db690022cf 06:18:45,696 DEBUG anaconda:dnf: Installed: libblockdev-loop-2.24-5.el8.aarch64 06:18:45,697 DEBUG anaconda:dnf: Installed: libblockdev-mdraid-2.24-5.el8.aarch64 06:18:45,697 INFO anaconda:packaging: Verifying: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 06:18:45,698 DEBUG anaconda:dnf: Installed: libblockdev-part-2.24-5.el8.aarch64 06:18:45,699 DEBUG anaconda:dnf: Installed: libblockdev-swap-2.24-5.el8.aarch64 06:18:45,699 INFO anaconda:packaging: Verifying: json-c-0.13.1-0.4.el8.aarch64 1612422606 750b606ae2bc707e7452a8816c57374d3f7e4b59ad9e209e247c23b11d1b6b21 06:18:45,699 DEBUG anaconda:dnf: Installed: libblockdev-utils-2.24-5.el8.aarch64 06:18:45,700 INFO anaconda:packaging: Verifying: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 06:18:45,701 DEBUG anaconda:dnf: Installed: libbytesize-1.4-3.el8.aarch64 06:18:45,702 INFO anaconda:packaging: Verifying: kbd-2.0.4-10.el8.aarch64 1595275356 aeacdfce1854c4b0cfe9c272b53b2032127e4beacaa1a161c9192239c5df8f12 06:18:45,702 DEBUG anaconda:dnf: Installed: libcap-2.26-4.el8.aarch64 06:18:45,703 DEBUG anaconda:dnf: Installed: libcap-ng-0.7.9-5.el8.aarch64 06:18:45,703 INFO anaconda:packaging: Verifying: kbd-legacy-2.0.4-10.el8.noarch 1595275356 a3ef96219165bfc64d4f5d50f51fbd43e803c500619240ffe4db1f9f8e337f83 06:18:45,704 DEBUG anaconda:dnf: Installed: libcollection-0.7.0-39.el8.aarch64 06:18:45,704 DEBUG anaconda:dnf: Installed: libcom_err-1.45.6-1.el8.aarch64 06:18:45,705 INFO anaconda:packaging: Verifying: kbd-misc-2.0.4-10.el8.noarch 1595275356 ef86061338fa321c959cadc75ecbdfd405eebaa1042eec9d9c737d4d9d92568f 06:18:45,705 DEBUG anaconda:dnf: Installed: libcomps-0.1.11-5.el8.aarch64 06:18:45,706 DEBUG anaconda:dnf: Installed: libcroco-0.6.12-4.el8_2.1.aarch64 06:18:45,706 INFO anaconda:packaging: Verifying: kernel-4.18.0-305.3.1.el8.aarch64 1622565463 3497674c8a8945ff76dc1d9ae12dad175d433459ed73ed3b0dc32e93af142d6e 06:18:45,706 DEBUG anaconda:dnf: Installed: libcurl-7.61.1-18.el8.aarch64 06:18:45,707 DEBUG anaconda:dnf: Installed: libdaemon-0.14-15.el8.aarch64 06:18:45,707 INFO anaconda:packaging: Verifying: kernel-core-4.18.0-305.3.1.el8.aarch64 1622565463 5f204efbc644d767655eaa567de435157b43a9ac33a588f5012b720eadbb6055 06:18:45,708 DEBUG anaconda:dnf: Installed: libdb-5.3.28-40.el8.aarch64 06:18:45,709 DEBUG anaconda:dnf: Installed: libdb-utils-5.3.28-40.el8.aarch64 06:18:45,709 INFO anaconda:packaging: Verifying: kernel-modules-4.18.0-305.3.1.el8.aarch64 1622565463 82e7888b6e5a31cd777098f0ad2bafdb903a93d4152de340abb86e2deea1847f 06:18:45,709 DEBUG anaconda:dnf: Installed: libdhash-0.5.0-39.el8.aarch64 06:18:45,710 DEBUG anaconda:dnf: Installed: libdnf-0.55.0-7.el8.aarch64 06:18:45,710 INFO anaconda:packaging: Verifying: kernel-tools-4.18.0-305.3.1.el8.aarch64 1622565463 5f70ce7bf2dbc212c61554882e3a70393109d35cf95aeabb7b9be1bb2b5c76ed 06:18:45,711 DEBUG anaconda:dnf: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 06:18:45,713 INFO anaconda:packaging: Verifying: kernel-tools-libs-4.18.0-305.3.1.el8.aarch64 1622565463 ca6027f8d5d58bba47c82af39aa43cd8cebbdfaffaf73c349b3f7735ff8ca940 06:18:45,713 DEBUG anaconda:dnf: Installed: libestr-0.1.10-1.el8.aarch64 06:18:45,713 INFO anaconda:packaging: Verifying: kexec-tools-2.0.20-46.el8.aarch64 1614323495 b447152a2d19e50ccc7a10110efdd91c2e9e10d41f1f8a283f426bb2535474f8 06:18:45,714 DEBUG anaconda:dnf: Installed: libevent-2.1.8-5.el8.aarch64 06:18:45,715 DEBUG anaconda:dnf: Installed: libfastjson-0.99.8-2.el8.aarch64 06:18:45,715 INFO anaconda:packaging: Verifying: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 06:18:45,715 DEBUG anaconda:dnf: Installed: libfdisk-2.32.1-27.el8.aarch64 06:18:45,716 DEBUG anaconda:dnf: Installed: libffi-3.1-22.el8.aarch64 06:18:45,717 DEBUG anaconda:dnf: Installed: libgcab1-1.1-1.el8.aarch64 06:18:45,717 INFO anaconda:packaging: Verifying: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 06:18:45,717 DEBUG anaconda:dnf: Installed: libgcc-8.4.1-1.el8.aarch64 06:18:45,718 DEBUG anaconda:dnf: Installed: libgcrypt-1.8.5-4.el8.aarch64 06:18:45,718 INFO anaconda:packaging: Verifying: kmod-25-17.el8.aarch64 1611167807 acc9808c1c23f46135bebee5f3f26384c05127d5c8a5a0f7acea2a89572abf12 06:18:45,719 DEBUG anaconda:dnf: Installed: libgomp-8.4.1-1.el8.aarch64 06:18:45,719 DEBUG anaconda:dnf: Installed: libgpg-error-1.31-1.el8.aarch64 06:18:45,720 DEBUG anaconda:dnf: Installed: libgudev-232-4.el8.aarch64 06:18:45,721 INFO anaconda:packaging: Verifying: kmod-libs-25-17.el8.aarch64 1611167807 6cf949c297bb672fd816c52f1c7ffc1e772251e585d08a0c3c506eefe38b897f 06:18:45,721 DEBUG anaconda:dnf: Installed: libgusb-0.3.0-1.el8.aarch64 06:18:45,722 INFO anaconda:packaging: Verifying: kpartx-0.8.4-10.el8.aarch64 1616085052 5dbfcad345dc790f7d6a4d1e7decad7e7b720604e53e40594edbed6730883e73 06:18:45,723 DEBUG anaconda:dnf: Installed: libibverbs-32.0-4.el8.aarch64 06:18:45,724 INFO anaconda:packaging: Verifying: krb5-libs-1.18.2-8.el8.aarch64 1610126963 c4349b988307bdcbb4f3cc7999b8febd7a11d6ffe9a5deafc091d617651dbac6 06:18:45,736 DEBUG anaconda:dnf: Installed: libidn2-2.2.0-1.el8.aarch64 06:18:45,737 DEBUG anaconda:dnf: Installed: libini_config-1.3.1-39.el8.aarch64 06:18:45,737 INFO anaconda:packaging: Verifying: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 06:18:45,738 DEBUG anaconda:dnf: Installed: libkcapi-1.2.0-2.el8.aarch64 06:18:45,739 DEBUG anaconda:dnf: Installed: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 06:18:45,739 DEBUG anaconda:dnf: Installed: libksba-1.3.5-7.el8.aarch64 06:18:45,740 INFO anaconda:packaging: Verifying: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 06:18:45,741 DEBUG anaconda:dnf: Installed: libldb-2.2.0-2.el8.aarch64 06:18:45,741 DEBUG anaconda:dnf: Installed: libmaxminddb-1.2.0-10.el8.aarch64 06:18:45,742 INFO anaconda:packaging: Verifying: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab 06:18:45,742 DEBUG anaconda:dnf: Installed: libmbim-1.20.2-1.el8.aarch64 06:18:45,743 DEBUG anaconda:dnf: Installed: libmetalink-0.1.3-7.el8.aarch64 06:18:45,744 INFO anaconda:packaging: Verifying: libarchive-3.3.3-1.el8.aarch64 1601995517 e6ddc29b56fcbabe7bcd1ff1535a72c0d4477176a6321b13006d2aa65477ff9d 06:18:45,744 DEBUG anaconda:dnf: Installed: libmnl-1.0.4-6.el8.aarch64 06:18:45,745 DEBUG anaconda:dnf: Installed: libmodman-2.0.1-17.el8.aarch64 06:18:45,745 DEBUG anaconda:dnf: Installed: libmodulemd-2.9.4-2.el8.aarch64 06:18:45,746 INFO anaconda:packaging: Verifying: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 06:18:45,746 DEBUG anaconda:dnf: Installed: libmount-2.32.1-27.el8.aarch64 06:18:45,747 DEBUG anaconda:dnf: Installed: libndp-1.7-5.el8.aarch64 06:18:45,748 INFO anaconda:packaging: Verifying: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 06:18:45,748 DEBUG anaconda:dnf: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 06:18:45,749 DEBUG anaconda:dnf: Installed: libnfnetlink-1.0.1-13.el8.aarch64 06:18:45,749 INFO anaconda:packaging: Verifying: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 06:18:45,750 DEBUG anaconda:dnf: Installed: libnfsidmap-1:2.3.3-41.el8.aarch64 06:18:45,751 DEBUG anaconda:dnf: Installed: libnftnl-1.1.5-4.el8.aarch64 06:18:45,751 DEBUG anaconda:dnf: Installed: libnghttp2-1.33.0-3.el8_2.1.aarch64 06:18:45,752 INFO anaconda:packaging: Verifying: libblkid-2.32.1-27.el8.aarch64 1611212711 e514c5b60193e394e5ed9a98f1b7547eb47ca87ab56be7d37a1072b94db67498 06:18:45,752 DEBUG anaconda:dnf: Installed: libnl3-3.5.0-1.el8.aarch64 06:18:45,753 DEBUG anaconda:dnf: Installed: libnl3-cli-3.5.0-1.el8.aarch64 06:18:45,754 DEBUG anaconda:dnf: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 06:18:45,754 INFO anaconda:packaging: Verifying: libcap-2.26-4.el8.aarch64 1592260145 dae95e7b55eda5e7dd4cf016e129a88205de730796061e763fafda2876e8c196 06:18:45,755 DEBUG anaconda:dnf: Installed: libpath_utils-0.2.1-39.el8.aarch64 06:18:45,755 DEBUG anaconda:dnf: Installed: libpcap-14:1.9.1-5.el8.aarch64 06:18:45,756 INFO anaconda:packaging: Verifying: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 06:18:45,757 DEBUG anaconda:dnf: Installed: libpipeline-1.5.0-2.el8.aarch64 06:18:45,758 DEBUG anaconda:dnf: Installed: libpng-2:1.6.34-5.el8.aarch64 06:18:45,759 INFO anaconda:packaging: Verifying: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 06:18:45,759 DEBUG anaconda:dnf: Installed: libproxy-0.4.15-5.2.el8.aarch64 06:18:45,760 DEBUG anaconda:dnf: Installed: libpsl-0.20.2-6.el8.aarch64 06:18:45,761 DEBUG anaconda:dnf: Installed: libpwquality-1.4.4-3.el8.aarch64 06:18:45,761 INFO anaconda:packaging: Verifying: libcom_err-1.45.6-1.el8.aarch64 1595015162 6d7b7f9e867b5e3c019a370dfce36706eecb42ed71fe9ac703249285adf4e58b 06:18:45,762 DEBUG anaconda:dnf: Installed: libqmi-1.24.0-1.el8.aarch64 06:18:45,762 DEBUG anaconda:dnf: Installed: libref_array-0.1.5-39.el8.aarch64 06:18:45,763 INFO anaconda:packaging: Verifying: libcomps-0.1.11-5.el8.aarch64 1612422297 46fddbe0b46149f1f6099d555f91d47c952f68dbe6f803f60c3dac88fe66cbbb 06:18:45,764 DEBUG anaconda:dnf: Installed: librepo-1.12.0-3.el8.aarch64 06:18:45,764 DEBUG anaconda:dnf: Installed: libreport-filesystem-2.9.5-15.el8.aarch64 06:18:45,764 INFO anaconda:packaging: Verifying: libcroco-0.6.12-4.el8_2.1.aarch64 1599668725 0022ec2580783f68e603e9d4751478c28f2b383c596b4e896469077748771bfe 06:18:45,765 DEBUG anaconda:dnf: Installed: libseccomp-2.5.1-1.el8.aarch64 06:18:45,766 DEBUG anaconda:dnf: Installed: libsecret-0.18.6-1.el8.aarch64 06:18:45,766 DEBUG anaconda:dnf: Installed: libselinux-2.9-5.el8.aarch64 06:18:45,767 INFO anaconda:packaging: Verifying: libcurl-7.61.1-18.el8.aarch64 1612337043 71d917e0883a85aaa0bcd9b4989799161e8e3a99c2185551444ef1129afb75d4 06:18:45,767 DEBUG anaconda:dnf: Installed: libselinux-utils-2.9-5.el8.aarch64 06:18:45,768 DEBUG anaconda:dnf: Installed: libsemanage-2.9-6.el8.aarch64 06:18:45,768 INFO anaconda:packaging: Verifying: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 06:18:45,769 DEBUG anaconda:dnf: Installed: libsepol-2.9-2.el8.aarch64 06:18:45,770 DEBUG anaconda:dnf: Installed: libsigsegv-2.11-5.el8.aarch64 06:18:45,771 INFO anaconda:packaging: Verifying: libdb-5.3.28-40.el8.aarch64 1607448021 cab4f9caf4d9e51a7bcaa4d69e7550d5b9372ce817d956d2e5fa4e374c76a8ab 06:18:45,771 DEBUG anaconda:dnf: Installed: libsmartcols-2.32.1-27.el8.aarch64 06:18:45,772 DEBUG anaconda:dnf: Installed: libsolv-0.7.16-2.el8.aarch64 06:18:45,772 DEBUG anaconda:dnf: Installed: libsoup-2.62.3-2.el8.aarch64 06:18:45,773 INFO anaconda:packaging: Verifying: libdb-utils-5.3.28-40.el8.aarch64 1607448021 47596a15abbe575d633c60d722e2bb3613d8622d6b44489957b3fca5f652b24a 06:18:45,774 DEBUG anaconda:dnf: Installed: libss-1.45.6-1.el8.aarch64 06:18:45,774 DEBUG anaconda:dnf: Installed: libssh-0.9.4-2.el8.aarch64 06:18:45,775 INFO anaconda:packaging: Verifying: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 06:18:45,775 DEBUG anaconda:dnf: Installed: libssh-config-0.9.4-2.el8.noarch 06:18:45,776 DEBUG anaconda:dnf: Installed: libsss_autofs-2.4.0-9.el8.aarch64 06:18:45,776 INFO anaconda:packaging: Verifying: libdnf-0.55.0-7.el8.aarch64 1615494753 f57143929020c17c77bcb242087060a0bfb976c0c7eca0dcbb63a440116ce85e 06:18:45,777 DEBUG anaconda:dnf: Installed: libsss_certmap-2.4.0-9.el8.aarch64 06:18:45,778 DEBUG anaconda:dnf: Installed: libsss_idmap-2.4.0-9.el8.aarch64 06:18:45,778 DEBUG anaconda:dnf: Installed: libsss_nss_idmap-2.4.0-9.el8.aarch64 06:18:45,779 INFO anaconda:packaging: Verifying: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 06:18:45,779 DEBUG anaconda:dnf: Installed: libsss_sudo-2.4.0-9.el8.aarch64 06:18:45,780 DEBUG anaconda:dnf: Installed: libstdc++-8.4.1-1.el8.aarch64 06:18:45,780 INFO anaconda:packaging: Verifying: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 06:18:45,781 DEBUG anaconda:dnf: Installed: libstemmer-0-10.585svn.el8.aarch64 06:18:45,782 DEBUG anaconda:dnf: Installed: libsysfs-2.1.0-24.el8.aarch64 06:18:45,782 INFO anaconda:packaging: Verifying: libfdisk-2.32.1-27.el8.aarch64 1611212711 a85df6e1cd59e8138973da2fc292ebdb498426169c5d2fbbe6a265a8e3bc6ef2 06:18:45,783 DEBUG anaconda:dnf: Installed: libtalloc-2.3.1-2.el8.aarch64 06:18:45,783 DEBUG anaconda:dnf: Installed: libtasn1-4.13-3.el8.aarch64 06:18:45,784 DEBUG anaconda:dnf: Installed: libtdb-1.4.3-1.el8.aarch64 06:18:45,784 INFO anaconda:packaging: Verifying: libffi-3.1-22.el8.aarch64 1592240601 9d7e9a47e16b3edd1f9ce69c44bf485e8498cb6ced68e354b4c24936cd015bb5 06:18:45,785 DEBUG anaconda:dnf: Installed: libteam-1.31-2.el8.aarch64 06:18:45,786 DEBUG anaconda:dnf: Installed: libtevent-0.10.2-2.el8.aarch64 06:18:45,786 INFO anaconda:packaging: Verifying: libgcab1-1.1-1.el8.aarch64 1557581753 2b631d5095ee3489538ca00499ac65e2815ace2d1feed0996cbbab54762b2fa8 06:18:45,787 DEBUG anaconda:dnf: Installed: libtirpc-1.1.4-4.el8.aarch64 06:18:45,788 DEBUG anaconda:dnf: Installed: libudisks2-2.9.0-6.el8.aarch64 06:18:45,788 INFO anaconda:packaging: Verifying: libgcc-8.4.1-1.el8.aarch64 1602524519 334940e794fcfed61e3d249c11d6d785df0203f2ea33225e413a5a05921c4bfb 06:18:45,788 DEBUG anaconda:dnf: Installed: libunistring-0.9.9-3.el8.aarch64 06:18:45,789 DEBUG anaconda:dnf: Installed: libusbx-1.0.23-4.el8.aarch64 06:18:45,790 DEBUG anaconda:dnf: Installed: libuser-0.62-23.el8.aarch64 06:18:45,791 INFO anaconda:packaging: Verifying: libgcrypt-1.8.5-4.el8.aarch64 1595269724 38cc7c6b354c4fa166b24fe641a70233ad9b8b650f8339634f0c3a6baf5b32fc 06:18:45,792 DEBUG anaconda:dnf: Installed: libutempter-1.1.6-14.el8.aarch64 06:18:45,793 DEBUG anaconda:dnf: Installed: libuuid-2.32.1-27.el8.aarch64 06:18:45,794 INFO anaconda:packaging: Verifying: libgomp-8.4.1-1.el8.aarch64 1602524519 4215904c76e9d7d15f4cea0cac396c4b64956f82b058a8c9ee264046b7bb6f39 06:18:45,794 DEBUG anaconda:dnf: Installed: libverto-0.3.0-5.el8.aarch64 06:18:45,795 DEBUG anaconda:dnf: Installed: libverto-libevent-0.3.0-5.el8.aarch64 06:18:45,796 DEBUG anaconda:dnf: Installed: libxcb-1.13.1-1.el8.aarch64 06:18:45,796 INFO anaconda:packaging: Verifying: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 06:18:45,796 DEBUG anaconda:dnf: Installed: libxcrypt-4.1.1-4.el8.aarch64 06:18:45,797 DEBUG anaconda:dnf: Installed: libxkbcommon-0.9.1-1.el8.aarch64 06:18:45,798 INFO anaconda:packaging: Verifying: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 06:18:45,799 DEBUG anaconda:dnf: Installed: libxml2-2.9.7-9.el8.aarch64 06:18:45,800 DEBUG anaconda:dnf: Installed: libxmlb-0.1.15-1.el8.aarch64 06:18:45,800 INFO anaconda:packaging: Verifying: libgusb-0.3.0-1.el8.aarch64 1557584651 995a24fdcc789353e5f6670c3b14f317391aead116e782099895f44fe4a1bcd7 06:18:45,801 DEBUG anaconda:dnf: Installed: libyaml-0.1.7-5.el8.aarch64 06:18:45,801 DEBUG anaconda:dnf: Installed: libzstd-1.4.4-1.el8.aarch64 06:18:45,803 DEBUG anaconda:dnf: Installed: linux-firmware-20201218-102.git05789708.el8.noarch 06:18:45,803 INFO anaconda:packaging: Verifying: libibverbs-32.0-4.el8.aarch64 1612170306 5f2c69d740886aaa2aa29ba3618b4b51a5d2524a959efe962d88a7e384aeb35a 06:18:45,804 DEBUG anaconda:dnf: Installed: logrotate-3.14.0-4.el8.aarch64 06:18:45,804 DEBUG anaconda:dnf: Installed: lshw-B.02.19.2-5.el8.aarch64 06:18:45,805 INFO anaconda:packaging: Verifying: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 06:18:45,805 DEBUG anaconda:dnf: Installed: lsscsi-0.32-2.el8.aarch64 06:18:45,805 DEBUG anaconda:dnf: Installed: lua-libs-5.3.4-11.el8.aarch64 06:18:45,806 INFO anaconda:packaging: Verifying: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 06:18:45,807 DEBUG anaconda:dnf: Installed: lz4-libs-1.8.3-2.el8.aarch64 06:18:45,807 DEBUG anaconda:dnf: Installed: lzo-2.08-14.el8.aarch64 06:18:45,807 DEBUG anaconda:dnf: Installed: man-db-2.7.6.1-17.el8.aarch64 06:18:45,808 INFO anaconda:packaging: Verifying: libkcapi-1.2.0-2.el8.aarch64 1592279009 56738c2c6eda929cc9a5f6a681fb8c431b9beab6ba207ceb53a9717277282b24 06:18:45,808 DEBUG anaconda:dnf: Installed: mdadm-4.1-15.el8.aarch64 06:18:45,809 DEBUG anaconda:dnf: Installed: memstrack-0.1.11-1.el8.aarch64 06:18:45,809 INFO anaconda:packaging: Verifying: libkcapi-hmaccalc-1.2.0-2.el8.aarch64 1592279009 25f5e0670a0fe489d04e670ef49bb0dd9e5c111c62e2ed054249cb8db0bb365e 06:18:45,810 DEBUG anaconda:dnf: Installed: mokutil-1:0.3.0-11.el8.aarch64 06:18:45,810 DEBUG anaconda:dnf: Installed: mozjs60-60.9.0-4.el8.aarch64 06:18:45,811 INFO anaconda:packaging: Verifying: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 06:18:45,812 DEBUG anaconda:dnf: Installed: mpfr-3.1.6-1.el8.aarch64 06:18:45,812 DEBUG anaconda:dnf: Installed: ncurses-6.1-7.20180224.el8.aarch64 06:18:45,813 DEBUG anaconda:dnf: Installed: ncurses-base-6.1-7.20180224.el8.noarch 06:18:45,813 INFO anaconda:packaging: Verifying: libldb-2.2.0-2.el8.aarch64 1617167657 2c39518dfdca89425e9ed6c4283808793c67d663573187343d539653054befea 06:18:45,814 DEBUG anaconda:dnf: Installed: ncurses-libs-6.1-7.20180224.el8.aarch64 06:18:45,814 DEBUG anaconda:dnf: Installed: nettle-3.4.1-2.el8.aarch64 06:18:45,815 INFO anaconda:packaging: Verifying: libmbim-1.20.2-1.el8.aarch64 1586220057 be00b7c6f61da34124858a5027f889c6ac47fc1e93b871e9c7c3be034f7c2137 06:18:45,815 DEBUG anaconda:dnf: Installed: newt-0.52.20-11.el8.aarch64 06:18:45,815 DEBUG anaconda:dnf: Installed: nfs-utils-1:2.3.3-41.el8.aarch64 06:18:45,816 DEBUG anaconda:dnf: Installed: nftables-1:0.9.3-18.el8.aarch64 06:18:45,816 INFO anaconda:packaging: Verifying: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 06:18:45,816 DEBUG anaconda:dnf: Installed: npth-1.5-4.el8.aarch64 06:18:45,816 DEBUG anaconda:dnf: Installed: nspr-4.25.0-2.el8_2.aarch64 06:18:45,817 INFO anaconda:packaging: Verifying: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 06:18:45,817 DEBUG anaconda:dnf: Installed: nss-3.53.1-17.el8_3.aarch64 06:18:45,817 DEBUG anaconda:dnf: Installed: nss-softokn-3.53.1-17.el8_3.aarch64 06:18:45,817 INFO anaconda:packaging: Verifying: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 06:18:45,818 DEBUG anaconda:dnf: Installed: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 06:18:45,818 DEBUG anaconda:dnf: Installed: nss-sysinit-3.53.1-17.el8_3.aarch64 06:18:45,818 DEBUG anaconda:dnf: Installed: nss-util-3.53.1-17.el8_3.aarch64 06:18:45,818 INFO anaconda:packaging: Verifying: libmodulemd-2.9.4-2.el8.aarch64 1592260013 a3bb8aeb4f6af342eacc714ff1000ffffcb7811302589efcec73f43fe59d33e3 06:18:45,819 DEBUG anaconda:dnf: Installed: numactl-libs-2.0.12-11.el8.aarch64 06:18:45,819 DEBUG anaconda:dnf: Installed: oddjob-0.34.7-1.el8.aarch64 06:18:45,819 INFO anaconda:packaging: Verifying: libmount-2.32.1-27.el8.aarch64 1611212711 4ca4ef2d89f699ae3fe0cadb36de3cb845924c2b3159f48c957a3c4efc025f27 06:18:45,819 DEBUG anaconda:dnf: Installed: oddjob-mkhomedir-0.34.7-1.el8.aarch64 06:18:45,820 INFO anaconda:packaging: Verifying: libndp-1.7-5.el8.aarch64 1615818159 7ba563ae42b9056891bdaa04734cbe4ed5b378afae57cc0897ed48bf31a5f9e7 06:18:45,820 DEBUG anaconda:dnf: Installed: openldap-2.4.46-16.el8.aarch64 06:18:45,820 DEBUG anaconda:dnf: Installed: openssh-8.0p1-5.el8.aarch64 06:18:45,820 INFO anaconda:packaging: Verifying: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 06:18:45,821 DEBUG anaconda:dnf: Installed: openssh-clients-8.0p1-5.el8.aarch64 06:18:45,821 INFO anaconda:packaging: Verifying: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 06:18:45,821 DEBUG anaconda:dnf: Installed: openssh-server-8.0p1-5.el8.aarch64 06:18:45,821 DEBUG anaconda:dnf: Installed: openssl-1:1.1.1g-15.el8_3.aarch64 06:18:45,821 INFO anaconda:packaging: Verifying: libnfsidmap-1:2.3.3-41.el8.aarch64 1611313868 552232d3b935ef2f28d119af807f5297db8e851caab2b173aa63cabb2499cfa1 06:18:45,822 DEBUG anaconda:dnf: Installed: openssl-libs-1:1.1.1g-15.el8_3.aarch64 06:18:45,822 DEBUG anaconda:dnf: Installed: openssl-pkcs11-0.4.10-2.el8.aarch64 06:18:45,822 INFO anaconda:packaging: Verifying: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 06:18:45,822 DEBUG anaconda:dnf: Installed: os-prober-1.74-6.el8.aarch64 06:18:45,823 INFO anaconda:packaging: Verifying: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 06:18:45,823 DEBUG anaconda:dnf: Installed: p11-kit-0.23.22-1.el8.aarch64 06:18:45,823 DEBUG anaconda:dnf: Installed: p11-kit-trust-0.23.22-1.el8.aarch64 06:18:45,823 INFO anaconda:packaging: Verifying: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 06:18:45,824 DEBUG anaconda:dnf: Installed: pam-1.3.1-14.el8.aarch64 06:18:45,824 INFO anaconda:packaging: Verifying: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 06:18:45,824 DEBUG anaconda:dnf: Installed: parted-3.2-38.el8.aarch64 06:18:45,824 DEBUG anaconda:dnf: Installed: passwd-0.80-3.el8.aarch64 06:18:45,825 DEBUG anaconda:dnf: Installed: pciutils-3.7.0-1.el8.aarch64 06:18:45,825 INFO anaconda:packaging: Verifying: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 06:18:45,825 DEBUG anaconda:dnf: Installed: pciutils-libs-3.7.0-1.el8.aarch64 06:18:45,825 DEBUG anaconda:dnf: Installed: pcre-8.42-4.el8.aarch64 06:18:45,826 INFO anaconda:packaging: Verifying: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 06:18:45,826 DEBUG anaconda:dnf: Installed: pcre2-10.32-2.el8.aarch64 06:18:45,826 DEBUG anaconda:dnf: Installed: pigz-2.4-4.el8.aarch64 06:18:45,826 DEBUG anaconda:dnf: Installed: pinentry-1.1.0-2.el8.aarch64 06:18:45,826 INFO anaconda:packaging: Verifying: libpcap-14:1.9.1-5.el8.aarch64 1611213048 239019a8aadb26e4b015d99f7fe49e80c2d1dfa227f7c71322dca2a2a85c2de1 06:18:45,827 DEBUG anaconda:dnf: Installed: pixman-0.38.4-1.el8.aarch64 06:18:45,827 DEBUG anaconda:dnf: Installed: platform-python-3.6.8-37.el8.aarch64 06:18:45,827 INFO anaconda:packaging: Verifying: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 06:18:45,827 DEBUG anaconda:dnf: Installed: platform-python-pip-9.0.3-19.el8.noarch 06:18:45,828 DEBUG anaconda:dnf: Installed: platform-python-setuptools-39.2.0-6.el8.noarch 06:18:45,828 INFO anaconda:packaging: Verifying: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 06:18:45,828 DEBUG anaconda:dnf: Installed: policycoreutils-2.9-14.el8.aarch64 06:18:45,828 DEBUG anaconda:dnf: Installed: policycoreutils-python-utils-2.9-14.el8.noarch 06:18:45,829 INFO anaconda:packaging: Verifying: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 06:18:45,829 DEBUG anaconda:dnf: Installed: polkit-0.115-11.el8.aarch64 06:18:45,829 INFO anaconda:packaging: Verifying: libpsl-0.20.2-6.el8.aarch64 1592340389 176cbc82e2a94159d457a7444d05573636084c1900405450715df48ac3a822bd 06:18:45,829 DEBUG anaconda:dnf: Installed: polkit-libs-0.115-11.el8.aarch64 06:18:45,829 DEBUG anaconda:dnf: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 06:18:45,830 DEBUG anaconda:dnf: Installed: popt-1.18-1.el8.aarch64 06:18:45,830 DEBUG anaconda:dnf: Installed: prefixdevname-0.1.0-6.el8.aarch64 06:18:45,832 DEBUG anaconda:dnf: Installed: procps-ng-3.3.15-6.el8.aarch64 06:18:45,832 DEBUG anaconda:dnf: Installed: psmisc-23.1-5.el8.aarch64 06:18:45,832 DEBUG anaconda:dnf: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 06:18:45,833 DEBUG anaconda:dnf: Installed: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 06:18:45,833 DEBUG anaconda:dnf: Installed: python3-babel-2.5.1-5.el8.noarch 06:18:45,834 DEBUG anaconda:dnf: Installed: python3-cairo-1.16.3-6.el8.aarch64 06:18:45,835 DEBUG anaconda:dnf: Installed: python3-cffi-1.11.5-5.el8.aarch64 06:18:45,835 DEBUG anaconda:dnf: Installed: python3-chardet-3.0.4-7.el8.noarch 06:18:45,835 DEBUG anaconda:dnf: Installed: python3-configobj-5.0.6-11.el8.noarch 06:18:45,835 INFO anaconda:packaging: Verifying: libpwquality-1.4.4-3.el8.aarch64 1614064199 64e55ddddc1dd27e05097c9222e73052f6f20f9d2f7605f46922b7756adeb0b5 06:18:45,836 DEBUG anaconda:dnf: Installed: python3-cryptography-3.2.1-4.el8.aarch64 06:18:45,836 INFO anaconda:packaging: Verifying: libqmi-1.24.0-1.el8.aarch64 1586461744 ae46383205e15ba9b4fb8ec6ff2f360146a2118e534658894be80653aec40e6a 06:18:45,836 DEBUG anaconda:dnf: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 06:18:45,837 DEBUG anaconda:dnf: Installed: python3-dbus-1.2.4-15.el8.aarch64 06:18:45,837 DEBUG anaconda:dnf: Installed: python3-decorator-4.2.1-2.el8.noarch 06:18:45,837 DEBUG anaconda:dnf: Installed: python3-dnf-4.4.2-11.el8.noarch 06:18:45,838 DEBUG anaconda:dnf: Installed: python3-dnf-plugins-core-4.0.18-4.el8.noarch 06:18:45,838 DEBUG anaconda:dnf: Installed: python3-firewall-0.8.2-6.el8.noarch 06:18:45,839 INFO anaconda:packaging: Verifying: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 06:18:45,839 DEBUG anaconda:dnf: Installed: python3-gobject-3.28.3-2.el8.aarch64 06:18:45,840 DEBUG anaconda:dnf: Installed: python3-gobject-base-3.28.3-2.el8.aarch64 06:18:45,840 INFO anaconda:packaging: Verifying: librepo-1.12.0-3.el8.aarch64 1608178906 75c3348327e6fc7de78abc552f3ff5fd908e6a688a486fd1674b3e040e88be59 06:18:45,840 DEBUG anaconda:dnf: Installed: python3-gpg-1.13.1-7.el8.aarch64 06:18:45,841 DEBUG anaconda:dnf: Installed: python3-hawkey-0.55.0-7.el8.aarch64 06:18:45,842 INFO anaconda:packaging: Verifying: libreport-filesystem-2.9.5-15.el8.aarch64 1598291508 b77595c8e29dcd80ce2e45b8c3b02fbb4d6ad5ca024dc8e80f1339e771294e56 06:18:45,843 INFO anaconda:packaging: Verifying: libseccomp-2.5.1-1.el8.aarch64 1613804837 0e6fcdf916490d8538044bf2dc77aa67a5d7d2c51a654d5eee6dca8f69b06ba8 06:18:45,844 INFO anaconda:packaging: Verifying: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 06:18:45,846 DEBUG anaconda:dnf: Installed: python3-idna-2.5-5.el8.noarch 06:18:45,846 DEBUG anaconda:dnf: Installed: python3-jinja2-2.10.1-2.el8_0.noarch 06:18:45,847 DEBUG anaconda:dnf: Installed: python3-jsonpatch-1.21-2.el8.noarch 06:18:45,847 INFO anaconda:packaging: Verifying: libselinux-2.9-5.el8.aarch64 1603743587 9474fe348bd9e3a7a6ffe7813538e979e80ddb970b074e4e79bd122b4ece8b64 06:18:45,848 DEBUG anaconda:dnf: Installed: python3-jsonpointer-1.10-11.el8.noarch 06:18:45,851 DEBUG anaconda:dnf: Installed: python3-jsonschema-2.6.0-4.el8.noarch 06:18:45,851 DEBUG anaconda:dnf: Installed: python3-jwt-1.6.1-2.el8.noarch 06:18:45,852 DEBUG anaconda:dnf: Installed: python3-libcomps-0.1.11-5.el8.aarch64 06:18:45,852 DEBUG anaconda:dnf: Installed: python3-libdnf-0.55.0-7.el8.aarch64 06:18:45,852 DEBUG anaconda:dnf: Installed: python3-libs-3.6.8-37.el8.aarch64 06:18:45,853 DEBUG anaconda:dnf: Installed: python3-libselinux-2.9-5.el8.aarch64 06:18:45,855 DEBUG anaconda:dnf: Installed: python3-libsemanage-2.9-6.el8.aarch64 06:18:45,856 INFO anaconda:packaging: Verifying: libselinux-utils-2.9-5.el8.aarch64 1603743587 e4613455147d283b2 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11499/12000 22fcff5ef0f85b3a1a323893ed884db8950e51936e97c52 06:18:45,856 DEBUG anaconda:dnf: Installed: python3-libxml2-2.9.7-9.el8.aarch64 06:18:45,857 DEBUG anaconda:dnf: Installed: python3-linux-procfs-0.6.3-1.el8.noarch 06:18:45,857 DEBUG anaconda:dnf: Installed: python3-markupsafe-0.23-19.el8.aarch64 06:18:45,857 INFO anaconda:packaging: Verifying: libsemanage-2.9-6.el8.aarch64 1612389818 ccb929460b2e9f3fc477b5f040b8e9de1faab4492e696aac4d4eafd4d82b7ba3 06:18:45,858 DEBUG anaconda:dnf: Installed: python3-nftables-1:0.9.3-18.el8.aarch64 06:18:45,858 DEBUG anaconda:dnf: Installed: python3-oauthlib-2.1.0-1.el8.noarch 06:18:45,859 DEBUG anaconda:dnf: Installed: python3-perf-4.18.0-305.3.1.el8.aarch64 06:18:45,859 INFO anaconda:packaging: Verifying: libsepol-2.9-2.el8.aarch64 1610439864 fa227d42012eb38ff357aa85387312a5a189fa143519b39d499dc9cf80896abb 06:18:45,860 DEBUG anaconda:dnf: Installed: python3-pexpect-4.3.1-3.el8.noarch 06:18:45,861 DEBUG anaconda:dnf: Installed: python3-pip-wheel-9.0.3-19.el8.noarch 06:18:45,861 DEBUG anaconda:dnf: Installed: python3-ply-3.9-9.el8.noarch 06:18:45,862 DEBUG anaconda:dnf: Installed: python3-policycoreutils-2.9-14.el8.noarch 06:18:45,863 DEBUG anaconda:dnf: Installed: python3-prettytable-0.7.2-14.el8.noarch 06:18:45,863 DEBUG anaconda:dnf: Installed: python3-ptyprocess-0.5.2-4.el8.noarch 06:18:45,864 DEBUG anaconda:dnf: Installed: python3-pycparser-2.14-14.el8.noarch 06:18:45,864 DEBUG anaconda:dnf: Installed: python3-pydbus-0.6.0-5.el8.noarch 06:18:45,865 DEBUG anaconda:dnf: Installed: python3-pyserial-3.1.1-8.el8.noarch 06:18:45,866 DEBUG anaconda:dnf: Installed: python3-pysocks-1.6.8-3.el8.noarch 06:18:45,866 DEBUG anaconda:dnf: Installed: python3-pytz-2017.2-9.el8.noarch 06:18:45,867 INFO anaconda:packaging: Verifying: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 06:18:45,867 DEBUG anaconda:dnf: Installed: python3-pyudev-0.21.0-7.el8.noarch 06:18:45,868 DEBUG anaconda:dnf: Installed: python3-pyyaml-3.12-12.el8.aarch64 06:18:45,868 DEBUG anaconda:dnf: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 06:18:45,869 INFO anaconda:packaging: Verifying: libsmartcols-2.32.1-27.el8.aarch64 1611212711 b986299cff4bc6e8418ef9e9a043a32842d2063adf25cea74d25898b48faf788 06:18:45,869 DEBUG anaconda:dnf: Installed: python3-rpm-4.14.3-13.el8.aarch64 06:18:45,870 DEBUG anaconda:dnf: Installed: python3-schedutils-0.6-6.el8.aarch64 06:18:45,870 INFO anaconda:packaging: Verifying: libsolv-0.7.16-2.el8.aarch64 1612422384 e429a14e210bdbbc71cb231d31c9c004b79859abbf93bc1c325335083c5c9636 06:18:45,871 DEBUG anaconda:dnf: Installed: python3-setools-4.3.0-2.el8.aarch64 06:18:45,872 DEBUG anaconda:dnf: Installed: python3-setuptools-wheel-39.2.0-6.el8.noarch 06:18:45,872 INFO anaconda:packaging: Verifying: libsoup-2.62.3-2.el8.aarch64 1602003331 fe9e12b98655b4ccc8cae9ac2d9860709de999486a86456f8f9134840e70dfb3 06:18:45,873 DEBUG anaconda:dnf: Installed: python3-six-1.11.0-8.el8.noarch 06:18:45,873 DEBUG anaconda:dnf: Installed: python3-slip-0.6.4-11.el8.noarch 06:18:45,874 DEBUG anaconda:dnf: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 06:18:45,874 INFO anaconda:packaging: Verifying: libss-1.45.6-1.el8.aarch64 1595015162 cd47553428cea964ec585a18b39f03f7baa9bc49fe7f32c6b5f4a645212c762c 06:18:45,875 DEBUG anaconda:dnf: Installed: python3-syspurpose-1.28.13-2.el8.aarch64 06:18:45,875 DEBUG anaconda:dnf: Installed: python3-systemd-234-8.el8.aarch64 06:18:45,876 INFO anaconda:packaging: Verifying: libssh-0.9.4-2.el8.aarch64 1595350114 6ff55c032a7ba633d1a23611b6e9a1e4415e17625034af72007c51a8d124bb15 06:18:45,876 DEBUG anaconda:dnf: Installed: python3-unbound-1.7.3-15.el8.aarch64 06:18:45,877 DEBUG anaconda:dnf: Installed: python3-urllib3-1.24.2-5.el8.noarch 06:18:45,877 DEBUG anaconda:dnf: Installed: qemu-guest-agent-15:4.2.0-48.module_el8.4.0+783+f8734d30.aarch64 06:18:45,878 INFO anaconda:packaging: Verifying: libssh-config-0.9.4-2.el8.noarch 1595350114 4f0514fe3884774d35e2f73d0f76924da498c0acfe7e42501604323cda50dadb 06:18:45,878 DEBUG anaconda:dnf: Installed: quota-1:4.04-12.el8.aarch64 06:18:45,879 DEBUG anaconda:dnf: Installed: quota-nls-1:4.04-12.el8.noarch 06:18:45,879 DEBUG anaconda:dnf: Installed: rdma-core-32.0-4.el8.aarch64 06:18:45,880 INFO anaconda:packaging: Verifying: libsss_autofs-2.4.0-9.el8.aarch64 1616563333 2e604b54f734671020b3be028a4a1e36ca54b861e1368a528ff33925465977c0 06:18:45,881 DEBUG anaconda:dnf: Installed: readline-7.0-10.el8.aarch64 06:18:45,881 INFO anaconda:packaging: Verifying: libsss_certmap-2.4.0-9.el8.aarch64 1616563333 a96044fb8c2d0fb2106911845c83ea40478d4221ce93779bc6844ff8e0d28b8f 06:18:45,886 DEBUG anaconda:dnf: Installed: rng-tools-6.8-3.el8.aarch64 06:18:45,886 DEBUG anaconda:dnf: Installed: rootfiles-8.1-22.el8.noarch 06:18:45,886 INFO anaconda:packaging: Verifying: libsss_idmap-2.4.0-9.el8.aarch64 1616563333 fe478ee5a0954d0f5b4bc7597f0be1cba2410e6d3e4d5769717adc5a37c973d2 06:18:45,886 DEBUG anaconda:dnf: Installed: rpcbind-1.2.5-8.el8.aarch64 06:18:45,886 DEBUG anaconda:dnf: Installed: rpm-4.14.3-13.el8.aarch64 06:18:45,887 DEBUG anaconda:dnf: Installed: rpm-build-libs-4.14.3-13.el8.aarch64 06:18:45,887 DEBUG anaconda:dnf: Installed: rpm-libs-4.14.3-13.el8.aarch64 06:18:45,887 INFO anaconda:packaging: Verifying: libsss_nss_idmap-2.4.0-9.el8.aarch64 1616563333 06abdf5b44d026d675c1605e3de92a843ef0095c76c9752aa422a8903bc55808 06:18:45,887 INFO anaconda:packaging: Verifying: libsss_sudo-2.4.0-9.el8.aarch64 1616563333 476f9e6fcb6d4575c4ceb527f6b55c190bb2c0a11fd9360d70135180ac2b635b 06:18:45,888 DEBUG anaconda:dnf: Installed: rpm-plugin-selinux-4.14.3-13.el8.aarch64 06:18:45,889 DEBUG anaconda:dnf: Installed: rpm-plugin-systemd-inhibit-4.14.3-13.el8.aarch64 06:18:45,890 DEBUG anaconda:dnf: Installed: rsync-3.1.3-12.el8.aarch64 06:18:45,891 DEBUG anaconda:dnf: Installed: rsyslog-8.1911.0-7.el8.aarch64 06:18:45,892 DEBUG anaconda:dnf: Installed: sed-4.5-2.el8.aarch64 06:18:45,895 DEBUG anaconda:dnf: Installed: selinux-policy-3.14.3-67.el8.noarch 06:18:45,896 DEBUG anaconda:dnf: Installed: selinux-policy-targeted-3.14.3-67.el8.noarch 06:18:45,896 INFO anaconda:packaging: Verifying: libstdc++-8.4.1-1.el8.aarch64 1602524519 4c2721eb67d8ce9a71b10a8a2cf82fdc6ee1f3663b8b65eb6128bde4b2df9740 06:18:45,896 DEBUG anaconda:dnf: Installed: setroubleshoot-plugins-3.3.13-1.el8.noarch 06:18:45,897 DEBUG anaconda:dnf: Installed: setroubleshoot-server-3.3.24-3.el8.aarch64 06:18:45,898 DEBUG anaconda:dnf: Installed: setup-2.12.2-6.el8.noarch 06:18:45,898 INFO anaconda:packaging: Verifying: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 06:18:45,903 DEBUG anaconda:dnf: Installed: sg3_utils-1.44-5.el8.aarch64 06:18:45,903 DEBUG anaconda:dnf: Installed: sg3_utils-libs-1.44-5.el8.aarch64 06:18:45,903 DEBUG anaconda:dnf: Installed: shadow-utils-2:4.6-12.el8.aarch64 06:18:45,903 DEBUG anaconda:dnf: Installed: shared-mime-info-1.9-3.el8.aarch64 06:18:45,903 DEBUG anaconda:dnf: Installed: shim-aa64-15-15.el8_2.aarch64 06:18:45,904 DEBUG anaconda:dnf: Installed: slang-2.3.2-3.el8.aarch64 06:18:45,905 DEBUG anaconda:dnf: Installed: snappy-1.1.8-3.el8.aarch64 06:18:45,906 INFO anaconda:packaging: Verifying: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 06:18:45,906 DEBUG anaconda:dnf: Installed: sos-4.0-11.el8.noarch 06:18:45,907 DEBUG anaconda:dnf: Installed: sqlite-libs-3.26.0-13.el8.aarch64 06:18:45,907 INFO anaconda:packaging: Verifying: libtalloc-2.3.1-2.el8.aarch64 1594938760 0029a34ac546a1104f0d3ec58bea955f19c26daa6f73ccfe16c659badf2611cf 06:18:45,908 DEBUG anaconda:dnf: Installed: squashfs-tools-4.3-20.el8.aarch64 06:18:45,908 DEBUG anaconda:dnf: Installed: sscg-2.3.3-14.el8.aarch64 06:18:45,909 INFO anaconda:packaging: Verifying: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 06:18:45,909 DEBUG anaconda:dnf: Installed: sssd-client-2.4.0-9.el8.aarch64 06:18:45,911 INFO anaconda:packaging: Verifying: libtdb-1.4.3-1.el8.aarch64 1594938956 3bf6931172acbde40c8ab685946e89075175f443ec27c220370445cdba5b619f 06:18:45,912 DEBUG anaconda:dnf: Installed: sssd-common-2.4.0-9.el8.aarch64 06:18:45,913 DEBUG anaconda:dnf: Installed: sssd-kcm-2.4.0-9.el8.aarch64 06:18:45,913 INFO anaconda:packaging: Verifying: libteam-1.31-2.el8.aarch64 1599579275 4f1d3ac69dc9ded1f121002a01aed7a69f526c0fd6313b6aa46267a16de5f675 06:18:45,913 DEBUG anaconda:dnf: Installed: sssd-nfs-idmap-2.4.0-9.el8.aarch64 06:18:45,914 DEBUG anaconda:dnf: Installed: sudo-1.8.29-7.el8.aarch64 06:18:45,914 DEBUG anaconda:dnf: Installed: systemd-239-45.el8.aarch64 06:18:45,915 INFO anaconda:packaging: Verifying: libtevent-0.10.2-2.el8.aarch64 1594939778 587aaa3208d8682fca63899ef19164600e43260f8509db60fd21fce03a0877a4 06:18:45,915 DEBUG anaconda:dnf: Installed: systemd-libs-239-45.el8.aarch64 06:18:45,916 DEBUG anaconda:dnf: Installed: systemd-pam-239-45.el8.aarch64 06:18:45,916 INFO anaconda:packaging: Verifying: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 06:18:45,916 DEBUG anaconda:dnf: Installed: systemd-udev-239-45.el8.aarch64 06:18:45,917 DEBUG anaconda:dnf: Installed: tar-2:1.30-5.el8.aarch64 06:18:45,918 DEBUG anaconda:dnf: Installed: teamd-1.31-2.el8.aarch64 06:18:45,918 DEBUG anaconda:dnf: Installed: timedatex-0.5-3.el8.aarch64 06:18:45,919 DEBUG anaconda:dnf: Installed: tpm2-tss-2.3.2-3.el8.aarch64 06:18:45,920 DEBUG anaconda:dnf: Installed: trousers-0.3.15-1.el8.aarch64 06:18:45,920 DEBUG anaconda:dnf: Installed: trousers-lib-0.3.15-1.el8.aarch64 06:18:45,921 DEBUG anaconda:dnf: Installed: tuned-2.15.0-2.el8.noarch 06:18:45,922 DEBUG anaconda:dnf: Installed: tzdata-2021a-1.el8.noarch 06:18:45,923 DEBUG anaconda:dnf: Installed: udisks2-2.9.0-6.el8.aarch64 06:18:45,923 DEBUG anaconda:dnf: Installed: unbound-libs-1.7.3-15.el8.aarch64 06:18:45,924 DEBUG anaconda:dnf: Installed: util-linux-2.32.1-27.el8.aarch64 06:18:45,924 DEBUG anaconda:dnf: Installed: vim-minimal-2:8.0.1763-15.el8.aarch64 06:18:45,925 DEBUG anaconda:dnf: Installed: virt-what-1.18-6.el8.aarch64 06:18:45,926 DEBUG anaconda:dnf: Installed: volume_key-libs-0.3.11-5.el8.aarch64 06:18:45,926 DEBUG anaconda:dnf: Installed: which-2.21-12.el8.aarch64 06:18:45,926 INFO anaconda:packaging: Verifying: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 06:18:45,927 DEBUG anaconda:dnf: Installed: xfsprogs-5.0.0-8.el8.aarch64 06:18:45,928 DEBUG anaconda:dnf: Installed: xkeyboard-config-2.28-1.el8.noarch 06:18:45,928 INFO anaconda:packaging: Verifying: libusbx-1.0.23-4.el8.aarch64 1597695003 ae797d004f3cafb89773fcc8a3f0d6d046546b7cb3f9741be200d095c637706f 06:18:45,928 DEBUG anaconda:dnf: Installed: xz-5.2.4-3.el8.aarch64 06:18:45,929 DEBUG anaconda:dnf: Installed: xz-libs-5.2.4-3.el8.aarch64 06:18:45,929 INFO anaconda:packaging: Verifying: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 06:18:45,932 DEBUG anaconda:dnf: Installed: yum-4.4.2-11.el8.noarch 06:18:45,932 INFO anaconda:packaging: Verifying: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 06:18:45,933 DEBUG anaconda:dnf: Installed: yum-utils-4.0.18-4.el8.noarch 06:18:45,934 INFO anaconda:packaging: Verifying: libuuid-2.32.1-27.el8.aarch64 1611212711 83ae9139d0c1113285841b8f72d9593d295cba2c5bbfe65380146cd2af9f45ce 06:18:45,934 DEBUG anaconda:dnf: Installed: zlib-1.2.11-17.el8.aarch64 06:18:45,935 INFO anaconda:packaging: Verifying: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 06:18:45,940 INFO anaconda:packaging: Verifying: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 06:18:45,942 INFO anaconda:packaging: Verifying: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 06:18:45,943 INFO anaconda:packaging: Verifying: libxml2-2.9.7-9.el8.aarch64 1603744063 a87f0f5efbdee8cb87d1cad13fc64e95b38899b5ecb5e64a20bb0c6b5c0be380 06:18:45,947 INFO anaconda:packaging: Verifying: libxmlb-0.1.15-1.el8.aarch64 1589587122 681a63da0ba730eb9acfc209b02e0df7d9cb48722703389c05461e56848b8a93 06:18:45,950 INFO anaconda:packaging: Verifying: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 06:18:45,960 INFO anaconda:packaging: Verifying: libzstd-1.4.4-1.el8.aarch64 1592405039 b560a8a185100a7c80e6c32f69ba65ce17004156f7218cf183249b15c13295cc 06:18:45,962 INFO anaconda:packaging: Verifying: linux-firmware-20201218-102.git05789708.el8.noarch 1611853440 cad76a2802c5f355b527df3cabde70bd58b31ec4b7de3b1ac15a429cda5b9b03 06:18:45,963 INFO anaconda:packaging: Verifying: logrotate-3.14.0-4.el8.aarch64 1589594143 652669a54f26b9d3d43a344c7b1ddd50c9601acaed10779f7183bbf9b730a351 06:18:45,965 INFO anaconda:packaging: Verifying: lshw-B.02.19.2-5.el8.aarch64 1612335858 b85c88cf8bbc27f000910367fa1a95e031c0a1ce20fde06b8ad9b8892e73b99e 06:18:45,967 INFO anaconda:packaging: Verifying: lsscsi-0.32-2.el8.aarch64 1605563467 c2db72eece99cda2b9e88517fc5c619e40fea27ac2bd8f17155ae731ebea320e 06:18:45,977 INFO anaconda:packaging: Verifying: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 06:18:45,979 INFO anaconda:packaging: Verifying: lz4-libs-1.8.3-2.el8.aarch64 1592263918 c01d29ceac8da2cfd53646e40077cca16acf582d1902f728041aed614d0e0208 06:18:45,981 INFO anaconda:packaging: Verifying: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 06:18:45,982 INFO anaconda:packaging: Verifying: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 06:18:45,984 INFO anaconda:packaging: Verifying: mdadm-4.1-15.el8.aarch64 1610614999 0e3dd5c4492e0e7057b653764b183f4adc1bc1150ba83287a7f914591d6c6012 06:18:46,001 INFO anaconda:packaging: Verifying: memstrack-0.1.11-1.el8.aarch64 1597179886 d243985eed87e395c99f05ecfda5a55884d1e7df6f02f5ee01fcc76f520c9f1a 06:18:46,003 INFO anaconda:packaging: Verifying: mokutil-1:0.3.0-11.el8.aarch64 1611112249 7497656e09f43d0bbd9f97a89736b0d46bd8fe4ac823d78c5165b4efd9b5b4d2 06:18:46,004 INFO anaconda:packaging: Verifying: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 06:18:46,006 INFO anaconda:packaging: Verifying: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 06:18:46,008 INFO anaconda:packaging: Verifying: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 06:18:46,011 INFO anaconda:packaging: Verifying: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d 06:18:46,012 INFO anaconda:packaging: Verifying: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 06:18:46,014 INFO anaconda:packaging: Verifying: nettle-3.4.1-2.el8.aarch64 1592247339 fe4dea1bed629216c6febbb66092d3999c769cb1e841e46d852a53be64368c1c 06:18:46,019 INFO anaconda:packaging: Verifying: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 06:18:46,020 INFO anaconda:packaging: Verifying: nfs-utils-1:2.3.3-41.el8.aarch64 1611313868 3c1ae7bed88a0b79cbfd4d421146fde1aad7fcb7a852929a8ea8643d87c85a20 06:18:46,022 INFO anaconda:packaging: Verifying: nftables-1:0.9.3-18.el8.aarch64 1615411625 b5a6e135afed7038aa1b6f5f53ddb98fc079765fcd84ec36b27c4af3dae3d33a 06:18:46,024 INFO anaconda:packaging: Verifying: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 06:18:46,025 INFO anaconda:packaging: Verifying: numactl-libs-2.0.12-11.el8.aarch64 1589588457 316ba902f1e1ee768e86f956efd4f4cc30d9023d7797ec3a4cbfd727363ad274 06:18:46,027 INFO anaconda:packaging: Verifying: openldap-2.4.46-16.el8.aarch64 1600969784 a2490697c3a58b815d69958c9e5294e30074916242d4bf81a1f6ed491a637a23 06:18:46,029 INFO anaconda:packaging: Verifying: openssh-8.0p1-5.el8.aarch64 1587953069 50624b9c8e65473baa8f5c70a5662e7cf37db2bc4a790fbc39b9b0f11c66c64a 06:18:46,030 INFO anaconda:packaging: Verifying: openssh-clients-8.0p1-5.el8.aarch64 1587953069 599d1ff7c2bcfeb496a2f7f3a45f5d38fa760a48a9db3ba207220599c4f7daca 06:18:46,032 INFO anaconda:packaging: Verifying: openssh-server-8.0p1-5.el8.aarch64 1587953069 3afd377bb443f9abdf8a47dd61d32e5aecc32f4e6c910471768c83972b0ed98e 06:18:46,033 INFO anaconda:packaging: Verifying: openssl-1:1.1.1g-15.el8_3.aarch64 1617116102 4201b41e521c75ab876d9ae2687bd31369a7b87de2f6b4042be788f7fd3ecfc4 06:18:46,035 INFO anaconda:packaging: Verifying: openssl-libs-1:1.1.1g-15.el8_3.aarch64 1617116102 0a85ce00ab6f9894dc40287bc99cae6583d821c105852072db78c1f4afa85e20 06:18:46,037 INFO anaconda:packaging: Verifying: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 06:18:46,038 INFO anaconda:packaging: Verifying: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 06:18:46,040 INFO anaconda:packaging: Verifying: p11-kit-0.23.22-1.el8.aarch64 1610440318 cfee10a5ca5613896a4e84716aa393094fd97c09f2c585c9aa921e6063783867 06:18:46,041 INFO anaconda:packaging: Verifying: p11-kit-trust-0.23.22-1.el8.aarch64 1610440318 3fc181bf0f076fef283fdb63d36e7b84930c8822fa67dff6e1ccea9987d6dbf3 06:18:46,043 INFO anaconda:packaging: Verifying: pam-1.3.1-14.el8.aarch64 1606949345 32f47ba9eb0537e9939b6d8afc0e7f44bdeebca2f33513b7fafeec27101d4257 06:18:46,045 INFO anaconda:packaging: Verifying: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 06:18:46,046 INFO anaconda:packaging: Verifying: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 06:18:46,048 INFO anaconda:packaging: Verifying: pciutils-3.7.0-1.el8.aarch64 1606871367 8337a6e98b7ae82d5263e08524381a5e396fd7cafca6f7195753286c0c082a04 06:18:46,049 INFO anaconda:packaging: Verifying: pciutils-libs-3.7.0-1.el8.aarch64 1606871367 ae037b9b513dd2ce6b4ecce6255a8fddf94367bc9c348ba45c5aefbfeff29201 06:18:46,051 INFO anaconda:packaging: Verifying: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 06:18:46,052 INFO anaconda:packaging: Verifying: pcre2-10.32-2.el8.aarch64 1592282612 3a386eca4550def1fef05213ddc8fe082e589a2fe2898f634265fbe8fe828296 06:18:46,054 INFO anaconda:packaging: Verifying: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 06:18:46,056 INFO anaconda:packaging: Verifying: platform-python-3.6.8-37.el8.aarch64 1616134578 853f212dd85cba56a3400e1731cc7c4c63fa268cd556ab059f198b1c2866e77a 06:18:46,057 INFO anaconda:packaging: Verifying: platform-python-pip-9.0.3-19.el8.noarch 1610615033 5205c68e394487f019e5fe82c460b5b3a1c9950ae3d0b9ccafa9cfcc8ce9e6fe 06:18:46,059 INFO anaconda:packaging: Verifying: platform-python-setuptools-39.2.0-6.el8.noarch 1587953140 946ba273a3a3b6fdf140f3c03112918c0a556a5871c477f5dbbb98600e6ca557 06:18:46,060 INFO anaconda:packaging: Verifying: policycoreutils-2.9-14.el8.aarch64 1616130866 fd775c5c414c71bcb408333c9fb7fb46258f9655e42d3cd801f3b348a18e9ed7 06:18:46,062 INFO anaconda:packaging: Verifying: policycoreutils-python-utils-2.9-14.el8.noarch 1616130866 90a76e9e6f91deeb03c0fea610e84ce30b492b42a3bd76cf7188665d59a80274 06:18:46,064 INFO anaconda:packaging: Verifying: polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 06:18:46,065 INFO anaconda:packaging: Verifying: polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 06:18:46,067 INFO anaconda:packaging: Verifying: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 06:18:46,068 INFO anaconda:packaging: Verifying: popt-1.18-1.el8.aarch64 1611040244 2596d6cba62bf9594e4fbb07df31e2459eb6fca8e479fd0be2b32c7561e9ad95 06:18:46,070 INFO anaconda:packaging: Verifying: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 06:18:46,071 INFO anaconda:packaging: Verifying: procps-ng-3.3.15-6.el8.aarch64 1612250093 dda0f9ad611135e6bee3459f183292cb1364b6c09795ead62cfe402426482212 06:18:46,073 INFO anaconda:packaging: Verifying: psmisc-23.1-5.el8.aarch64 1595372379 e6852f9e715174c037c57ef9ee45a6318775968322c244185fc51f40a10dbdcc 06:18:46,075 INFO anaconda:packaging: Verifying: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 06:18:46,076 INFO anaconda:packaging: Verifying: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 06:18:46,078 INFO anaconda:packaging: Verifying: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 06:18:46,080 INFO anaconda:packaging: Verifying: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 06:18:46,081 INFO anaconda:packaging: Verifying: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 06:18:46,083 INFO anaconda:packaging: Verifying: python3-cryptography-3.2.1-4.el8.aarch64 1614670255 d63ab488f12e9c43a6f915cba388b381677a2f89b2c8910852b1de906978b1fc 06:18:46,084 INFO anaconda:packaging: Verifying: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 06:18:46,086 INFO anaconda:packaging: Verifying: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 06:18:46,087 INFO anaconda:packaging: Verifying: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 06:18:46,089 INFO anaconda:packaging: Verifying: python3-dnf-4.4.2-11.el8.noarch 1615491563 31f906e19cd725334dbf542b607604e019e34f5796d69f17afdd8470ce982b0b 06:18:46,091 INFO anaconda:packaging: Verifying: python3-dnf-plugins-core-4.0.18-4.el8.noarch 1615491543 932108dfb97eca6e5ecc724275a74934d9f13f4969c67c981759c2e0b2d0ef09 06:18:46,092 INFO anaconda:packaging: Verifying: python3-firewall-0.8.2-6.el8.noarch 1612422189 d9fcdf78bae8bf3f3e7d469686a07fdb337567a7f6159397eee990730eb8cd11 06:18:46,094 INFO anaconda:packaging: Verifying: python3-gobject-base-3.28.3-2.el8.aarch64 1595266368 ddc064aa8fb904fbcb1c0da0946f61581a30f6dea8fde9343c29491b0bcd7009 06:18:46,095 INFO anaconda:packaging: Verifying: python3-gpg-1.13.1-7.el8.aarch64 1609882988 26962c14b5d9645d815f6c9c23cbbec935321c4cdde3d62adc26f322019da36b 06:18:46,097 INFO anaconda:packaging: Verifying: python3-hawkey-0.55.0-7.el8.aarch64 1615494753 f0173d65c9fa3e16a25c14ecb901f8736286ff5f08e529ad816a242ca76ae1f9 06:18:46,099 INFO anaconda:packaging: Verifying: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 06:18:46,100 INFO anaconda:packaging: Verifying: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 06:18:46,102 INFO anaconda:packaging: Verifying: python3-libcomps-0.1.11-5.el8.aarch64 1612422297 702db562b775f8b2728a5a719c3818f94d78d7f533f10eeceda1f49dca637a2e 06:18:46,103 INFO anaconda:packaging: Verifying: python3-libdnf-0.55.0-7.el8.aarch64 1615494753 f5caf82f2a2d683e69d99f96395dfa02472186473ba58edf4e41ac8af79e0bd9 06:18:46,105 INFO anaconda:packaging: Verifying: python3-libs-3.6.8-37.el8.aarch64 1616134578 9834b8aa6a6e84f30f6a4d417539ce48a643df8e34f9e09bc32fa51c7aa28e8b 06:18:46,107 INFO anaconda:packaging: Verifying: python3-libselinux-2.9-5.el8.aarch64 1603743587 1a39d5db45d7e97f0a9b564b263ae22d20433bd2f40a6298b8e3ca6a80875da3 06:18:46,108 INFO anaconda:packaging: Verifying: python3-libsemanage-2.9-6.el8.aarch64 1612389818 bc96ccd4671ee6a42d4ad5bbfbbd67ad397d276e29b4353ca6d67ae9705924a7 06:18:46,110 INFO anaconda:packaging: Verifying: python3-libxml2-2.9.7-9.el8.aarch64 1603744063 ced203a2b1a5736f45a3ed484a87e058e77faf7053c22dabc3e3537fc630b2d3 06:18:46,111 INFO anaconda:packaging: Verifying: python3-linux-procfs-0.6.3-1.el8.noarch 1610550079 dc835194ecfa6ebda81e0a764c953eff3422a61863e9a3e0dc74ea4cae7a4d94 06:18:46,113 INFO anaconda:packaging: Verifying: python3-nftables-1:0.9.3-18.el8.aarch64 1615411625 e357ec4e4c90e0787fc54a045db7f2049b5909ba77dfe8e7056d1d1cec2658ec 06:18:46,114 INFO anaconda:packaging: Verifying: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 06:18:46,116 INFO anaconda:packaging: Verifying: python3-perf-4.18.0-305.3.1.el8.aarch64 1622565463 44dc677b832d3c1132db4c8f2d1a8610faa1f7ec8683e6181d6d12487028c7c5 06:18:46,118 INFO anaconda:packaging: Verifying: python3-pip-wheel-9.0.3-19.el8.noarch 1610615033 65929ef76ddfeb7ce8df91a5db144fdc3553a8d6539f7774e39293d0231b22f7 06:18:46,119 INFO anaconda:packaging: Verifying: python3-ply-3.9-9.el8.noarch 1610439834 d1e8c7a00924d1a6dee44ade189025853a501d4f77c73f3bfc006aa907d97daf 06:18:46,121 INFO anaconda:packaging: Verifying: python3-policycoreutils-2.9-14.el8.noarch 1616130866 c28e181d809d28e50acf6614855b449ccd3a98e1499c83ffd3114785f408638e 06:18:46,122 INFO anaconda:packaging: Verifying: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 06:18:46,124 INFO anaconda:packaging: Verifying: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 06:18:46,126 INFO anaconda:packaging: Verifying: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 06:18:46,127 INFO anaconda:packaging: Verifying: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 06:18:46,129 INFO anaconda:packaging: Verifying: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 06:18:46,130 INFO anaconda:packaging: Verifying: python3-rpm-4.14.3-13.el8.aarch64 1613459542 08803e46f46b33b127e2e88a7eb5bb4ec39f5bc34417d89dcceb73502cc5db1c 06:18:46,132 INFO anaconda:packaging: Verifying: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 06:18:46,134 INFO anaconda:packaging: Verifying: python3-setools-4.3.0-2.el8.aarch64 1595367589 bd4efc248eee5517821027c94e937c69f92bac82243dc7798456fcef51521766 06:18:46,136 INFO anaconda:packaging: Verifying: python3-setuptools-wheel-39.2.0-6.el8.noarch 1587953140 b19bd4f106ce301ee21c860183cc1c2ef9c09bdf495059bdf16e8d8ccc71bbe8 06:18:46,138 INFO anaconda:packaging: Verifying: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 06:18:46,139 INFO anaconda:packaging: Verifying: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 06:18:46,141 INFO anaconda:packaging: Verifying: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 06:18:46,142 INFO anaconda:packaging: Verifying: python3-syspurpose-1.28.13-2.el8.aarch64 1617036769 2eb6eee20368af83bdaefef32c3d2a8f4596cdcc0ee08e5c20b46f2c544f5bd0 06:18:46,144 INFO anaconda:packaging: Verifying: python3-urllib3-1.24.2-5.el8.noarch 1605564342 aa1835fd302a37b84ac256db5dd0de09bd9883a5a07775aedb491faf46b18ee0 06:18:46,146 INFO anaconda:packaging: Verifying: quota-1:4.04-12.el8.aarch64 1611111782 d64ea344f88f24fa4ba7f16d69657754111c8a1d7b3b008dc6244f10fdf58f3a 06:18:46,147 INFO anaconda:packaging: Verifying: quota-nls-1:4.04-12.el8.noarch 1611111782 ff3846c5910773af5466b5c3640ffd3c867c2bcbcccc11a7c11eb4438d9e3ae2 06:18:46,149 INFO anaconda:packaging: Verifying: rdma-core-32.0-4.el8.aarch64 1612170306 0a7791c66884e6ce6ab93bc0ea3070035e7b3e8e65cbffc6f3cee103e2fd2fb2 06:18:46,151 INFO anaconda:packaging: Verifying: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 06:18:46,152 INFO anaconda:packaging: Verifying: rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 06:18:46,154 INFO anaconda:packaging: Verifying: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 06:18:46,156 INFO anaconda:packaging: Verifying: rpcbind-1.2.5-8.el8.aarch64 1606871753 19de7245f0ce7a0fed90263e2b63d98edb549ba1f40ce17916842ef3eb937c44 06:18:46,157 INFO anaconda:packaging: Verifying: rpm-4.14.3-13.el8.aarch64 1613459542 36ffbd25cace14cb9f5a71038f2675def0ffce6fe6cdf71cf4c4539016e37e83 06:18:46,159 INFO anaconda:packaging: Verifying: rpm-build-libs-4.14.3-13.el8.aarch64 1613459542 3afe93d601aea108167931029d9d899d5934ca5b9a9ebcb1a3515249a3449b7b 06:18:46,160 INFO anaconda:packaging: Verifying: rpm-libs-4.14.3-13.el8.aarch64 1613459542 9b096b74f4f39d6707e98577433ca892a6022896af95f70107e71750334e34cf 06:18:46,162 INFO anaconda:packaging: Verifying: rpm-plugin-selinux-4.14.3-13.el8.aarch64 1613459542 e7f87522f48f9a53d4b0ba5007ae8f25d2c51743bc2790c8088fddb4f269c457 06:18:46,163 INFO anaconda:packaging: Verifying: rpm-plugin-systemd-inhibit-4.14.3-13.el8.aarch64 1613459542 b7a6b5e3762030b8576f59c5aab7cc5857f4fca2e4d587e4d0b78a9c80827f06 06:18:46,165 INFO anaconda:packaging: Verifying: rsync-3.1.3-12.el8.aarch64 1608719042 94ffbde06999afef29ad7d85eb1d2e6fd7e8b168e0604d9b6ad4dca350264e5f 06:18:46,167 INFO anaconda:packaging: Verifying: sed-4.5-2.el8.aarch64 1592252158 f89de80c1d2c1c8ad2b1bb92055b1a4c7dca0ca0ffb6419b76e13617f1fe827e 06:18:46,168 INFO anaconda:packaging: Verifying: selinux-policy-3.14.3-67.el8.noarch 1616085470 d884ccfe3e7d85f3c1459fa4d1f1f860cafa62ee936ae9b4b4302994c912781f 06:18:46,170 INFO anaconda:packaging: Verifying: selinux-policy-targeted-3.14.3-67.el8.noarch 1616085470 61cd86c3aa85e8a827fdc4114277591be0a8df95f81c03740c0a4891b063f8dd 06:18:46,171 INFO anaconda:packaging: Verifying: setup-2.12.2-6.el8.noarch 1589520015 9e540fe1fcf866ba1e738e012eef5459d34cca30385df73973e6fc7c6eadb55f 06:18:46,173 INFO anaconda:packaging: Verifying: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 06:18:46,174 INFO anaconda:packaging: Verifying: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 06:18:46,176 INFO anaconda:packaging: Verifying: shadow-utils-2:4.6-12.el8.aarch64 1606872265 e02cf950ed3b32e0e4e122f11f136899f9eb5185bf5dd70ebc604e7d27485705 06:18:46,178 INFO anaconda:packaging: Verifying: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 06:18:46,179 INFO anaconda:packaging: Verifying: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 06:18:46,181 INFO anaconda:packaging: Verifying: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 06:18:46,182 INFO anaconda:packaging: Verifying: snappy-1.1.8-3.el8.aarch64 1598294912 4731985b22fc7b733ff89be6c1423396f27c94a78bb09fc89be5c2200bee893c 06:18:46,184 INFO anaconda:packaging: Verifying: sos-4.0-11.el8.noarch 1616085036 83bc9ea2fd57eb29a4390165af36b7246a7cf47face1c7cf29cd8422dde1f3e0 06:18:46,186 INFO anaconda:packaging: Verifying: sqlite-libs-3.26.0-13.el8.aarch64 1607019474 3052778c1f7282001f04bf8221dc387203e9d8bdfc51700b0c3a9e801618bbf8 06:18:46,187 INFO anaconda:packaging: Verifying: squashfs-tools-4.3-20.el8.aarch64 1615492303 086bed04556b2fdd44edc362de6c77c68302e7070d0bd52be1c77950de3992a0 06:18:46,189 INFO anaconda:packaging: Verifying: sssd-client-2.4.0-9.el8.aarch64 1616563333 bc86cc2fe906b48496b30477394363258925e5b5a84ab0831ca8980ecc683fe6 06:18:46,190 INFO anaconda:packaging: Verifying: sssd-common-2.4.0-9.el8.aarch64 1616563333 479fb742c3a71ebaceb8441087185e8033660c7095fbb910670c0067d85efe68 06:18:46,192 INFO anaconda:packaging: Verifying: sssd-kcm-2.4.0-9.el8.aarch64 1616563333 47cfdcc5cb75ccf8a708cbc3f83fc098e0cdb980412ec789807ca6817494558a 06:18:46,194 INFO anaconda:packaging: Verifying: sssd-nfs-idmap-2.4.0-9.el8.aarch64 1616563333 ea3c0cb7d882e077db4bcf24e91bef5f1fa2f92e0594a0bddf47608a02e40d90 06:18:46,195 INFO anaconda:packaging: Verifying: sudo-1.8.29-7.el8.aarch64 1612458867 633737dc830de1084efc2637d6f4246f4a5b93eba3106184e4541f698c4f99e9 06:18:46,197 INFO anaconda:packaging: Verifying: systemd-239-45.el8.aarch64 1615924435 1d6f63ba2c480bed3de1bde9b476de9dbc25b95436909ae1d796657104449c3a 06:18:46,199 INFO anaconda:packaging: Verifying: systemd-libs-239-45.el8.aarch64 1615924435 6a18cccaf3fcaabf1fd2085b8f4174abfc72bfdbf3d03eaa7656ff070cb726af 06:18:46,200 INFO anaconda:packaging: Verifying: systemd-pam-239-45.el8.aarch64 1615924435 4d0e42530fdddaf4de48e092874539477c5d6d64a1d7b0d3d446bbe1fb0d9daa 06:18:46,202 INFO anaconda:packaging: Verifying: systemd-udev-239-45.el8.aarch64 1615924435 6026ba9c058fa48a5b85dfc064c057337f2c6a93ea2c113503b02ab42bf31ed0 06:18:46,203 INFO anaconda:packaging: Verifying: tar-2:1.30-5.el8.aarch64 1595282431 3d527d861793fe3a74b6254540068e8b846e6df20d75754df39904e67f1e569f 06:18:46,205 INFO anaconda:packaging: Verifying: teamd-1.31-2.el8.aarch64 1599579275 a2b5f3f92b2265a36c8a33b8315e56cd1399ac33d04ae2f34cb47ae56d89824f 06:18:46,207 INFO anaconda:packaging: Verifying: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 06:18:46,208 INFO anaconda:packaging: Verifying: tpm2-tss-2.3.2-3.el8.aarch64 1606872642 c5f38ac5bbae4a978bb96cc5b89a3abc0bdcc7b66325845805d0766820d1746f 06:18:46,210 INFO anaconda:packaging: Verifying: trousers-0.3.15-1.el8.aarch64 1605564531 292c904845193c84dd61405c4cdcb40068e8e801b0f8c38075061d0c0a986b11 06:18:46,211 INFO anaconda:packaging: Verifying: trousers-lib-0.3.15-1.el8.aarch64 1605564531 f006928e944be95bb8d6cb757d759ad25d76d2c36d05e7eab1c4308ed6134c90 06:18:46,213 INFO anaconda:packaging: Verifying: tuned-2.15.0-2.el8.noarch 1614322956 59769044f389442fda8f04326898509c309f420c2084d5af4092265769f41584 06:18:46,214 INFO anaconda:packaging: Verifying: tzdata-2021a-1.el8.noarch 1611698248 44999c555a6e4bb6cf5e6f6a79819e76912d036732cb50efaeefc20a180dd839 06:18:46,216 INFO anaconda:packaging: Verifying: util-linux-2.32.1-27.el8.aarch64 1611212711 f4d705c5bc70034622eade992acf7a2484f0cb64442250f6f0c30bf025588357 06:18:46,218 INFO anaconda:packaging: Verifying: vim-minimal-2:8.0.1763-15.el8.aarch64 1592495458 2b743f157f47b27a0528d53fd9ae3e4eb0553f4b8357d01d362dd1b0e4e87c06 06:18:46,220 INFO anaconda:packaging: Verifying: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 06:18:46,221 INFO anaconda:packaging: Verifying: which-2.21-12.el8.aarch64 1586218225 1b18f97ab111e6de0b29e610094a16440c2b6e24a8c47460c4353efc02656bbb 06:18:46,223 INFO anaconda:packaging: Verifying: xfsprogs-5.0.0-8.el8.aarch64 1610439994 837415ea8b9b03d658b7381f40e545d17156b3cf77be24d0f52b1e668dba876b 06:18:46,225 INFO anaconda:packaging: Verifying: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 06:18:46,226 INFO anaconda:packaging: Verifying: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 06:18:46,228 INFO anaconda:packaging: Verifying: yum-4.4.2-11.el8.noarch 1615491563 5e8839ed1ad834e8e6302c3e99d9b2cc42d6cbeb496f653acbb31d0418423ccc 06:18:46,229 INFO anaconda:packaging: Verifying: yum-utils-4.0.18-4.el8.noarch 1615491543 03029d138ec936e6b0b81cd7095f2a85d1c9688a9fb45ba49a4c956d9ea8162b 06:18:46,231 INFO anaconda:packaging: Verifying: zlib-1.2.11-17.el8.aarch64 1604007244 19223c1996366de6f38c38f5d0163368fbff9c29149bb925ffe8d2eba79b239c 06:18:46,232 INFO anaconda:packaging: Verifying: PackageKit-1.1.12-6.el8.aarch64 1592260767 8cb3ec4e989bd4683533ffd91ac7b7eae70465e175fc3cee5bb7aa8950c9c767 06:18:46,234 INFO anaconda:packaging: Verifying: PackageKit-glib-1.1.12-6.el8.aarch64 1592260767 f6b8397ec69323c3e0d12c1e4bfe55bc048060696412c9f17a82541683b5d98f 06:18:46,236 INFO anaconda:packaging: Verifying: abattis-cantarell-fonts-0.0.25-6.el8.noarch 1609181181 11838afbfab4da7d5fa6e01046f76cce0b0a0c174a87c522eba440fce16e316f 06:18:46,237 INFO anaconda:packaging: Verifying: authselect-compat-1.2.2-2.el8.aarch64 1616085339 c36d044a08801713014d597125bf4d40c6f11b3a22ac0d7cc882e90812b87234 06:18:46,239 INFO anaconda:packaging: Verifying: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 06:18:46,240 INFO anaconda:packaging: Verifying: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 06:18:46,242 INFO anaconda:packaging: Verifying: cloud-init-20.3-10.el8.noarch 1612508500 dc4f0cc77cf4c89469cf0f9c88b52f2c8c2c35f4e6d714bbdae2083440483311 06:18:46,244 INFO anaconda:packaging: Verifying: cloud-utils-growpart-0.31-1.el8.noarch 1595342687 7800dfd0d4769a898d11db330fdb5b19614533628a45fe91cce406d6cd1f0c71 06:18:46,246 INFO anaconda:packaging: Verifying: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 06:18:46,247 INFO anaconda:packaging: Verifying: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 06:18:46,249 INFO anaconda:packaging: Verifying: libX11-1.6.8-4.el8.aarch64 1604964252 0c55280aa609dc0d9ac4a61f28fac3621de0fe6b602f48ed356f605d746938e3 06:18:46,251 INFO anaconda:packaging: Verifying: libX11-common-1.6.8-4.el8.noarch 1604964252 5f445b2b2a4bdeabd555e25dfa10119d9f4e4e500d1c4492219dd8647f119ce2 06:18:46,253 INFO anaconda:packaging: Verifying: libXau-1.0.9-3.el8.aarch64 1592328437 8bf41dce8686f8e22965691a109aff955d664c53f8e18275e743b36bf3ff22bd 06:18:46,254 INFO anaconda:packaging: Verifying: libXext-1.3.4-1.el8.aarch64 1592336126 83b269e23f52dd57c474b47dd5575f17c8c5875b10619c12664b968d6186c039 06:18:46,255 INFO anaconda:packaging: Verifying: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 06:18:46,257 INFO anaconda:packaging: Verifying: libatasmart-0.19-14.el8.aarch64 1557796170 2cb6c88868446219d7cb277e3592f10aa233c9f8cecda16594a21ef35e212565 06:18:46,259 INFO anaconda:packaging: Verifying: libblockdev-2.24-5.el8.aarch64 1610550691 32139f25d31aa0a24af7f323dd0b2b3e61a223a0625647a202a4dd096177604b 06:18:46,260 INFO anaconda:packaging: Verifying: libblockdev-crypto-2.24-5.el8.aarch64 1610550691 cd64280a4ed9674ab653e1ac2310dd760aeed80d1375ac993e4f55667bba68ac 06:18:46,262 INFO anaconda:packaging: Verifying: libblockdev-fs-2.24-5.el8.aarch64 1610550691 c15152fc2384c0975239d56e66dc0230910bcc4b4ec910789b566d0bdd5a402a 06:18:46,263 INFO anaconda:packaging: Verifying: libblockdev-loop-2.24-5.el8.aarch64 1610550691 84a35e99f477325de799c003dda1f18fc4f55aa0568d2a8f76ceead48018be87 06:18:46,264 INFO anaconda:packaging: Verifying: libblockdev-mdraid-2.24-5.el8.aarch64 1610550691 d56c41cbf844250ed8de74d3c6e0d0ed4085cf3bace19b4f542350c411e731e7 06:18:46,266 INFO anaconda:packaging: Verifying: libblockdev-part-2.24-5.el8.aarch64 1610550691 2f84090ca73dda79376d3abd8a9e77c8cd2665b2979c0544da48ec1bf8b7a6be 06:18:46,267 INFO anaconda:packaging: Verifying: libblockdev-swap-2.24-5.el8.aarch64 1610550691 3888acd343f7f6763c69c68c96605987b07739279124ab3fdb74391c8545b775 06:18:46,268 INFO anaconda:packaging: Verifying: libblockdev-utils-2.24-5.el8.aarch64 1610550691 557936d469350ff19b938adec1e78c899d89b86f67f42c03d200369f66555858 06:18:46,270 INFO anaconda:packaging: Verifying: libbytesize-1.4-3.el8.aarch64 1586220614 a22ef4dc8fe6cb39b4d8d87eb2aa2378ae2868276c9dee632a3514788531c57b 06:18:46,271 INFO anaconda:packaging: Verifying: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 06:18:46,273 INFO anaconda:packaging: Verifying: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 06:18:46,275 INFO anaconda:packaging: Verifying: libmaxminddb-1.2.0-10.el8.aarch64 1595258164 52d8094d5d1cd98f757b32b9b5622f0a1e9bf6accc5a05f07e82f4dd19dccf74 06:18:46,276 INFO anaconda:packaging: Verifying: libudisks2-2.9.0-6.el8.aarch64 1611853804 788080bc6161a6e23db3718ede2b4615d499d929810c5d5b5ae62fb60b23eecc 06:18:46,278 INFO anaconda:packaging: Verifying: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 06:18:46,281 INFO anaconda:packaging: Verifying: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 06:18:46,281 INFO anaconda:packaging: Verifying: nspr-4.25.0-2.el8_2.aarch64 1596749224 7e2dedab30c1a87a8e23ae1693245fe0ba742d63b7a750c23a0b9946b303856c 06:18:46,283 INFO anaconda:packaging: Verifying: nss-3.53.1-17.el8_3.aarch64 1608262942 97d225efd3895a04e38d49c7b23ebed1f88e129c27528cdb4ad04c7f89d5fd09 06:18:46,284 INFO anaconda:packaging: Verifying: nss-softokn-3.53.1-17.el8_3.aarch64 1608262942 aecd8758d772bc9f9ec257576ce2d55073e310f092912d6bf45d53257883cd3d 06:18:46,286 INFO anaconda:packaging: Verifying: nss-softokn-freebl-3.53.1-17.el8_3.aarch64 1608262942 4399b61a0bb80158bbdff9fa45e5bf47e7123a1eebebe355561a1a7abb1a7281 06:18:46,287 INFO anaconda:packaging: Verifying: nss-sysinit-3.53.1-17.el8_3.aarch64 1608262942 4bab308159d367165e2712cc7ba065406479b9fb821d9765c2637f83d63599b0 06:18:46,289 INFO anaconda:packaging: Verifying: nss-util-3.53.1-17.el8_3.aarch64 1608262942 8fa5669ab6d0711c49fc3e91646c53655e691a0e5862a1551ade34a655eacb50 06:18:46,291 INFO anaconda:packaging: Verifying: oddjob-0.34.7-1.el8.aarch64 1608178851 6f06a99c5365fe31fe74f3466629d1d9f670baf06e760b23cce0dc082fd645d5 06:18:46,292 INFO anaconda:packaging: Verifying: oddjob-mkhomedir-0.34.7-1.el8.aarch64 1608178851 56d7f758e6741340af8c85568a1b154ad4021ba283899a4d07da7f89ad54a5be 06:18:46,294 INFO anaconda:packaging: Verifying: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 06:18:46,295 INFO anaconda:packaging: Verifying: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 06:18:46,296 INFO anaconda:packaging: Verifying: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 06:18:46,298 INFO anaconda:packaging: Verifying: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 06:18:46,299 INFO anaconda:packaging: Verifying: python3-gobject-3.28.3-2.el8.aarch64 1595266368 1e59b06a691d101f9eab26c2950b2dbe8861ede192c2630423c5b558c21d5875 06:18:46,301 INFO anaconda:packaging: Verifying: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 06:18:46,302 INFO anaconda:packaging: Verifying: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 06:18:46,304 INFO anaconda:packaging: Verifying: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 06:18:46,305 INFO anaconda:packaging: Verifying: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 06:18:46,307 INFO anaconda:packaging: Verifying: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 06:18:46,309 INFO anaconda:packaging: Verifying: python3-pexpect-4.3.1-3.el8.noarch 1557875976 0bc637f0d028043e8388b083cdd8d0a0acea7fdbc79c0bc9401dfb02c20fb817 06:18:46,311 INFO anaconda:packaging: Verifying: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 06:18:46,313 INFO anaconda:packaging: Verifying: python3-ptyprocess-0.5.2-4.el8.noarch 1557807949 499e48b35f3b5f5da45031fa78fba559fee6a480ecb106e6c300eb8344510958 06:18:46,315 INFO anaconda:packaging: Verifying: python3-pydbus-0.6.0-5.el8.noarch 1557807976 bfa39369bd3c36833126b6f46b747de0736a66835d97196195c0810161c24549 06:18:46,317 INFO anaconda:packaging: Verifying: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 06:18:46,320 INFO anaconda:packaging: Verifying: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 06:18:46,322 INFO anaconda:packaging: Verifying: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 06:18:46,324 INFO anaconda:packaging: Verifying: python3-unbound-1.7.3-15.el8.aarch64 1607569361 a67e1a1f75ea5320d8e8d07512f907caa0fb7198624a5b5e8b730223f2979f89 06:18:46,326 INFO anaconda:packaging: Verifying: qemu-guest-agent-15:4.2.0-48.module_el8.4.0+783+f8734d30.aarch64 1621528537 a4d69c4d7f39c8e30e8f779b1caf3c5ba932c58a5cee93de8d8843c947509920 06:18:46,329 INFO anaconda:packaging: Verifying: rsyslog-8.1911.0-7.el8.aarch64 1607569403 f6a95ec6febc690e080f4c4287307769e8a3f75e40e36fcbb2aa23507ec7d9a3 06:18:46,330 INFO anaconda:packaging: Verifying: setroubleshoot-plugins-3.3.13-1.el8.noarch 1597701373 30f37ca1fe1592e29d3e97c1dec0646015000d19bffc40f13dcfe73e15be66fc 06:18:46,332 INFO anaconda:packaging: Verifying: setroubleshoot-server-3.3.24-3.el8.aarch64 1613120829 f1ae77b49730d555d9da6e18393cf8f9269539a798d7a8cb639fb7222bbd5cf0 06:18:46,334 INFO anaconda:packaging: Verifying: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 06:18:46,336 INFO anaconda:packaging: Verifying: udisks2-2.9.0-6.el8.aarch64 1611853804 50afb4276b205dcb04b9b689aa298beb8ebfc7b1c9a3fbf3be0f4e43417bfd06 06:18:46,337 INFO anaconda:packaging: Verifying: unbound-libs-1.7.3-15.el8.aarch64 1607569361 eee895f5f57ddeb26b84ec90d0719092cee4585f0a92a2be708a2a86db79e72f 06:18:46,339 INFO anaconda:packaging: Verifying: volume_key-libs-0.3.11-5.el8.aarch64 1573244013 3ec4f0a88c90f2021507016d369c7a77aac7c3d120ab35a30532235b4eb524f5 06:18:46,340 INFO anaconda:packaging: Verifying: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 06:18:46,342 INFO anaconda:packaging: Cleaning up downloaded packages: /mnt/sysroot/dnf.package.cache 06:18:46,344 INFO anaconda:anaconda: progress: Install the payload 06:18:46,345 DEBUG anaconda:anaconda: installation: Task completed: Install the payload (11/41) (354.5 s) 06:18:46,346 INFO anaconda:anaconda: progress: Installing boot loader 06:18:46,347 INFO anaconda:anaconda: installation: Queue started: Bootloader installation (7/16) 06:18:46,348 INFO anaconda:anaconda: installation: Task started: Configure the bootloader (12/41) 06:18:46,662 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/9. 06:18:46,670 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureBootloaderTask-1 (281472819458528) 06:18:46,671 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Configuring the boot loader. 06:18:46,676 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-9af28499ccae4f4a8cce9cc9957ef7a7 06:18:46,679 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.base:new default image: 06:18:46,680 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Writing to /etc/sysconfig/kernel. 06:18:46,910 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureBootloaderTask-1 (281472819458528) 06:18:47,684 INFO anaconda:anaconda: progress: Configure the bootloader 06:18:47,685 DEBUG anaconda:anaconda: installation: Task completed: Configure the bootloader (12/41) (1.3 s) 06:18:47,685 INFO anaconda:anaconda: installation: Task started: Install the bootloader (13/41) 06:18:47,688 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-InstallBootloaderTask-1 (281472819458528) 06:18:47,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.utils:Installing the boot loader. 06:18:47,689 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.utils:boot loader stage1 target device is vda1 06:18:47,690 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.modules.storage.bootloader.utils:boot loader stage2 target device is vda2 06:18:47,723 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_freeze -f / 06:18:47,879 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:47,880 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... xfs_freeze -u / 06:18:47,901 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:47,902 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... efibootmgr 06:18:47,917 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Timeout: 3 seconds 06:18:47,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:BootOrder: 0000 06:18:47,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0000* UiApp 06:18:47,918 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:47,919 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... efibootmgr -c -w -L CentOS Linux -d /dev/vda -p 1 -l \EFI\centos\shimaa64.efi 06:18:48,255 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Timeout: 3 seconds 06:18:48,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:BootOrder: 0001,0000 06:18:48,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0000* UiApp 06:18:48,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Boot0001* CentOS Linux 06:18:48,256 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:48,260 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 06:18:48,261 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... grub2-set-default 9af28499ccae4f4a8cce9cc9957ef7a7-4.18.0-305.3.1.el8.aarch64 06:18:48,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:48,324 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 06:18:53,820 INFO kernel:fuse: init (API version 7.31) 06:18:53,828 INFO systemd:Mounting FUSE Control File System... 06:18:53,843 INFO systemd:Mounted FUSE Control File System. 06:18:53,948 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/vda1 06:18:53,961 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/vda1 06:18:54,109 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Generating grub configuration file ... 06:18:54,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Adding boot menu entry for EFI firmware configuration 06:18:54,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:done 06:18:54,110 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 06:18:54,111 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-InstallBootloaderTask-1 (281472819458528) 06:18:54,730 INFO anaconda:anaconda: progress: Install the bootloader 06:18:54,731 DEBUG anaconda:anaconda: installation: Task completed: Install the bootloader (13/41) (7.0 s) 06:18:54,732 INFO anaconda:anaconda: progress: Performing post-installation setup tasks 06:18:54,733 INFO anaconda:anaconda: installation: Queue started: Post-installation setup tasks (8/16) 06:18:54,734 INFO anaconda:anaconda: installation: Task started: Run post-installation setup tasks (14/41) 06:18:54,735 INFO anaconda:dnf: The downloaded packages were saved in cache until the next successful transaction. 06:18:54,736 INFO anaconda:dnf: You can remove cached packages by executing 'dnf clean packages'. 06:18:54,749 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', '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', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, 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)]))] 06:18:54,750 INFO anaconda:anaconda: progress: Run post-installation setup tasks 06:18:54,751 DEBUG anaconda:anaconda: installation: Task completed: Run post-installation setup tasks (14/41) (0.0 s) 06:18:54,752 INFO anaconda:anaconda: installation: Queue started: Configuration queue (9/16) 06:18:54,754 INFO anaconda:anaconda: progress: Configuring installed system 06:18:54,754 INFO anaconda:anaconda: installation: Queue started: Installed system configuration (10/16) 06:18:54,755 INFO anaconda:anaconda: installation: Task started: Configure SELinux (15/41) 06:18:54,758 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureSELinuxTask-1 (281473549988320) 06:18:54,764 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureSELinuxTask-1 (281473549988320) 06:18:55,772 INFO anaconda:anaconda: progress: Configure SELinux 06:18:55,773 DEBUG anaconda:anaconda: installation: Task completed: Configure SELinux (15/41) (1.0 s) 06:18:55,774 INFO anaconda:anaconda: installation: Task started: Configure fingerprint authentication (16/41) 06:18:55,776 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureFingerprintAuthTask-1 (281473549988320) 06:18:55,777 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureFingerprintAuthTask-1 (281473549988320) 06:18:55,783 INFO anaconda:anaconda: progress: Configure fingerprint authentication 06:18:55,784 DEBUG anaconda:anaconda: installation: Task completed: Configure fingerprint authentication (16/41) (0.0 s) 06:18:55,784 INFO anaconda:anaconda: installation: Task started: Authselect configuration (17/41) 06:18:55,786 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureAuthselectTask-1 (281473549988320) 06:18:55,787 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureAuthselectTask-1 (281473549988320) 06:18:55,793 INFO anaconda:anaconda: progress: Authselect configuration 06:18:55,794 DEBUG anaconda:anaconda: installation: Task completed: Authselect configuration (17/41) (0.0 s) 06:18:55,795 INFO anaconda:anaconda: installation: Task started: Authconfig configuration (18/41) 06:18:55,797 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureAuthconfigTask-1 (281473549988320) 06:18:55,798 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:Configuring authentication: /usr/sbin/authconfig ['--update', '--nostart', '--enableshadow', '--passalgo=sha512'] 06:18:55,798 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Running in chroot '/mnt/sysroot'... /usr/sbin/authconfig --update --nostart --enableshadow --passalgo=sha512 06:18:56,598 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Running authconfig compatibility tool. 06:18:56,599 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. 06:18:56,599 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program: 06:18:56,599 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:IMPORTANT: authconfig is replaced by authselect, please update your scripts. 06:18:56,599 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:See man authselect-migration(7) to help you with migration to authselect 06:18:56,599 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Warning: These options are not supported anymore and have no effect: 06:18:56,599 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:--enableshadow 06:18:56,600 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:--passalgo 06:18:56,600 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program: 06:18:56,600 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Executing: /usr/bin/authselect check 06:18:56,600 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:program:Executing: /usr/bin/authselect select sssd --force 06:18:56,602 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:program:Return code: 0 06:18:56,602 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureAuthconfigTask-1 (281473549988320) 06:18:56,815 INFO anaconda:anaconda: progress: Authconfig configuration 06:18:56,816 DEBUG anaconda:anaconda: installation: Task completed: Authconfig configuration (18/41) (1.0 s) 06:18:56,816 INFO anaconda:anaconda: installation: Task started: Configure time zone (19/41) 06:18:56,819 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureTimezoneTask-1 (281472495710688) 06:18:56,915 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureTimezoneTask-1 (281472495710688) 06:18:57,832 INFO anaconda:anaconda: progress: Configure time zone 06:18:57,833 DEBUG anaconda:anaconda: installation: Task completed: Configure time zone (19/41) (1.0 s) 06:18:57,833 INFO anaconda:anaconda: installation: Task started: Configure NTP (20/41) 06:18:57,836 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureNTPTask-1 (281472495710688) 06:18:57,837 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:Running... systemctl list-unit-files chronyd.service --no-legend --root /mnt/sysroot 06:18:57,866 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:chronyd.service enabled 06:18:57,868 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:program:Return code: 0 06:18:57,868 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:program:Running... systemctl enable chronyd --root /mnt/sysroot 06:18:57,895 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:program:Return code: 0 06:18:57,896 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.installation:The NTP service is not enabled or configured. 06:18:57,896 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureNTPTask-1 (281472495710688) 06:18:58,854 INFO anaconda:anaconda: progress: Configure NTP 06:18:58,855 DEBUG anaconda:anaconda: installation: Task completed: Configure NTP (20/41) (1.0 s) 06:18:58,855 INFO anaconda:anaconda: installation: Task started: Configure Initial Setup (21/41) 06:18:58,858 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureInitialSetupTask-1 (281472886567392) 06:18:58,860 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureInitialSetupTask-1 (281472886567392) 06:18:58,866 INFO anaconda:anaconda: progress: Configure Initial Setup 06:18:58,867 DEBUG anaconda:anaconda: installation: Task completed: Configure Initial Setup (21/41) (0.0 s) 06:18:58,868 INFO anaconda:anaconda: installation: Task started: Configure post-installation tools (22/41) 06:18:58,870 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigurePostInstallationToolsTask-1 (281472886567392) 06:18:58,874 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.modules.services.installation:Writing out user interaction config at /mnt/sysroot/etc/sysconfig/anaconda 06:18:58,878 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigurePostInstallationToolsTask-1 (281472886567392) 06:18:59,884 INFO anaconda:anaconda: progress: Configure post-installation tools 06:18:59,885 DEBUG anaconda:anaconda: installation: Task completed: Configure post-installation tools (22/41) (1.0 s) 06:18:59,885 INFO anaconda:anaconda: installation: Task started: Configure services (23/41) 06:18:59,888 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureServicesTask-1 (281472886567392) 06:18:59,889 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Disabling service: kdump. 06:18:59,889 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl disable kdump --root /mnt/sysroot 06:18:59,920 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Removed /mnt/sysroot/etc/systemd/system/multi-user.target.wants/kdump.service. 06:18:59,922 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:18:59,922 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: NetworkManager. 06:18:59,923 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable NetworkManager --root /mnt/sysroot 06:18:59,953 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:18:59,953 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: sshd. 06:18:59,953 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable sshd --root /mnt/sysroot 06:18:59,980 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:18:59,980 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: rsyslog. 06:18:59,981 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable rsyslog --root /mnt/sysroot 06:19:00,007 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,007 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: chronyd. 06:19:00,008 WARNING Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11489/12000 org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable chronyd --root /mnt/sysroot 06:19:00,034 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,034 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-init. 06:19:00,035 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-init --root /mnt/sysroot 06:19:00,062 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,062 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-init-local. 06:19:00,062 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-init-local --root /mnt/sysroot 06:19:00,089 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,089 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-config. 06:19:00,089 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-config --root /mnt/sysroot 06:19:00,115 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,116 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: cloud-final. 06:19:00,116 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable cloud-final --root /mnt/sysroot 06:19:00,143 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,143 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Enabling service: rngd. 06:19:00,143 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:program:Running... systemctl enable rngd --root /mnt/sysroot 06:19:00,170 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:program:Return code: 0 06:19:00,170 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureServicesTask-1 (281472886567392) 06:19:00,905 INFO anaconda:anaconda: progress: Configure services 06:19:00,905 DEBUG anaconda:anaconda: installation: Task completed: Configure services (23/41) (1.0 s) 06:19:00,906 INFO anaconda:anaconda: installation: Task started: Configure systemd default target (24/41) 06:19:00,909 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureSystemdDefaultTargetTask-1 (281472886567392) 06:19:00,910 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Setting systemd default target to: multi-user.target 06:19:00,910 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.installation:Linking /usr/lib/systemd/system/multi-user.target as systemd default target. 06:19:00,910 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureSystemdDefaultTargetTask-1 (281472886567392) 06:19:00,916 INFO anaconda:anaconda: progress: Configure systemd default target 06:19:00,917 DEBUG anaconda:anaconda: installation: Task completed: Configure systemd default target (24/41) (0.0 s) 06:19:00,918 INFO anaconda:anaconda: installation: Task started: Configure default desktop (25/41) 06:19:00,920 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureDefaultDesktopTask-1 (281472886567392) 06:19:00,921 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureDefaultDesktopTask-1 (281472886567392) 06:19:00,926 INFO anaconda:anaconda: progress: Configure default desktop 06:19:00,927 DEBUG anaconda:anaconda: installation: Task completed: Configure default desktop (25/41) (0.0 s) 06:19:00,928 INFO anaconda:anaconda: installation: Task started: Configure language (26/41) 06:19:00,931 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-LanguageInstallationTask-1 (281473216868832) 06:19:00,934 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-LanguageInstallationTask-1 (281473216868832) 06:19:00,939 INFO anaconda:anaconda: progress: Configure language 06:19:00,940 DEBUG anaconda:anaconda: installation: Task completed: Configure language (26/41) (0.0 s) 06:19:00,941 INFO anaconda:anaconda: installation: Task started: Configure keyboard (27/41) 06:19:00,943 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-KeyboardInstallationTask-1 (281473216868832) 06:19:00,947 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=1754 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 06:19:00,959 INFO systemd:Starting Locale Service... 06:19:01,449 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 06:19:01,449 INFO systemd:Started Locale Service. 06:19:01,460 WARNING kernel:kauditd_printk_skb: 468 callbacks suppressed 06:19:01,460 NOTICE kernel:audit: type=1130 audit(1622614741.450:563): 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' 06:19:01,462 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-KeyboardInstallationTask-1 (281473216868832) 06:19:01,955 INFO anaconda:anaconda: progress: Configure keyboard 06:19:01,956 DEBUG anaconda:anaconda: installation: Task completed: Configure keyboard (27/41) (1.0 s) 06:19:01,957 INFO anaconda:anaconda: installation: Task started: Configure firewall (28/41) 06:19:01,960 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureFirewallTask-1 (281472675738080) 06:19:01,961 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:Running in chroot '/mnt/sysroot'... /usr/bin/firewall-offline-cmd --enabled --service=ssh 06:19:03,268 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:Adding service 'ssh' to default zone. 06:19:03,268 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:ALREADY_ENABLED: ssh 06:19:03,270 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:program:success 06:19:03,270 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:program:Return code: 0 06:19:03,270 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureFirewallTask-1 (281472675738080) 06:19:03,983 INFO anaconda:anaconda: progress: Configure firewall 06:19:03,984 DEBUG anaconda:anaconda: installation: Task completed: Configure firewall (28/41) (2.0 s) 06:19:03,984 INFO anaconda:anaconda: installation: Task started: Create groups (29/41) 06:19:03,987 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateGroupsTask-1 (281473392112096) 06:19:03,989 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateGroupsTask-1 (281473392112096) 06:19:03,995 INFO anaconda:anaconda: progress: Create groups 06:19:03,996 DEBUG anaconda:anaconda: installation: Task completed: Create groups (29/41) (0.0 s) 06:19:03,998 INFO anaconda:anaconda: installation: Task started: Create users (30/41) 06:19:04,000 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateUsersTask-1 (281473392112096) 06:19:04,001 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateUsersTask-1 (281473392112096) 06:19:04,007 INFO anaconda:anaconda: progress: Create users 06:19:04,008 DEBUG anaconda:anaconda: installation: Task completed: Create users (30/41) (0.0 s) 06:19:04,009 INFO anaconda:anaconda: installation: Task started: Configure root password (31/41) 06:19:04,011 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetRootPasswordTask-1 (281473392112096) 06:19:04,012 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:Running... chpasswd -R /mnt/sysroot -e 06:19:04,040 NOTICE kernel:audit: type=1108 audit(1622614744.030:564): pid=21130 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' 06:19:04,158 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:Running... chage -R /mnt/sysroot -d root 06:19:04,180 NOTICE kernel:audit: type=1102 audit(1622614744.170:565): pid=21136 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' 06:19:04,247 INFO chage:changed password expiry for root 06:19:04,248 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:(2021-06-02 6:19:04:245585): [sss_cache] [confdb_get_enabled_domain_list] (0x0040): Failed to get [domains] from [sssd], error [2] (No such file or directory) 06:19:04,249 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:program:(2021-06-02 6:19:04:245743): [sss_cache] [init_domains] (0x0020): Could not initialize domains 06:19:04,250 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:program:Return code: 0 06:19:04,251 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetRootPasswordTask-1 (281473392112096) 06:19:05,035 INFO anaconda:anaconda: progress: Configure root password 06:19:05,036 DEBUG anaconda:anaconda: installation: Task completed: Configure root password (31/41) (1.0 s) 06:19:05,037 INFO anaconda:anaconda: installation: Task started: Set SSH keys (32/41) 06:19:05,039 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-SetSshKeysTask-1 (281473392112096) 06:19:05,040 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-SetSshKeysTask-1 (281473392112096) 06:19:05,046 INFO anaconda:anaconda: progress: Set SSH keys 06:19:05,046 DEBUG anaconda:anaconda: installation: Task completed: Set SSH keys (32/41) (0.0 s) 06:19:05,047 INFO anaconda:anaconda: installation: Task started: Configure optional root password SSH login (33/41) 06:19:05,049 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureRootPasswordSSHLoginTask-1 (281473392112096) 06:19:05,050 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.installation:Adding an override allowing root login with password via SSH. 06:19:05,052 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureRootPasswordSSHLoginTask-1 (281473392112096) 06:19:05,057 INFO anaconda:anaconda: progress: Configure optional root password SSH login 06:19:05,058 DEBUG anaconda:anaconda: installation: Task completed: Configure optional root password SSH login (33/41) (0.0 s) 06:19:05,059 INFO anaconda:anaconda: progress: Writing network configuration 06:19:05,060 INFO anaconda:anaconda: installation: Queue started: Network configuration (11/16) 06:19:05,061 INFO anaconda:anaconda: installation: Task started: Network configuration (34/41) 06:19:05,084 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Configure ONBOOT: set to yes for [] (reqested) [] (policy) 06:19:05,085 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/6. 06:19:05,093 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConfigureActivationOnBootTask-1 (281472675738080) 06:19:05,094 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConfigureActivationOnBootTask-1 (281472675738080) 06:19:05,095 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Configure automatic activation on boot. 06:19:05,097 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0: 06:19:05,097 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:19:05,097 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:19:05,097 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:19:05,098 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:19:05,099 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 06:19:05,100 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:19:05,100 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:19:05,100 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:19:05,100 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:19:05,100 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:19:05,101 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:19:05,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=a94a7c42-b460-4497-bd10-6670c7aaec3c 06:19:05,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:19:05,102 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:19:05,123 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': <'374bf4a5-cc92-4164-9ddb-065a89524d62'>, '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': {}} 06:19:05,124 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': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:19:05,124 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'a94a7c42-b460-4497-bd10-6670c7aaec3c'>}, '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': {}} 06:19:05,131 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/7. 06:19:05,138 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-NetworkInstallationTask-1 (281472675738080) 06:19:05,145 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-NetworkInstallationTask-1 (281472675738080) 06:19:05,146 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Dumping configuration state - Configure network 06:19:05,146 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/mnt/sysroot/etc/sysconfig/network-scripts/ifcfg-enp1s0: 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:19:05,147 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:19:05,148 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=27af74e7-bb3b-40bb-af0d-29b3927d5fb7 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:/mnt/sysroot/etc/sysconfig/network-scripts/ifcfg-enp1s0-1: 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:TYPE=Ethernet 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:PROXY_METHOD=none 06:19:05,149 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BROWSER_ONLY=no 06:19:05,150 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:BOOTPROTO=dhcp 06:19:05,150 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEFROUTE=yes 06:19:05,150 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV4_FAILURE_FATAL=no 06:19:05,150 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6INIT=yes 06:19:05,150 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_AUTOCONF=yes 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_DEFROUTE=yes 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:IPV6_FAILURE_FATAL=no 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NAME=enp1s0 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:UUID=a94a7c42-b460-4497-bd10-6670c7aaec3c 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:DEVICE=enp1s0 06:19:05,151 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:ONBOOT=yes 06:19:05,154 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': <'374bf4a5-cc92-4164-9ddb-065a89524d62'>, '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': {}} 06:19:05,154 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': <'27af74e7-bb3b-40bb-af0d-29b3927d5fb7'>}, '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': {}} 06:19:05,154 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:{'connection': {'id': <'enp1s0'>, 'interface-name': <'enp1s0'>, 'permissions': <@as []>, 'type': <'802-3-ethernet'>, 'uuid': <'a94a7c42-b460-4497-bd10-6670c7aaec3c'>}, '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': {}} 06:19:06,153 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Task/8. 06:19:06,161 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Running Thread: AnaTaskThread-HostnameConfigurationTask-1 (281472675738080) 06:19:06,163 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.threading:Thread Done: AnaTaskThread-HostnameConfigurationTask-1 (281472675738080) 06:19:06,171 INFO anaconda:anaconda: progress: Network configuration 06:19:06,172 DEBUG anaconda:anaconda: installation: Task completed: Network configuration (34/41) (1.1 s) 06:19:06,173 WARNING anaconda:anaconda: installation_tasks: Attempting to start an empty task queue (User creation). 06:19:06,174 INFO anaconda:anaconda: progress: Creating users 06:19:06,175 INFO anaconda:anaconda: installation: Queue started: User creation (12/16) 06:19:06,175 WARNING anaconda:anaconda: installation_tasks: The task group User creation is empty. 06:19:06,177 INFO anaconda:anaconda: progress: Configuring addons 06:19:06,177 INFO anaconda:anaconda: installation: Queue started: Anaconda addon configuration (13/16) 06:19:06,178 INFO anaconda:anaconda: installation: Task started: Configure Anaconda addons (35/41) 06:19:06,180 INFO anaconda:anaconda: progress: Executing com_redhat_kdump addon 06:19:06,180 INFO anaconda:program: Running in chroot '/mnt/sysroot'... systemctl enable kdump.service 06:19:06,213 INFO anaconda:program: Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service -> /usr/lib/systemd/system/kdump.service. 06:19:06,214 DEBUG anaconda:program: Return code: 0 06:19:06,215 INFO anaconda:anaconda: progress: Executing org_fedora_oscap addon 06:19:06,216 INFO anaconda:anaconda: progress: Configure Anaconda addons 06:19:06,217 DEBUG anaconda:anaconda: installation: Task completed: Configure Anaconda addons (35/41) (0.0 s) 06:19:06,218 INFO anaconda:anaconda: installation: Task started: Install the system (36/41) 06:19:06,221 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Install the system' has started. 06:19:06,221 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.common.task.meta:'Install the system' is complete. 06:19:06,229 INFO anaconda:anaconda: progress: Install the system 06:19:06,229 DEBUG anaconda:anaconda: installation: Task completed: Install the system (36/41) (0.0 s) 06:19:06,231 INFO anaconda:anaconda: progress: Generating initramfs 06:19:06,232 INFO anaconda:anaconda: installation: Queue started: Initramfs generation (14/16) 06:19:06,233 INFO anaconda:anaconda: installation: Task started: Generate initramfs (37/41) 06:19:06,234 DEBUG anaconda:anaconda: payload.base: new-kernel-pkg does not exist, using dracut instead. 06:19:06,563 INFO anaconda:anaconda: payload.base: recreating initrd for 4.18.0-305.3.1.el8.aarch64 06:19:06,563 INFO anaconda:program: Running in chroot '/mnt/sysroot'... depmod -a 4.18.0-305.3.1.el8.aarch64 06:19:12,828 DEBUG anaconda:program: Return code: 0 06:19:12,829 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 06:19:13,100 NOTICE kernel:audit: type=1400 audit(1622614753.080:566): avc: denied { write } for pid=21222 comm="systemd" path="/var/tmp/dracut.fE1tiv/systemd-cat" dev="vda2" ino=9065918 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 06:19:13,100 NOTICE kernel:audit: type=1300 audit(1622614753.080:566): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaab0104e420 a1=aaab01049c70 a2=aaab01057310 a3=ffff9183f650 items=0 ppid=21221 pid=21222 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) 06:19:13,100 NOTICE kernel:audit: type=1309 audit(1622614753.080:566): argc=2 a0="/usr/lib/systemd/systemd" a1="--version" 06:19:13,100 NOTICE kernel:audit: type=1327 audit(1622614753.080:566): proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D76657273696F6E Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11479/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11469/12000 06:19:31,531 INFO systemd:systemd-localed.service: Succeeded. 06:19:31,540 NOTICE kernel:audit: type=1131 audit(1622614771.530:567): 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-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11459/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11449/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11439/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11429/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11419/12000 06:20:14,444 INFO anaconda:program: dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 06:20:14,445 DEBUG anaconda:program: Return code: 0 06:20:14,445 INFO anaconda:anaconda: progress: Generate initramfs 06:20:14,446 DEBUG anaconda:anaconda: installation: Task completed: Generate initramfs (37/41) (68.2 s) 06:20:14,447 INFO anaconda:anaconda: installation: Task started: Rerun zipl (38/41) 06:20:14,450 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Running Thread: AnaTaskThread-FixZIPLBootloaderTask-1 (281472819458528) 06:20:14,451 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.installation:ZIPL can be run only on s390x. 06:20:14,453 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.threading:Thread Done: AnaTaskThread-FixZIPLBootloaderTask-1 (281472819458528) 06:20:14,458 INFO anaconda:anaconda: progress: Rerun zipl 06:20:14,459 DEBUG anaconda:anaconda: installation: Task completed: Rerun zipl (38/41) (0.0 s) 06:20:14,460 INFO anaconda:anaconda: installation: Task started: Join a realm (39/41) 06:20:14,462 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Running Thread: AnaTaskThread-RealmJoinTask-1 (281473549988320) 06:20:14,463 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.installation:No realm has been discovered, so not joining any realm. 06:20:14,465 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.threading:Thread Done: AnaTaskThread-RealmJoinTask-1 (281473549988320) 06:20:14,469 INFO anaconda:anaconda: progress: Join a realm 06:20:14,470 DEBUG anaconda:anaconda: installation: Task completed: Join a realm (39/41) (0.0 s) 06:20:14,473 INFO anaconda:anaconda: progress: Running post-installation scripts 06:20:14,473 INFO anaconda:anaconda: installation: Queue started: Post installation scripts (15/16) 06:20:14,474 INFO anaconda:anaconda: installation: Task started: Run post installation scripts (40/41) 06:20:14,475 INFO anaconda:anaconda: kickstart.script: Running kickstart %%post script(s) 06:20:14,477 INFO anaconda:program: Running in chroot '/mnt/sysroot'... /bin/sh /tmp/ks-script-jv2yfe30 06:20:14,560 NOTICE kernel:audit: type=1108 audit(1622614814.550:568): pid=29915 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' 06:20:14,590 NOTICE kernel:audit: type=1135 audit(1622614814.580:569): pid=29916 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' 06:20:17,640 NOTICE kernel:audit: type=1138 audit(1622614817.630:570): pid=29927 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' 06:20:21,586 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 06:20:21,590 NOTICE kernel:audit: type=1130 audit(1622614821.580:571): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-r32a86b04bd6f450480131f823ad53986 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 06:20:21,600 NOTICE kernel:audit: type=1138 audit(1622614821.590:572): pid=29930 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-0.8.2-6.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' 06:20:21,600 NOTICE kernel:audit: type=1138 audit(1622614821.590:573): pid=29930 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' 06:20:21,600 NOTICE kernel:audit: type=1138 audit(1622614821.590:574): pid=29930 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-firewall-0.8.2-6.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' 06:20:21,600 NOTICE kernel:audit: type=1138 audit(1622614821.590:575): pid=29930 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' 06:20:21,600 NOTICE kernel:audit: type=1138 audit(1622614821.600:576): pid=29930 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' 06:20:21,610 NOTICE kernel:audit: type=1138 audit(1622614821.600:577): pid=29930 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' 06:20:21,610 NOTICE kernel:audit: type=1138 audit(1622614821.600:578): pid=29930 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-filesystem-0.8.2-6.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' 06:20:21,610 NOTICE kernel:audit: type=1138 audit(1622614821.600:579): pid=29930 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' 06:20:21,610 NOTICE kernel:audit: type=1138 audit(1622614821.600:580): pid=29930 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' 06:20:21,610 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 06:20:21,612 NOTICE systemd:run-r32a86b04bd6f450480131f823ad53986.service: Main process exited, code=exited, status=5/NOTINSTALLED 06:20:21,613 WARNING systemd:run-r32a86b04bd6f450480131f823ad53986.service: Failed with result 'exit-code'. Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11409/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11399/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11389/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11379/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11369/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11359/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11349/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11339/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11329/12000 06:21:51,400 DEBUG NetworkManager: [1622614911.4002] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 587.064 seconds Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11319/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11309/12000 06:22:11,470 WARNING kernel:kauditd_printk_skb: 4 callbacks suppressed 06:22:11,470 NOTICE kernel:audit: type=1400 audit(1622614931.460:585): avc: denied { associate } for pid=30199 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 06:22:11,470 NOTICE kernel:audit: type=1300 audit(1622614931.460:585): arch=c00000b7 syscall=6 success=yes exit=0 a0=aaaad4c53de0 a1=ffff90dee470 a2=aaaad4d99180 a3=1f items=0 ppid=29987 pid=30199 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) 06:22:11,470 NOTICE kernel:audit: type=1327 audit(1622614931.460:585): proctitle=2F7362696E2F726573746F7265636F6E002D69002D52002D66002D Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11299/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11289/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11279/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11269/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11259/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11249/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11239/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11229/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11219/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11209/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11199/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11189/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11179/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11169/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11159/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11149/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11139/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11129/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11119/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11109/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11099/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11089/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11079/12000 06:25:57,894 INFO systemd:Starting Cleanup of Temporary Directories... 06:25:57,946 INFO systemd:systemd-tmpfiles-clean.service: Succeeded. 06:25:57,948 INFO systemd:Started Cleanup of Temporary Directories. 06:25:57,950 NOTICE kernel:audit: type=1130 audit(1622615157.940:586): 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' 06:25:57,951 NOTICE kernel:audit: type=1131 audit(1622615157.940: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' Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11069/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11059/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11049/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11039/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11029/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11018/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 11008/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10998/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10988/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10978/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10968/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10958/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10948/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10938/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10928/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10918/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10908/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10898/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10888/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10878/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10868/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10858/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10848/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10838/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10828/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10818/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10808/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10798/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10788/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10778/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10768/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10758/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10748/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10738/12000 06:31:38,564 DEBUG NetworkManager: [1622615498.5646] ndisc[0xaaaad0b9fbb0,"enp1s0"]: solicit: schedule sending next solicitation in 1135.905 seconds Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10728/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10718/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10708/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10698/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10688/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10678/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10668/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10658/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10648/12000 06:33:10,730 NOTICE kernel:audit: type=2309 audit(1622615590.720:588): pid=30199 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' 06:33:11,160 NOTICE kernel:audit: type=1400 audit(1622615591.150:589): avc: denied { write } for pid=30332 comm="systemd" path="/var/tmp/dracut.oxmrUX/systemd-cat" dev="vda2" ino=12583863 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 06:33:11,160 NOTICE kernel:audit: type=1300 audit(1622615591.150:589): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaaf52ae520 a1=aaaaf52a9d30 a2=aaaaf52b6eb0 a3=ffffb0d4f650 items=0 ppid=30331 pid=30332 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) 06:33:11,160 NOTICE kernel:audit: type=1309 audit(1622615591.150:589): argc=2 a0="/usr/lib/systemd/systemd" a1="--version" 06:33:11,160 NOTICE kernel:audit: type=1327 audit(1622615591.150:589): proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D76657273696F6E Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10638/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10628/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10618/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10608/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10598/12000 06:34:03,544 INFO anaconda:program: Removing password for user root. 06:34:03,545 INFO anaconda:program: passwd: Success 06:34:03,545 INFO anaconda:program: Locking password for user root. 06:34:03,546 INFO anaconda:program: passwd: Success 06:34:03,546 INFO anaconda:program: Creating grub.conf for pvgrub 06:34:03,547 INFO anaconda:program: . 06:34:03,547 INFO anaconda:program: Dependencies resolved. 06:34:03,548 INFO anaconda:program: ================================================================================ 06:34:03,548 INFO anaconda:program: Package Arch Version Repository Size 06:34:03,549 INFO anaconda:program: ================================================================================ 06:34:03,549 INFO anaconda:program: Removing: 06:34:03,550 INFO anaconda:program: linux-firmware noarch 20201218-102.git05789708.el8 @anaconda 448 M 06:34:03,551 INFO anaconda:program: 06:34:03,551 INFO anaconda:program: Transaction Summary 06:34:03,552 INFO anaconda:program: ================================================================================ 06:34:03,552 INFO anaconda:program: Remove 1 Package 06:34:03,553 INFO anaconda:program: 06:34:03,553 INFO anaconda:program: Freed space: 448 M 06:34:03,554 INFO anaconda:program: Running transaction check 06:34:03,554 INFO anaconda:program: Transaction check succeeded. 06:34:03,555 INFO anaconda:program: Running transaction test 06:34:03,555 INFO anaconda:program: Transaction test succeeded. 06:34:03,556 INFO anaconda:program: Running transaction 06:34:03,556 INFO anaconda:program: Preparing : 1/1 06:34:03,557 INFO anaconda:program: Erasing : linux-firmware-20201218-102.git05789708.el8.noarch 1/1 06:34:03,557 INFO anaconda:program: Running scriptlet: linux-firmware-20201218-102.git05789708.el8.noarch 1/1 06:34:03,558 INFO anaconda:program: Verifying : linux-firmware-20201218-102.git05789708.el8.noarch 1/1 06:34:03,558 INFO anaconda:program: 06:34:03,559 INFO anaconda:program: Removed: 06:34:03,559 INFO anaconda:program: linux-firmware-20201218-102.git05789708.el8.noarch 06:34:03,560 INFO anaconda:program: 06:34:03,561 INFO anaconda:program: Complete! 06:34:03,561 INFO anaconda:program: Dependencies resolved. 06:34:03,562 INFO anaconda:program: ================================================================================ 06:34:03,562 INFO anaconda:program: Package Arch Version Repository Size 06:34:03,563 INFO anaconda:program: ================================================================================ 06:34:03,563 INFO anaconda:program: Removing: 06:34:03,564 INFO anaconda:program: firewalld noarch 0.8.2-6.el8 @anaconda 1.9 M 06:34:03,564 INFO anaconda:program: Removing unused dependencies: 06:34:03,565 INFO anaconda:program: firewalld-filesystem noarch 0.8.2-6.el8 @anaconda 239 06:34:03,565 INFO anaconda:program: ipset aarch64 7.1-1.el8 @anaconda 124 k 06:34:03,566 INFO anaconda:program: ipset-libs aarch64 7.1-1.el8 @anaconda 331 k 06:34:03,566 INFO anaconda:program: iptables aarch64 1.8.4-17.el8 @anaconda 8.6 M 06:34:03,567 INFO anaconda:program: iptables-ebtables aarch64 1.8.4-17.el8 @anaconda 14 k 06:34:03,567 INFO anaconda:program: libnetfilter_conntrack aarch64 1.0.6-5.el8 @anaconda 164 k 06:34:03,568 INFO anaconda:program: libnfnetlink aarch64 1.0.1-13.el8 @anaconda 87 k 06:34:03,568 INFO anaconda:program: libnftnl aarch64 1.1.5-4.el8 @anaconda 221 k 06:34:03,569 INFO anaconda:program: nftables aarch64 1:0.9.3-18.el8 @anaconda 829 k 06:34:03,569 INFO anaconda:program: python3-firewall noarch 0.8.2-6.el8 @anaconda 1.8 M 06:34:03,570 INFO anaconda:program: python3-nftables aarch64 1:0.9.3-18.el8 @anaconda 28 k 06:34:03,571 INFO anaconda:program: 06:34:03,571 INFO anaconda:program: Transaction Summary 06:34:03,572 INFO anaconda:program: ================================================================================ 06:34:03,572 INFO anaconda:program: Remove 12 Packages 06:34:03,573 INFO anaconda:program: 06:34:03,573 INFO anaconda:program: Freed space: 14 M 06:34:03,574 INFO anaconda:program: Running transaction check 06:34:03,574 INFO anaconda:program: Transaction check succeeded. 06:34:03,575 INFO anaconda:program: Running transaction test 06:34:03,575 INFO anaconda:program: Transaction test succeeded. 06:34:03,576 INFO anaconda:program: Running transaction 06:34:03,576 INFO anaconda:program: Preparing : 1/1 06:34:03,577 INFO anaconda:program: Running scriptlet: firewalld-0.8.2-6.el8.noarch 1/1 06:34:03,577 INFO anaconda:program: Running scriptlet: firewalld-0.8.2-6.el8.noarch 1/12 06:34:03,578 INFO anaconda:program: Erasing : firewalld-0.8.2-6.el8.noarch 1/12 06:34:03,578 INFO anaconda:program: Running scriptlet: firewalld-0.8.2-6.el8.noarch 1/12 06:34:03,579 INFO anaconda:program: Running in chroot, ignoring request: daemon-reload 06:34:03,579 INFO anaconda:program: 06:34:03,580 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-17.el8.aarch64 2/12 06:34:03,581 INFO anaconda:program: Erasing : iptables-ebtables-1.8.4-17.el8.aarch64 2/12 06:34:03,581 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-17.el8.aarch64 2/12 06:34:03,582 INFO anaconda:program: Erasing : python3-firewall-0.8.2-6.el8.noarch 3/12 06:34:03,582 INFO anaconda:program: Erasing : iptables-1.8.4-17.el8.aarch64 4/12 06:34:03,583 INFO anaconda:program: Running scriptlet: iptables-1.8.4-17.el8.aarch64 4/12 06:34:03,584 INFO anaconda:program: Running scriptlet: ipset-7.1-1.el8.aarch64 5/12 06:34:03,584 INFO anaconda:program: Erasing : ipset-7.1-1.el8.aarch64 5/12 06:34:03,585 INFO anaconda:program: Erasing : python3-nftables-1:0.9.3-18.el8.aarch64 6/12 06:34:03,585 INFO anaconda:program: Erasing : firewalld-filesystem-0.8.2-6.el8.noarch 7/12 06:34:03,586 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-18.el8.aarch64 8/12 06:34:03,586 INFO anaconda:program: Erasing : nftables-1:0.9.3-18.el8.aarch64 8/12 06:34:03,587 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-18.el8.aarch64 8/12 06:34:03,587 INFO anaconda:program: Erasing : libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 06:34:03,588 INFO anaconda:program: Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 06:34:03,588 INFO anaconda:program: Erasing : libnfnetlink-1.0.1-13.el8.aarch64 10/12 06:34:03,589 INFO anaconda:program: Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64 10/12 06:34:03,589 INFO anaconda:program: Erasing : libnftnl-1.1.5-4.el8.aarch64 11/12 06:34:03,590 INFO anaconda:program: Running scriptlet: libnftnl-1.1.5-4.el8.aarch64 11/12 06:34:03,590 INFO anaconda:program: Erasing : ipset-libs-7.1-1.el8.aarch64 12/12 06:34:03,591 INFO anaconda:program: Running scriptlet: ipset-libs-7.1-1.el8.aarch64 12/12 06:34:03,591 INFO anaconda:program: Verifying : firewalld-0.8.2-6.el8.noarch 1/12 06:34:03,592 INFO anaconda:program: Verifying : firewalld-filesystem-0.8.2-6.el8.noarch 2/12 06:34:03,592 INFO anaconda:program: Verifying : ipset-7.1-1.el8.aarch64 3/12 06:34:03,593 INFO anaconda:program: Verifying : ipset-libs-7.1-1.el8.aarch64 4/12 06:34:03,593 INFO anaconda:program: Verifying : iptables-1.8.4-17.el8.aarch64 5/12 06:34:03,594 INFO anaconda:program: Verifying : iptables-ebtables-1.8.4-17.el8.aarch64 6/12 06:34:03,594 INFO anaconda:program: Verifying : libnetfilter_conntrack-1.0.6-5.el8.aarch64 7/12 06:34:03,595 INFO anaconda:program: Verifying : libnfnetlink-1.0.1-13.el8.aarch64 8/12 06:34:03,596 INFO anaconda:program: Verifying : libnftnl-1.1.5-4.el8.aarch64 9/12 06:34:03,596 INFO anaconda:program: Verifying : nftables-1:0.9.3-18.el8.aarch64 10/12 06:34:03,597 INFO anaconda:program: Verifying : python3-firewall-0.8.2-6.el8.noarch 11/12 06:34:03,597 INFO anaconda:program: Verifying : python3-nftables-1:0.9.3-18.el8.aarch64 12/12 06:34:03,598 INFO anaconda:program: 06:34:03,598 INFO anaconda:program: Removed: 06:34:03,599 INFO anaconda:program: firewalld-0.8.2-6.el8.noarch 06:34:03,599 INFO anaconda:program: firewalld-filesystem-0.8.2-6.el8.noarch 06:34:03,600 INFO anaconda:program: ipset-7.1-1.el8.aarch64 06:34:03,600 INFO anaconda:program: ipset-libs-7.1-1.el8.aarch64 06:34:03,601 INFO anaconda:program: iptables-1.8.4-17.el8.aarch64 06:34:03,601 INFO anaconda:program: iptables-ebtables-1.8.4-17.el8.aarch64 06:34:03,602 INFO anaconda:program: libnetfilter_conntrack-1.0.6-5.el8.aarch64 06:34:03,602 INFO anaconda:program: libnfnetlink-1.0.1-13.el8.aarch64 06:34:03,603 INFO anaconda:program: libnftnl-1.1.5-4.el8.aarch64 06:34:03,603 INFO anaconda:program: nftables-1:0.9.3-18.el8.aarch64 06:34:03,604 INFO anaconda:program: python3-firewall-0.8.2-6.el8.noarch 06:34:03,604 INFO anaconda:program: python3-nftables-1:0.9.3-18.el8.aarch64 06:34:03,605 INFO anaconda:program: 06:34:03,605 INFO anaconda:program: Complete! 06:34:03,606 INFO anaconda:program: No match for argument: avahi* 06:34:03,606 INFO anaconda:program: No packages marked for removal. 06:34:03,607 INFO anaconda:program: Dependencies resolved. 06:34:03,608 INFO anaconda:program: Nothing to do. 06:34:03,608 INFO anaconda:program: Complete! 06:34:03,609 INFO anaconda:program: . 06:34:03,609 INFO anaconda:program: Created symlink /etc/systemd/system/tmp.mount -> /dev/null. 06:34:03,610 INFO anaconda:program: 0 files removed 06:34:03,610 INFO anaconda:program: Fixing SELinux contexts. 06:34:03,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man0p restorecon: No such file or directory. 06:34:03,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1 restorecon: No such file or directory. 06:34:03,612 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1p restorecon: No such file or directory. 06:34:03,612 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1x restorecon: No such file or directory. 06:34:03,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2 restorecon: No such file or directory. 06:34:03,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2x restorecon: No such file or directory. 06:34:03,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3 restorecon: No such file or directory. 06:34:03,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3p restorecon: No such file or directory. 06:34:03,615 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3x restorecon: No such file or directory. 06:34:03,615 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4 restorecon: No such file or directory. 06:34:03,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4x restorecon: No such file or directory. 06:34:03,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5 restorecon: No such file or directory. 06:34:03,617 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5x restorecon: No such file or directory. 06:34:03,617 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6 restorecon: No such file or directory. 06:34:03,618 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6x restorecon: No such file or directory. 06:34:03,619 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7 restorecon: No such file or directory. 06:34:03,619 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7x restorecon: No such file or directory. 06:34:03,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8 restorecon: No such file or directory. 06:34:03,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8x restorecon: No such file or directory. 06:34:03,621 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9 restorecon: No such file or directory. 06:34:03,621 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9x restorecon: No such file or directory. 06:34:03,622 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/mann restorecon: No such file or directory. 06:34:03,622 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man0p restorecon: No such file or directory. 06:34:03,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1 restorecon: No such file or directory. 06:34:03,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1p restorecon: No such file or directory. 06:34:03,624 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1x restorecon: No such file or directory. 06:34:03,624 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2 restorecon: No such file or directory. 06:34:03,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2x restorecon: No such file or directory. 06:34:03,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3 restorecon: No such file or directory. 06:34:03,626 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3p restorecon: No such file or directory. 06:34:03,626 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3x restorecon: No such file or directory. 06:34:03,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4 restorecon: No such file or directory. 06:34:03,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4x restorecon: No such file or directory. 06:34:03,628 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5 restorecon: No such file or directory. 06:34:03,628 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5x restorecon: No such file or directory. 06:34:03,629 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6 restorecon: No such file or directory. 06:34:03,630 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6x restorecon: No such file or directory. 06:34:03,630 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7 restorecon: No such file or directory. 06:34:03,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7x restorecon: No such file or directory. 06:34:03,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8 restorecon: No such file or directory. 06:34:03,632 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8x restorecon: No such file or directory. 06:34:03,632 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9 restorecon: No such file or directory. 06:34:03,633 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9x restorecon: No such file or directory. 06:34:03,633 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/mann restorecon: No such file or directory. 06:34:03,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man0p restorecon: No such file or directory. 06:34:03,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1 restorecon: No such file or directory. 06:34:03,635 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1p restorecon: No such file or directory. 06:34:03,635 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1x restorecon: No such file or directory. 06:34:03,636 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2 restorecon: No such file or directory. 06:34:03,636 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2x restorecon: No such file or directory. 06:34:03,637 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3 restorecon: No such file or directory. 06:34:03,637 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3p restorecon: No such file or directory. 06:34:03,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3x restorecon: No such file or directory. 06:34:03,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4 restorecon: No such file or directory. 06:34:03,639 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4x restorecon: No such file or directory. 06:34:03,640 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5 restorecon: No such file or directory. 06:34:03,640 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5x restorecon: No such file or directory. 06:34:03,641 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6 restorecon: No such file or directory. 06:34:03,641 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6x restorecon: No such file or directory. 06:34:03,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7 restorecon: No such file or directory. 06:34:03,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7x restorecon: No such file or directory. 06:34:03,643 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8 restorecon: No such file or directory. 06:34:03,643 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8x restorecon: No such file or directory. 06:34:03,644 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9 restorecon: No such file or directory. 06:34:03,644 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9x restorecon: No such file or directory. 06:34:03,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/mann restorecon: No such file or directory. 06:34:03,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man0p restorecon: No such file or directory. 06:34:03,646 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1 restorecon: No such file or directory. 06:34:03,646 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1p restorecon: No such file or directory. 06:34:03,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1x restorecon: No such file or directory. 06:34:03,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2 restorecon: No such file or directory. 06:34:03,648 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2x restorecon: No such file or directory. 06:34:03,648 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3 restorecon: No such file or directory. 06:34:03,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3p restorecon: No such file or directory. 06:34:03,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3x restorecon: No such file or directory. 06:34:03,650 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4 restorecon: No such file or directory. 06:34:03,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4x restorecon: No such file or directory. 06:34:03,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5 restorecon: No such file or directory. 06:34:03,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5x restorecon: No such file or directory. 06:34:03,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6 restorecon: No such file or directory. 06:34:03,653 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6x restorecon: No such file or directory. 06:34:03,653 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7 restorecon: No such file or directory. 06:34:03,654 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7x restorecon: No such file or directory. 06:34:03,654 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8 restorecon: No such file or directory. 06:34:03,655 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8x restorecon: No such file or directory. 06:34:03,655 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9 restorecon: No such file or directory. 06:34:03,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9x restorecon: No such file or directory. 06:34:03,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/mann restorecon: No such file or directory. 06:34:03,657 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man0p restorecon: No such file or directory. 06:34:03,657 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1 restorecon: No such file or directory. 06:34:03,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1p restorecon: No such file or directory. 06:34:03,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1x restorecon: No such file or directory. 06:34:03,659 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2 restorecon: No such file or directory. 06:34:03,659 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2x restorecon: No such file or directory. 06:34:03,660 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3 restorecon: No such file or directory. 06:34:03,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3p restorecon: No such file or directory. 06:34:03,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3x restorecon: No such file or directory. 06:34:03,662 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4 restorecon: No such file or directory. 06:34:03,662 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4x restorecon: No such file or directory. 06:34:03,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5 restorecon: No such file or directory. 06:34:03,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5x restorecon: No such file or directory. 06:34:03,664 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6 restorecon: No such file or directory. 06:34:03,664 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6x restorecon: No such file or directory. 06:34:03,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7 restorecon: No such file or directory. 06:34:03,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7x restorecon: No such file or directory. 06:34:03,666 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8 restorecon: No such file or directory. 06:34:03,666 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8x restorecon: No such file or directory. 06:34:03,667 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9 restorecon: No such file or directory. 06:34:03,667 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9x restorecon: No such file or directory. 06:34:03,668 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/mann restorecon: No such file or directory. 06:34:03,668 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man0p restorecon: No such file or directory. 06:34:03,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1 restorecon: No such file or directory. 06:34:03,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1p restorecon: No such file or directory. 06:34:03,670 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1x restorecon: No such file or directory. 06:34:03,671 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2 restorecon: No such file or directory. 06:34:03,671 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2x restorecon: No such file or directory. 06:34:03,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3 restorecon: No such file or directory. 06:34:03,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3p restorecon: No such file or directory. 06:34:03,673 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3x restorecon: No such file or directory. 06:34:03,673 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4 restorecon: No such file or directory. 06:34:03,674 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4x restorecon: No such file or directory. 06:34:03,674 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5 restorecon: No such file or directory. 06:34:03,675 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5x restorecon: No such file or directory. 06:34:03,675 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6 restorecon: No such file or directory. 06:34:03,676 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6x restorecon: No such file or directory. 06:34:03,676 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7 restorecon: No such file or directory. 06:34:03,677 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7x restorecon: No such file or directory. 06:34:03,677 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8 restorecon: No such file or directory. 06:34:03,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8x restorecon: No such file or directory. 06:34:03,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9 restorecon: No such file or directory. 06:34:03,679 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9x restorecon: No such file or directory. 06:34:03,679 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/mann restorecon: No such file or directory. 06:34:03,680 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man0p restorecon: No such file or directory. 06:34:03,681 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1 restorecon: No such file or directory. 06:34:03,681 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1p restorecon: No such file or directory. 06:34:03,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1x restorecon: No such file or directory. 06:34:03,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2 restorecon: No such file or directory. 06:34:03,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2x restorecon: No such file or directory. 06:34:03,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3 restorecon: No such file or directory. 06:34:03,684 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3p restorecon: No such file or directory. 06:34:03,684 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3x restorecon: No such file or directory. 06:34:03,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4 restorecon: No such file or directory. 06:34:03,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4x restorecon: No such file or directory. 06:34:03,686 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5 restorecon: No such file or directory. 06:34:03,686 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5x restorecon: No such file or directory. 06:34:03,687 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6 restorecon: No such file or directory. 06:34:03,687 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6x restorecon: No such file or directory. 06:34:03,688 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7 restorecon: No such file or directory. 06:34:03,688 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7x restorecon: No such file or directory. 06:34:03,689 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8 restorecon: No such file or directory. 06:34:03,689 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8x restorecon: No such file or directory. 06:34:03,690 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9 restorecon: No such file or directory. 06:34:03,690 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9x restorecon: No such file or directory. 06:34:03,691 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/mann restorecon: No such file or directory. 06:34:03,692 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man0p restorecon: No such file or directory. 06:34:03,692 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1 restorecon: No such file or directory. 06:34:03,693 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1p restorecon: No such file or directory. 06:34:03,693 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1x restorecon: No such file or directory. 06:34:03,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2 restorecon: No such file or directory. 06:34:03,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2x restorecon: No such file or directory. 06:34:03,695 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3 restorecon: No such file or directory. 06:34:03,695 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3p restorecon: No such file or directory. 06:34:03,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3x restorecon: No such file or directory. 06:34:03,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4 restorecon: No such file or directory. 06:34:03,697 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4x restorecon: No such file or directory. 06:34:03,697 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5 restorecon: No such file or directory. 06:34:03,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5x restorecon: No such file or directory. 06:34:03,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6 restorecon: No such file or directory. 06:34:03,699 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6x restorecon: No such file or directory. 06:34:03,699 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7 restorecon: No such file or directory. 06:34:03,700 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7x restorecon: No such file or directory. 06:34:03,700 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8 restorecon: No such file or directory. 06:34:03,701 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8x restorecon: No such file or directory. 06:34:03,702 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9 restorecon: No such file or directory. 06:34:03,702 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9x restorecon: No such file or directory. 06:34:03,703 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/mann restorecon: No such file or directory. 06:34:03,703 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man0p restorecon: No such file or directory. 06:34:03,704 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1 restorecon: No such file or directory. 06:34:03,704 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1p restorecon: No such file or directory. 06:34:03,705 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1x restorecon: No such file or directory. 06:34:03,705 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2 restorecon: No such file or directory. 06:34:03,706 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2x restorecon: No such file or directory. 06:34:03,706 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3 restorecon: No such file or directory. 06:34:03,707 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3p restorecon: No such file or directory. 06:34:03,707 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3x restorecon: No such file or directory. 06:34:03,708 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4 restorecon: No such file or directory. 06:34:03,708 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4x restorecon: No such file or directory. 06:34:03,709 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5 restorecon: No such file or directory. 06:34:03,709 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5x restorecon: No such file or directory. 06:34:03,710 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6 restorecon: No such file or directory. 06:34:03,710 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6x restorecon: No such file or directory. 06:34:03,711 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7 restorecon: No such file or directory. 06:34:03,711 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7x restorecon: No such file or directory. 06:34:03,712 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8 restorecon: No such file or directory. 06:34:03,712 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8x restorecon: No such file or directory. 06:34:03,713 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9 restorecon: No such file or directory. 06:34:03,714 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9x restorecon: No such file or directory. 06:34:03,714 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/mann restorecon: No such file or directory. 06:34:03,715 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man0p restorecon: No such file or directory. 06:34:03,715 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1 restorecon: No such file or directory. 06:34:03,716 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1p restorecon: No such file or directory. 06:34:03,716 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1x restorecon: No such file or directory. 06:34:03,717 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2 restorecon: No such file or directory. 06:34:03,717 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2x restorecon: No such file or directory. 06:34:03,718 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3 restorecon: No such file or directory. 06:34:03,718 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3p restorecon: No such file or directory. 06:34:03,719 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3x restorecon: No such file or directory. 06:34:03,719 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4 restorecon: No such file or directory. 06:34:03,720 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4x restorecon: No such file or directory. 06:34:03,720 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5 restorecon: No such file or directory. 06:34:03,721 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5x restorecon: No such file or directory. 06:34:03,721 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6 restorecon: No such file or directory. 06:34:03,722 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6x restorecon: No such file or directory. 06:34:03,722 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7 restorecon: No such file or directory. 06:34:03,723 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7x restorecon: No such file or directory. 06:34:03,723 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8 restorecon: No such file or directory. 06:34:03,724 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8x restorecon: No such file or directory. 06:34:03,725 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9 restorecon: No such file or directory. 06:34:03,725 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9x restorecon: No such file or directory. 06:34:03,726 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/mann restorecon: No such file or directory. 06:34:03,726 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man0p restorecon: No such file or directory. 06:34:03,727 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1 restorecon: No such file or directory. 06:34:03,727 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1p restorecon: No such file or directory. 06:34:03,728 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1x restorecon: No such file or directory. 06:34:03,728 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2 restorecon: No such file or directory. 06:34:03,729 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2x restorecon: No such file or directory. 06:34:03,729 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3 restorecon: No such file or directory. 06:34:03,730 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3p restorecon: No such file or directory. 06:34:03,730 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3x restorecon: No such file or directory. 06:34:03,731 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4 restorecon: No such file or directory. 06:34:03,731 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4x restorecon: No such file or directory. 06:34:03,732 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5 restorecon: No such file or directory. 06:34:03,732 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5x restorecon: No such file or directory. 06:34:03,733 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6 restorecon: No such file or directory. 06:34:03,734 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6x restorecon: No such file or directory. 06:34:03,734 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7 restorecon: No such file or directory. 06:34:03,735 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7x restorecon: No such file or directory. 06:34:03,735 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8 restorecon: No such file or directory. 06:34:03,736 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8x restorecon: No such file or directory. 06:34:03,736 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9 restorecon: No such file or directory. 06:34:03,737 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9x restorecon: No such file or directory. 06:34:03,737 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/mann restorecon: No such file or directory. 06:34:03,738 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man0p restorecon: No such file or directory. 06:34:03,739 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1 restorecon: No such file or directory. 06:34:03,739 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1p restorecon: No such file or directory. 06:34:03,740 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1x restorecon: No such file or directory. 06:34:03,740 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2 restorecon: No such file or directory. 06:34:03,741 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2x restorecon: No such file or directory. 06:34:03,741 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3 restorecon: No such file or directory. 06:34:03,742 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3p restorecon: No such file or directory. 06:34:03,742 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3x restorecon: No such file or directory. 06:34:03,743 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4 restorecon: No such file or directory. 06:34:03,744 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4x restorecon: No such file or directory. 06:34:03,744 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5 restorecon: No such file or directory. 06:34:03,745 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5x restorecon: No such file or directory. 06:34:03,745 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6 restorecon: No such file or directory. 06:34:03,746 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6x restorecon: No such file or directory. 06:34:03,746 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7 restorecon: No such file or directory. 06:34:03,747 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7x restorecon: No such file or directory. 06:34:03,747 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8 restorecon: No such file or directory. 06:34:03,748 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8x restorecon: No such file or directory. 06:34:03,748 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9 restorecon: No such file or directory. 06:34:03,749 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9x restorecon: No such file or directory. 06:34:03,750 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/mann restorecon: No such file or directory. 06:34:03,750 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man0p restorecon: No such file or directory. 06:34:03,751 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1 restorecon: No such file or directory. 06:34:03,751 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1p restorecon: No such file or directory. 06:34:03,752 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1x restorecon: No such file or directory. 06:34:03,752 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2 restorecon: No such file or directory. 06:34:03,753 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2x restorecon: No such file or directory. 06:34:03,753 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3 restorecon: No such file or directory. 06:34:03,754 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3p restorecon: No such file or directory. 06:34:03,755 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3x restorecon: No such file or directory. 06:34:03,755 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4 restorecon: No such file or directory. 06:34:03,756 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4x restorecon: No such file or directory. 06:34:03,756 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5 restorecon: No such file or directory. 06:34:03,757 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5x restorecon: No such file or directory. 06:34:03,757 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6 restorecon: No such file or directory. 06:34:03,758 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6x restorecon: No such file or directory. 06:34:03,759 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7 restorecon: No such file or directory. 06:34:03,759 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7x restorecon: No such file or directory. 06:34:03,760 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8 restorecon: No such file or directory. 06:34:03,760 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8x restorecon: No such file or directory. 06:34:03,761 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9 restorecon: No such file or directory. 06:34:03,761 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9x restorecon: No such file or directory. 06:34:03,762 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/mann restorecon: No such file or directory. 06:34:03,762 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man0p restorecon: No such file or directory. 06:34:03,763 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1 restorecon: No such file or directory. 06:34:03,764 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1p restorecon: No such file or directory. 06:34:03,764 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1x restorecon: No such file or directory. 06:34:03,765 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2 restorecon: No such file or directory. 06:34:03,765 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2x restorecon: No such file or directory. 06:34:03,766 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3 restorecon: No such file or directory. 06:34:03,766 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3p restorecon: No such file or directory. 06:34:03,767 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3x restorecon: No such file or directory. 06:34:03,767 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4 restorecon: No such file or directory. 06:34:03,768 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4x restorecon: No such file or directory. 06:34:03,769 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5 restorecon: No such file or directory. 06:34:03,769 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5x restorecon: No such file or directory. 06:34:03,770 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6 restorecon: No such file or directory. 06:34:03,770 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6x restorecon: No such file or directory. 06:34:03,771 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7 restorecon: No such file or directory. 06:34:03,771 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7x restorecon: No such file or directory. 06:34:03,772 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8 restorecon: No such file or directory. 06:34:03,772 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8x restorecon: No such file or directory. 06:34:03,773 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9 restorecon: No such file or directory. 06:34:03,774 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9x restorecon: No such file or directory. 06:34:03,774 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/mann restorecon: No such file or directory. 06:34:03,775 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man0p restorecon: No such file or directory. 06:34:03,775 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1 restorecon: No such file or directory. 06:34:03,776 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1p restorecon: No such file or directory. 06:34:03,776 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1x restorecon: No such file or directory. 06:34:03,777 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2 restorecon: No such file or directory. 06:34:03,777 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2x restorecon: No such file or directory. 06:34:03,778 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3 restorecon: No such file or directory. 06:34:03,778 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3p restorecon: No such file or directory. 06:34:03,779 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3x restorecon: No such file or directory. 06:34:03,780 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4 restorecon: No such file or directory. 06:34:03,780 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4x restorecon: No such file or directory. 06:34:03,781 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5 restorecon: No such file or directory. 06:34:03,781 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5x restorecon: No such file or directory. 06:34:03,782 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6 restorecon: No such file or directory. 06:34:03,782 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6x restorecon: No such file or directory. 06:34:03,783 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7 restorecon: No such file or directory. 06:34:03,783 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7x restorecon: No such file or directory. 06:34:03,784 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8 restorecon: No such file or directory. 06:34:03,785 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8x restorecon: No such file or directory. 06:34:03,785 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9 restorecon: No such file or directory. 06:34:03,786 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9x restorecon: No such file or directory. 06:34:03,786 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/mann restorecon: No such file or directory. 06:34:03,787 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man0p restorecon: No such file or directory. 06:34:03,787 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1 restorecon: No such file or directory. 06:34:03,788 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1p restorecon: No such file or directory. 06:34:03,788 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1x restorecon: No such file or directory. 06:34:03,789 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2 restorecon: No such file or directory. 06:34:03,789 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2x restorecon: No such file or directory. 06:34:03,790 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3 restorecon: No such file or directory. 06:34:03,791 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3p restorecon: No such file or directory. 06:34:03,791 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3x restorecon: No such file or directory. 06:34:03,792 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4 restorecon: No such file or directory. 06:34:03,792 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4x restorecon: No such file or directory. 06:34:03,793 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5 restorecon: No such file or directory. 06:34:03,793 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5x restorecon: No such file or directory. 06:34:03,794 INFO anaconda:progra Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10588/12000 m: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6 restorecon: No such file or directory. 06:34:03,794 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6x restorecon: No such file or directory. 06:34:03,795 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7 restorecon: No such file or directory. 06:34:03,795 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7x restorecon: No such file or directory. 06:34:03,796 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8 restorecon: No such file or directory. 06:34:03,797 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8x restorecon: No such file or directory. 06:34:03,797 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9 restorecon: No such file or directory. 06:34:03,798 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9x restorecon: No such file or directory. 06:34:03,798 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/mann restorecon: No such file or directory. 06:34:03,799 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man0p restorecon: No such file or directory. 06:34:03,799 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1 restorecon: No such file or directory. 06:34:03,800 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1p restorecon: No such file or directory. 06:34:03,801 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1x restorecon: No such file or directory. 06:34:03,801 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2 restorecon: No such file or directory. 06:34:03,802 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2x restorecon: No such file or directory. 06:34:03,802 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3 restorecon: No such file or directory. 06:34:03,803 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3p restorecon: No such file or directory. 06:34:03,803 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3x restorecon: No such file or directory. 06:34:03,804 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4 restorecon: No such file or directory. 06:34:03,804 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4x restorecon: No such file or directory. 06:34:03,805 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5 restorecon: No such file or directory. 06:34:03,806 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5x restorecon: No such file or directory. 06:34:03,806 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6 restorecon: No such file or directory. 06:34:03,807 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6x restorecon: No such file or directory. 06:34:03,807 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7 restorecon: No such file or directory. 06:34:03,808 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7x restorecon: No such file or directory. 06:34:03,808 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8 restorecon: No such file or directory. 06:34:03,809 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8x restorecon: No such file or directory. 06:34:03,809 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9 restorecon: No such file or directory. 06:34:03,810 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9x restorecon: No such file or directory. 06:34:03,810 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/mann restorecon: No such file or directory. 06:34:03,811 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man0p restorecon: No such file or directory. 06:34:03,812 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1 restorecon: No such file or directory. 06:34:03,812 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1p restorecon: No such file or directory. 06:34:03,813 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1x restorecon: No such file or directory. 06:34:03,813 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2 restorecon: No such file or directory. 06:34:03,814 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2x restorecon: No such file or directory. 06:34:03,814 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3 restorecon: No such file or directory. 06:34:03,815 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3p restorecon: No such file or directory. 06:34:03,815 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3x restorecon: No such file or directory. 06:34:03,816 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4 restorecon: No such file or directory. 06:34:03,816 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4x restorecon: No such file or directory. 06:34:03,817 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5 restorecon: No such file or directory. 06:34:03,817 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5x restorecon: No such file or directory. 06:34:03,818 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6 restorecon: No such file or directory. 06:34:03,819 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6x restorecon: No such file or directory. 06:34:03,819 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7 restorecon: No such file or directory. 06:34:03,820 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7x restorecon: No such file or directory. 06:34:03,820 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8 restorecon: No such file or directory. 06:34:03,821 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8x restorecon: No such file or directory. 06:34:03,821 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9 restorecon: No such file or directory. 06:34:03,822 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9x restorecon: No such file or directory. 06:34:03,822 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/mann restorecon: No such file or directory. 06:34:03,823 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man0p restorecon: No such file or directory. 06:34:03,824 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1 restorecon: No such file or directory. 06:34:03,824 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1p restorecon: No such file or directory. 06:34:03,825 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1x restorecon: No such file or directory. 06:34:03,825 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2 restorecon: No such file or directory. 06:34:03,826 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2x restorecon: No such file or directory. 06:34:03,826 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3 restorecon: No such file or directory. 06:34:03,827 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3p restorecon: No such file or directory. 06:34:03,827 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3x restorecon: No such file or directory. 06:34:03,828 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4 restorecon: No such file or directory. 06:34:03,828 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4x restorecon: No such file or directory. 06:34:03,829 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5 restorecon: No such file or directory. 06:34:03,830 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5x restorecon: No such file or directory. 06:34:03,830 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6 restorecon: No such file or directory. 06:34:03,831 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6x restorecon: No such file or directory. 06:34:03,831 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7 restorecon: No such file or directory. 06:34:03,832 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7x restorecon: No such file or directory. 06:34:03,832 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8 restorecon: No such file or directory. 06:34:03,833 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8x restorecon: No such file or directory. 06:34:03,833 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9 restorecon: No such file or directory. 06:34:03,834 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9x restorecon: No such file or directory. 06:34:03,834 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/mann restorecon: No such file or directory. 06:34:03,835 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man0p restorecon: No such file or directory. 06:34:03,836 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1 restorecon: No such file or directory. 06:34:03,836 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1p restorecon: No such file or directory. 06:34:03,837 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1x restorecon: No such file or directory. 06:34:03,837 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2 restorecon: No such file or directory. 06:34:03,838 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2x restorecon: No such file or directory. 06:34:03,838 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3 restorecon: No such file or directory. 06:34:03,839 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3p restorecon: No such file or directory. 06:34:03,839 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3x restorecon: No such file or directory. 06:34:03,840 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4 restorecon: No such file or directory. 06:34:03,841 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4x restorecon: No such file or directory. 06:34:03,841 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5 restorecon: No such file or directory. 06:34:03,842 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5x restorecon: No such file or directory. 06:34:03,842 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6 restorecon: No such file or directory. 06:34:03,843 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6x restorecon: No such file or directory. 06:34:03,843 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7 restorecon: No such file or directory. 06:34:03,844 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7x restorecon: No such file or directory. 06:34:03,844 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8 restorecon: No such file or directory. 06:34:03,845 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8x restorecon: No such file or directory. 06:34:03,845 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9 restorecon: No such file or directory. 06:34:03,846 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9x restorecon: No such file or directory. 06:34:03,847 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/mann restorecon: No such file or directory. 06:34:03,847 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man0p restorecon: No such file or directory. 06:34:03,848 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1 restorecon: No such file or directory. 06:34:03,848 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1p restorecon: No such file or directory. 06:34:03,849 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1x restorecon: No such file or directory. 06:34:03,849 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2 restorecon: No such file or directory. 06:34:03,850 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2x restorecon: No such file or directory. 06:34:03,850 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3 restorecon: No such file or directory. 06:34:03,851 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3p restorecon: No such file or directory. 06:34:03,851 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3x restorecon: No such file or directory. 06:34:03,852 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4 restorecon: No such file or directory. 06:34:03,853 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4x restorecon: No such file or directory. 06:34:03,853 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5 restorecon: No such file or directory. 06:34:03,854 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5x restorecon: No such file or directory. 06:34:03,854 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6 restorecon: No such file or directory. 06:34:03,855 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6x restorecon: No such file or directory. 06:34:03,855 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7 restorecon: No such file or directory. 06:34:03,856 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7x restorecon: No such file or directory. 06:34:03,856 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8 restorecon: No such file or directory. 06:34:03,857 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8x restorecon: No such file or directory. 06:34:03,857 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9 restorecon: No such file or directory. 06:34:03,858 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9x restorecon: No such file or directory. 06:34:03,859 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/mann restorecon: No such file or directory. 06:34:03,859 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man0p restorecon: No such file or directory. 06:34:03,860 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1 restorecon: No such file or directory. 06:34:03,860 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1p restorecon: No such file or directory. 06:34:03,861 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1x restorecon: No such file or directory. 06:34:03,861 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2 restorecon: No such file or directory. 06:34:03,862 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2x restorecon: No such file or directory. 06:34:03,862 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3 restorecon: No such file or directory. 06:34:03,863 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3p restorecon: No such file or directory. 06:34:03,863 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3x restorecon: No such file or directory. 06:34:03,864 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4 restorecon: No such file or directory. 06:34:03,865 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4x restorecon: No such file or directory. 06:34:03,865 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5 restorecon: No such file or directory. 06:34:03,866 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5x restorecon: No such file or directory. 06:34:03,866 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6 restorecon: No such file or directory. 06:34:03,867 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6x restorecon: No such file or directory. 06:34:03,867 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7 restorecon: No such file or directory. 06:34:03,868 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7x restorecon: No such file or directory. 06:34:03,868 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8 restorecon: No such file or directory. 06:34:03,869 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8x restorecon: No such file or directory. 06:34:03,870 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9 restorecon: No such file or directory. 06:34:03,870 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9x restorecon: No such file or directory. 06:34:03,871 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/mann restorecon: No such file or directory. 06:34:03,871 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man0p restorecon: No such file or directory. 06:34:03,872 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1 restorecon: No such file or directory. 06:34:03,872 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1p restorecon: No such file or directory. 06:34:03,873 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1x restorecon: No such file or directory. 06:34:03,873 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2 restorecon: No such file or directory. 06:34:03,874 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2x restorecon: No such file or directory. 06:34:03,874 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3 restorecon: No such file or directory. 06:34:03,875 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3p restorecon: No such file or directory. 06:34:03,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3x restorecon: No such file or directory. 06:34:03,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4 restorecon: No such file or directory. 06:34:03,877 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4x restorecon: No such file or directory. 06:34:03,877 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5 restorecon: No such file or directory. 06:34:03,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5x restorecon: No such file or directory. 06:34:03,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6 restorecon: No such file or directory. 06:34:03,879 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6x restorecon: No such file or directory. 06:34:03,879 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7 restorecon: No such file or directory. 06:34:03,880 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7x restorecon: No such file or directory. 06:34:03,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8 restorecon: No such file or directory. 06:34:03,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8x restorecon: No such file or directory. 06:34:03,882 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9 restorecon: No such file or directory. 06:34:03,882 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9x restorecon: No such file or directory. 06:34:03,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/mann restorecon: No such file or directory. 06:34:03,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man0p restorecon: No such file or directory. 06:34:03,884 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1 restorecon: No such file or directory. 06:34:03,884 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1p restorecon: No such file or directory. 06:34:03,885 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1x restorecon: No such file or directory. 06:34:03,885 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2 restorecon: No such file or directory. 06:34:03,886 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2x restorecon: No such file or directory. 06:34:03,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3 restorecon: No such file or directory. 06:34:03,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3p restorecon: No such file or directory. 06:34:03,888 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3x restorecon: No such file or directory. 06:34:03,888 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4 restorecon: No such file or directory. 06:34:03,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4x restorecon: No such file or directory. 06:34:03,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5 restorecon: No such file or directory. 06:34:03,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5x restorecon: No such file or directory. 06:34:03,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6 restorecon: No such file or directory. 06:34:03,891 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6x restorecon: No such file or directory. 06:34:03,891 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7 restorecon: No such file or directory. 06:34:03,892 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7x restorecon: No such file or directory. 06:34:03,893 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8 restorecon: No such file or directory. 06:34:03,893 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8x restorecon: No such file or directory. 06:34:03,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9 restorecon: No such file or directory. 06:34:03,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9x restorecon: No such file or directory. 06:34:03,895 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/mann restorecon: No such file or directory. 06:34:03,895 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man0p restorecon: No such file or directory. 06:34:03,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1 restorecon: No such file or directory. 06:34:03,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1p restorecon: No such file or directory. 06:34:03,897 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1x restorecon: No such file or directory. 06:34:03,897 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2 restorecon: No such file or directory. 06:34:03,898 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2x restorecon: No such file or directory. 06:34:03,899 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3 restorecon: No such file or directory. 06:34:03,899 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3p restorecon: No such file or directory. 06:34:03,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3x restorecon: No such file or directory. 06:34:03,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4 restorecon: No such file or directory. 06:34:03,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4x restorecon: No such file or directory. 06:34:03,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5 restorecon: No such file or directory. 06:34:03,902 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5x restorecon: No such file or directory. 06:34:03,902 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6 restorecon: No such file or directory. 06:34:03,903 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6x restorecon: No such file or directory. 06:34:03,904 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7 restorecon: No such file or directory. 06:34:03,904 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7x restorecon: No such file or directory. 06:34:03,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8 restorecon: No such file or directory. 06:34:03,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8x restorecon: No such file or directory. 06:34:03,906 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9 restorecon: No such file or directory. 06:34:03,906 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9x restorecon: No such file or directory. 06:34:03,907 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/mann restorecon: No such file or directory. 06:34:03,907 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man0p restorecon: No such file or directory. 06:34:03,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1 restorecon: No such file or directory. 06:34:03,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1p restorecon: No such file or directory. 06:34:03,909 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1x restorecon: No such file or directory. 06:34:03,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2 restorecon: No such file or directory. 06:34:03,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2x restorecon: No such file or directory. 06:34:03,911 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3 restorecon: No such file or directory. 06:34:03,911 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3p restorecon: No such file or directory. 06:34:03,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3x restorecon: No such file or directory. 06:34:03,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4 restorecon: No such file or directory. 06:34:03,913 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4x restorecon: No such file or directory. 06:34:03,913 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5 restorecon: No such file or directory. 06:34:03,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5x restorecon: No such file or directory. 06:34:03,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6 restorecon: No such file or directory. 06:34:03,915 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6x restorecon: No such file or directory. 06:34:03,916 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7 restorecon: No such file or directory. 06:34:03,916 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7x restorecon: No such file or directory. 06:34:03,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8 restorecon: No such file or directory. 06:34:03,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8x restorecon: No such file or directory. 06:34:03,918 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9 restorecon: No such file or directory. 06:34:03,918 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9x restorecon: No such file or directory. 06:34:03,919 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/mann restorecon: No such file or directory. 06:34:03,919 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man0p restorecon: No such file or directory. 06:34:03,920 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1 restorecon: No such file or directory. 06:34:03,920 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1p restorecon: No such file or directory. 06:34:03,921 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1x restorecon: No such file or directory. 06:34:03,922 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2 restorecon: No such file or directory. 06:34:03,922 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2x restorecon: No such file or directory. 06:34:03,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3 restorecon: No such file or directory. 06:34:03,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3p restorecon: No such file or directory. 06:34:03,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3x restorecon: No such file or directory. 06:34:03,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4 restorecon: No such file or directory. 06:34:03,925 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4x restorecon: No such file or directory. 06:34:03,925 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5 restorecon: No such file or directory. 06:34:03,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5x restorecon: No such file or directory. 06:34:03,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6 restorecon: No such file or directory. 06:34:03,927 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6x restorecon: No such file or directory. 06:34:03,928 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7 restorecon: No such file or directory. 06:34:03,928 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7x restorecon: No such file or directory. 06:34:03,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8 restorecon: No such file or directory. 06:34:03,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8x restorecon: No such file or directory. 06:34:03,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9 restorecon: No such file or directory. 06:34:03,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9x restorecon: No such file or directory. 06:34:03,931 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/mann restorecon: No such file or directory. 06:34:03,931 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man0p restorecon: No such file or directory. 06:34:03,932 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1 restorecon: No such file or directory. 06:34:03,933 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1p restorecon: No such file or directory. 06:34:03,933 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1x restorecon: No such file or directory. 06:34:03,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2 restorecon: No such file or directory. 06:34:03,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2x restorecon: No such file or directory. 06:34:03,935 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3 restorecon: No such file or directory. 06:34:03,935 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3p restorecon: No such file or directory. 06:34:03,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3x restorecon: No such file or directory. 06:34:03,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4 restorecon: No such file or directory. 06:34:03,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4x restorecon: No such file or directory. 06:34:03,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5 restorecon: No such file or directory. 06:34:03,938 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5x restorecon: No such file or directory. 06:34:03,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6 restorecon: No such file or directory. 06:34:03,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6x restorecon: No such file or directory. 06:34:03,940 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7 restorecon: No such file or directory. 06:34:03,940 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7x restorecon: No such file or directory. 06:34:03,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8 restorecon: No such file or directory. 06:34:03,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8x restorecon: No such file or directory. 06:34:03,942 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9 restorecon: No such file or directory. 06:34:03,942 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9x restorecon: No such file or directory. 06:34:03,943 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/mann restorecon: No such file or directory. 06:34:03,943 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man0p restorecon: No such file or directory. 06:34:03,944 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1 restorecon: No such file or directory. 06:34:03,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1p restorecon: No such file or directory. 06:34:03,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1x restorecon: No such file or directory. 06:34:03,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2 restorecon: No such file or directory. 06:34:03,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2x restorecon: No such file or directory. 06:34:03,947 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3 restorecon: No such file or directory. 06:34:03,947 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3p restorecon: No such file or directory. 06:34:03,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3x restorecon: No such file or directory. 06:34:03,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4 restorecon: No such file or directory. 06:34:03,949 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4x restorecon: No such file or directory. 06:34:03,949 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5 restorecon: No such file or directory. 06:34:03,950 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5x restorecon: No such file or directory. 06:34:03,951 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6 restorecon: No such file or directory. 06:34:03,951 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6x restorecon: No such file or directory. 06:34:03,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7 restorecon: No such file or directory. 06:34:03,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7x restorecon: No such file or directory. 06:34:03,953 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8 restorecon: No such file or directory. 06:34:03,953 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8x restorecon: No such file or directory. 06:34:03,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9 restorecon: No such file or directory. 06:34:03,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9x restorecon: No such file or directory. 06:34:03,955 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/mann restorecon: No such file or directory. 06:34:03,956 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man0p restorecon: No such file or directory. 06:34:03,956 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1 restorecon: No such file or directory. 06:34:03,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1p restorecon: No such file or directory. 06:34:03,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1x restorecon: No such file or directory. 06:34:03,958 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2 restorecon: No such file or directory. 06:34:03,958 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2x restorecon: No such file or directory. 06:34:03,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3 restorecon: No such file or directory. 06:34:03,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3p restorecon: No such file or directory. 06:34:03,960 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3x restorecon: No such file or directory. 06:34:03,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4 restorecon: No such file or directory. 06:34:03,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4x restorecon: No such file or directory. 06:34:03,962 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5 restorecon: No such file or directory. 06:34:03,962 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5x restorecon: No such file or directory. 06:34:03,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6 restorecon: No such file or directory. 06:34:03,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6x restorecon: No such file or directory. 06:34:03,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7 restorecon: No such file or directory. 06:34:03,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7x restorecon: No such file or directory. 06:34:03,965 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8 restorecon: No such file or directory. 06:34:03,965 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8x restorecon: No such file or directory. 06:34:03,966 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9 restorecon: No such file or directory. 06:34:03,966 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9x restorecon: No such file or directory. 06:34:03,967 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/mann restorecon: No such file or directory. 06:34:03,967 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man0p restorecon: No such file or directory. 06:34:03,968 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1 restorecon: No such file or directory. 06:34:03,969 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1p restorecon: No such file or directory. 06:34:03,969 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1x restorecon: No such file or directory. 06:34:03,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2 restorecon: No such file or directory. 06:34:03,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2x restorecon: No such file or directory. 06:34:03,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3 restorecon: No such file or directory. 06:34:03,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3p restorecon: No such file or directory. 06:34:03,972 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3x restorecon: No such file or directory. 06:34:03,972 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4 restorecon: No such file or directory. 06:34:03,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4x restorecon: No such file or directory. 06:34:03,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5 restorecon: No such file or directory. 06:34:03,974 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5x restorecon: No such file or directory. 06:34:03,974 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6 restorecon: No such file or directory. 06:34:03,975 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6x restorecon: No such file or directory. 06:34:03,975 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7 restorecon: No such file or directory. 06:34:03,976 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7x restorecon: No such file or directory. 06:34:03,976 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8 restorecon: No such file or directory. 06:34:03,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8x restorecon: No such file or directory. 06:34:03,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9 restorecon: No such file or directory. 06:34:03,978 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9x restorecon: No such file or directory. 06:34:03,978 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/mann restorecon: No such file or directory. 06:34:03,979 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man0p restorecon: No such file or directory. 06:34:03,979 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1 restorecon: No such file or directory. 06:34:03,980 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1p restorecon: No such file or directory. 06:34:03,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1x restorecon: No such file or directory. 06:34:03,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2 restorecon: No such file or directory. 06:34:03,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2x restorecon: No such file or directory. 06:34:03,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3 restorecon: No such file or directory. 06:34:03,983 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3p restorecon: No such file or directory. 06:34:03,983 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3x restorecon: No such file or directory. 06:34:03,984 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4 restorecon: No such file or directory. 06:34:03,984 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4x restorecon: No such file or directory. 06:34:03,985 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5 restorecon: No such file or directory. 06:34:03,985 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5x restorecon: No such file or directory. 06:34:03,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6 restorecon: No such file or directory. 06:34:03,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6x restorecon: No such file or directory. 06:34:03,987 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7 restorecon: No such file or directory. 06:34:03,987 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7x restorecon: No such file or directory. 06:34:03,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8 restorecon: No such file or directory. 06:34:03,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8x restorecon: No such file or directory. 06:34:03,989 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9 restorecon: No such file or directory. 06:34:03,989 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9x restorecon: No such file or directory. 06:34:03,990 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/mann restorecon: No such file or directory. 06:34:03,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man0p restorecon: No such file or directory. 06:34:03,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1 restorecon: No such file or directory. 06:34:03,992 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1p restorecon: No such file or directory. 06:34:03,992 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1x restorecon: No such file or directory. 06:34:03,993 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2 restorecon: No such file or directory. 06:34:03,993 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2x restorecon: No such file or directory. 06:34:03,994 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3 restorecon: No such file or directory. 06:34:03,994 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3p restorecon: No such file or directory. 06:34:03,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3x restorecon: No such file or directory. 06:34:03,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4 restorecon: No such file or directory. 06:34:03,996 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4x restorecon: No such file or directory. 06:34:03,996 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5 restorecon: No such file or directory. 06:34:03,997 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5x restorecon: No such file or directory. 06:34:03,997 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6 restorecon: No such file or directory. 06:34:03,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6x restorecon: No such file or directory. 06:34:03,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7 restorecon: No such file or directory. 06:34:03,999 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7x restorecon: No such file or directory. 06:34:03,999 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8 restorecon: No such file or directory. 06:34:04,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8x restorecon: No such file or directory. 06:34:04,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9 restorecon: No such file or directory. 06:34:04,001 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9x restorecon: No such file or directory. 06:34:04,001 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/mann restorecon: No such file or directory. 06:34:04,002 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man0p restorecon: No such file or directory. 06:34:04,003 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1 restorecon: No such file or directory. 06:34:04,003 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1p restorecon: No such file or directory. 06:34:04,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1x restorecon: No such file or directory. 06:34:04,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2 restorecon: No such file or directory. 06:34:04,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2x restorecon: No such file or directory. 06:34:04,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3 restorecon: No such file or directory. 06:34:04,006 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3p restorecon: No such file or directory. 06:34:04,006 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3x restorecon: No such file or directory. 06:34:04,007 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4 restorecon: No such file or directory. 06:34:04,007 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4x restorecon: No such file or directory. 06:34:04,008 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5 restorecon: No such file or directory. 06:34:04,008 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5x restorecon: No such file or directory. 06:34:04,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6 restorecon: No such file or directory. 06:34:04,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6x restorecon: No such file or directory. 06:34:04,010 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7 restorecon: No such file or directory. 06:34:04,010 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7x restorecon: No such file or directory. 06:34:04,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8 restorecon: No such file or directory. 06:34:04,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8x restorecon: No such file or directory. 06:34:04,012 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9 restorecon: No such file or directory. 06:34:04,012 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9x restorecon: No such file or directory. 06:34:04,013 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/mann restorecon: No such file or directory. 06:34:04,014 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man0p restorecon: No such file or directory. 06:34:04,014 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1 restorecon: No such file or directory. 06:34:04,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1p restorecon: No such file or directory. 06:34:04,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1x restorecon: No such file or directory. 06:34:04,016 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2 restorecon: No such file or directory. 06:34:04,016 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-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10578/12000 ry. 06:34:04,017 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3 restorecon: No such file or directory. 06:34:04,017 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3p restorecon: No such file or directory. 06:34:04,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3x restorecon: No such file or directory. 06:34:04,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man4 restorecon: No such file or directory. 06:34:04,019 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man4x restorecon: No such file or directory. 06:34:04,019 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man5 restorecon: No such file or directory. 06:34:04,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man5x restorecon: No such file or directory. 06:34:04,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man6 restorecon: No such file or directory. 06:34:04,021 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man6x restorecon: No such file or directory. 06:34:04,021 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man7 restorecon: No such file or directory. 06:34:04,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man7x restorecon: No such file or directory. 06:34:04,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man8 restorecon: No such file or directory. 06:34:04,023 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man8x restorecon: No such file or directory. 06:34:04,023 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man9 restorecon: No such file or directory. 06:34:04,024 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man9x restorecon: No such file or directory. 06:34:04,024 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/mann restorecon: No such file or directory. 06:34:04,025 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man0p restorecon: No such file or directory. 06:34:04,026 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1 restorecon: No such file or directory. 06:34:04,026 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1p restorecon: No such file or directory. 06:34:04,027 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man1x restorecon: No such file or directory. 06:34:04,027 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man2 restorecon: No such file or directory. 06:34:04,028 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man2x restorecon: No such file or directory. 06:34:04,028 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3 restorecon: No such file or directory. 06:34:04,029 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3p restorecon: No such file or directory. 06:34:04,029 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man3x restorecon: No such file or directory. 06:34:04,030 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man4 restorecon: No such file or directory. 06:34:04,030 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man4x restorecon: No such file or directory. 06:34:04,031 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man5 restorecon: No such file or directory. 06:34:04,031 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man5x restorecon: No such file or directory. 06:34:04,032 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man6 restorecon: No such file or directory. 06:34:04,032 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man6x restorecon: No such file or directory. 06:34:04,033 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man7 restorecon: No such file or directory. 06:34:04,033 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man7x restorecon: No such file or directory. 06:34:04,034 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man8 restorecon: No such file or directory. 06:34:04,034 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man8x restorecon: No such file or directory. 06:34:04,035 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man9 restorecon: No such file or directory. 06:34:04,036 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/man9x restorecon: No such file or directory. 06:34:04,036 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aus/mann restorecon: No such file or directory. 06:34:04,037 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man0p restorecon: No such file or directory. 06:34:04,037 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1 restorecon: No such file or directory. 06:34:04,038 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1p restorecon: No such file or directory. 06:34:04,038 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man1x restorecon: No such file or directory. 06:34:04,039 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man2 restorecon: No such file or directory. 06:34:04,039 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man2x restorecon: No such file or directory. 06:34:04,040 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3 restorecon: No such file or directory. 06:34:04,040 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3p restorecon: No such file or directory. 06:34:04,041 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man3x restorecon: No such file or directory. 06:34:04,041 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man4 restorecon: No such file or directory. 06:34:04,042 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man4x restorecon: No such file or directory. 06:34:04,042 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man5 restorecon: No such file or directory. 06:34:04,043 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man5x restorecon: No such file or directory. 06:34:04,043 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man6 restorecon: No such file or directory. 06:34:04,044 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man6x restorecon: No such file or directory. 06:34:04,044 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man7 restorecon: No such file or directory. 06:34:04,045 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man7x restorecon: No such file or directory. 06:34:04,046 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man8 restorecon: No such file or directory. 06:34:04,046 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man8x restorecon: No such file or directory. 06:34:04,047 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man9 restorecon: No such file or directory. 06:34:04,047 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/man9x restorecon: No such file or directory. 06:34:04,048 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/av/mann restorecon: No such file or directory. 06:34:04,048 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man0p restorecon: No such file or directory. 06:34:04,049 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1 restorecon: No such file or directory. 06:34:04,049 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1p restorecon: No such file or directory. 06:34:04,050 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man1x restorecon: No such file or directory. 06:34:04,050 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man2 restorecon: No such file or directory. 06:34:04,051 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man2x restorecon: No such file or directory. 06:34:04,052 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3 restorecon: No such file or directory. 06:34:04,052 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3p restorecon: No such file or directory. 06:34:04,053 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man3x restorecon: No such file or directory. 06:34:04,053 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man4 restorecon: No such file or directory. 06:34:04,054 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man4x restorecon: No such file or directory. 06:34:04,054 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man5 restorecon: No such file or directory. 06:34:04,055 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man5x restorecon: No such file or directory. 06:34:04,055 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man6 restorecon: No such file or directory. 06:34:04,056 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man6x restorecon: No such file or directory. 06:34:04,056 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man7 restorecon: No such file or directory. 06:34:04,057 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man7x restorecon: No such file or directory. 06:34:04,058 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man8 restorecon: No such file or directory. 06:34:04,058 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man8x restorecon: No such file or directory. 06:34:04,059 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man9 restorecon: No such file or directory. 06:34:04,059 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/man9x restorecon: No such file or directory. 06:34:04,060 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/awa/mann restorecon: No such file or directory. 06:34:04,060 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man0p restorecon: No such file or directory. 06:34:04,061 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1 restorecon: No such file or directory. 06:34:04,061 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1p restorecon: No such file or directory. 06:34:04,062 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man1x restorecon: No such file or directory. 06:34:04,062 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man2 restorecon: No such file or directory. 06:34:04,063 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man2x restorecon: No such file or directory. 06:34:04,064 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3 restorecon: No such file or directory. 06:34:04,064 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3p restorecon: No such file or directory. 06:34:04,065 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man3x restorecon: No such file or directory. 06:34:04,065 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man4 restorecon: No such file or directory. 06:34:04,066 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man4x restorecon: No such file or directory. 06:34:04,066 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man5 restorecon: No such file or directory. 06:34:04,067 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man5x restorecon: No such file or directory. 06:34:04,067 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man6 restorecon: No such file or directory. 06:34:04,068 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man6x restorecon: No such file or directory. 06:34:04,069 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man7 restorecon: No such file or directory. 06:34:04,069 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man7x restorecon: No such file or directory. 06:34:04,070 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man8 restorecon: No such file or directory. 06:34:04,070 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man8x restorecon: No such file or directory. 06:34:04,071 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man9 restorecon: No such file or directory. 06:34:04,071 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/man9x restorecon: No such file or directory. 06:34:04,072 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ay/mann restorecon: No such file or directory. 06:34:04,072 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man0p restorecon: No such file or directory. 06:34:04,073 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1 restorecon: No such file or directory. 06:34:04,074 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1p restorecon: No such file or directory. 06:34:04,074 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man1x restorecon: No such file or directory. 06:34:04,075 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man2 restorecon: No such file or directory. 06:34:04,075 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man2x restorecon: No such file or directory. 06:34:04,076 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3 restorecon: No such file or directory. 06:34:04,076 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3p restorecon: No such file or directory. 06:34:04,077 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man3x restorecon: No such file or directory. 06:34:04,077 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man4 restorecon: No such file or directory. 06:34:04,078 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man4x restorecon: No such file or directory. 06:34:04,078 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man5 restorecon: No such file or directory. 06:34:04,079 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man5x restorecon: No such file or directory. 06:34:04,080 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man6 restorecon: No such file or directory. 06:34:04,080 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man6x restorecon: No such file or directory. 06:34:04,081 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man7 restorecon: No such file or directory. 06:34:04,081 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man7x restorecon: No such file or directory. 06:34:04,082 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man8 restorecon: No such file or directory. 06:34:04,082 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man8x restorecon: No such file or directory. 06:34:04,083 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man9 restorecon: No such file or directory. 06:34:04,083 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/man9x restorecon: No such file or directory. 06:34:04,084 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ayc/mann restorecon: No such file or directory. 06:34:04,085 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man0p restorecon: No such file or directory. 06:34:04,085 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1 restorecon: No such file or directory. 06:34:04,086 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1p restorecon: No such file or directory. 06:34:04,086 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man1x restorecon: No such file or directory. 06:34:04,087 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man2 restorecon: No such file or directory. 06:34:04,087 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man2x restorecon: No such file or directory. 06:34:04,088 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3 restorecon: No such file or directory. 06:34:04,088 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3p restorecon: No such file or directory. 06:34:04,089 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man3x restorecon: No such file or directory. 06:34:04,089 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man4 restorecon: No such file or directory. 06:34:04,090 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man4x restorecon: No such file or directory. 06:34:04,091 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man5 restorecon: No such file or directory. 06:34:04,091 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man5x restorecon: No such file or directory. 06:34:04,092 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man6 restorecon: No such file or directory. 06:34:04,092 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man6x restorecon: No such file or directory. 06:34:04,093 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man7 restorecon: No such file or directory. 06:34:04,093 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man7x restorecon: No such file or directory. 06:34:04,094 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man8 restorecon: No such file or directory. 06:34:04,094 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man8x restorecon: No such file or directory. 06:34:04,095 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man9 restorecon: No such file or directory. 06:34:04,096 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/man9x restorecon: No such file or directory. 06:34:04,096 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aym/mann restorecon: No such file or directory. 06:34:04,097 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man0p restorecon: No such file or directory. 06:34:04,097 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1 restorecon: No such file or directory. 06:34:04,098 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1p restorecon: No such file or directory. 06:34:04,098 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man1x restorecon: No such file or directory. 06:34:04,099 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man2 restorecon: No such file or directory. 06:34:04,099 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man2x restorecon: No such file or directory. 06:34:04,100 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3 restorecon: No such file or directory. 06:34:04,100 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3p restorecon: No such file or directory. 06:34:04,101 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man3x restorecon: No such file or directory. 06:34:04,101 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man4 restorecon: No such file or directory. 06:34:04,102 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man4x restorecon: No such file or directory. 06:34:04,103 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man5 restorecon: No such file or directory. 06:34:04,103 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man5x restorecon: No such file or directory. 06:34:04,104 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man6 restorecon: No such file or directory. 06:34:04,104 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man6x restorecon: No such file or directory. 06:34:04,105 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man7 restorecon: No such file or directory. 06:34:04,105 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man7x restorecon: No such file or directory. 06:34:04,106 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man8 restorecon: No such file or directory. 06:34:04,106 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man8x restorecon: No such file or directory. 06:34:04,107 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man9 restorecon: No such file or directory. 06:34:04,107 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/man9x restorecon: No such file or directory. 06:34:04,108 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az/mann restorecon: No such file or directory. 06:34:04,108 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man0p restorecon: No such file or directory. 06:34:04,109 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1 restorecon: No such file or directory. 06:34:04,109 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1p restorecon: No such file or directory. 06:34:04,110 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man1x restorecon: No such file or directory. 06:34:04,110 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man2 restorecon: No such file or directory. 06:34:04,111 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man2x restorecon: No such file or directory. 06:34:04,111 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3 restorecon: No such file or directory. 06:34:04,112 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3p restorecon: No such file or directory. 06:34:04,112 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man3x restorecon: No such file or directory. 06:34:04,113 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man4 restorecon: No such file or directory. 06:34:04,113 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man4x restorecon: No such file or directory. 06:34:04,114 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man5 restorecon: No such file or directory. 06:34:04,115 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man5x restorecon: No such file or directory. 06:34:04,115 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man6 restorecon: No such file or directory. 06:34:04,116 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man6x restorecon: No such file or directory. 06:34:04,116 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man7 restorecon: No such file or directory. 06:34:04,117 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man7x restorecon: No such file or directory. 06:34:04,117 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man8 restorecon: No such file or directory. 06:34:04,118 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man8x restorecon: No such file or directory. 06:34:04,118 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man9 restorecon: No such file or directory. 06:34:04,119 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/man9x restorecon: No such file or directory. 06:34:04,119 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_AZ/mann restorecon: No such file or directory. 06:34:04,120 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man0p restorecon: No such file or directory. 06:34:04,120 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1 restorecon: No such file or directory. 06:34:04,121 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1p restorecon: No such file or directory. 06:34:04,121 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man1x restorecon: No such file or directory. 06:34:04,122 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man2 restorecon: No such file or directory. 06:34:04,122 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man2x restorecon: No such file or directory. 06:34:04,123 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3 restorecon: No such file or directory. 06:34:04,123 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3p restorecon: No such file or directory. 06:34:04,124 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man3x restorecon: No such file or directory. 06:34:04,125 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man4 restorecon: No such file or directory. 06:34:04,125 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man4x restorecon: No such file or directory. 06:34:04,126 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man5 restorecon: No such file or directory. 06:34:04,126 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man5x restorecon: No such file or directory. 06:34:04,127 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man6 restorecon: No such file or directory. 06:34:04,127 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man6x restorecon: No such file or directory. 06:34:04,128 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man7 restorecon: No such file or directory. 06:34:04,128 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man7x restorecon: No such file or directory. 06:34:04,129 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man8 restorecon: No such file or directory. 06:34:04,129 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man8x restorecon: No such file or directory. 06:34:04,130 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man9 restorecon: No such file or directory. 06:34:04,130 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/man9x restorecon: No such file or directory. 06:34:04,131 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/az_IR/mann restorecon: No such file or directory. 06:34:04,131 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man0p restorecon: No such file or directory. 06:34:04,132 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1 restorecon: No such file or directory. 06:34:04,132 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1p restorecon: No such file or directory. 06:34:04,133 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man1x restorecon: No such file or directory. 06:34:04,133 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man2 restorecon: No such file or directory. 06:34:04,134 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man2x restorecon: No such file or directory. 06:34:04,134 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3 restorecon: No such file or directory. 06:34:04,135 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3p restorecon: No such file or directory. 06:34:04,136 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man3x restorecon: No such file or directory. 06:34:04,136 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man4 restorecon: No such file or directory. 06:34:04,137 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man4x restorecon: No such file or directory. 06:34:04,137 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man5 restorecon: No such file or directory. 06:34:04,138 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man5x restorecon: No such file or directory. 06:34:04,138 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man6 restorecon: No such file or directory. 06:34:04,139 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man6x restorecon: No such file or directory. 06:34:04,139 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man7 restorecon: No such file or directory. 06:34:04,140 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man7x restorecon: No such file or directory. 06:34:04,140 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man8 restorecon: No such file or directory. 06:34:04,141 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man8x restorecon: No such file or directory. 06:34:04,141 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man9 restorecon: No such file or directory. 06:34:04,142 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/man9x restorecon: No such file or directory. 06:34:04,142 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ba/mann restorecon: No such file or directory. 06:34:04,143 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man0p restorecon: No such file or directory. 06:34:04,143 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1 restorecon: No such file or directory. 06:34:04,144 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1p restorecon: No such file or directory. 06:34:04,144 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man1x restorecon: No such file or directory. 06:34:04,145 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man2 restorecon: No such file or directory. 06:34:04,145 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man2x restorecon: No such file or directory. 06:34:04,146 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3 restorecon: No such file or directory. 06:34:04,147 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3p restorecon: No such file or directory. 06:34:04,147 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man3x restorecon: No such file or directory. 06:34:04,148 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man4 restorecon: No such file or directory. 06:34:04,148 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man4x restorecon: No such file or directory. 06:34:04,149 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man5 restorecon: No such file or directory. 06:34:04,149 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man5x restorecon: No such file or directory. 06:34:04,150 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man6 restorecon: No such file or directory. 06:34:04,150 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man6x restorecon: No such file or directory. 06:34:04,151 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man7 restorecon: No such file or directory. 06:34:04,151 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man7x restorecon: No such file or directory. 06:34:04,152 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man8 restorecon: No such file or directory. 06:34:04,152 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man8x restorecon: No such file or directory. 06:34:04,153 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man9 restorecon: No such file or directory. 06:34:04,153 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/man9x restorecon: No such file or directory. 06:34:04,154 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bad/mann restorecon: No such file or directory. 06:34:04,154 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man0p restorecon: No such file or directory. 06:34:04,155 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1 restorecon: No such file or directory. 06:34:04,155 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1p restorecon: No such file or directory. 06:34:04,156 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man1x restorecon: No such file or directory. 06:34:04,156 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man2 restorecon: No such file or directory. 06:34:04,157 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man2x restorecon: No such file or directory. 06:34:04,158 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3 restorecon: No such file or directory. 06:34:04,158 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3p restorecon: No such file or directory. 06:34:04,159 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man3x restorecon: No such file or directory. 06:34:04,159 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man4 restorecon: No such file or directory. 06:34:04,160 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man4x restorecon: No such file or directory. 06:34:04,160 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man5 restorecon: No such file or directory. 06:34:04,161 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man5x restorecon: No such file or directory. 06:34:04,161 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man6 restorecon: No such file or directory. 06:34:04,162 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man6x restorecon: No such file or directory. 06:34:04,162 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man7 restorecon: No such file or directory. 06:34:04,163 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man7x restorecon: No such file or directory. 06:34:04,163 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man8 restorecon: No such file or directory. 06:34:04,164 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man8x restorecon: No such file or directory. 06:34:04,164 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man9 restorecon: No such file or directory. 06:34:04,165 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/man9x restorecon: No such file or directory. 06:34:04,165 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bai/mann restorecon: No such file or directory. 06:34:04,166 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man0p restorecon: No such file or directory. 06:34:04,166 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1 restorecon: No such file or directory. 06:34:04,167 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1p restorecon: No such file or directory. 06:34:04,167 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man1x restorecon: No such file or directory. 06:34:04,168 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man2 restorecon: No such file or directory. 06:34:04,169 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man2x restorecon: No such file or directory. 06:34:04,169 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3 restorecon: No such file or directory. 06:34:04,170 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3p restorecon: No such file or directory. 06:34:04,170 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man3x restorecon: No such file or directory. 06:34:04,171 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man4 restorecon: No such file or directory. 06:34:04,171 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man4x restorecon: No such file or directory. 06:34:04,172 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man5 restorecon: No such file or directory. 06:34:04,172 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man5x restorecon: No such file or directory. 06:34:04,173 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man6 restorecon: No such file or directory. 06:34:04,173 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man6x restorecon: No such file or directory. 06:34:04,174 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man7 restorecon: No such file or directory. 06:34:04,174 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man7x restorecon: No such file or directory. 06:34:04,175 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man8 restorecon: No such file or directory. 06:34:04,175 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man8x restorecon: No such file or directory. 06:34:04,176 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man9 restorecon: No such file or directory. 06:34:04,176 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/man9x restorecon: No such file or directory. 06:34:04,177 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bal/mann restorecon: No such file or directory. 06:34:04,177 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man0p restorecon: No such file or directory. 06:34:04,178 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1 restorecon: No such file or directory. 06:34:04,178 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1p restorecon: No such file or directory. 06:34:04,179 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man1x restorecon: No such file or directory. 06:34:04,180 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man2 restorecon: No such file or directory. 06:34:04,180 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man2x restorecon: No such file or directory. 06:34:04,181 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3 restorecon: No such file or directory. 06:34:04,181 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3p restorecon: No such file or directory. 06:34:04,182 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man3x restorecon: No such file or directory. 06:34:04,182 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man4 restorecon: No such file or directory. 06:34:04,183 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man4x restorecon: No such file or directory. 06:34:04,183 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man5 restorecon: No such file or directory. 06:34:04,184 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man5x restorecon: No such file or directory. 06:34:04,184 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man6 restorecon: No such file or directory. 06:34:04,185 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man6x restorecon: No such file or directory. 06:34:04,185 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man7 restorecon: No such file or directory. 06:34:04,186 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man7x restorecon: No such file or directory. 06:34:04,186 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man8 restorecon: No such file or directory. 06:34:04,187 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man8x restorecon: No such file or directory. 06:34:04,187 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man9 restorecon: No such file or directory. 06:34:04,188 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/man9x restorecon: No such file or directory. 06:34:04,188 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ban/mann restorecon: No such file or directory. 06:34:04,189 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man0p restorecon: No such file or directory. 06:34:04,189 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1 restorecon: No such file or directory. 06:34:04,190 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1p restorecon: No such file or directory. 06:34:04,191 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man1x restorecon: No such file or directory. 06:34:04,191 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man2 restorecon: No such file or directory. 06:34:04,192 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man2x restorecon: No such file or directory. 06:34:04,192 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3 restorecon: No such file or directory. 06:34:04,193 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3p restorecon: No such file or directory. 06:34:04,193 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man3x restorecon: No such file or directory. 06:34:04,194 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man4 restorecon: No such file or directory. 06:34:04,194 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man4x restorecon: No such file or directory. 06:34:04,195 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man5 restorecon: No such file or directory. 06:34:04,195 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man5x restorecon: No such file or directory. 06:34:04,196 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man6 restorecon: No such file or directory. 06:34:04,196 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man6x restorecon: No such file or directory. 06:34:04,197 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man7 restorecon: No such file or directory. 06:34:04,197 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man7x restorecon: No such file or directory. 06:34:04,198 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man8 restorecon: No such file or directory. 06:34:04,198 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man8x restorecon: No such file or directory. 06:34:04,199 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man9 restorecon: No such file or directory. 06:34:04,199 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/man9x restorecon: No such file or directory. 06:34:04,200 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bas/mann restorecon: No such file or directory. 06:34:04,200 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man0p restorecon: No such file or directory. 06:34:04,201 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1 restorecon: No such file or directory. 06:34:04,202 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1p restorecon: No such file or directory. 06:34:04,202 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man1x restorecon: No such file or directory. 06:34:04,203 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man2 restorecon: No such file or directory. 06:34:04,203 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man2x restorecon: No such file or directory. 06:34:04,204 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3 restorecon: No such file or directory. 06:34:04,204 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3p restorecon: No such file or directory. 06:34:04,205 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man3x restorecon: No such file or directory. 06:34:04,205 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man4 restorecon: No such file or directory. 06:34:04,206 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man4x restorecon: No such file or directory. 06:34:04,206 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man5 restorecon: No such file or directory. 06:34:04,207 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man5x restorecon: No such file or directory. 06:34:04,207 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man6 restorecon: No such file or directory. 06:34:04,208 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man6x restorecon: No such file or directory. 06:34:04,208 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man7 restorecon: No such file or directory. 06:34:04,209 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man7x restorecon: No such file or directory. 06:34:04,209 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man8 restorecon: No such file or directory. 06:34:04,210 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man8x restorecon: No such file or directory. 06:34:04,210 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man9 restorecon: No such file or directory. 06:34:04,211 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/man9x restorecon: No such file or directory. 06:34:04,211 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/bat/mann restorecon: No such file or directory. 06:34:04,212 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man0p restorecon: No such file or directory. 06:34:04,212 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1 restorecon: No such file or directory. 06:34:04,213 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1p restorecon: No such file or directory. 06:34:04,214 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man1x restorecon: No such file or directory. 06:34:04,214 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man2 restorecon: No such file or directory. 06:34:04,215 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man2x restorecon: No such file or directory. 06:34:04,215 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3 restorecon: No such file or directory. 06:34:04,216 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3p restorecon: No such file or directory. 06:34:04,216 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man3x restorecon: No such file or directory. 06:34:04,217 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man4 restorecon: No such file or directory. 06:34:04,217 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man4x restorecon: No such file or directory. 06:34:04,218 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man5 restorecon: No such file or directory. 06:34:04,218 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man5x restorecon: No such file or directory. 06:34:04,219 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man6 restorecon: No such file or directory. 06:34:04,219 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man6x restorecon: No such file or directory. 06:34:04,220 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man7 restorecon: No such file or directory. 06:34:04,220 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man7x restorecon: No such file or directory. 06:34:04,221 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man8 restorecon: No such file or directory. 06:34:04,221 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man8x restorecon: No such file or directory. 06:34:04,222 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man9 restorecon: No such file or directory. 06:34:04,222 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/man9x restorecon: No such file or directory. 06:34:04,223 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be/mann restorecon: No such file or directory. 06:34:04,223 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man0p restorecon: No such file or directory. 06:34:04,224 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1 restorecon: No such file or directory. 06:34:04,224 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1p restorecon: No such file or directory. 06:34:04,225 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man1x restorecon: No such file or directory. 06:34:04,226 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man2 restorecon: No such file or directory. 06:34:04,226 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man2x restorecon: No such file or directory. 06:34:04,227 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3 restorecon: No such file or directory. 06:34:04,227 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3p restorecon: No such file or directory. 06:34:04,228 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man3x restorecon: No such file or directory. 06:34:04,228 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man4 restorecon: No such file or directory. 06:34:04,229 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man4x restorecon: No such file or directory. 06:34:04,229 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man5 restorecon: No such file or directory. 06:34:04,230 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man5x restorecon: No such file or directory. 06:34:04,230 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man6 restorecon: No such file or directory. 06:34:04,231 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man6x restorecon: No such file or directory. 06:34:04,231 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man7 restorecon: No such file or directory. 06:34:04,232 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man7x restorecon: No such file or directory. 06:34:04,232 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man8 restorecon: No such file or directory. 06:34:04,233 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man8x restorecon: No such file or directory. 06:34:04,233 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/be@latin/man9 restorecon: No such file or directory. 06:34:04,234 INFO anaconda:program: /sbin Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish installing, 10568/12000 Waiting for factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 to finish shutdown, 90/90 Install of factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 succeeded Generate XML for guest factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 with bootdev hd Generated XML: factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5 4194304 4194304 9af28499-ccae-4f4a-8cce-9cc9957ef7a7 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/4158/254158/output_image/ec95eb3c-751e-4566-aef4-9e0d451f4fd5.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 (ec95eb3c-751e-4566-aef4-9e0d451f4fd5): {'status': 'COMPLETE', 'identifier': 'ec95eb3c-751e-4566-aef4-9e0d451f4fd5', 'parameters': {'libvirt_xml': '\n factory-build-ec95eb3c-751e-4566-aef4-9e0d451f4fd5\n 4194304\n 4194304\n 9af28499-ccae-4f4a-8cce-9cc9957ef7a7\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/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/BaseOS/aarch64/os/\nrepo --name="koji-override-1" --baseurl=http://qa.centos.org/centos/8/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 Linux 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\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/4158/254158/output_image/ec95eb3c-751e-4566-aef4-9e0d451f4fd5.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=2761780&filepath=tasks%2F4158%2F254158&fileverify=adler32&callnum=9&filename=qemu-img-qcow2-aarch64.log&session-key=25-q3AVuINmesl1NX9iDRY&offset=0&overwrite=1 HTTP/1.1" 200 427