dispatching a baseimg builder Creating directory (/tmp/koji/tasks/9115/159115/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/9115/159115/output_image/c5389aaa-10c4-444d-ba40-bc3953de245d.meta Created file /tmp/koji/tasks/9115/159115/output_image/c5389aaa-10c4-444d-ba40-bc3953de245d.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 (c5389aaa-10c4-444d-ba40-bc3953de245d): {'status': 'NEW', 'identifier': 'c5389aaa-10c4-444d-ba40-bc3953de245d', '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 biosboot --fstype="biosboot" --ondisk=vda --size=1\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\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/9115/159115/output_image/c5389aaa-10c4-444d-ba40-bc3953de245d.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-c5389aaa-10c4-444d-ba40-bc3953de245d, UUID: bf120665-6174-4c86-934b-53c4d7c996ab MAC: 52:54:00:78:ea:24, distro: Fedora update: 20, arch: aarch64, diskimage: /tmp/koji/tasks/9115/159115/scratch_images/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d.dsk nicmodel: virtio, clockoffset: utc mousetype: ps2, disk_bus: virtio, disk_dev: vda icicletmp: /tmp/koji/tasks/9115/159115/oz_data/icicletmp/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d, listen_port: 33611 console_listen_port: 49389 Original ISO path: /tmp/koji/tasks/9115/159115/oz_data/isos/Fedora20aarch64-url.iso Modified ISO cache: /tmp/koji/tasks/9115/159115/oz_data/isos/Fedora20aarch64-url-oz.iso Output ISO path: /tmp/koji/tasks/9115/159115/scratch_images/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d-url-oz.iso ISO content path: /tmp/koji/tasks/9115/159115/oz_data/isocontent/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d-url Cleaning up any old Oz guest Cleaning up guest named factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d 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/9115/159115/oz_data/icicletmp/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d/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 8509467 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 8509467 8310kB of 8310kB 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 59864540 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 59864540 10240kB of 58461kB 20480kB of 58461kB 30720kB of 58461kB 40960kB of 58461kB 51200kB of 58461kB 58461kB of 58461kB Putting the kickstart in place Writing cpio to /tmp/koji/tasks/9115/159115/oz_data/icicletmp/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d/extra.cpio Releasing named lock (Fedora-20-aarch64-url) Generating JEOS disk image Generating 10GB diskimage for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d Waiting for volume to be created, 90/90 Execute JEOS install Running install for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d Generate XML for guest factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d with bootdev None Generated XML: factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d 4194304 4194304 bf120665-6174-4c86-934b-53c4d7c996ab 4 host hvm /tmp/koji/tasks/9115/159115/scratch_images/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d-kernel /tmp/koji/tasks/9115/159115/scratch_images/factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d-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-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14400/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14390/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14380/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14370/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14360/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14350/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14340/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14330/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14320/14400 21:46:13,776 INFO anaconda:program: Running... systemctl restart rsyslog 21:46:13,802 INFO systemd:Stopping System Logging Service... 21:46:14,209 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-3.el8" x-pid="1778" x-info="https://www.rsyslog.com"] exiting on signal 15. 21:46:14,213 INFO systemd:Stopped System Logging Service. 21:46:14,217 INFO systemd:Starting System Logging Service... 21:46:14,230 INFO systemd:Started System Logging Service. 21:46:14,230 WARNING rsyslogd:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.1911.0-3.el8 try https://www.rsyslog.com/e/2307 ] 21:46:14,231 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-3.el8 try https://www.rsyslog.com/e/2450 ] 21:46:14,231 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-3.el8] 21:46:14,231 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-3.el8] 21:46:14,231 INFO rsyslogd:[origin software="rsyslogd" swVersion="8.1911.0-3.el8" x-pid="1868" x-info="https://www.rsyslog.com"] start 21:46:14,231 NOTICE rsyslogd:imjournal: journal files changed, reloading... [v8.1911.0-3.el8 try https://www.rsyslog.com/e/0 ] 21:46:14,269 DEBUG anaconda:program: Return code: 0 21:46:14,274 INFO anaconda:anaconda: main: /sbin/anaconda 29.19.2.17-1.el8 21:46:14,853 INFO anaconda:anaconda: isys: 4213696 kB (4114 MB) are available 21:46:14,853 INFO anaconda:program: Running... losetup --list 21:46:14,883 INFO anaconda:anaconda: startup_utils: check_memory(): total:4114, needed:320, graphical:410 21:46:14,884 INFO anaconda:program: Running... /sbin/auditd 21:46:14,894 DEBUG anaconda:program: Return code: 0 21:46:14,897 INFO anaconda:anaconda: main: anaconda called with cmdline = ['/sbin/anaconda'] 21:46:14,897 INFO anaconda:anaconda: main: Default encoding = utf-8 21:46:14,898 INFO anaconda:program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf 21:46:14,930 INFO anaconda:anaconda: dbus.connection: Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:14,943 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1810 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 21:46:15,869 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Schedule publishing. 21:46:15,870 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Start the main loop. 21:46:15,873 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss. 21:46:15,873 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:15,884 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss. 21:46:15,894 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Boss' 21:46:15,903 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Timezone. 21:46:15,904 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Network. 21:46:15,904 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Localization. 21:46:15,905 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Security. 21:46:15,905 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Users. 21:46:15,905 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Payload. 21:46:15,905 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Storage. 21:46:15,906 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Services. 21:46:15,906 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Subscription. 21:46:15,906 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Addons are enabled. 21:46:15,908 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Start modules. 21:46:15,910 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Timezone 21:46:15,911 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,912 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Network 21:46:15,913 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,914 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Localization 21:46:15,915 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,915 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Security 21:46:15,917 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Users 21:46:15,917 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,921 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,921 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Payload 21:46:15,923 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Storage 21:46:15,923 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Payload' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,935 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,935 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Services 21:46:15,935 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Subscription 21:46:15,935 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Addons/Baz 21:46:15,936 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,937 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Subscription' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,937 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Addons.Baz' requested by ':1.1' (uid=0 pid=1881 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 21:46:15,948 INFO anaconda:anaconda: startup_utils: Waiting 600 sec for modules to be started. Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14310/14400 21:46:16,954 INFO anaconda:anaconda: startup_utils: Waiting 599 sec for modules to be started. 21:46:17,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:WARNING:py.warnings:/usr/lib64/python3.6/site-packages/pyanaconda/core/util.py:36: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses 21:46:17,556 WARNING org.fedoraproject.Anaconda.Modules.Storage: import imp 21:46:17,959 INFO anaconda:anaconda: startup_utils: Waiting 598 sec for modules to be started. 21:46:18,175 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,176 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,180 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security. 21:46:18,194 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,241 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security. 21:46:18,276 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security' 21:46:18,277 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Security is available 21:46:18,287 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Security started successfully. 21:46:18,299 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,315 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,319 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Addons/Baz. 21:46:18,319 WARNING org.fedoraproject.Anaconda.Addons.Baz:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,341 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Addons.Baz. 21:46:18,352 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,353 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,365 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Addons.Baz' 21:46:18,367 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Addons/Baz is available 21:46:18,373 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Addons/Baz started successfully. 21:46:18,375 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone. 21:46:18,376 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,402 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone. 21:46:18,422 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,425 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,428 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone' 21:46:18,429 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Timezone is available 21:46:18,434 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payload. 21:46:18,434 WARNING org.fedoraproject.Anaconda.Modules.Payload:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,437 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Timezone started successfully. 21:46:18,467 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.subscription:RHSM: yum.repos.d does not exist 21:46:18,467 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.subscription:RHSM: yum.repos.d created 21:46:18,468 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.dbus.connection:Connecting to the system bus. 21:46:18,471 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payload. 21:46:18,482 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payload' 21:46:18,483 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Payload is available 21:46:18,491 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Payload started successfully. 21:46:18,497 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.subscription:RHSM: setting RHSM config options 21:46:18,514 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.subscription:RHSM: restarting rhsm.service 21:46:18,515 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:program:Running... systemctl restart rhsm.service 21:46:18,539 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,539 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,543 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services. 21:46:18,543 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,570 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services. 21:46:18,571 INFO systemd:Stopping RHSM dbus service... 21:46:18,580 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,581 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,585 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization. 21:46:18,585 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services' 21:46:18,586 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,587 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Services is available 21:46:18,595 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Services started successfully. 21:46:18,604 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization. 21:46:18,617 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization' 21:46:18,618 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.dbus.connection:Connecting to the system bus. 21:46:18,619 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Localization is available 21:46:18,631 INFO systemd:Stopped RHSM dbus service. 21:46:18,631 INFO systemd:Starting RHSM dbus service... 21:46:18,632 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Localization started successfully. 21:46:18,656 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,657 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,660 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users. 21:46:18,660 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,676 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 21:46:18,676 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:18,683 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users. 21:46:18,683 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:18,687 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall. 21:46:18,687 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:18,696 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users' 21:46:18,697 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Users is available 21:46:18,704 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network. 21:46:18,705 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network. 21:46:18,706 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Users started successfully. 21:46:18,715 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network' 21:46:18,716 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Network is available 21:46:18,724 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Network started successfully. 21:46:18,734 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DeviceFormat as None 21:46:18,778 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BIOSBoot as biosboot 21:46:18,810 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DiskLabel as disklabel 21:46:18,812 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DMRaidMember as dmraidmember 21:46:18,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext2FS as ext2 21:46:18,852 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext3FS as ext3 21:46:18,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext4FS as ext4 21:46:18,853 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class FATFS as vfat 21:46:18,854 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIFS as efi 21:46:18,855 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BTRFS as btrfs 21:46:18,856 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class GFS2 as gfs2 21:46:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class JFS as jfs 21:46:18,857 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ReiserFS as reiserfs 21:46:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class XFS as xfs 21:46:18,858 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFS as hfs 21:46:18,859 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot 21:46:18,860 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFSPlus as hfs+ 21:46:18,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MacEFIFS as macefi 21:46:18,861 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NTFS as ntfs 21:46:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFS as nfs 21:46:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFSv4 as nfs4 21:46:18,862 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Iso9660FS as iso9660 21:46:18,863 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NoDevFS as nodev 21:46:18,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DevPtsFS as devpts 21:46:18,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ProcFS as proc 21:46:18,864 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SysFS as sysfs 21:46:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class TmpFS as tmpfs 21:46:18,866 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BindFS as bind 21:46:18,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SELinuxFS as selinuxfs 21:46:18,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class USBFS as usbfs 21:46:18,867 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIVarFS as efivarfs 21:46:18,950 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [1] lvm version ... 21:46:18,963 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[1]: LVM version: 2.03.08(2)-RHEL8 (2020-02-11) 21:46:18,963 WARNING org.fedoraproject.Anaconda.Modules.Storage: Library version: 1.02.169-RHEL8 (2020-02-11) 21:46:18,963 WARNING org.fedoraproject.Anaconda.Modules.Storage: Driver version: 4.39.0 21:46:18,963 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 --disable-silent-rules 21:46:18,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[1]: 21:46:18,964 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [1] (exit code: 0) 21:46:18,966 INFO anaconda:anaconda: startup_utils: Waiting 597 sec for modules to be started. 21:46:19,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LUKS as luks 21:46:19,041 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Integrity as integrity 21:46:19,046 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv 21:46:19,052 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MDRaidMember as mdmember 21:46:19,054 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MultipathMember as multipath_member 21:46:19,057 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class PPCPRePBoot as prepboot 21:46:19,061 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SwapSpace as swap 21:46:19,298 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm trigger --action=change --subsystem-match=block 21:46:19,347 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 21:46:19,347 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 21:46:19,441 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 21:46:19,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:19,443 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:19,445 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. 21:46:19,446 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:19,457 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. 21:46:19,459 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. 21:46:19,463 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Automatic. 21:46:19,467 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Manual. 21:46:19,469 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. 21:46:19,471 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. 21:46:19,481 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage' 21:46:19,482 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Storage is available 21:46:19,490 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Storage started successfully. 21:46:19,591 INFO rhsm-service:DEBUG [rhsm.https:56] Using standard libs to provide httplib and ssl 21:46:19,972 INFO anaconda:anaconda: startup_utils: Waiting 596 sec for modules to be started. 21:46:20,097 INFO rhsm-service:DEBUG [rhsmlib.dbus.service_wrapper:66] Starting DBus service with name com.redhat.RHSM1 21:46:20,100 INFO rhsm-service:DEBUG [subscription_manager.identity:139] Loading consumer info from identity certificates. 21:46:20,100 INFO rhsm-service:DEBUG [subscription_manager.identity:154] Reload of consumer identity cert /etc/pki/consumer/cert.pem raised an exception with msg: [Errno 2] No such file or directory: '/etc/pki/consumer/key.pem' 21:46:20,102 INFO systemd:Started RHSM dbus service. 21:46:20,106 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:program:Return code: 0 21:46:20,107 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.subscription:RHSM: rhsm.service has been restarted 21:46:20,107 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 21:46:20,107 INFO rhsm-service:DEBUG [rhsmlib.dbus.server:182] Start notification sent 21:46:20,108 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.common.base.base:Start the loop. 21:46:20,111 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Subscription. 21:46:20,111 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-0Fcn2QIIxq,guid=bff418cf7cde455d260db29d5f306ea6. 21:46:20,118 INFO rhsm-service:DEBUG [rhsmlib.file_monitor:201] Added i-notifier watcher for: /etc/pki/consumer with mask: 642 21:46:20,119 INFO rhsm-service:DEBUG [rhsmlib.file_monitor:201] Added i-notifier watcher for: /etc/pki/entitlement with mask: 642 21:46:20,120 INFO rhsm-service:DEBUG [rhsmlib.file_monitor:201] Added i-notifier watcher for: /etc/rhsm/rhsm.conf with mask: 642 21:46:20,120 INFO rhsm-service:DEBUG [rhsmlib.file_monitor:201] Added i-notifier watcher for: /etc/pki/product with mask: 642 21:46:20,121 INFO rhsm-service:DEBUG [rhsmlib.file_monitor:201] Added i-notifier watcher for: /etc/rhsm/syspurpose/syspurpose.json with mask: 642 21:46:20,126 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Subscription. 21:46:20,133 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Subscription' 21:46:20,134 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Subscription is available 21:46:20,145 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Subscription started successfully. 21:46:20,145 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager:All modules are ready now. 21:46:21,235 INFO anaconda:anaconda: kickstart.script: Running kickstart %%pre script(s) 21:46:21,236 INFO anaconda:anaconda: stdout: Running pre-installation scripts 21:46:21,237 INFO anaconda:program: Running... /bin/sh /tmp/ks-script-b5v8o9qf 21:46:21,300 DEBUG anaconda:program: Return code: 0 21:46:21,301 INFO anaconda:anaconda: kickstart.script: All kickstart %%pre script(s) have been run 21:46:21,302 INFO anaconda:anaconda: startup_utils: Parsing kickstart: /run/install/ks.cfg 21:46:21,305 INFO kernel: vda: 21:46:21,797 INFO anaconda:blivet: ISCSID is /sbin/iscsid 21:46:21,798 INFO anaconda:blivet: no initiator set 21:46:21,798 INFO anaconda:program: Running... modprobe libfc 21:46:21,888 DEBUG anaconda:program: Return code: 0 21:46:21,890 INFO anaconda:program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i 21:46:21,898 ERR anaconda:program: Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 21:46:21,899 INFO anaconda:blivet: Failed to read FCoE EDD info: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 21:46:21,907 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Splitting kickstart from /run/install/ks.cfg. 21:46:22,231 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Distributing kickstart. 21:46:22,242 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Timezone handles commands ['timezone'] sections [] addons [] 21:46:22,244 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,254 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Processing kickstart data... 21:46:22,254 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Timezone is set to UTC. 21:46:22,256 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:UTC is set to True. 21:46:22,256 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP is set to True. 21:46:22,257 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 21:46:22,258 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,275 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Network handles commands ['network', 'firewall'] sections [] addons [] 21:46:22,277 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,296 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Hostname is set to localhost.localdomain 21:46:22,296 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall command considered seen in kickstart: True. 21:46:22,298 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall mode will be: FirewallMode.ENABLED 21:46:22,299 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: [] 21:46:22,299 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: [] 21:46:22,300 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: ['ssh'] 21:46:22,300 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: [] 21:46:22,300 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,316 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Localization handles commands ['keyboard', 'lang'] sections [] addons [] 21:46:22,318 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,329 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Processing kickstart data... 21:46:22,329 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 21:46:22,330 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language support is set to []. 21:46:22,332 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language seen set to True. 21:46:22,332 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Keyboard is set to us. 21:46:22,333 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to . 21:46:22,333 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 21:46:22,333 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X layout switch options are set to []. 21:46:22,333 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:keyboard command considered seen in kicksatart: True. 21:46:22,334 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,353 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Security handles commands ['auth', 'authconfig', 'authselect', 'selinux', 'realm'] sections [] addons [] 21:46:22,355 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,361 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Processing kickstart data... 21:46:22,363 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:SElinux is set to SELinuxMode.ENFORCING. 21:46:22,364 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Authconfig is set to ['--enableshadow', '--passalgo=sha512']. 21:46:22,366 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,382 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Users handles commands ['rootpw', 'user'] sections [] addons [] 21:46:22,384 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,394 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Processing kickstart data... 21:46:22,394 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password set. 21:46:22,394 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root account has been unlocked. 21:46:22,396 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password considered seen in kickstart: True. 21:46:22,396 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,412 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Payload handles commands [] sections [] addons [] 21:46:22,413 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Payload 21:46:22,425 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Storage handles commands ['autopart', 'bootloader', 'clearpart', 'ignoredisk', 'logvol', 'mount', 'part', 'partition', 'raid', 'reqpart', 'volgroup', 'zerombr', 'zfcp', 'zipl'] sections [] addons [] 21:46:22,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Processing kickstart data... 21:46:22,491 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format unrecognized is set to 'True'. 21:46:22,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Default disk label is set to ''. 21:46:22,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 21:46:22,492 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format LDL is set to 'False'. 21:46:22,494 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 21:46:22,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 21:46:22,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 21:46:22,496 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '[]'. 21:46:22,497 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Ignored disks are set to '[]'. 21:46:22,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. 21:46:22,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. 21:46:22,499 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. 21:46:22,500 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']'. 21:46:22,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Timeout is set to '1'. 21:46:22,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Enabled is set to 'False'. 21:46:22,500 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Nohome is set to 'False'. 21:46:22,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Noboot is set to 'False'. 21:46:22,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Noswap is set to 'False'. 21:46:22,501 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.manual:Mount points are set to '[]'. 21:46:22,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.manual:Enabled is set to 'False'. 21:46:22,502 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,517 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Services handles commands ['firstboot', 'services', 'skipx', 'xconfig'] sections [] addons [] 21:46:22,519 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 21:46:22,534 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Processing kickstart data... 21:46:22,536 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']. 21:46:22,536 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Disabled services are set to ['kdump']. 21:46:22,536 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default desktop is set to . 21:46:22,538 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.DISABLED. 21:46:22,539 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 21:46:22,557 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Subscription handles commands ['syspurpose', 'rhsm'] sections [] addons [] 21:46:22,558 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Subscription 21:46:22,568 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Addons.Baz handles commands [] sections [] addons [] 21:46:22,569 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Addons.Baz 21:46:22,572 WARNING anaconda:anaconda: kickstart: Command keyboard will be parsed in DBus module. 21:46:22,573 WARNING anaconda:anaconda: kickstart: Command rootpw will be parsed in DBus module. 21:46:22,575 WARNING anaconda:anaconda: kickstart: Command lang will be parsed in DBus module. 21:46:22,576 WARNING anaconda:anaconda: kickstart: Command firewall will be parsed in DBus module. 21:46:22,582 WARNING anaconda:anaconda: kickstart: Command timezone will be parsed in DBus module. 21:46:22,584 WARNING anaconda:anaconda: kickstart: Command auth will be parsed in DBus module. 21:46:22,585 WARNING anaconda:anaconda: kickstart: Command firstboot will be parsed in DBus module. 21:46:22,586 WARNING anaconda:anaconda: kickstart: Command selinux will be parsed in DBus module. 21:46:22,587 WARNING anaconda:anaconda: kickstart: Command services will be parsed in DBus module. 21:46:22,589 WARNING anaconda:anaconda: kickstart: Command bootloader will be parsed in DBus module. 21:46:22,595 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 21:46:22,603 WARNING anaconda:anaconda: kickstart: Command zerombr will be parsed in DBus module. 21:46:22,604 WARNING anaconda:anaconda: kickstart: Command clearpart will be parsed in DBus module. 21:46:22,685 INFO anaconda:program: Running... loadkeys us 21:46:22,868 DEBUG anaconda:program: Return code: 0 21:46:22,869 INFO anaconda:program: Running... loadkeys us 21:46:23,053 DEBUG anaconda:program: Return code: 0 21:46:23,054 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.20' (uid=0 pid=1810 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 21:46:23,065 INFO systemd:Starting Locale Service... 21:46:23,699 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 21:46:23,700 INFO systemd:Started Locale Service. 21:46:23,712 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 21:46:23,716 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to ['']. 21:46:23,766 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 21:46:23,769 DEBUG anaconda:anaconda: localization: setting locale to: en_US.UTF-8 21:46:23,780 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. 21:46:23,803 DEBUG anaconda:anaconda: network: devices found ['enp1s0'] 21:46:23,804 DEBUG anaconda:ifcfg: content of files (network initialization): 21:46:23,805 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 21:46:23,806 DEBUG anaconda:ifcfg: # Generated by dracut initrd 21:46:23,806 DEBUG anaconda:ifcfg: NAME="enp1s0" 21:46:23,807 DEBUG anaconda:ifcfg: DEVICE="enp1s0" 21:46:23,808 DEBUG anaconda:ifcfg: ONBOOT=yes 21:46:23,808 DEBUG anaconda:ifcfg: NETBOOT=yes 21:46:23,809 DEBUG anaconda:ifcfg: UUID="09eee124-4488-44ac-b528-b193dcce334f" 21:46:23,810 DEBUG anaconda:ifcfg: IPV6INIT=yes 21:46:23,810 DEBUG anaconda:ifcfg: BOOTPROTO=dhcp 21:46:23,811 DEBUG anaconda:ifcfg: TYPE=Ethernet 21:46:23,833 DEBUG anaconda:ifcfg: all settings: [{'802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}, 'proxy': {}, 'connection': {'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1597009555, 'type': '802-3-ethernet', 'uuid': '09eee124-4488-44ac-b528-b193dcce334f'}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}}] 21:46:23,834 DEBUG anaconda:anaconda: network: ensure single initramfs connections 21:46:23,956 DEBUG anaconda:anaconda: network: apply kickstart 21:46:24,151 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,153 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,156 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,158 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,160 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,163 DEBUG anaconda:anaconda: network: pre kickstart - updating settings of device enp1s0 21:46:24,399 DEBUG NetworkManager: [1597009584.3992] create NMAuditManager singleton (397fce079c23c255) 21:46:24,402 DEBUG NetworkManager: [1597009584.4028] ifcfg-rh: write: connection enp1s0 (09eee124-4488-44ac-b528-b193dcce334f) was modified by persisting it to "/etc/sysconfig/network-scripts/ifcfg-enp1s0" 21:46:24,405 DEBUG NetworkManager: [1597009584.4054] ++ connection 'update connection' (0xffffa4016340/NMSimpleConnection/"802-3-ethernet" < 0xaaab0b885c80/NMSimpleConnection/"802-3-ethernet") [/org/freedesktop/NetworkManager/Settings/1]: 21:46:24,405 DEBUG NetworkManager: [1597009584.4055] ++ connection [ 0xaaab0b8e26a0 < 0xaaab0b8e11b0 ] 21:46:24,405 DEBUG NetworkManager: [1597009584.4055] ++ connection.autoconnect = FALSE 21:46:24,407 DEBUG NetworkManager: [1597009584.4076] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/1 (enp1s0) 21:46:24,407 INFO NetworkManager: [1597009584.4078] audit: op="connection-update" uuid="09eee124-4488-44ac-b528-b193dcce334f" name="enp1s0" args="connection.timestamp,connection.autoconnect" pid=1810 uid=0 result="success" 21:46:24,410 DEBUG anaconda:anaconda: network: pre kickstart - activating connection 09eee124-4488-44ac-b528-b193dcce334f for enp1s0 21:46:24,439 DEBUG NetworkManager: [1597009584.4388] active-connection[0xaaab0b913580]: set device "enp1s0" [0xaaab0b954550] 21:46:24,439 DEBUG NetworkManager: [1597009584.4390] device[5f02b58225e50d33] (enp1s0): add_pending_action (1): 'activation-2' 21:46:24,439 DEBUG NetworkManager: [1597009584.4395] active-connection[0xaaab0b913580]: constructed (NMActRequest, version-id 2, type managed) 21:46:24,439 INFO NetworkManager: [1597009584.4397] device (enp1s0): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 21:46:24,439 DEBUG NetworkManager: [1597009584.4397] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'in-state-change' 21:46:24,441 DEBUG NetworkManager: [1597009584.4405] active-connection[0xaaab0b911690]: set state deactivating (was activated) 21:46:24,441 INFO NetworkManager: [1597009584.4410] manager: NetworkManager state is now DISCONNECTING 21:46:24,442 DEBUG NetworkManager: [1597009584.4415] active-connection[0xaaab0b911690]: check-master-ready: not signalling (state deactivating, no master) 21:46:24,442 DEBUG NetworkManager: [1597009584.4426] manager: ActivatingConnection now (none) 21:46:24,442 DEBUG NetworkManager: [1597009584.4429] dispatcher: (6) (enp1s0) dispatching action 'pre-down' (with callback) 21:46:24,444 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,444 DEBUG NetworkManager: [1597009584.4441] device[5f02b58225e50d33] (enp1s0): connectivity state changed from FULL to NONE 21:46:24,444 DEBUG NetworkManager: [1597009584.4442] device[5f02b58225e50d33] (enp1s0): connectivity state changed from FULL to NONE 21:46:24,444 DEBUG NetworkManager: [1597009584.4444] manager: connectivity checking indicates NONE 21:46:24,444 DEBUG NetworkManager: [1597009584.4447] dispatcher: (7) dispatching action 'connectivity-change' 21:46:24,445 DEBUG NetworkManager: [1597009584.4450] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,445 DEBUG NetworkManager: [1597009584.4451] device[5f02b58225e50d33] (enp1s0): unmanaged: flags set to [!sleeping,!by-type,!platform-init,!user-explicit,!user-settings=0x0/0x79/managed], set-managed [user-explicit=0x20], reason user-requested) 21:46:24,445 DEBUG NetworkManager: [1597009584.4457] device[5f02b58225e50d33] (enp1s0): queue activation request waiting for currently active connection to disconnect 21:46:24,446 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 21:46:24,446 INFO NetworkManager: [1597009584.4458] device (enp1s0): disconnecting for new activation request. 21:46:24,446 DEBUG NetworkManager: [1597009584.4458] device[5f02b58225e50d33] (enp1s0): state change: deactivating -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 21:46:24,446 INFO NetworkManager: [1597009584.4460] audit: op="connection-activate" uuid="09eee124-4488-44ac-b528-b193dcce334f" name="enp1s0" pid=1810 uid=0 result="success" 21:46:24,447 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=1703 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:kernel_t:s0") 21:46:24,457 INFO systemd:Starting Network Manager Script Dispatcher Service... 21:46:24,475 WARNING anaconda:anaconda: network: apply kickstart: --device does not exist 21:46:24,476 DEBUG anaconda:anaconda: network: kickstart pre section applied for devices ['enp1s0'] 21:46:24,477 DEBUG anaconda:ifcfg: content of files (kickstart pre section applied for devices ['enp1s0']): 21:46:24,478 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 21:46:24,479 DEBUG anaconda:ifcfg: # Generated by dracut initrd 21:46:24,479 DEBUG anaconda:ifcfg: NAME=enp1s0 21:46:24,480 DEBUG anaconda:ifcfg: DEVICE=enp1s0 21:46:24,480 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher' 21:46:24,481 INFO systemd:Started Network Manager Script Dispatcher Service. 21:46:24,482 DEBUG anaconda:ifcfg: ONBOOT=no 21:46:24,482 DEBUG anaconda:ifcfg: NETBOOT=yes 21:46:24,483 DEBUG anaconda:ifcfg: UUID=09eee124-4488-44ac-b528-b193dcce334f 21:46:24,483 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: new request (0 scripts) 21:46:24,484 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 21:46:24,484 DEBUG anaconda:ifcfg: IPV6INIT=yes 21:46:24,485 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,485 DEBUG anaconda:ifcfg: BOOTPROTO=dhcp 21:46:24,485 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_UUID=09eee124-4488-44ac-b528-b193dcce334f 21:46:24,485 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_ID=enp1s0 21:46:24,485 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 21:46:24,486 DEBUG anaconda:ifcfg: TYPE=Ethernet 21:46:24,486 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 21:46:24,486 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,486 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-down 21:46:24,486 DEBUG anaconda:ifcfg: PROXY_METHOD=none 21:46:24,486 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: completed: no scripts 21:46:24,487 INFO nm-dispatcher:req:2 'connectivity-change': new request (3 scripts) 21:46:24,487 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: CONNECTIVITY_STATE=NONE 21:46:24,487 DEBUG anaconda:ifcfg: BROWSER_ONLY=no 21:46:24,487 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,487 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 21:46:24,488 INFO nm-dispatcher:req:2 'connectivity-change': start running ordered scripts... 21:46:24,488 DEBUG anaconda:ifcfg: DEFROUTE=yes 21:46:24,488 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 21:46:24,488 DEBUG anaconda:ifcfg: IPV4_FAILURE_FATAL=no 21:46:24,489 DEBUG anaconda:ifcfg: IPV6_AUTOCONF=yes 21:46:24,489 DEBUG NetworkManager: [1597009584.4894] dispatcher: (6) succeeded but no scripts invoked 21:46:24,489 DEBUG NetworkManager: [1597009584.4895] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'queued-state-change-disconnected' 21:46:24,490 DEBUG NetworkManager: [1597009584.4896] device[5f02b58225e50d33] (enp1s0): queue-state[disconnected, reason:new-activation, id:195]: queue state change 21:46:24,490 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 21:46:24,490 DEBUG NetworkManager: [1597009584.4897] device[5f02b58225e50d33] (enp1s0): queue-state[disconnected, reason:new-activation, id:195]: change state 21:46:24,490 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 21:46:24,490 INFO NetworkManager: [1597009584.4897] device (enp1s0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') 21:46:24,491 DEBUG NetworkManager: [1597009584.4898] device[5f02b58225e50d33] (enp1s0): add_pending_action (3): 'in-state-change' 21:46:24,491 DEBUG NetworkManager: [1597009584.4898] device[5f02b58225e50d33] (enp1s0): will enable userland IPv6LL 21:46:24,491 DEBUG NetworkManager: [1597009584.4899] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 21:46:24,491 DEBUG NetworkManager: [1597009584.4901] platform-linux: do-request-link: 2 21:46:24,492 DEBUG anaconda:ifcfg: IPV6_DEFROUTE=yes 21:46:24,492 DEBUG NetworkManager: [1597009584.4902] platform: (enp1s0) signal: link changed: 2: enp1s0 mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:78:EA:24 brd FF:FF:FF:FF:FF:FF driver virtio_net rx:203613,511457514 tx:7598,503436 21:46:24,493 DEBUG NetworkManager: [1597009584.4903] device[5f02b58225e50d33] (enp1s0): queued link change for ifindex 2 21:46:24,493 DEBUG NetworkManager: [1597009584.4905] platform-linux: do-change-link[2]: success changing link: success 21:46:24,493 DEBUG NetworkManager: [1597009584.4908] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 21:46:24,493 DEBUG anaconda:ifcfg: IPV6_FAILURE_FATAL=no 21:46:24,493 DEBUG NetworkManager: [1597009584.4914] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 21:46:24,493 DEBUG NetworkManager: [1597009584.4916] device[5f02b58225e50d33] (enp1s0): deactivating device (reason 'new-activation') [60] 21:46:24,494 DEBUG NetworkManager: [1597009584.4916] firewall: [a1e3cb09e8f700a7,remove*:"enp1s0"]: firewall zone remove enp1s0:default (not running, simulate success) 21:46:24,494 DEBUG NetworkManager: [1597009584.4917] firewall: [a1e3cb09e8f700a7,remove*:"enp1s0"]: complete: drop request simulating success 21:46:24,494 DEBUG NetworkManager: [1597009584.4918] kill child process 'dhcp-client-enp1s0' (1759): waiting up to 500 milliseconds for process to terminate normally after sending SIGTERM (15)... 21:46:24,495 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 21:46:24,495 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 21:46:24,501 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 21:46:24,501 DEBUG nm-dispatcher:req:2 'connectivity-change': completed (3 scripts) 21:46:24,556 DEBUG NetworkManager: [1597009584.5564] kill child process 'dhcp-client-enp1s0' (1759): after sending SIGTERM (15), process 1759 exited by signal 15 (64563 usec elapsed) 21:46:24,556 INFO NetworkManager: [1597009584.5567] dhcp4 (enp1s0): canceled DHCP transaction, DHCP client pid 1759 21:46:24,556 INFO NetworkManager: [1597009584.5567] dhcp4 (enp1s0): state changed extended -> done 21:46:24,557 DEBUG NetworkManager: [1597009584.5578] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 21:46:24,558 DEBUG NetworkManager: [1597009584.5579] platform: (enp1s0) ip4-route: delete 0.0.0.0/0 via 192.168.122.1 dev 2 metric 0 mss 0 rt-src rt-boot scope global 21:46:24,558 DEBUG NetworkManager: [1597009584.5580] platform: (enp1s0) signal: route 6 removed: fe80::/64 via :: dev 2 metric 256 mss 0 rt-src rt-kernel 21:46:24,558 DEBUG NetworkManager: [1597009584.5581] device[5f02b58225e50d33] (enp1s0): queued IP6 config change 21:46:24,558 DEBUG NetworkManager: [1597009584.5582] platform: (enp1s0) signal: route 6 removed: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 21:46:24,558 DEBUG NetworkManager: [1597009584.5583] platform: (enp1s0) signal: address 6 removed: fe80::5054:ff:fe78:ea24/64 lft forever pref forever lifetime 31-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 21:46:24,559 DEBUG NetworkManager: [1597009584.5584] platform: (enp1s0) signal: route 6 added: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 21:46:24,559 DEBUG NetworkManager: [1597009584.5585] platform: (enp1s0) signal: route 4 removed: 0.0.0.0/0 via 192.168.122.1 dev 2 metric 0 mss 0 rt-src rt-boot scope global 21:46:24,559 DEBUG NetworkManager: [1597009584.5586] device[5f02b58225e50d33] (enp1s0): queued IP4 config change 21:46:24,559 DEBUG NetworkManager: [1597009584.5588] platform-linux: do-delete-ip4-route[0.0.0.0/0 via 192.168.122.1 dev 2 metric 0 mss 0 rt-src rt-boot scope global]: success 21:46:24,559 DEBUG NetworkManager: [1597009584.5588] platform: (enp1s0) ip4-route: delete 192.168.122.0/24 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.59 21:46:24,559 DEBUG NetworkManager: [1597009584.5590] platform: (enp1s0) signal: route 4 removed: 192.168.122.0/24 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.59 21:46:24,560 DEBUG NetworkManager: [1597009584.5591] platform-linux: do-delete-ip4-route[192.168.122.0/24 via 0.0.0.0 dev 2 metric 0 mss 0 rt-src rt-kernel scope link pref-src 192.168.122.59]: success 21:46:24,560 DEBUG NetworkManager: [1597009584.5591] platform: (enp1s0) ip4-route: delete 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 21:46:24,560 DEBUG NetworkManager: [1597009584.5593] platform: (enp1s0) signal: route 4 removed: 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 21:46:24,560 DEBUG NetworkManager: [1597009584.5593] platform-linux: do-delete-ip4-route[0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global]: success 21:46:24,560 DEBUG NetworkManager: [1597009584.5594] platform: (enp1s0) ip4-route: delete 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.59 21:46:24,560 DEBUG NetworkManager: [1597009584.5595] platform: (enp1s0) signal: route 4 removed: 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.59 21:46:24,561 DEBUG NetworkManager: [1597009584.5596] platform-linux: do-delete-ip4-route[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.59]: success 21:46:24,561 DEBUG NetworkManager: [1597009584.5597] platform: (enp1s0) ip6-route: delete table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 21:46:24,561 DEBUG NetworkManager: [1597009584.5598] platform: (enp1s0) signal: route 6 removed: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 21:46:24,561 DEBUG NetworkManager: [1597009584.5599] platform-linux: do-delete-ip6-route[table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot]: success 21:46:24,561 DEBUG NetworkManager: [1597009584.5599] platform: (enp1s0) address: deleting IPv4 address 192.168.122.59/24, dev enp1s0 21:46:24,561 DEBUG NetworkManager: [1597009584.5601] platform: (enp1s0) signal: address 4 removed: 192.168.122.59/24 lft 3572sec pref 3572sec lifetime 31-3[3600,3600] dev 2 src kernel 21:46:24,562 DEBUG NetworkManager: [1597009584.5602] platform-linux: do-delete-ip4-address[2: 192.168.122.59/24]: success 21:46:24,562 DEBUG NetworkManager: [1597009584.5603] platform: (enp1s0) qdisc: delete fq_codel dev 2 family 0 handle 0 parent ffffffff info 2 limit 10240 flows 1024 target 4999 interval 99999 quantum 1514 memory_limit 33554432 ecn 21:46:24,562 DEBUG NetworkManager: [1597009584.5604] platform-linux: netlink: recvmsg: error message from kernel: No such file or directory (2) "Cannot delete qdisc with handle of zero" for request 29 21:46:24,562 DEBUG NetworkManager: [1597009584.5604] platform-linux: do-delete-qdisc[2: -1]: failure 2 (No such file or directory - Cannot delete qdisc with handle of zero), meaning the object was already removed 21:46:24,562 DEBUG NetworkManager: [1597009584.5606] rules-manager: sync 21:46:24,563 DEBUG NetworkManager: [1597009584.5606] device[5f02b58225e50d33] (enp1s0): set metered value 0 21:46:24,563 DEBUG NetworkManager: [1597009584.5609] manager: new metered value: 0 21:46:24,563 DEBUG NetworkManager: [1597009584.5613] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=1, new-config=(nil)) 21:46:24,563 DEBUG NetworkManager: [1597009584.5613] device[5f02b58225e50d33] (enp1s0): ip4-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP4Config/1) 21:46:24,563 DEBUG NetworkManager: [1597009584.5619] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,563 DEBUG NetworkManager: [1597009584.5620] dns-mgr: (device_ip_config_changed): DNS configuration changed 21:46:24,564 DEBUG NetworkManager: [1597009584.5620] dns-mgr: (device_ip_config_changed): committing DNS changes (0) 21:46:24,564 DEBUG NetworkManager: [1597009584.5621] dns-mgr: update-dns: updating resolv.conf 21:46:24,565 DEBUG NetworkManager: [1597009584.5656] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=1, new-config=(nil)) 21:46:24,565 DEBUG NetworkManager: [1597009584.5657] device[5f02b58225e50d33] (enp1s0): ip6-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP6Config/1) 21:46:24,566 DEBUG NetworkManager: [1597009584.5662] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,566 DEBUG NetworkManager: [1597009584.5663] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,566 DEBUG NetworkManager: [1597009584.5663] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,568 DEBUG NetworkManager: [1597009584.5686] active-connection[0xaaab0b911690]: set state deactivated (was deactivating) 21:46:24,569 INFO NetworkManager: [1597009584.5691] manager: NetworkManager state is now DISCONNECTED 21:46:24,570 DEBUG NetworkManager: [1597009584.5695] active-connection[0xaaab0b911690]: check-master-ready: not signalling (state deactivated, no master) 21:46:24,570 DEBUG NetworkManager: [1597009584.5699] dns-mgr: (update_routing_and_dns): queueing DNS updates (1) 21:46:24,570 DEBUG NetworkManager: [1597009584.5699] manager: PrimaryConnection now (none) 21:46:24,570 INFO NetworkManager: [1597009584.5705] policy: set-hostname: set hostname to 'localhost.localdomain' (no default device) 21:46:24,571 DEBUG NetworkManager: [1597009584.5708] dns-mgr: (update_routing_and_dns): DNS configuration did not change 21:46:24,571 DEBUG NetworkManager: [1597009584.5708] dns-mgr: (update_routing_and_dns): no DNS changes to commit (0) 21:46:24,571 INFO NetworkManager: [1597009584.5708] device (enp1s0): Activation: starting connection 'enp1s0' (09eee124-4488-44ac-b528-b193dcce334f) 21:46:24,571 DEBUG NetworkManager: [1597009584.5709] device[5f02b58225e50d33] (enp1s0): activation-stage: schedule activate_stage1_device_prepare,v4 (id 204) 21:46:24,571 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,571 DEBUG NetworkManager: [1597009584.5710] dispatcher: (8) (enp1s0) dispatching action 'down' 21:46:24,573 DEBUG NetworkManager: [1597009584.5731] device[5f02b58225e50d33] (enp1s0): remove_pending_action (2): 'in-state-change' 21:46:24,573 DEBUG NetworkManager: [1597009584.5732] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'queued-state-change-disconnected' 21:46:24,573 DEBUG NetworkManager: [1597009584.5734] dispatcher: (7) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 21:46:24,573 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 21:46:24,574 DEBUG NetworkManager: [1597009584.5735] dispatcher: (7) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 21:46:24,574 DEBUG NetworkManager: [1597009584.5735] dispatcher: (7) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 21:46:24,574 DEBUG NetworkManager: [1597009584.5744] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=0, new-config=0xaaab0b8e7550) 21:46:24,577 DEBUG NetworkManager: [1597009584.5749] device[5f02b58225e50d33] (enp1s0): ip6-config: set IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 21:46:24,577 INFO nm-dispatcher:req:3 'down' [enp1s0]: new request (3 scripts) 21:46:24,578 DEBUG NetworkManager: [1597009584.5752] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,578 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 21:46:24,578 DEBUG NetworkManager: [1597009584.5753] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,578 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_FILENA Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14300/14400 ME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,578 DEBUG NetworkManager: [1597009584.5753] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,579 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_UUID=09eee124-4488-44ac-b528-b193dcce334f 21:46:24,579 DEBUG NetworkManager: [1597009584.5754] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=0, new-config=0xaaab0b913d30) 21:46:24,579 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_ID=enp1s0 21:46:24,579 DEBUG NetworkManager: [1597009584.5758] device[5f02b58225e50d33] (enp1s0): ip4-config: set IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 21:46:24,579 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 21:46:24,580 DEBUG NetworkManager: [1597009584.5760] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,580 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 21:46:24,580 DEBUG NetworkManager: [1597009584.5761] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,580 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,580 DEBUG NetworkManager: [1597009584.5761] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,580 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: NM_DISPATCHER_ACTION=down 21:46:24,581 DEBUG NetworkManager: [1597009584.5763] active-connection[0xaaab0b911690]: disposing 21:46:24,581 INFO nm-dispatcher:req:3 'down' [enp1s0]: start running ordered scripts... 21:46:24,581 DEBUG NetworkManager: [1597009584.5767] device[5f02b58225e50d33] (enp1s0): activation-stage: invoke activate_stage1_device_prepare,v4 (id 204) 21:46:24,581 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 21:46:24,581 INFO NetworkManager: [1597009584.5770] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') 21:46:24,582 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain' 21:46:24,582 DEBUG NetworkManager: [1597009584.5771] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'in-state-change' 21:46:24,583 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 21:46:24,583 DEBUG NetworkManager: [1597009584.5791] active-connection[0xaaab0b913580]: set state activating (was unknown) 21:46:24,583 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 21:46:24,583 INFO NetworkManager: [1597009584.5796] manager: NetworkManager state is now CONNECTING 21:46:24,584 DEBUG NetworkManager: [1597009584.5801] active-connection[0xaaab0b913580]: check-master-ready: not signalling (state activating, no master) 21:46:24,584 DEBUG NetworkManager: [1597009584.5802] manager: ActivatingConnection now enp1s0 21:46:24,584 DEBUG NetworkManager: [1597009584.5805] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,584 DEBUG NetworkManager: [1597009584.5806] device[5f02b58225e50d33] (enp1s0): set-link: ignore link negotiation 21:46:24,584 DEBUG NetworkManager: [1597009584.5806] device[5f02b58225e50d33] (enp1s0): activation-stage: synchronously invoke activate_stage2_device_config,v4 21:46:24,584 INFO NetworkManager: [1597009584.5807] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') 21:46:24,585 DEBUG NetworkManager: [1597009584.5807] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'in-state-change' 21:46:24,585 DEBUG NetworkManager: [1597009584.5815] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,585 DEBUG NetworkManager: [1597009584.5816] platform: (enp1s0) qdisc: delete fq_codel dev 2 family 0 handle 0 parent ffffffff info 2 limit 10240 flows 1024 target 4999 interval 99999 quantum 1514 memory_limit 33554432 ecn 21:46:24,585 DEBUG NetworkManager: [1597009584.5818] platform-linux: netlink: recvmsg: error message from kernel: No such file or directory (2) "Cannot delete qdisc with handle of zero" for request 31 21:46:24,585 DEBUG NetworkManager: [1597009584.5820] platform-linux: do-delete-qdisc[2: -1]: failure 2 (No such file or directory - Cannot delete qdisc with handle of zero), meaning the object was already removed 21:46:24,586 DEBUG NetworkManager: [1597009584.5821] rules-manager: sync 21:46:24,586 DEBUG NetworkManager: [1597009584.5822] device[5f02b58225e50d33] (enp1s0): bringing up device 2 21:46:24,586 DEBUG NetworkManager: [1597009584.5822] platform: (enp1s0) link: setting up 21:46:24,586 DEBUG NetworkManager: [1597009584.5823] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) 21:46:24,586 DEBUG NetworkManager: [1597009584.5825] platform-linux: do-request-link: 2 21:46:24,586 DEBUG NetworkManager: [1597009584.5827] platform-linux: do-change-link[2]: success changing link: success 21:46:24,587 DEBUG NetworkManager: [1597009584.5831] firewall: [3f9aa16a3cf15435,change*:"enp1s0"]: firewall zone change enp1s0:default (not running, simulate success) 21:46:24,587 DEBUG NetworkManager: [1597009584.5833] dispatcher: (9) dispatching action 'hostname' 21:46:24,587 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 21:46:24,587 DEBUG NetworkManager: [1597009584.5837] firewall: [3f9aa16a3cf15435,change*:"enp1s0"]: complete: fake success 21:46:24,588 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 21:46:24,588 DEBUG NetworkManager: [1597009584.5837] device[5f02b58225e50d33] (enp1s0): activation-stage: schedule activate_stage3_ip_config_start,v4 (id 211) 21:46:24,588 DEBUG NetworkManager: [1597009584.5838] device[5f02b58225e50d33] (enp1s0): activation-stage: invoke activate_stage3_ip_config_start,v4 (id 211) 21:46:24,588 DEBUG NetworkManager: [1597009584.5838] active-connection[0xaaab0b913580]: set state-flags layer2-ready (was none) 21:46:24,589 INFO NetworkManager: [1597009584.5842] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') 21:46:24,589 DEBUG NetworkManager: [1597009584.5843] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'in-state-change' 21:46:24,589 DEBUG NetworkManager: [1597009584.5852] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,589 DEBUG NetworkManager: [1597009584.5853] device[5f02b58225e50d33] (enp1s0): IPv4 config method is auto 21:46:24,589 DEBUG NetworkManager: [1597009584.5855] device[5f02b58225e50d33] (enp1s0): ipv4.dhcp-client-id: no explicit client-id configured 21:46:24,590 INFO NetworkManager: [1597009584.5857] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds) 21:46:24,590 DEBUG NetworkManager: [1597009584.5858] dhcp4 (enp1s0): creating composite dhclient config /var/lib/NetworkManager/dhclient-enp1s0.conf 21:46:24,590 DEBUG NetworkManager: [1597009584.5858] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient-09eee124-4488-44ac-b528-b193dcce334f.conf 21:46:24,590 DEBUG NetworkManager: [1597009584.5858] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient-enp1s0.conf 21:46:24,591 DEBUG NetworkManager: [1597009584.5859] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient.conf 21:46:24,591 DEBUG NetworkManager: [1597009584.5859] dhcp4 (enp1s0): looking for existing config /etc/dhcp/dhclient-enp1s0.conf 21:46:24,591 DEBUG NetworkManager: [1597009584.5860] dhcp4 (enp1s0): looking for existing config /etc/dhclient-enp1s0.conf 21:46:24,591 DEBUG NetworkManager: [1597009584.5860] dhcp4 (enp1s0): looking for existing config /etc/dhcp/dhclient.conf 21:46:24,591 DEBUG NetworkManager: [1597009584.5860] dhcp4 (enp1s0): merging existing dhclient config /etc/dhcp/dhclient.conf 21:46:24,592 DEBUG NetworkManager: [1597009584.5865] dhcp4 (enp1s0): running: /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /run/NetworkManager/dhclient-enp1s0.pid -lf /run/NetworkManager/dhclient-09eee124-4488-44ac-b528-b193dcce334f-enp1s0.lease -cf /var/lib/NetworkManager/dhclient-enp1s0.conf enp1s0 21:46:24,592 INFO NetworkManager: [1597009584.5897] dhcp4 (enp1s0): dhclient started with pid 1991 21:46:24,592 DEBUG NetworkManager: [1597009584.5898] device[5f02b58225e50d33] (enp1s0): IPv6 config method is auto 21:46:24,592 DEBUG NetworkManager: [1597009584.5899] device[5f02b58225e50d33] (enp1s0): will enable userland IPv6LL 21:46:24,592 DEBUG NetworkManager: [1597009584.5899] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 21:46:24,593 DEBUG NetworkManager: [1597009584.5901] platform-linux: do-request-link: 2 21:46:24,593 DEBUG NetworkManager: [1597009584.5903] platform-linux: do-change-link[2]: success changing link: success 21:46:24,593 DEBUG NetworkManager: [1597009584.5905] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 21:46:24,593 DEBUG NetworkManager: [1597009584.5908] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 21:46:24,593 DEBUG NetworkManager: [1597009584.5912] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra' to '0' (current value is identical) 21:46:24,594 DEBUG NetworkManager: [1597009584.5913] platform: (enp1s0) signal: route 6 added: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 21:46:24,594 DEBUG NetworkManager: [1597009584.5914] device[5f02b58225e50d33] (enp1s0): queued IP6 config change 21:46:24,594 DEBUG NetworkManager: [1597009584.5921] device[5f02b58225e50d33] (enp1s0): linklocal6: starting IPv6 with method 'auto', but the device has no link-local addresses configured. Wait. 21:46:24,600 DEBUG NetworkManager: [1597009584.5921] device[5f02b58225e50d33] (enp1s0): linklocal6: generated EUI-64 IPv6LL address fe80::5054:ff:fe78:ea24 21:46:24,601 INFO nm-dispatcher:req:4 'hostname': new request (3 scripts) 21:46:24,601 DEBUG NetworkManager: [1597009584.5925] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=1, new-config=0xaaab0b8e7770) 21:46:24,601 DEBUG nm-dispatcher:req:4 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,601 DEBUG NetworkManager: [1597009584.5926] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe78:ea24/64 lft forever pref forever lifetime 31-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown 21:46:24,601 DEBUG nm-dispatcher:req:4 'hostname': environment: NM_DISPATCHER_ACTION=hostname 21:46:24,601 DEBUG NetworkManager: [1597009584.5930] platform: (enp1s0) signal: address 6 added: fe80::5054:ff:fe78:ea24/64 lft forever pref forever lifetime 31-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute,tentative src kernel 21:46:24,602 DEBUG NetworkManager: [1597009584.5931] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe78:ea24]: success 21:46:24,602 DEBUG NetworkManager: [1597009584.5931] platform: (enp1s0) route: append IPv6 route: fe80::/64 via :: dev 2 metric 100 mss 0 rt-src ipv6ll 21:46:24,602 DEBUG NetworkManager: [1597009584.5933] platform: (enp1s0) signal: route 6 added: fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 21:46:24,602 DEBUG NetworkManager: [1597009584.5934] platform-linux: do-add-ip6-route[fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel]: success 21:46:24,602 DEBUG NetworkManager: [1597009584.5941] device[5f02b58225e50d33] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 21:46:24,603 DEBUG NetworkManager: [1597009584.5942] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,603 DEBUG NetworkManager: [1597009584.5943] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,603 DEBUG NetworkManager: [1597009584.5943] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,603 DEBUG NetworkManager: [1597009584.5945] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 21:46:24,603 DEBUG NetworkManager: [1597009584.5950] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=0, new-config=0xaaab0b8e7dd0) 21:46:24,603 DEBUG NetworkManager: [1597009584.5956] device[5f02b58225e50d33] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 21:46:24,604 DEBUG NetworkManager: [1597009584.5957] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,604 DEBUG NetworkManager: [1597009584.5957] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,604 DEBUG NetworkManager: [1597009584.5958] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,604 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,606 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 21:46:24,608 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 21:46:24,608 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: completed (3 scripts) 21:46:24,608 INFO nm-dispatcher:req:4 'hostname': start running ordered scripts... 21:46:24,608 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 21:46:24,613 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 21:46:24,614 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 21:46:24,615 DEBUG NetworkManager: [1597009584.6157] dispatcher: (8) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 21:46:24,616 DEBUG NetworkManager: [1597009584.6158] dispatcher: (8) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 21:46:24,616 DEBUG NetworkManager: [1597009584.6158] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 21:46:24,620 DEBUG anaconda:ifcfg: all settings: [{'proxy': {}, '802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'autoconnect': False, 'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1597009584, 'type': '802-3-ethernet', 'uuid': '09eee124-4488-44ac-b528-b193dcce334f'}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}}] 21:46:24,621 DEBUG anaconda:anaconda: network: create missing ifcfg files 21:46:24,624 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 21:46:24,624 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 21:46:24,628 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 21:46:24,628 DEBUG nm-dispatcher:req:4 'hostname': completed (3 scripts) 21:46:24,629 DEBUG NetworkManager: [1597009584.6296] dispatcher: (9) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 21:46:24,629 DEBUG NetworkManager: [1597009584.6297] dispatcher: (9) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 21:46:24,630 DEBUG NetworkManager: [1597009584.6297] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 21:46:24,630 DEBUG NetworkManager: [1597009584.6307] bus-manager: (dhcp) accepted connection 0xaaab0b8d1810 on private socket 21:46:24,632 DEBUG NetworkManager: [1597009584.6320] dhcp4 (enp1s0): unmapped DHCP state 'PREINIT' 21:46:24,632 DEBUG NetworkManager: [1597009584.6320] dhcp4 (enp1s0): DHCP state 'unknown' -> 'unknown' (reason: 'PREINIT') 21:46:24,633 DEBUG NetworkManager: [1597009584.6335] bus-manager: (dhcp) closed connection 0xaaab0b8d1810 on private socket 21:46:24,685 INFO dhclient:DHCPREQUEST on enp1s0 to 255.255.255.255 port 67 (xid=0x7dc98c43) 21:46:24,686 INFO dhclient:DHCPACK from 192.168.122.1 (xid=0x7dc98c43) 21:46:24,702 DEBUG NetworkManager: [1597009584.7023] bus-manager: (dhcp) accepted connection 0xaaab0b8d1910 on private socket 21:46:24,704 DEBUG NetworkManager: [1597009584.7043] dhcp4 (enp1s0): DHCP state 'unknown' -> 'extended' (reason: 'REBOOT') 21:46:24,704 INFO NetworkManager: [1597009584.7048] dhcp4 (enp1s0): address 192.168.122.59 21:46:24,705 INFO NetworkManager: [1597009584.7049] dhcp4 (enp1s0): plen 24 (255.255.255.0) 21:46:24,705 INFO NetworkManager: [1597009584.7050] dhcp4 (enp1s0): gateway 192.168.122.1 21:46:24,705 INFO NetworkManager: [1597009584.7050] dhcp4 (enp1s0): lease time 3600 21:46:24,705 INFO NetworkManager: [1597009584.7051] dhcp4 (enp1s0): nameserver '192.168.122.1' 21:46:24,705 INFO NetworkManager: [1597009584.7052] dhcp4 (enp1s0): option broadcast_address => '192.168.122.255' 21:46:24,706 INFO NetworkManager: [1597009584.7052] dhcp4 (enp1s0): option dad_wait_time => '0' 21:46:24,706 INFO NetworkManager: [1597009584.7053] dhcp4 (enp1s0): option dhcp_lease_time => '3600' 21:46:24,706 INFO NetworkManager: [1597009584.7053] dhcp4 (enp1s0): option dhcp_message_type => '5' 21:46:24,706 INFO NetworkManager: [1597009584.7053] dhcp4 (enp1s0): option dhcp_rebinding_time => '3150' 21:46:24,706 INFO NetworkManager: [1597009584.7054] dhcp4 (enp1s0): option dhcp_renewal_time => '1800' 21:46:24,706 INFO NetworkManager: [1597009584.7054] dhcp4 (enp1s0): option dhcp_server_identifier => '192.168.122.1' 21:46:24,707 INFO NetworkManager: [1597009584.7054] dhcp4 (enp1s0): option domain_name_servers => '192.168.122.1' 21:46:24,707 INFO NetworkManager: [1597009584.7054] dhcp4 (enp1s0): option expiry => '1597013184' 21:46:24,707 INFO NetworkManager: [1597009584.7055] dhcp4 (enp1s0): option ip_address => '192.168.122.59' 21:46:24,708 INFO NetworkManager: [1597009584.7055] dhcp4 (enp1s0): option network_number => '192.168.122.0' 21:46:24,708 INFO NetworkManager: [1597009584.7055] dhcp4 (enp1s0): option next_server => '192.168.122.1' 21:46:24,709 INFO NetworkManager: [1597009584.7056] dhcp4 (enp1s0): option requested_broadcast_address => '1' 21:46:24,709 INFO NetworkManager: [1597009584.7056] dhcp4 (enp1s0): option requested_classless_static_routes => '1' 21:46:24,709 INFO NetworkManager: [1597009584.7056] dhcp4 (enp1s0): option requested_domain_name => '1' 21:46:24,709 INFO NetworkManager: [1597009584.7057] dhcp4 (enp1s0): option requested_domain_name_servers => '1' 21:46:24,709 INFO NetworkManager: [1597009584.7057] dhcp4 (enp1s0): option requested_domain_search => '1' 21:46:24,710 INFO NetworkManager: [1597009584.7058] dhcp4 (enp1s0): option requested_host_name => '1' 21:46:24,710 INFO NetworkManager: [1597009584.7058] dhcp4 (enp1s0): option requested_interface_mtu => '1' 21:46:24,710 INFO NetworkManager: [1597009584.7059] dhcp4 (enp1s0): option requested_ms_classless_static_routes => '1' 21:46:24,710 INFO NetworkManager: [1597009584.7059] dhcp4 (enp1s0): option requested_nis_domain => '1' 21:46:24,710 INFO NetworkManager: [1597009584.7059] dhcp4 (enp1s0): option requested_nis_servers => '1' 21:46:24,711 INFO NetworkManager: [1597009584.7060] dhcp4 (enp1s0): option requested_ntp_servers => '1' 21:46:24,711 INFO NetworkManager: [1597009584.7060] dhcp4 (enp1s0): option requested_rfc3442_classless_static_routes => '1' 21:46:24,711 INFO NetworkManager: [1597009584.7060] dhcp4 (enp1s0): option requested_root_path => '1' 21:46:24,711 INFO NetworkManager: [1597009584.7060] dhcp4 (enp1s0): option requested_routers => '1' 21:46:24,712 INFO NetworkManager: [1597009584.7061] dhcp4 (enp1s0): option requested_static_routes => '1' 21:46:24,712 INFO NetworkManager: [1597009584.7061] dhcp4 (enp1s0): option requested_subnet_mask => '1' 21:46:24,712 INFO NetworkManager: [1597009584.7061] dhcp4 (enp1s0): option requested_time_offset => '1' 21:46:24,712 INFO NetworkManager: [1597009584.7062] dhcp4 (enp1s0): option requested_wpad => '1' 21:46:24,712 INFO NetworkManager: [1597009584.7062] dhcp4 (enp1s0): option routers => '192.168.122.1' 21:46:24,713 INFO NetworkManager: [1597009584.7063] dhcp4 (enp1s0): option subnet_mask => '255.255.255.0' 21:46:24,713 INFO NetworkManager: [1597009584.7063] dhcp4 (enp1s0): state changed unknown -> extended 21:46:24,713 DEBUG NetworkManager: [1597009584.7063] device[5f02b58225e50d33] (enp1s0): new DHCPv4 client state 2 21:46:24,713 DEBUG NetworkManager: [1597009584.7078] device[5f02b58225e50d33] (enp1s0): activation-stage: schedule activate_stage5_ip_config_result_4,v4 (id 245) 21:46:24,713 DEBUG NetworkManager: [1597009584.7081] device[5f02b58225e50d33] (enp1s0): activation-stage: invoke activate_stage5_ip_config_result_4,v4 (id 245) 21:46:24,714 DEBUG NetworkManager: [1597009584.7082] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=1, new-config=0xaaab0b914160) 21:46:24,714 DEBUG NetworkManager: [1597009584.7083] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.59/24 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 21:46:24,714 DEBUG NetworkManager: [1597009584.7086] platform: (enp1s0) signal: address 4 added: 192.168.122.59/24 lft 3600sec pref 3600sec lifetime 32-32[3600,3600] dev 2 flags noprefixroute src kernel 21:46:24,714 DEBUG NetworkManager: [1597009584.7087] device[5f02b58225e50d33] (enp1s0): queued IP4 config change 21:46:24,715 DEBUG NetworkManager: [1597009584.7087] platform-linux: do-add-ip4-address[2: 192.168.122.59/24]: success 21:46:24,715 DEBUG NetworkManager: [1597009584.7088] platform: (enp1s0) route: append IPv4 route: 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.59 21:46:24,715 DEBUG NetworkManager: [1597009584.7090] platform: (enp1s0) signal: route 4 added: 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.59 21:46:24,715 DEBUG NetworkManager: [1597009584.7091] platform-linux: do-add-ip4-route[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.59]: success 21:46:24,715 DEBUG NetworkManager: [1597009584.7091] platform: (enp1s0) route: append IPv4 route: 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src dhcp 21:46:24,716 DEBUG NetworkManager: [1597009584.7093] platform: (enp1s0) signal: route 4 added: 0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global 21:46:24,716 DEBUG NetworkManager: [1597009584.7093] platform-linux: do-add-ip4-route[0.0.0.0/0 via 192.168.122.1 dev 2 metric 100 mss 0 rt-src rt-dhcp scope global]: success 21:46:24,716 DEBUG NetworkManager: [1597009584.7101] device[5f02b58225e50d33] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 21:46:24,716 DEBUG NetworkManager: [1597009584.7101] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:24,717 DEBUG NetworkManager: [1597009584.7102] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:24,717 DEBUG NetworkManager: [1597009584.7102] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:24,717 DEBUG NetworkManager: [1597009584.7103] active-connection[0xaaab0b913580]: set state-flags layer2-ready,ip4-ready (was layer2-ready) 21:46:24,717 INFO NetworkManager: [1597009584.7106] device (enp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') 21:46:24,718 DEBUG NetworkManager: [1597009584.7107] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'in-state-change' 21:46:24,718 DEBUG NetworkManager: [1597009584.7115] dispatcher: (10) (enp1s0) dispatching action 'pre-up' (with callback) 21:46:24,718 DEBUG NetworkManager: [1597009584.7142] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,718 DEBUG NetworkManager: [1597009584.7145] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=0, new-config=0xaaab0b9139a0) 21:46:24,722 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: new request (0 scripts) 21:46:24,722 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 21:46:24,722 DEBUG NetworkManager: [1597009584.7223] dispatcher: (10) succeeded but no scripts invoked 21:46:24,722 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,723 DEBUG NetworkManager: [1597009584.7224] device[5f02b58225e50d33] (enp1s0): add_pending_action (2): 'queued-state-change-secondaries' 21:46:24,723 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_UUID=09eee124-4488-44ac-b528-b193dcce334f 21:46:24,723 DEBUG NetworkManager: [1597009584.7225] device[5f02b58225e50d33] (enp1s0): queue-state[secondaries, reason:none, id:253]: queue state change 21:46:24,723 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_ID=enp1s0 21:46:24,723 DEBUG NetworkManager: [1597009584.7226] device[5f02b58225e50d33] (enp1s0): queue-state[secondaries, reason:none, id:253]: change state 21:46:24,723 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 21:46:24,724 INFO NetworkManager: [1597009584.7226] device (enp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') 21:46:24,724 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 21:46:24,724 DEBUG NetworkManager: [1597009584.7226] device[5f02b58225e50d33] (enp1s0): add_pending_action (3): 'in-state-change' 21:46:24,724 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,725 DEBUG NetworkManager: [1597009584.7235] device[5f02b58225e50d33] (enp1s0): add_pending_action (4): 'queued-state-change-activated' 21:46:24,725 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-up 21:46:24,725 DEBUG NetworkManager: [1597009584.7235] device[5f02b58225e50d33] (enp1s0): queue-state[activated, reason:none, id:254]: queue state change 21:46:24,725 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: completed: no scripts 21:46:24,725 DEBUG NetworkManager: [1597009584.7236] device[5f02b58225e50d33] (enp1s0): device entered SECONDARIES state 21:46:24,726 DEBUG NetworkManager: [1597009584.7236] device[5f02b58225e50d33] (enp1s0): remove_pending_action (3): 'in-state-change' 21:46:24,726 DEBUG NetworkManager: [1597009584.7237] device[5f02b58225e50d33] (enp1s0): remove_pending_action (2): 'queued-state-change-secondaries' 21:46:24,726 DEBUG NetworkManager: [1597009584.7238] device[5f02b58225e50d33] (enp1s0): queue-state[activated, reason:none, id:254]: change state 21:46:24,726 INFO NetworkManager: [1597009584.7238] device (enp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') 21:46:24,726 DEBUG NetworkManager: [1597009584.7238] device[5f02b58225e50d33] (enp1s0): add_pending_action (3): 'in-state-change' 21:46:24,727 DEBUG NetworkManager: [1597009584.7253] active-connection[0xaaab0b913580]: set state activated (was activating) 21:46:24,727 INFO NetworkManager: [1597009584.7258] manager: NetworkManager state is now CONNECTED_LOCAL 21:46:24,727 DEBUG NetworkManager: [1597009584.7263] active-connection[0xaaab0b913580]: check-master-ready: not signalling (state activated, no master) 21:46:24,727 DEBUG NetworkManager: [1597009584.7263] device[5f02b58225e50d33] (enp1s0): remove_pending_action (2): 'activation-2' 21:46:24,731 INFO dhclient:bound to 192.168.122.59 -- renewal in 1419 seconds. 21:46:24,735 DEBUG NetworkManager: [1597009584.7321] dns-mgr: (device_state_changed): queueing DNS updates (1) 21:46:24,736 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,736 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 21:46:24,738 DEBUG NetworkManager: [1597009584.7322] dns-mgr: (update_routing_and_dns): queueing DNS updates (2) 21:46:24,739 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,739 INFO NetworkManager: [1597009584.7325] manager: NetworkManager state is now CONNECTED_SITE 21:46:24,739 INFO NetworkManager: [1597009584.7347] policy: set 'enp1s0' (enp1s0) as default for IPv4 routing and DNS 21:46:24,740 DEBUG NetworkManager: [1597009584.7348] manager: PrimaryConnection now enp1s0 21:46:24,740 DEBUG NetworkManager: [1597009584.7358] dns-mgr: (update_routing_and_dns): DNS configuration changed 21:46:24,741 DEBUG NetworkManager: [1597009584.7358] dns-mgr: (update_routing_and_dns): no DNS changes to commit (1) 21:46:24,741 DEBUG NetworkManager: [1597009584.7359] dns-mgr: (device_state_changed): DNS configuration changed 21:46:24,741 DEBUG NetworkManager: [1597009584.7359] dns-mgr: (device_state_changed): committing DNS changes (0) 21:46:24,741 DEBUG NetworkManager: [1597009584.7360] dns-mgr: update-dns: updating resolv.conf 21:46:24,741 DEBUG NetworkManager: [1597009584.7391] policy: restarting reverse-lookup thread for address 192.168.122.59 21:46:24,741 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 21:46:24,742 INFO NetworkManager: [1597009584.7396] device (enp1s0): Activation: successful, device activated. 21:46:24,742 DEBUG NetworkManager: [1597009584.7396] device[5f02b58225e50d33] (enp1s0): set metered value 4 21:46:24,742 DEBUG NetworkManager: [1597009584.7400] manager: new metered value: 4 21:46:24,742 DEBUG NetworkManager: [1597009584.7405] dispatcher: (11) (enp1s0) dispatching action 'up' 21:46:24,742 DEBUG NetworkManager: [1597009584.7428] device[5f02b58225e50d33] (enp1s0): connectivity state changed from NONE to FULL 21:46:24,743 DEBUG NetworkManager: [1597009584.7431] manager: connectivity checking indicates FULL 21:46:24,743 INFO NetworkManager: [1597009584.7432] manager: NetworkManager state is now CONNECTED_GLOBAL 21:46:24,745 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 21:46:24,746 INFO nm-dispatcher:req:6 'up' [enp1s0]: new request (3 scripts) 21:46:24,747 DEBUG NetworkManager: [1597009584.7468] dispatcher: (12) dispatching action 'connectivity-change' 21:46:24,747 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 21:46:24,747 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 21:46:24,747 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,747 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_UUID=09eee124-4488-44ac-b528-b193dcce334f 21:46:24,747 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_ID=enp1s0 21:46:24,748 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 21:46:24,748 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 21:46:24,748 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ADDRESS_0=192.168.122.59/24 192.168.122.1 21:46:24,748 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ADDRESSES=1 21:46:24,748 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_GATEWAY=192.168.122.1 21:46:24,749 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NAMESERVERS=192.168.122.1 21:46:24,749 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ROUTE_0=192.168.122.0/24 0.0.0.0 100 21:46:24,749 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ROUTES=1 21:46:24,749 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ADDRESS_0=fe80::5054:ff:fe78:ea24/64 0.0.0.0 21:46:24,749 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ADDRESSES=1 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_GATEWAY=0.0.0.0 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_0=ff00::/8 :: 256 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_1=fe80::/64 :: 100 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ROUTES=2 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_BROADCAST_ADDRESS=192.168.122.255 21:46:24,750 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DAD_WAIT_TIME=0 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_LEASE_TIME=3600 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_MESSAGE_TYPE=5 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_REBINDING_TIME=3150 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_RENEWAL_TIME=1800 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.122.1 21:46:24,751 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.122.1 21:46:24,752 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_EXPIRY=1597013184 21:46:24,752 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_IP_ADDRESS=192.168.122.59 21:46:24,752 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NETWORK_NUMBER=192.168.122.0 21:46:24,752 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NEXT_SERVER=192.168.122.1 21:46:24,752 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_CLASSLESS_STATIC_ROUTES=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_HOST_NAME=1 21:46:24,753 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1 21:46:24,754 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1 21:46:24,754 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1 21:46:24,754 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_SERVERS=1 21:46:24,758 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NTP_SERVERS=1 21:46:24,760 DEBUG NetworkManager: [1597009584.7550] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=1, new-config=0xaaab0b911260) 21:46:24,760 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1 21:46:24,761 DEBUG NetworkManager: [1597009584.7551] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.59/24 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 21:46:24,761 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROOT_PATH=1 21:46:24,761 DEBUG NetworkManager: [1597009584.7553] platform-linux: do-add-ip4-address[2: 192.168.122.59/24]: success 21:46:24,761 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROUTERS=1 21:46:24,762 DEBUG NetworkManager: [1597009584.7554] device[5f02b58225e50d33] (enp1s0): connectivity state changed from NONE to FULL 21:46:24,762 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1 21:46:24,762 DEBUG NetworkManager: [1597009584.7558] device[5f02b58225e50d33] (enp1s0): ip4-config: update (commit=1, new-config=0xaaab0b913740) 21:46:24,762 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_SUBNET_MASK=1 21:46:24,762 DEBUG NetworkManager: [1597009584.7559] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.59/24 lft 3600sec pref 3600sec lifetime 32-0[3600,3600] dev 2 flags noprefixroute src unknown 21:46:24,763 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_TIME_OFFSET=1 21:46:24,763 DEBUG NetworkManager: [1597009584.7560] platform-linux: do-add-ip4-address[2: 192.168.122.59/24]: success 21:46:24,763 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_WPAD=1 21:46:24,763 DEBUG NetworkManager: [1597009584.7561] device[5f02b58225e50d33] (enp1s0): remove_pending_action (1): 'in-state-change' 21:46:24,763 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_ROUTERS=192.168.122.1 21:46:24,764 DEBUG NetworkManager: [1597009584.7562] device[5f02b58225e50d33] (enp1s0): remove_pending_action (0): 'queued-state-change-activated' 21:46:24,764 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_SUBNET_MASK=255.255.255.0 21:46:24,764 DEBUG NetworkManager: [1597009584.7563] bus-manager: (dhcp) closed connection 0xaaab0b8d1910 on private socket 21:46:24,764 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,764 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: NM_DISPATCHER_ACTION=up 21:46:24,765 INFO nm-dispatcher:req:6 'up' [enp1s0]: start running ordered scripts... 21:46:24,765 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 21:46:24,765 INFO nm-dispatcher:req:7 'connectivity-change': new request (3 scripts) 21:46:24,765 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: CONNECTIVITY_STATE=FULL 21:46:24,765 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 21:46:24,766 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 21:46:24,778 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive. 21:46:24,780 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 21:46:24,780 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 21:46:24,797 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 21:46:24,797 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 21:46:24,805 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 21:46:24,805 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: completed (3 scripts) 21:46:24,805 INFO nm-dispatcher:req:7 'connectivity-change': start running ordered scripts... 21:46:24,805 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 21:46:24,806 DEBUG NetworkManager: [1597009584.8065] dispatcher: (11) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 21:46:24,807 DEBUG NetworkManager: [1597009584.8066] dispatcher: (11) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 21:46:24,807 DEBUG NetworkManager: [1597009584.8067] dispatcher: (11) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 21:46:24,809 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 21:46:24,809 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 21:46:24,814 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 21:46:24,814 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 21:46:24,819 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 21:46:24,819 DEBUG nm-dispatcher:req:7 'connectivity-change': completed (3 scripts) 21:46:24,820 DEBUG NetworkManager: [1597009584.8201] dispatcher: (12) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 21:46:24,820 DEBUG NetworkManager: [1597009584.8201] dispatcher: (12) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 21:46:24,820 DEBUG NetworkManager: [1597009584.8202] dispatcher: (12) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 21:46:24,841 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,844 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,848 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,851 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,855 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:24,858 DEBUG anaconda:anaconda: network: set real ONBOOT value 21:46:24,919 DEBUG anaconda:anaconda: network: setting ONBOOT value of enp1s0 to True 21:46:25,045 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,048 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,051 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,055 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,058 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,061 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:25,065 DEBUG anaconda:ifcfg: IfcfgFile.set /etc/sysconfig/network-scripts/ifcfg-enp1s0: (('ONBOOT', 'yes'),) 21:46:25,068 DEBUG anaconda:ifcfg: IfcfgFile.write /etc/sysconfig/network-scripts/ifcfg-enp1s0:#012# Generated by dracut initrd#012NAME="enp1s0"#012DEVICE="enp1s0"#012ONBOOT="yes"#012NETBOOT="yes"#012UUID="09eee124-4488-44ac-b528-b193dcce334f"#012IPV6INIT="yes"#012BOOTPROTO="dhcp"#012TYPE="Ethernet"#012PROXY_METHOD="none"#012BROWSER_ONLY="no"#012DEFROUTE="yes"#012IPV4_FAILURE_FATAL="no"#012IPV6_AUTOCONF="yes"#012IPV6_DEFROUTE="yes"#012IPV6_FAILURE_FATAL="no" 21:46:25,093 WARNING anaconda:anaconda: network: set ONBOOT: --device does not exist 21:46:25,093 DEBUG anaconda:anaconda: network: real kickstart ONBOOT value set for devices ['enp1s0'] 21:46:25,094 DEBUG anaconda:ifcfg: content of files (real kickstart ONBOOT value set for devices ['enp1s0']): 21:46:25,095 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 21:46:25,096 DEBUG anaconda:ifcfg: # Generated by dracut initrd 21:46:25,096 DEBUG anaconda:ifcfg: NAME="enp1s0" 21:46:25,097 DEBUG anaconda:ifcfg: DEVICE="enp1s0" 21:46:25,098 DEBUG anaconda:ifcfg: ONBOOT="yes" 21:46:25,098 DEBUG anaconda:ifcfg: NETBOOT="yes" 21:46:25,099 DEBUG anaconda:ifcfg: UUID="09eee124-4488-44ac-b528-b193dcce334f" 21:46:25,100 DEBUG anaconda:ifcfg: IPV6INIT="yes" 21:46:25,100 DEBUG anaconda:ifcfg: BOOTPROTO="dhcp" 21:46:25,101 DEBUG anaconda:ifcfg: TYPE="Ethernet" 21:46:25,102 DEBUG anaconda:ifcfg: PROXY_METHOD="none" 21:46:25,102 DEBUG anaconda:ifcfg: BROWSER_ONLY="no" 21:46:25,103 DEBUG anaconda:ifcfg: DEFROUTE="yes" 21:46:25,104 DEBUG anaconda:ifcfg: IPV4_FAILURE_FATAL="no" 21:46:25,105 DEBUG anaconda:ifcfg: IPV6_AUTOCONF="yes" 21:46:25,105 DEBUG anaconda:ifcfg: IPV6_DEFROUTE="yes" 21:46:25,106 DEBUG anaconda:ifcfg: IPV6_FAILURE_FATAL="no" 21:46:25,128 DEBUG anaconda:ifcfg: all settings: [{'proxy': {}, '802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'autoconnect': False, 'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1597009584, 'type': '802-3-ethernet', 'uuid': '09eee124-4488-44ac-b528-b193dcce334f'}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}}] 21:46:25,139 INFO anaconda:anaconda: threading: Running Thread: AnaWaitForConnectingNMThread (281473346957792) 21:46:25,145 DEBUG anaconda:anaconda: anaconda: setting display mode to TUI 21:46:25,171 WARNING anaconda:anaconda: stdout: Not asking for VNC because of an automated install 21:46:25,172 WARNING anaconda:anaconda: stdout: Not asking for VNC because text mode was explicitly asked for in kickstart 21:46:25,173 INFO anaconda:anaconda: anaconda: Display mode is set to 'interactive text mode'. 21:46:25,178 INFO anaconda:anaconda: isys: 4213696 kB (4114 MB) are available 21:46:25,179 INFO anaconda:program: Running... losetup --list 21:46:25,197 INFO anaconda:anaconda: startup_utils: check_memory(): total:4114, needed:320, graphical:410 21:46:25,200 INFO anaconda:program: Running [2] e2fsck -V ... 21:46:25,239 INFO anaconda:program: stdout[2]: 21:46:25,239 INFO anaconda:program: stderr[2]: e2fsck 1.45.4 (23-Sep-2019)#012#011Using EXT2FS Library version 1.45.4, 23-Sep-2019 21:46:25,240 INFO anaconda:program: ...done [2] (exit code: 0) 21:46:25,275 INFO anaconda:anaconda: network: got 0 NTP servers from DHCP 21:46:25,287 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 21:46:25,291 INFO anaconda:anaconda: threading: Thread Done: AnaWaitForConnectingNMThread (281473346957792) 21:46:25,416 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:25,417 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 0 21:46:25,421 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:25,422 DEBUG anaconda:blivet: trying to set new default fstype to 'ext4' 21:46:25,429 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:25,430 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 1 21:46:25,435 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:25,455 DEBUG anaconda:anaconda: installclass: Searching /usr/lib64/python3.6/site-packages/pyanaconda/installclasses. 21:46:25,490 DEBUG anaconda:anaconda: installclass: Found Fedora Workstation (FedoraWorkstationInstallClass). 21:46:25,491 DEBUG anaconda:anaconda: installclass: Found Atomic Host (AtomicHostInstallClass). 21:46:25,491 DEBUG anaconda:anaconda: installclass: Found Red Hat Enterprise Linux (DefaultInstallClass). 21:46:25,492 DEBUG anaconda:anaconda: installclass: Found CentOS Linux (CentOSBaseInstallClass). 21:46:25,492 DEBUG anaconda:anaconda: installclass: Found Fedora Server (FedoraServerInstallClass). 21:46:25,493 DEBUG anaconda:anaconda: installclass: Found Scientific Linux (ScientificBaseInstallClass). 21:46:25,494 DEBUG anaconda:anaconda: installclass: Found oVirt Node Next (OvirtInstallClass). 21:46:25,494 DEBUG anaconda:anaconda: installclass: Found Red Hat Virtualization (RHEVInstallClass). 21:46:25,495 DEBUG anaconda:anaconda: installclass: Found Fedora (FedoraBaseInstallClass). 21:46:25,496 DEBUG anaconda:anaconda: installclass: Found Red Hat Enterprise Linux (RHELBaseInstallClass). 21:46:25,496 INFO anaconda:anaconda: installclass: Using a visible install class CentOS Linux (CentOSBaseInstallClass). 21:46:25,497 DEBUG anaconda:blivet: trying to set new default fstype to 'xfs' 21:46:25,503 DEBUG anaconda:blivet: XFS.supported: supported: True ; 21:46:25,504 INFO anaconda:program: Running... modprobe xfs 21:46:25,744 DEBUG anaconda:program: Return code: 0 21:46:25,744 INFO kernel:SGI XFS with ACLs, security attributes, no debug enabled 21:46:25,746 DEBUG anaconda:blivet: get_format('xfs') returning XFS instance with object id 2 21:46:25,752 DEBUG anaconda:blivet: XFS.supported: supported: True ; 21:46:26,195 DEBUG NetworkManager: [1597009586.1949] platform: (enp1s0) signal: address 6 changed: fe80::5054:ff:fe78:ea24/64 lft forever pref forever lifetime 33-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 21:46:26,195 DEBUG NetworkManager: [1597009586.1950] device[5f02b58225e50d33] (enp1s0): queued IP6 config change 21:46:26,196 DEBUG NetworkManager: [1597009586.1955] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=0, new-config=0xaaab0b8e8230) 21:46:26,196 DEBUG NetworkManager: [1597009586.1960] device[5f02b58225e50d33] (enp1s0): linklocal6: waiting for link-local addresses successful, continue with method auto 21:46:26,196 DEBUG NetworkManager: [1597009586.1961] device[5f02b58225e50d33] (enp1s0): addrconf6: using the device EUI-64 identifier 21:46:26,196 DEBUG NetworkManager: [1597009586.1962] device[5f02b58225e50d33] (enp1s0): ip6-config: update (commit=1, new-config=0xaaab0b8e8340) 21:46:26,196 DEBUG NetworkManager: [1597009586.1963] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe78:ea24/64 lft forever pref forever lifetime 33-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src unknown 21:46:26,196 DEBUG NetworkManager: [1597009586.1964] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe78:ea24]: success 21:46:26,197 DEBUG NetworkManager: [1597009586.1971] device[5f02b58225e50d33] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 21:46:26,197 DEBUG NetworkManager: [1597009586.1972] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 21:46:26,197 DEBUG NetworkManager: [1597009586.1974] dns-mgr: (device_ip_config_changed): DNS configuration did not change 21:46:26,197 DEBUG NetworkManager: [1597009586.1975] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 21:46:26,197 DEBUG NetworkManager: [1597009586.1976] ndisc[0xaaab0b914120,"enp1s0"]: starting neighbor discovery for ifindex 2 (solicit) 21:46:26,198 DEBUG NetworkManager: [1597009586.1976] ndisc-lndp[0xaaab0b914120,"enp1s0"]: processing libndp events 21:46:26,198 DEBUG NetworkManager: [1597009586.1977] ndisc[0xaaab0b914120,"enp1s0"]: scheduling RA timeout in 30 seconds 21:46:26,198 DEBUG NetworkManager: [1597009586.1977] ndisc[0xaaab0b914120,"enp1s0"]: scheduling explicit router solicitation request in 0 seconds. 21:46:26,228 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Linux 8; generic; Linux.aarch64)' 21:46:26,360 INFO anaconda:packaging: setting DNF platform id to: platform:el8 21:46:26,361 DEBUG anaconda:anaconda: payload: getting release version from tree at None (8) 21:46:26,362 DEBUG anaconda:anaconda: payload: using default release version of 8 21:46:26,379 DEBUG anaconda:packaging: Dnf configuration:#012[main]#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 = dim,cyan#012color_list_available_install = normal#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 = bold#012color_list_installed_reinstall = normal#012color_search_match = bold#012color_update_installed = normal#012color_update_local = bold#012color_update_remote = normal#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/sysimage#012ip_resolve = whatever#012keepcache = 0#012localpkg_gpgcheck = 0#012log_rotate = 4#012log_size = 1048576#012logdir = /tmp/#012max_parallel_downloads = 3#012metadata_expire = 172800#012metadata_timer_sync = 10800#012minrate = 1000#012module_platform_id = platform:el8#012multilib_policy = best#012obsoletes = 1#012password = #012persistdir = /mnt/sysimage/var/lib/dnf#012pluginconfpath = /tmp/dnf.pluginconf#012pluginpath = /usr/lib/python3.6/site-packages/dnf-plugins#012plugins = 1#012protected_packages = dnf, systemd, systemd-udev, dnf#012proxy = #012proxy_auth_method = any#012recent = 7#012repo_gpgcheck = 0#012reposdir = /etc/yum.repos.d, /etc/anaconda.repos.d, /tmp/updates/anaconda.repos.d, /tmp/product/anaconda.repos.d#012reset_nice = 1#012retries = 10#012rpmverbosity = info#012showdupesfromrepos = 0#012skip_broken = 0#012skip_if_unavailable = 0#012sslcacert = #012sslclientcert = #012sslclientkey = #012sslverify = 1#012strict = 1#012system_cachedir = /var/cache/dnf#012throttle = 0#012timeout = 30#012transformdb = 1#012tsflags = #012upgrade_group_objects_upgrade = 1#012user_agent = libdnf (CentOS Linux 8; generic; Linux.aarch64)#012username = #012varsdir = /etc/yum/vars, /etc/dnf/vars#012zchunk = 1 21:46:26,381 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 21:46:26,386 INFO anaconda:anaconda: autopart: Detected 4.02 GiB of memory 21:46:26,388 INFO anaconda:anaconda: autopart: Suggested swap size (4.02 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. 21:46:26,390 INFO anaconda:anaconda: autopart: Swap attempt of 0.0 21:46:26,391 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 21:46:26,412 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default target is set to multi-user.target. 21:46:26,415 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:26,491 DEBUG anaconda:program: Return code: 0 21:46:26,506 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:26,592 DEBUG anaconda:program: Return code: 0 21:46:26,604 DEBUG anaconda:anaconda: storage_utils: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True 21:46:26,612 INFO anaconda:anaconda: threading: Running Thread: AnaStorageThread (281473346957792) 21:46:26,622 INFO anaconda:anaconda: threading: Running Thread: AnaTimeInitThread (281473319563744) 21:46:26,650 INFO anaconda:program: Running... hwclock --hctosys --utc 21:46:26,676 DEBUG NetworkManager: [1597009586.6761] ndisc[0xaaab0b914120,"enp1s0"]: router solicitation sent 21:46:26,676 DEBUG NetworkManager: [1597009586.6762] ndisc[0xaaab0b914120,"enp1s0"]: scheduling router solicitation retry in 4 seconds. 21:46:26,723 INFO anaconda:blivet: no initiator set 21:46:26,724 INFO anaconda:blivet: resetting Blivet (version 3.1.0) instance 21:46:26,725 INFO anaconda:blivet: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 21:46:26,729 WARNING anaconda:blivet: Failed to call the update_volume_info method: libstoragemgmt functionality not available 21:46:26,730 INFO anaconda:program: Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... 21:46:26,753 DEBUG anaconda:anaconda: payload: Restarting payload thread 21:46:26,754 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadRestartThread (281473310061024) 21:46:26,755 INFO anaconda:anaconda: geoloc: Geolocation is disabled due to automated kickstart based installation. 21:46:26,758 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadThread (281473301606880) 21:46:26,759 DEBUG anaconda:anaconda: payload: Updating payload thread state: 0 21:46:26,760 DEBUG anaconda:anaconda: payload: Updating payload thread state: 1 21:46:26,761 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadRestartThread (281473310061024) 21:46:26,767 INFO anaconda:program: Running... systemctl start chronyd 21:46:26,824 INFO systemd:Starting NTP client/server... 21:46:26,883 INFO chronyd:chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 21:46:26,888 INFO multipathd:Multipath configuration updated. 21:46:26,888 INFO multipathd:Reload multipathd for changes to take effect 21:46:26,893 INFO chronyd:Using right/UTC timezone to obtain leap second data 21:46:26,894 INFO anaconda:program: stdout[3]: 21:46:26,894 INFO anaconda:program: stderr[3]: 21:46:26,901 INFO anaconda:program: ...done [3] (exit code: 0) 21:46:26,902 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:27,077 INFO systemd:Started NTP client/server. 21:46:27,083 DEBUG anaconda:program: Return code: 0 21:46:27,084 DEBUG anaconda:program: Return code: 0 21:46:27,085 INFO anaconda:anaconda: threading: Thread Done: AnaTimeInitThread (281473319563744) 21:46:27,086 DEBUG anaconda:program: Return code: 0 21:46:27,100 DEBUG anaconda:simpleline: GLib event loop is used! 21:46:27,121 INFO anaconda:blivet: devices to scan: ['vda', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] 21:46:27,156 DEBUG anaconda:blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:03:00.0 '#012 '/dev/disk/by-path/virtio-pci-0000:03:00.0',#012 'DEVNAME': '/dev/vda',#012 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda',#012 'DEVTYPE': 'disk',#012 'ID_PART_TABLE_TYPE': 'gpt',#012 'ID_PART_TABLE_UUID': '7f9407a6-002d-4fa2-ab65-7c31533c84b5',#012 'ID_PATH': 'pci-0000:03:00.0',#012 'ID_PATH_TAG': 'pci-0000_03_00_0',#012 'MAJOR': '252',#012 'MINOR': '0',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'vda',#012 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '49696927'} ; 21:46:27,157 INFO anaconda:blivet: scanning vda (/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda)... 21:46:27,178 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:27,196 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:27,280 DEBUG anaconda:blivet: DiskDevicePopulator.run: name: vda ; 21:46:27,288 WARNING anaconda:blivet: device/model is not a valid attribute 21:46:27,290 INFO anaconda:blivet: vda is a disk 21:46:27,291 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 4 21:46:27,292 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 5 21:46:27,337 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 21:46:27,357 DEBUG anaconda:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 21:46:27,359 INFO anaconda:anaconda: core.util: Skipping detection of unsupported hardware. 21:46:27,360 INFO anaconda:anaconda: core.util: Skipping detection of SMT. 21:46:27,362 DEBUG anaconda:blivet: vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 21:46:27,382 DEBUG anaconda: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 ; 21:46:27,389 DEBUG anaconda:blivet: updated vda size to 10 GiB (10 GiB) 21:46:27,395 INFO anaconda:blivet: added disk vda (id 3) to device tree 21:46:27,408 INFO anaconda:blivet: got device: DiskDevice instance (0xffff9cb3b780) --#012 name = vda status = True id = 3#012 children = []#012 parents = []#012 uuid = None size = 10 GiB#012 format = existing None#012 major = 252 minor = 0 exists = True protected = False#012 sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda#012 target size = 10 GiB path = /dev/vda#012 format args = [] original_format = None removable = False wwn = None 21:46:27,426 DEBUG anaconda:blivet: DeviceTree.handle_format: name: vda ; 21:46:27,452 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 21:46:27,455 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 7 21:46:27,477 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:27,480 INFO anaconda:program: Running... modprobe vfat 21:46:27,523 INFO anaconda:anaconda: lifecycle: Adding controller: SummaryHub 21:46:27,526 DEBUG anaconda:program: Return code: 0 21:46:27,564 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 8 21:46:27,576 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:27,577 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 9 21:46:27,589 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:27,590 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 10 21:46:27,598 DEBUG anaconda:blivet: DiskLabelFormatPopulator.run: device: vda ; label_type: gpt ; 21:46:27,607 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:27,616 DEBUG anaconda:blivet: DiskLabel.__init__: uuid: 7f9407a6-002d-4fa2-ab65-7c31533c84b5 ; label: None ; device: /dev/vda ; serial: None ; exists: True ; 21:46:27,636 INFO kernel: vda: 21:46:27,636 DEBUG anaconda:blivet: Clear pmbr_boot on parted.Disk instance --#012 type: gpt primaryPartitionCount: 0#012 lastPartitionNumber: -1 maxPrimaryPartitionCount: 128#012 partitions: []#012 device: #012 PedDisk: <_ped.Disk object at 0xffff9ba20f48> 21:46:27,704 DEBUG anaconda:blivet: get_format('disklabel') returning DiskLabel instance with object id 11 21:46:27,714 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 21:46:27,724 INFO anaconda:blivet: got format: existing gpt disklabel 21:46:27,734 DEBUG anaconda:blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0',#012 'DEVPATH': '/devices/virtual/block/loop0',#012 'DEVTYPE': 'disk',#012 'ID_FS_TYPE': 'squashfs',#012 'ID_FS_USAGE': 'filesystem',#012 'ID_FS_VERSION': '4.0',#012 'MAJOR': '7',#012 'MINOR': '0',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'loop0',#012 'SYS_PATH': '/sys/devices/virtual/block/loop0',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '49677399'} ; 21:46:27,735 INFO anaconda:blivet: scanning loop0 (/sys/devices/virtual/block/loop0)... 21:46:27,743 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; 21:46:27,751 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:27,760 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop0 ; 21:46:27,768 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /tmp/curl_fetch_url1/install.img (deleted) ; incomplete: False ; hidden: False ; 21:46:27,777 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:27,778 DEBUG anaconda:blivet: get_format('None') returning Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14290/14400 DeviceFormat instance with object id 14 21:46:27,780 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 15 21:46:27,792 DEBUG anaconda:blivet: FileDevice._set_format: /tmp/curl_fetch_url1/install.img (deleted) ; type: None ; current: None ; 21:46:27,794 INFO anaconda:blivet: added file /tmp/curl_fetch_url1/install.img (deleted) (id 13) to device tree 21:46:27,795 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 18 21:46:27,811 DEBUG anaconda:blivet: FileDevice.add_child: name: /tmp/curl_fetch_url1/install.img (deleted) ; child: loop0 ; kids: 0 ; 21:46:27,812 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 19 21:46:27,823 DEBUG anaconda:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 21:46:27,825 INFO anaconda:blivet: added loop loop0 (id 17) to device tree 21:46:27,834 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9b969780) --#012 name = loop0 status = False id = 17#012 children = []#012 parents = ['existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (13)']#012 uuid = None size = 0 B#012 format = existing None#012 major = 0 minor = 0 exists = True protected = False#012 sysfs path = #012 target size = 0 B path = /dev/loop0#012 format args = [] original_format = None 21:46:27,845 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop0 ; 21:46:27,859 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 21:46:27,860 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 21 21:46:27,874 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:27,875 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 22 21:46:27,889 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:27,890 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 23 21:46:27,905 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:27,906 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 24 21:46:27,907 INFO anaconda:blivet: type detected on 'loop0' is 'squashfs' 21:46:27,908 DEBUG anaconda:blivet: get_format('squashfs') returning DeviceFormat instance with object id 25 21:46:27,919 DEBUG anaconda:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 21:46:27,922 INFO anaconda:blivet: got format: existing None 21:46:27,932 DEBUG anaconda:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'DEVNAME': '/dev/loop1',#012 'DEVPATH': '/devices/virtual/block/loop1',#012 'DEVTYPE': 'disk',#012 'ID_FS_LABEL': 'Anaconda',#012 'ID_FS_LABEL_ENC': 'Anaconda',#012 'ID_FS_TYPE': 'ext4',#012 'ID_FS_USAGE': 'filesystem',#012 'ID_FS_UUID': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_UUID_ENC': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_VERSION': '1.0',#012 'MAJOR': '7',#012 'MINOR': '1',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'loop1',#012 'SYS_PATH': '/sys/devices/virtual/block/loop1',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '49688312'} ; 21:46:27,933 INFO anaconda:blivet: scanning loop1 (/sys/devices/virtual/block/loop1)... 21:46:27,941 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 21:46:27,949 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:27,958 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop1 ; 21:46:27,968 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; 21:46:27,977 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:27,978 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 28 21:46:27,980 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 29 21:46:27,991 DEBUG anaconda:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; 21:46:27,993 INFO anaconda:blivet: added file /LiveOS/rootfs.img (id 27) to device tree 21:46:27,994 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 32 21:46:28,008 DEBUG anaconda:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; 21:46:28,009 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 33 21:46:28,020 DEBUG anaconda:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; 21:46:28,022 INFO anaconda:blivet: added loop loop1 (id 31) to device tree 21:46:28,028 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9ba4c710) --#012 name = loop1 status = False id = 31#012 children = []#012 parents = ['existing 0 B file /LiveOS/rootfs.img (27)']#012 uuid = None size = 0 B#012 format = existing None#012 major = 0 minor = 0 exists = True protected = False#012 sysfs path = #012 target size = 0 B path = /dev/loop1#012 format args = [] original_format = None 21:46:28,039 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop1 ; 21:46:28,053 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 21:46:28,054 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 35 21:46:28,068 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:28,069 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 36 21:46:28,083 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:28,084 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 37 21:46:28,101 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:28,101 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 38 21:46:28,103 INFO anaconda:blivet: type detected on 'loop1' is 'ext4' 21:46:28,104 INFO anaconda:program: Running... dumpe2fs -h /dev/loop1 21:46:28,122 INFO anaconda:program: stdout: 21:46:28,122 INFO anaconda:program: Filesystem volume name: Anaconda 21:46:28,123 INFO anaconda:program: Last mounted on: /var/tmp/lorax/lorax.imgutils.tivlbpfb 21:46:28,124 INFO anaconda:program: Filesystem UUID: 35119631-a6a6-4851-9a0a-ff69e9e01ea6 21:46:28,124 INFO anaconda:program: Filesystem magic number: 0xEF53 21:46:28,125 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 21:46:28,126 INFO anaconda: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 21:46:28,126 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 21:46:28,127 INFO anaconda:program: Default mount options: user_xattr acl 21:46:28,128 INFO anaconda:program: Filesystem state: clean 21:46:28,129 INFO anaconda:program: Errors behavior: Continue 21:46:28,129 INFO anaconda:program: Filesystem OS type: Linux 21:46:28,130 INFO anaconda:program: Inode count: 196608 21:46:28,131 INFO anaconda:program: Block count: 786432 21:46:28,132 INFO anaconda:program: Reserved block count: 0 21:46:28,132 INFO anaconda:program: Free blocks: 253097 21:46:28,133 INFO anaconda:program: Free inodes: 159837 21:46:28,134 INFO anaconda:program: First block: 0 21:46:28,134 INFO anaconda:program: Block size: 4096 21:46:28,135 INFO anaconda:program: Fragment size: 4096 21:46:28,136 INFO anaconda:program: Group descriptor size: 64 21:46:28,137 INFO anaconda:program: Reserved GDT blocks: 383 21:46:28,137 INFO anaconda:program: Blocks per group: 32768 21:46:28,138 INFO anaconda:program: Fragments per group: 32768 21:46:28,139 INFO anaconda:program: Inodes per group: 8192 21:46:28,140 INFO anaconda:program: Inode blocks per group: 512 21:46:28,140 INFO anaconda:program: Flex block group size: 16 21:46:28,141 INFO anaconda:program: Filesystem created: Mon Jun 8 21:29:00 2020 21:46:28,142 INFO anaconda:program: Last mount time: Mon Jun 8 21:29:00 2020 21:46:28,143 INFO anaconda:program: Last write time: Mon Jun 8 21:29:29 2020 21:46:28,143 INFO anaconda:program: Mount count: 1 21:46:28,144 INFO anaconda:program: Maximum mount count: -1 21:46:28,145 INFO anaconda:program: Last checked: Mon Jun 8 21:29:00 2020 21:46:28,146 INFO anaconda:program: Check interval: 0 () 21:46:28,146 INFO anaconda:program: Lifetime writes: 2127 MB 21:46:28,147 INFO anaconda:program: Reserved blocks uid: 0 (user root) 21:46:28,148 INFO anaconda:program: Reserved blocks gid: 0 (group root) 21:46:28,149 INFO anaconda:program: First inode: 11 21:46:28,149 INFO anaconda:program: Inode size:#011 256 21:46:28,150 INFO anaconda:program: Required extra isize: 32 21:46:28,151 INFO anaconda:program: Desired extra isize: 32 21:46:28,152 INFO anaconda:program: Journal inode: 8 21:46:28,152 INFO anaconda:program: Default directory hash: half_md4 21:46:28,153 INFO anaconda:program: Directory Hash Seed: aa2a5840-c1c8-4502-a23c-857d8c6c30c5 21:46:28,154 INFO anaconda:program: Journal backup: inode blocks 21:46:28,154 INFO anaconda:program: Checksum type: crc32c 21:46:28,155 INFO anaconda:program: Checksum: 0x268b63d7 21:46:28,156 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 21:46:28,157 INFO anaconda:program: Journal size: 64M 21:46:28,157 INFO anaconda:program: Journal length: 16384 21:46:28,158 INFO anaconda:program: Journal sequence: 0x00000008 21:46:28,159 INFO anaconda:program: Journal start: 0 21:46:28,160 INFO anaconda:program: Journal checksum type: crc32c 21:46:28,160 INFO anaconda:program: Journal checksum: 0xe81bbcaa 21:46:28,161 INFO anaconda:program: 21:46:28,162 INFO anaconda:program: stderr: 21:46:28,165 INFO anaconda:program: b'dumpe2fs 1.45.4 (23-Sep-2019)' 21:46:28,165 DEBUG anaconda:program: Return code: 0 21:46:28,168 INFO anaconda:program: Running... resize2fs -P /dev/loop1 21:46:28,188 INFO anaconda:program: stdout: 21:46:28,188 INFO anaconda:program: Couldn't find valid filesystem superblock. 21:46:28,189 INFO anaconda:program: stderr: 21:46:28,190 INFO anaconda:program: b'resize2fs 1.45.4 (23-Sep-2019)' 21:46:28,191 INFO anaconda:program: b'resize2fs: Device or resource busy while trying to open /dev/loop1' 21:46:28,192 DEBUG anaconda:program: Return code: 1 21:46:28,193 WARNING anaconda:blivet: Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 21:46:28,209 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:28,210 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 39 21:46:28,221 DEBUG anaconda:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; 21:46:28,226 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:28,309 DEBUG anaconda:program: Return code: 0 21:46:28,345 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:28,434 DEBUG anaconda:program: Return code: 0 21:46:28,491 INFO anaconda:anaconda: lifecycle: Module initialized: LangSpoke 21:46:28,510 INFO anaconda:anaconda: lifecycle: Module initialized: TimeSpoke 21:46:28,513 INFO anaconda:anaconda: threading: Running Thread: AnaSourceWatcher (281473319563744) 21:46:28,516 INFO anaconda:anaconda: threading: Running Thread: AnaSoftwareWatcher (281473310061024) 21:46:28,529 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:28,532 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:28,561 INFO anaconda:anaconda: threading: Running Thread: AnaStorageWatcher (281473291842016) 21:46:28,624 DEBUG anaconda:program: Return code: 0 21:46:28,660 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:28,662 INFO anaconda:blivet: got format: existing ext4 filesystem 21:46:28,673 DEBUG anaconda:blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2',#012 'DEVPATH': '/devices/virtual/block/loop2',#012 'DEVTYPE': 'disk',#012 'MAJOR': '7',#012 'MINOR': '2',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'loop2',#012 'SYS_PATH': '/sys/devices/virtual/block/loop2',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '49685627'} ; 21:46:28,673 INFO anaconda:blivet: scanning loop2 (/sys/devices/virtual/block/loop2)... 21:46:28,684 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 21:46:28,691 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:28,700 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop2 ; 21:46:28,710 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; 21:46:28,721 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:28,722 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 42 21:46:28,724 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 43 21:46:28,736 DEBUG anaconda:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; 21:46:28,738 INFO anaconda:blivet: added file /overlay (deleted) (id 41) to device tree 21:46:28,739 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 46 21:46:28,751 DEBUG anaconda:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; 21:46:28,753 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 47 21:46:28,764 DEBUG anaconda:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; 21:46:28,766 INFO anaconda:blivet: added loop loop2 (id 45) to device tree 21:46:28,774 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9d40bcf8) --#012 name = loop2 status = False id = 45#012 children = []#012 parents = ['existing 0 B file /overlay (deleted) (41)']#012 uuid = None size = 0 B#012 format = existing None#012 major = 0 minor = 0 exists = True protected = False#012 sysfs path = #012 target size = 0 B path = /dev/loop2#012 format args = [] original_format = None 21:46:28,783 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop2 ; 21:46:28,785 DEBUG anaconda:blivet: no type or existing type for loop2, bailing 21:46:28,795 DEBUG anaconda:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/35119631-a6a6-4851-9a0a-ff69e9e01ea6 '#012 '/dev/mapper/live-rw',#012 'DEVNAME': '/dev/dm-0',#012 'DEVPATH': '/devices/virtual/block/dm-0',#012 'DEVTYPE': 'disk',#012 'DM_NAME': 'live-rw',#012 'DM_SUSPENDED': '0',#012 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1',#012 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1',#012 'DM_UDEV_RULES_VSN': '2',#012 'ID_FS_LABEL': 'Anaconda',#012 'ID_FS_LABEL_ENC': 'Anaconda',#012 'ID_FS_TYPE': 'ext4',#012 'ID_FS_USAGE': 'filesystem',#012 'ID_FS_UUID': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_UUID_ENC': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_VERSION': '1.0',#012 'MAJOR': '253',#012 'MINOR': '0',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'dm-0',#012 'SYS_PATH': '/sys/devices/virtual/block/dm-0',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '38925204'} ; 21:46:28,796 INFO anaconda:blivet: scanning live-rw (/sys/devices/virtual/block/dm-0)... 21:46:28,803 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 21:46:28,813 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:28,816 INFO anaconda:program: Running [4] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,845 INFO anaconda:program: stdout[4]: 21:46:28,845 INFO anaconda:program: stderr[4]: 21:46:28,846 INFO anaconda:program: ...done [4] (exit code: 0) 21:46:28,848 INFO anaconda:program: Running [5] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,860 INFO anaconda:program: stdout[5]: 21:46:28,861 INFO anaconda:program: stderr[5]: 21:46:28,861 INFO anaconda:program: ...done [5] (exit code: 0) 21:46:28,863 INFO anaconda:program: Running [6] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,875 INFO anaconda:program: stdout[6]: 21:46:28,876 INFO anaconda:program: stderr[6]: 21:46:28,876 INFO anaconda:program: ...done [6] (exit code: 0) 21:46:28,878 INFO anaconda:program: Running [7] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,889 INFO anaconda:program: stdout[7]: 21:46:28,890 INFO anaconda:program: stderr[7]: 21:46:28,891 INFO anaconda:program: ...done [7] (exit code: 0) 21:46:28,892 INFO anaconda:program: Running [8] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,897 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:28,902 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:28,905 INFO anaconda:program: stdout[8]: 21:46:28,906 INFO anaconda:program: stderr[8]: 21:46:28,907 INFO anaconda:program: ...done [8] (exit code: 0) 21:46:28,908 INFO anaconda:program: Running [9] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,913 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:28,917 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:28,921 INFO anaconda:program: stdout[9]: 21:46:28,922 INFO anaconda:program: stderr[9]: 21:46:28,922 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 21:46:28,923 INFO anaconda:program: ...done [9] (exit code: 0) 21:46:28,924 INFO anaconda:program: Running [10] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,937 INFO anaconda:program: stdout[10]: 21:46:28,937 INFO anaconda:program: stderr[10]: 21:46:28,938 INFO anaconda:program: ...done [10] (exit code: 0) 21:46:28,940 INFO anaconda:program: Running [11] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,953 INFO anaconda:program: stdout[11]: 21:46:28,953 INFO anaconda:program: stderr[11]: 21:46:28,954 INFO anaconda:program: ...done [11] (exit code: 0) 21:46:28,955 INFO anaconda:program: Running [12] dmsetup info -co subsystem --noheadings live-rw ... 21:46:28,974 INFO anaconda:program: stdout[12]: 21:46:28,974 INFO anaconda:program: stderr[12]: 21:46:28,975 INFO anaconda:program: ...done [12] (exit code: 0) 21:46:28,983 DEBUG anaconda:blivet: DMDevicePopulator.run: name: live-rw ; 21:46:28,996 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 21:46:29,037 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (31) with existing ext4 filesystem 21:46:29,050 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 21:46:29,065 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (45) 21:46:29,075 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 21:46:29,084 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:29,085 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 51 21:46:29,126 DEBUG anaconda:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; 21:46:29,127 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 52 21:46:29,166 DEBUG anaconda:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; 21:46:29,171 INFO anaconda:anaconda: lifecycle: Module initialized: NetworkSpoke 21:46:29,183 INFO anaconda:anaconda: lifecycle: Module initialized: PasswordSpoke 21:46:29,195 DEBUG anaconda:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; 21:46:29,197 WARNING anaconda:anaconda: ui.tui.hubs: Spoke PasswordSpoke initialization failure! 21:46:29,199 DEBUG anaconda:blivet: live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 21:46:29,203 INFO anaconda:anaconda: lifecycle: Module initialized: UserSpoke 21:46:29,204 INFO anaconda:anaconda: lifecycle: Initialization of all modules (8) has been started. 21:46:29,215 DEBUG anaconda:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 21:46:29,217 DEBUG anaconda:blivet: updated live-rw size to 3 GiB (3 GiB) 21:46:29,218 INFO anaconda:blivet: added dm live-rw (id 50) to device tree 21:46:29,225 INFO anaconda:blivet: got device: DMDevice instance (0xffff9b10aa58) --#012 name = live-rw status = True id = 50#012 children = []#012 parents = ['existing 0 B loop loop1 (31) with existing ext4 filesystem']#012 uuid = None size = 3 GiB#012 format = existing None#012 major = 0 minor = 0 exists = True protected = True#012 sysfs path = /sys/devices/virtual/block/dm-0#012 target size = 3 GiB path = /dev/mapper/live-rw#012 format args = [] original_format = None target = None dm_uuid = None 21:46:29,226 INFO anaconda:program: Running [13] dmsetup info -co subsystem --noheadings live-rw ... 21:46:29,236 INFO anaconda:program: stdout[13]: 21:46:29,237 INFO anaconda:program: stderr[13]: 21:46:29,237 INFO anaconda:program: ...done [13] (exit code: 0) 21:46:29,238 INFO anaconda:program: Running [14] dmsetup info -co subsystem --noheadings live-rw ... 21:46:29,248 INFO anaconda:program: stdout[14]: 21:46:29,249 INFO anaconda:program: stderr[14]: 21:46:29,249 INFO anaconda:program: ...done [14] (exit code: 0) 21:46:29,257 DEBUG anaconda:blivet: DeviceTree.handle_format: name: live-rw ; 21:46:29,266 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 21:46:29,267 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 54 21:46:29,277 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:29,278 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 55 21:46:29,288 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:29,288 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 56 21:46:29,298 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:29,299 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 57 21:46:29,300 INFO anaconda:blivet: type detected on 'live-rw' is 'ext4' 21:46:29,301 INFO anaconda:program: Running... dumpe2fs -h /dev/mapper/live-rw 21:46:29,321 INFO anaconda:program: stdout: 21:46:29,321 INFO anaconda:program: Filesystem volume name: Anaconda 21:46:29,322 INFO anaconda:program: Last mounted on: /sysroot 21:46:29,323 INFO anaconda:program: Filesystem UUID: 35119631-a6a6-4851-9a0a-ff69e9e01ea6 21:46:29,323 INFO anaconda:program: Filesystem magic number: 0xEF53 21:46:29,324 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 21:46:29,324 INFO anaconda: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 21:46:29,325 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 21:46:29,326 INFO anaconda:program: Default mount options: user_xattr acl 21:46:29,326 INFO anaconda:program: Filesystem state: clean 21:46:29,327 INFO anaconda:program: Errors behavior: Continue 21:46:29,327 INFO anaconda:program: Filesystem OS type: Linux 21:46:29,328 INFO anaconda:program: Inode count: 196608 21:46:29,329 INFO anaconda:program: Block count: 786432 21:46:29,329 INFO anaconda:program: Reserved block count: 0 21:46:29,330 INFO anaconda:program: Free blocks: 253097 21:46:29,331 INFO anaconda:program: Free inodes: 159837 21:46:29,331 INFO anaconda:program: First block: 0 21:46:29,332 INFO anaconda:program: Block size: 4096 21:46:29,332 INFO anaconda:program: Fragment size: 4096 21:46:29,333 INFO anaconda:program: Group descriptor size: 64 21:46:29,333 INFO anaconda:program: Reserved GDT blocks: 383 21:46:29,334 INFO anaconda:program: Blocks per group: 32768 21:46:29,335 INFO anaconda:program: Fragments per group: 32768 21:46:29,335 INFO anaconda:program: Inodes per group: 8192 21:46:29,336 INFO anaconda:program: Inode blocks per group: 512 21:46:29,337 INFO anaconda:program: Flex block group size: 16 21:46:29,337 INFO anaconda:program: Filesystem created: Mon Jun 8 21:29:00 2020 21:46:29,338 INFO anaconda:program: Last mount time: Sun Aug 9 21:45:38 2020 21:46:29,338 INFO anaconda:program: Last write time: Sun Aug 9 21:45:38 2020 21:46:29,339 INFO anaconda:program: Mount count: 2 21:46:29,340 INFO anaconda:program: Maximum mount count: -1 21:46:29,340 INFO anaconda:program: Last checked: Mon Jun 8 21:29:00 2020 21:46:29,341 INFO anaconda:program: Check interval: 0 () 21:46:29,341 INFO anaconda:program: Lifetime writes: 2127 MB 21:46:29,342 INFO anaconda:program: Reserved blocks uid: 0 (user root) 21:46:29,343 INFO anaconda:program: Reserved blocks gid: 0 (group root) 21:46:29,343 INFO anaconda:program: First inode: 11 21:46:29,344 INFO anaconda:program: Inode size:#011 256 21:46:29,344 INFO anaconda:program: Required extra isize: 32 21:46:29,345 INFO anaconda:program: Desired extra isize: 32 21:46:29,346 INFO anaconda:program: Journal inode: 8 21:46:29,346 INFO anaconda:program: Default directory hash: half_md4 21:46:29,347 INFO anaconda:program: Directory Hash Seed: aa2a5840-c1c8-4502-a23c-857d8c6c30c5 21:46:29,347 INFO anaconda:program: Journal backup: inode blocks 21:46:29,348 INFO anaconda:program: Checksum type: crc32c 21:46:29,349 INFO anaconda:program: Checksum: 0x951e4fc1 21:46:29,349 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 21:46:29,350 INFO anaconda:program: Journal size: 64M 21:46:29,350 INFO anaconda:program: Journal length: 16384 21:46:29,351 INFO anaconda:program: Journal sequence: 0x00000009 21:46:29,352 INFO anaconda:program: Journal start: 1 21:46:29,352 INFO anaconda:program: Journal checksum type: crc32c 21:46:29,353 INFO anaconda:program: Journal checksum: 0x4d1e6fcd 21:46:29,353 INFO anaconda:program: 21:46:29,354 INFO anaconda:program: stderr: 21:46:29,355 INFO anaconda:program: b'dumpe2fs 1.45.4 (23-Sep-2019)' 21:46:29,355 DEBUG anaconda:program: Return code: 0 21:46:29,357 INFO anaconda:program: Running... resize2fs -P /dev/mapper/live-rw 21:46:29,370 INFO anaconda:program: stdout: 21:46:29,371 INFO anaconda:program: Estimated minimum size of the filesystem: 786432 21:46:29,372 INFO anaconda:program: stderr: 21:46:29,373 INFO anaconda:program: b'resize2fs 1.45.4 (23-Sep-2019)' 21:46:29,373 DEBUG anaconda:program: Return code: 0 21:46:29,376 DEBUG anaconda:blivet: using current size 3 GiB as min size 21:46:29,384 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:29,385 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 58 21:46:29,393 DEBUG anaconda:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; 21:46:29,395 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:29,452 DEBUG anaconda:program: Return code: 0 21:46:29,474 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:29,476 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:29,573 DEBUG anaconda:program: Return code: 0 21:46:29,596 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:29,597 INFO anaconda:blivet: got format: existing ext4 filesystem 21:46:29,605 DEBUG anaconda:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/35119631-a6a6-4851-9a0a-ff69e9e01ea6 '#012 '/dev/disk/by-id/dm-name-live-base /dev/mapper/live-base',#012 'DEVNAME': '/dev/dm-1',#012 'DEVPATH': '/devices/virtual/block/dm-1',#012 'DEVTYPE': 'disk',#012 'DM_NAME': 'live-base',#012 'DM_SUSPENDED': '0',#012 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1',#012 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1',#012 'DM_UDEV_RULES_VSN': '2',#012 'ID_FS_LABEL': 'Anaconda',#012 'ID_FS_LABEL_ENC': 'Anaconda',#012 'ID_FS_TYPE': 'ext4',#012 'ID_FS_USAGE': 'filesystem',#012 'ID_FS_UUID': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_UUID_ENC': '35119631-a6a6-4851-9a0a-ff69e9e01ea6',#012 'ID_FS_VERSION': '1.0',#012 'MAJOR': '253',#012 'MINOR': '1',#012 'SUBSYSTEM': 'block',#012 'SYS_NAME': 'dm-1',#012 'SYS_PATH': '/sys/devices/virtual/block/dm-1',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '39081318'} ; 21:46:29,605 INFO anaconda:blivet: scanning live-base (/sys/devices/virtual/block/dm-1)... 21:46:29,612 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 21:46:29,618 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:29,619 INFO anaconda:program: Running [15] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,630 INFO anaconda:program: stdout[15]: 21:46:29,630 INFO anaconda:program: stderr[15]: 21:46:29,631 INFO anaconda:program: ...done [15] (exit code: 0) 21:46:29,632 INFO anaconda:program: Running [16] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,642 INFO anaconda:program: stdout[16]: 21:46:29,642 INFO anaconda:program: stderr[16]: 21:46:29,643 INFO anaconda:program: ...done [16] (exit code: 0) 21:46:29,644 INFO anaconda:program: Running [17] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,654 INFO anaconda:program: stdout[17]: 21:46:29,655 INFO anaconda:program: stderr[17]: 21:46:29,655 INFO anaconda:program: ...done [17] (exit code: 0) 21:46:29,656 INFO anaconda:program: Running [18] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,667 INFO anaconda:program: stdout[18]: 21:46:29,667 INFO anaconda:program: stderr[18]: 21:46:29,668 INFO anaconda:program: ...done [18] (exit code: 0) 21:46:29,669 INFO anaconda:program: Running [19] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,679 INFO anaconda:program: stdout[19]: 21:46:29,679 INFO anaconda:program: stderr[19]: 21:46:29,680 INFO anaconda:program: ...done [19] (exit code: 0) 21:46:29,681 INFO anaconda:program: Running [20] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,691 INFO anaconda:program: stdout[20]: 21:46:29,692 INFO anaconda:program: stderr[20]: 21:46:29,692 INFO anaconda:program: ...done [20] (exit code: 0) 21:46:29,693 INFO anaconda:program: Running [21] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,703 INFO anaconda:program: stdout[21]: 21:46:29,704 INFO anaconda:program: stderr[21]: 21:46:29,705 INFO anaconda:program: ...done [21] (exit code: 0) 21:46:29,705 INFO anaconda:program: Running [22] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,716 INFO anaconda:program: stdout[22]: 21:46:29,716 INFO anaconda:program: stderr[22]: 21:46:29,717 INFO anaconda:program: ...done [22] (exit code: 0) 21:46:29,718 INFO anaconda:program: Running [23] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,728 INFO anaconda:program: stdout[23]: 21:46:29,729 INFO anaconda:program: stderr[23]: 21:46:29,730 INFO anaconda:program: ...done [23] (exit code: 0) 21:46:29,738 DEBUG anaconda:blivet: DMDevicePopulator.run: name: live-base ; 21:46:29,747 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 21:46:29,758 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (31) with existing ext4 filesystem 21:46:29,764 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 21:46:29,770 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 21:46:29,771 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 61 21:46:29,781 DEBUG anaconda:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; 21:46:29,782 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 62 21:46:29,789 DEBUG anaconda:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; 21:46:29,797 DEBUG anaconda:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; 21:46:29,798 DEBUG anaconda:blivet: live-base sysfs_path set to /sys/devices/virtual/block/dm-1 21:46:29,807 DEBUG anaconda:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 21:46:29,810 DEBUG anaconda:blivet: updated live-base size to 3 GiB (3 GiB) 21:46:29,810 INFO anaconda:blivet: added dm live-base (id 60) to device tree 21:46:29,816 INFO anaconda:blivet: got device: DMDevice instance (0xffff9b0b1d30) --#012 name = live-base status = True id = 60#012 children = []#012 parents = ['existing 0 B loop loop1 (31) with existing ext4 filesystem']#012 uuid = None size = 3 GiB#012 format = existing None#012 major = 0 minor = 0 exists = True protected = True#012 sysfs path = /sys/devices/virtual/block/dm-1#012 target size = 3 GiB path = /dev/mapper/live-base#012 format args = [] original_format = None target = None dm_uuid = None 21:46:29,817 INFO anaconda:program: Running [24] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,828 INFO anaconda:program: stdout[24]: 21:46:29,828 INFO anaconda:program: stderr[24]: 21:46:29,829 INFO anaconda:program: ...done [24] (exit code: 0) 21:46:29,830 INFO anaconda:program: Running [25] dmsetup info -co subsystem --noheadings live-base ... 21:46:29,841 INFO anaconda:program: stdout[25]: 21:46:29,841 INFO anaconda:program: stderr[25]: 21:46:29,842 INFO anaconda:program: ...done [25] (exit code: 0) 21:46:29,850 DEBUG anaconda:blivet: DeviceTree.handle_format: name: live-base ; 21:46:29,859 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 21:46:29,860 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 64 21:46:29,870 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:29,871 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 65 21:46:29,881 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:29,881 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 66 21:46:29,891 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 21:46:29,892 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 67 21:46:29,893 INFO anaconda:blivet: type detected on 'live-base' is 'ext4' 21:46:29,894 INFO anaconda:program: Running... dumpe2fs -h /dev/mapper/live-base 21:46:29,910 INFO anaconda:program: stdout: 21:46:29,911 INFO anaconda:program: Filesystem volume name: Anaconda 21:46:29,911 INFO anaconda:program: Last mounted on: /var/tmp/lorax/lorax.imgutils.tivlbpfb 21:46:29,912 INFO anaconda:program: Filesystem UUID: 35119631-a6a6-4851-9a0a-ff69e9e01ea6 21:46:29,912 INFO anaconda:program: Filesystem magic number: 0xEF53 21:46:29,913 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 21:46:29,914 INFO anaconda: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 21:46:29,914 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 21:46:29,915 INFO anaconda:program: Default mount options: user_xattr acl 21:46:29,915 INFO anaconda:program: Filesystem state: clean 21:46:29,916 INFO anaconda:program: Errors behavior: Continue 21:46:29,917 INFO anaconda:program: Filesystem OS type: Linux 21:46:29,917 INFO anaconda:program: Inode count: 196608 21:46:29,918 INFO anaconda:program: Block count: 786432 21:46:29,919 INFO anaconda:program: Reserved block count: 0 21:46:29,919 INFO anaconda:program: Free blocks: 253097 21:46:29,920 INFO anaconda:program: Free inodes: 159837 21:46:29,920 INFO anaconda:program: First block: 0 21:46:29,921 INFO anaconda:program: Block size: 4096 21:46:29,922 INFO anaconda:program: Fragment size: 4096 21:46:29,922 INFO anaconda:program: Group descriptor size: 64 21:46:29,923 INFO anaconda:program: Reserved GDT blocks: 383 21:46:29,924 INFO anaconda:program: Blocks per group: 32768 21:46:29,924 INFO anaconda:program: Fragments per group: 32768 21:46:29,925 INFO anaconda:program: Inodes per group: 8192 21:46:29,925 INFO anaconda:program: Inode blocks per group: 512 21:46:29,926 INFO anaconda:program: Flex block group size: 16 21:46:29,927 INFO anaconda:program: Filesystem created: Mon Jun 8 21:29:00 2020 21:46:29,927 INFO anaconda:program: Last mount time: Mon Jun 8 21:29:00 2020 21:46:29,928 INFO anaconda:program: Last write time: Mon Jun 8 21:29:29 2020 21:46:29,928 INFO anaconda:program: Mount count: 1 21:46:29,929 INFO anaconda:program: Maximum mount count: -1 21:46:29,930 INFO anaconda:program: Last checked: Mon Jun 8 21:29:00 2020 21:46:29,930 INFO anaconda:program: Check interval: 0 () 21:46:29,931 INFO anaconda:program: Lifetime writes: 2127 MB 21:46:29,931 INFO anaconda:program: Reserved blocks uid: 0 (user root) 21:46:29,932 INFO anaconda:program: Reserved blocks gid: 0 (group root) 21:46:29,933 INFO anaconda:program: First inode: 11 21:46:29,933 INFO anaconda:program: Inode size:#011 256 21:46:29,934 INFO anaconda:program: Required extra isize: 32 21:46:29,934 INFO anaconda:program: Desired extra isize: 32 21:46:29,935 INFO anaconda:program: Journal inode: 8 21:46:29,936 INFO anaconda:program: Default directory hash: half_md4 21:46:29,936 INFO anaconda:program: Directory Hash Seed: aa2a5840-c1c8-4502-a23c-857d8c6c30c5 21:46:29,937 INFO anaconda:program: Journal backup: inode blocks 21:46:29,937 INFO anaconda:program: Checksum type: crc32c 21:46:29,938 INFO anaconda:program: Checksum: 0x268b63d7 21:46:29,939 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 21:46:29,939 INFO anaconda:program: Journal size: 64M 21:46:29,940 INFO anaconda:program: Journal length: 16384 21:46:29,941 INFO anaconda:program: Journal sequence: 0x00000008 21:46:29,941 INFO anaconda:program: Journal start: 0 21:46:29,942 INFO anaconda:program: Journal checksum type: crc32c 21:46:29,942 INFO anaconda:program: Journal checksum: 0xe81bbcaa 21:46:29,943 INFO anaconda:program: 21:46:29,943 INFO anaconda:program: stderr: 21:46:29,944 INFO anaconda:program: b'dumpe2fs 1.45.4 (23-Sep-2019)' 21:46:29,945 DEBUG anaconda:program: Return code: 0 21:46:29,947 INFO anaconda:program: Running... resize2fs -P /dev/mapper/live-base 21:46:29,961 INFO anaconda:program: stdout: 21:46:29,962 INFO anaconda:program: Couldn't find valid filesystem superblock. 21:46:29,962 INFO anaconda:program: stderr: 21:46:29,963 INFO anaconda:program: b'resize2fs 1.45.4 (23-Sep-2019)' 21:46:29,964 INFO anaconda:program: b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' 21:46:29,964 DEBUG anaconda:program: Return code: 1 21:46:29,965 WARNING anaconda:blivet: Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 21:46:29,974 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:29,975 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 68 21:46:29,983 DEBUG anaconda:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; 21:46:29,986 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:30,072 DEBUG anaconda:program: Return code: 0 21:46:30,094 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:30,096 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:30,183 DEBUG anaconda:program: Return code: 0 21:46:30,207 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:30,207 INFO anaconda:blivet: got format: existing ext4 filesystem 21:46:30,209 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:30,258 DEBUG anaconda:program: Return code: 0 21:46:30,277 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 21:46:30,284 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:30,290 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:30,291 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:30,373 DEBUG anaconda:program: Return code: 0 21:46:30,380 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 21:46:30,387 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 21:46:30,390 INFO anaconda:blivet: edd: MBR signature on vda is zero. new disk image? 21:46:30,391 INFO anaconda:blivet: edd: collected mbr signatures: {} 21:46:30,402 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 21:46:30,407 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:30,413 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:30,413 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:30,492 DEBUG anaconda:program: Return code: 0 21:46:30,498 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 21:46:30,504 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 21:46:30,533 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:30,541 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:30,549 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:30,554 INFO anaconda:anaconda: threading: Thread Done: AnaStorageThread (281473346957792) 21:46:30,555 DEBUG anaconda:anaconda: payload: Updating payload thread state: 2 21:46:30,556 DEBUG anaconda:anaconda: payload: Updating payload thread state: 4 21:46:30,557 INFO anaconda:packaging: configuring base repo 21:46:30,618 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. 21:46:30,627 DEBUG anaconda:anaconda: storage: onlyuse is now: vda 21:46:30,632 DEBUG anaconda:anaconda: payload: retrieving treeinfo from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (proxy: ; sslverify: True) 21:46:30,633 INFO anaconda:packaging: Trying to download '.treeinfo' 21:46:30,634 INFO anaconda:anaconda: lifecycle: Module initialized: StorageSpoke 21:46:30,635 INFO anaconda:anaconda: threading: Thread Done: AnaStorageWatcher (281473291842016) 21:46:30,655 DEBUG anaconda:packaging: Retrieved '.treeinfo' from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 21:46:30,669 DEBUG anaconda:anaconda: payload: getting release version from tree at http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (8) 21:46:30,670 DEBUG anaconda:anaconda: payload: using treeinfo release version of 8 21:46:30,671 DEBUG anaconda:packaging: Treeinfo points base repository to http://qa.centos.org/centos/8/BaseOS/aarch64/os/. 21:46:30,671 DEBUG anaconda:packaging: releasever from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ is 8 21:46:30,674 INFO anaconda:packaging: added repo: 'anaconda' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 21:46:30,689 DEBUG anaconda:dnf: repo: downloading from remote: anaconda 21:46:30,766 DEBUG NetworkManager: [1597009590.7666] ndisc[0xaaab0b914120,"enp1s0"]: router solicitation sent 21:46:30,767 DEBUG NetworkManager: [1597009590.7667] ndisc[0xaaab0b914120,"enp1s0"]: scheduling router solicitation retry in 4 seconds. 21:46:30,787 INFO anaconda:packaging: enabled repo: 'anaconda' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 21:46:30,788 DEBUG anaconda:packaging: repo koji-override-0: mirrorlist None, baseurl http://qa.centos.org/centos/8/BaseOS/aarch64/os/, metalink False 21:46:30,791 INFO anaconda:packaging: added repo: 'koji-override-0' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 21:46:30,791 DEBUG anaconda:packaging: repo koji-override-1: mirrorlist None, baseurl http://qa.centos.org/centos/8/AppStream/aarch64/os/, metalink False 21:46:30,794 INFO anaconda:packaging: added repo: 'koji-override-1' - http://qa.centos.org/centos/8/AppStream/aarch64/os/ 21:46:30,795 DEBUG anaconda:packaging: repo AppStream: mirrorlist None, baseurl http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/, metalink False 21:46:30,797 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/ 21:46:30,800 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-0 21:46:30,852 INFO anaconda:packaging: enabled repo: 'koji-override-0' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 21:46:30,853 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-1 21:46:30,976 INFO anaconda:packaging: enabled repo: 'koji-override-1' - ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] and got repomd 21:46:30,977 DEBUG anaconda:dnf: repo: downloading from remote: AppStream 21:46:31,101 INFO anaconda:packaging: enabled repo: 'AppStream' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/'] and got repomd 21:46:31,102 DEBUG anaconda:anaconda: payload: Updating payload thread state: 5 21:46:31,104 DEBUG anaconda:dnf: repo: using cache for: anaconda 21:46:31,106 DEBUG anaconda:packaging: repo anaconda: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 21:46:31,106 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 21:46:31,107 DEBUG anaconda:packaging: repo koji-override-0: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 21:46:31,108 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 21:46:31,109 DEBUG anaconda:packaging: repo koji-override-1: _sync_metadata success from ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] 21:46:31,110 DEBUG anaconda:dnf: repo: using cache for: AppStream 21:46:31,111 DEBUG anaconda:packaging: repo AppStream: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/'] 21:46:31,115 DEBUG anaconda:dnf: repo: using cache for: anaconda 21:46:32,545 DEBUG anaconda:dnf: anaconda: using metadata from Sat 08 Aug 2020 07:58:21 PM UTC. 21:46:32,546 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 21:46:33,959 DEBUG anaconda:dnf: koji-override-0: using metadata from Sat 08 Aug 2020 07:58:21 PM UTC. 21:46:33,960 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 21:46:34,770 DEBUG NetworkManager: [1597009594.7702] ndisc[0xaaab0b914120,"enp1s0"]: router solicitation sent 21:46:34,771 DEBUG NetworkManager: [1597009594.7703] ndisc[0xaaab0b914120,"enp1s0"]: did not receive a router advertisement after 3 solicitations. 21:46:38,037 DEBUG anaconda:dnf: koji-override-1: using metadata from Sat 08 Aug 2020 07:58:45 PM UTC. 21:46:38,038 DEBUG anaconda:dnf: repo: using cache for: AppStream 21:46:42,126 DEBUG anaconda:dnf: AppStream: using metadata from Sat 08 Aug 2020 07:58:45 PM UTC. 21:46:42,129 INFO anaconda:dnf: Last metadata expiration check: 0:00:02 ago on Sun 09 Aug 2020 09:46:31 PM UTC. 21:46:42,145 DEBUG anaconda:dnf: User-Agent: constructed: 'libdnf (CentOS Linux 8; generic; Linux.aarch64)' 21:46:45,941 INFO anaconda:anaconda: payload: Refreshing environmentAddons Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14280/14400 21:46:46,374 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 21:46:46,386 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 21:46:46,396 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 21:46:46,406 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 21:46:46,416 DEBUG anaconda:anaconda: payload: Updating payload thread state: 6 21:46:46,417 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Payload restarted, set new info and clear the old one. 21:46:46,417 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadThread (281473301606880) 21:46:46,420 INFO anaconda:anaconda: lifecycle: Module initialized: SourceSpoke 21:46:46,421 INFO anaconda:anaconda: threading: Thread Done: AnaSourceWatcher (281473319563744) 21:46:46,422 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Apply called old env None, new env None and addons set() 21:46:46,424 INFO anaconda:anaconda: lifecycle: Module initialized: SoftwareSpoke 21:46:46,425 INFO anaconda:anaconda: lifecycle: All modules have been initialized. 21:46:46,425 INFO anaconda:anaconda: threading: Thread Done: AnaSoftwareWatcher (281473310061024) 21:46:47,383 DEBUG anaconda:blivet: checking whether disk vda has an empty extended 21:46:47,384 DEBUG anaconda:blivet: extended is None ; logicals is [] 21:46:47,466 DEBUG anaconda:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (3) with existing gpt disklabel ; hidden: False ; 21:46:47,467 DEBUG anaconda:blivet: dep is a leaf 21:46:47,468 DEBUG anaconda:blivet: removing vda 21:46:47,476 DEBUG anaconda:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (3) with existing gpt disklabel ; hidden: False ; 21:46:47,476 DEBUG anaconda:blivet: dep is a leaf 21:46:47,478 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 71 21:46:47,486 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: disklabel ; 21:46:47,489 INFO anaconda:blivet: registered action: [70] destroy format gpt disklabel on disk vda (id 3) 21:46:47,490 DEBUG anaconda:anaconda: storage: clearpart: initializing vda 21:46:47,491 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 73 21:46:47,497 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 21:46:47,498 INFO anaconda:blivet: registered action: [72] destroy format None on disk vda (id 3) 21:46:47,503 DEBUG anaconda:blivet: DiskLabel.__init__: device: /dev/vda ; 21:46:47,505 DEBUG anaconda:blivet: selecting None disklabel for vda based on size 21:46:47,512 DEBUG anaconda:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: gpt ; 21:46:47,513 DEBUG anaconda:blivet: selecting None disklabel for vda based on size 21:46:47,516 DEBUG anaconda:blivet: Clear pmbr_boot on parted.Disk instance --#012 type: gpt primaryPartitionCount: 0#012 lastPartitionNumber: -1 maxPrimaryPartitionCount: 128#012 partitions: []#012 device: #012 PedDisk: <_ped.Disk object at 0xffff9b9002c8> 21:46:47,583 DEBUG anaconda:blivet: get_format('disklabel') returning DiskLabel instance with object id 74 21:46:47,590 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 21:46:47,594 INFO anaconda:blivet: registered action: [75] create format gpt disklabel on disk vda (id 3) 21:46:47,599 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Execute the bootloader with dry run True. 21:46:47,620 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader arguments: ['console=ttyS0,115200n8', 'no_timer_check', 'crashkernel=auto', 'net.ifnames=0', 'nvme_core.io_timeout=4294967295', 'nvme_core.max_retries=10'] 21:46:47,624 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader location: MBR 21:46:47,631 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader timeout: 1 21:46:47,635 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying drive order: [] 21:46:47,636 DEBUG anaconda:anaconda: bootloader: new disk order: [] 21:46:47,641 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Use the requested boot drive. 21:46:47,642 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:47,722 DEBUG anaconda:program: Return code: 0 21:46:47,736 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:47,822 DEBUG anaconda:program: Return code: 0 21:46:47,844 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:47,853 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:47,853 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:47,858 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:47,866 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:47,873 DEBUG anaconda:anaconda: storage_utils: vda matches ['vda'] for devicetree=existing 10 GiB disk vda (3) with non-existent gpt disklabel#012existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (13)#012 existing 0 B loop loop0 (17)#012existing 0 B file /LiveOS/rootfs.img (27)#012 existing 0 B loop loop1 (31) with existing ext4 filesystem#012 existing 3 GiB dm live-rw (50) with existing ext4 filesystem#012 existing 3 GiB dm live-base (60) with existing ext4 filesystem#012existing 0 B file /overlay (deleted) (41)#012 existing 0 B loop loop2 (45)#012 and disks_only=True 21:46:47,874 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Using a boot drive: vda 21:46:47,878 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:47,886 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:47,886 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:47,897 DEBUG anaconda:anaconda: kickstart: Looking for platform-specific bootloader requirements. 21:46:47,899 DEBUG anaconda:anaconda: kickstart: Applying requirements:#012PartSpec instance (0xffff9a70bfd0) -- #012 mountpoint = /boot/efi lv = False thin = False btrfs = False#012 weight = 0 fstype = efi encrypted = False#012 size = 200 MiB max_size = 600 MiB grow = True 21:46:47,906 DEBUG anaconda:anaconda: bootloader: stage1 device cannot be of type disk 21:46:47,913 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:47,914 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 76 21:46:47,915 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 78 21:46:47,924 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; 21:46:47,930 DEBUG anaconda:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: None ; 21:46:47,939 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 21:46:47,941 INFO anaconda:blivet: added partition req0 (id 77) to device tree 21:46:47,944 INFO anaconda:blivet: registered action: [80] create device partition req0 (id 77) 21:46:47,945 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 82 21:46:47,952 DEBUG anaconda:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: efi ; 21:46:47,954 INFO anaconda:blivet: registered action: [81] create format efi filesystem mounted at /boot/efi on partition req0 (id 77) 21:46:47,955 DEBUG anaconda:blivet: get_format('biosboot') returning BIOSBoot instance with object id 83 21:46:47,959 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:47,967 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:47,967 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:47,968 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 85 21:46:47,976 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: req1 ; kids: 0 ; 21:46:47,982 DEBUG anaconda:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: None ; 21:46:47,990 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 21:46:47,991 INFO anaconda:blivet: added partition req1 (id 84) to device tree 21:46:47,992 INFO anaconda:blivet: registered action: [87] create device partition req1 (id 84) 21:46:47,993 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 89 21:46:48,000 DEBUG anaconda:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: biosboot ; 21:46:48,002 INFO anaconda:blivet: registered action: [88] create format biosboot on partition req1 (id 84) 21:46:48,007 DEBUG anaconda:blivet: XFS.supported: supported: True ; 21:46:48,007 DEBUG anaconda:blivet: get_format('xfs') returning XFS instance with object id 90 21:46:48,012 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:48,019 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:48,020 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:48,022 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 92 21:46:48,030 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: req2 ; kids: 0 ; 21:46:48,035 DEBUG anaconda:blivet: PartitionDevice._set_format: req2 ; type: xfs ; current: None ; 21:46:48,044 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 1 ; 21:46:48,045 INFO anaconda:blivet: added partition req2 (id 91) to device tree 21:46:48,046 INFO anaconda:blivet: registered action: [94] create device partition req2 (id 91) 21:46:48,048 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 96 21:46:48,055 DEBUG anaconda:blivet: PartitionDevice._set_format: req2 ; type: xfs ; current: xfs ; 21:46:48,056 INFO anaconda:blivet: registered action: [95] create format xfs filesystem mounted at / on partition req2 (id 91) 21:46:48,063 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:48,065 DEBUG anaconda:blivet: removing all non-preexisting partitions ['req0(id 77)', 'req1(id 84)', 'req2(id 91)'] from disk(s) ['vda'] 21:46:48,066 DEBUG anaconda:blivet: allocate_partitions: disks=['vda'] ; partitions=['req0(id 77)', 'req1(id 84)', 'req2(id 91)'] 21:46:48,071 DEBUG anaconda:blivet: removing all non-preexisting partitions ['req0(id 77)', 'req2(id 91)', 'req1(id 84)'] from disk(s) ['vda'] 21:46:48,072 DEBUG anaconda:blivet: allocating partition: req0 ; id: 77 ; disks: ['vda'] ;#012boot: True ; primary: False ; size: 200 MiB ; grow: True ; max_size: 600 MiB ; start: None ; end: None 21:46:48,074 DEBUG anaconda:blivet: checking freespace on vda 21:46:48,077 DEBUG anaconda:blivet: get_best_free_space_region: disk=/dev/vda part_type=0 req_size=200 MiB boot=True best=None grow=True start=None 21:46:48,078 DEBUG anaconda:blivet: checking 34-20971486 (10 GiB) 21:46:48,080 DEBUG anaconda:blivet: current free range is 34-20971486 (10 GiB) 21:46:48,081 DEBUG anaconda:blivet: evaluating growth potential for new layout 21:46:48,082 DEBUG anaconda:blivet: calculating growth for disk /dev/vda 21:46:48,085 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,086 DEBUG anaconda:blivet: adjusted start sector from 34 to 2048 21:46:48,092 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 21:46:48,094 DEBUG anaconda:blivet: device req0 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b884200> 21:46:48,099 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 21:46:48,104 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 21:46:48,108 DEBUG anaconda:blivet: adding request 77 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,111 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 21:46:48,114 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 77 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 21:46:48,115 DEBUG anaconda:blivet: 1 requests and 20557824 (9.8 GiB) left in chunk 21:46:48,116 DEBUG anaconda:blivet: adding 20557824 (9.8 GiB) to 77 (vda1) 21:46:48,118 DEBUG anaconda:blivet: taking back 19738624 (9.41 GiB) from 77 (vda1) 21:46:48,119 DEBUG anaconda:blivet: new grow amount for request 77 (vda1) is 819200 units, or 400 MiB 21:46:48,120 DEBUG anaconda:blivet: request 77 (vda1) growth: 819200 (400 MiB) size: 600 MiB 21:46:48,121 DEBUG anaconda:blivet: disk /dev/vda growth: 819200 (400 MiB) 21:46:48,126 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:48,127 DEBUG anaconda:blivet: device vda1 new parted_partition None 21:46:48,132 DEBUG anaconda:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 21:46:48,139 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 21:46:48,139 DEBUG anaconda:blivet: total growth: 819200 sectors 21:46:48,140 DEBUG anaconda:blivet: updating use_disk to vda, type: 0 21:46:48,141 DEBUG anaconda:blivet: new free: 34-20971486 / 10 GiB 21:46:48,142 DEBUG anaconda:blivet: new free allows for 819200 sectors of growth 21:46:48,142 DEBUG anaconda:blivet: found free space for bootable request 21:46:48,145 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,146 DEBUG anaconda:blivet: adjusted start sector from 34 to 2048 21:46:48,149 DEBUG anaconda:blivet: created partition vda1 of 200 MiB and added it to /dev/vda 21:46:48,154 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 21:46:48,156 DEBUG anaconda:blivet: device req0 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8d6048> 21:46:48,161 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 21:46:48,167 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 21:46:48,173 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:48,175 DEBUG anaconda:blivet: device vda1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8c4e60> 21:46:48,177 DEBUG anaconda:blivet: allocating partition: req2 ; id: 91 ; disks: ['vda'] ;#012boot: False ; primary: False ; size: 7.76 GiB ; grow: False ; max_size: 0 B ; start: None ; end: None 21:46:48,178 DEBUG anaconda:blivet: checking freespace on vda 21:46:48,181 DEBUG anaconda: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 21:46:48,183 DEBUG anaconda:blivet: checking 34-2047 (1007 KiB) 21:46:48,184 DEBUG anaconda:blivet: current free range is 34-2047 (1007 KiB) 21:46:48,185 DEBUG anaconda:blivet: checking 411648-20971486 (9.8 GiB) 21:46:48,187 DEBUG anaconda:blivet: current free range is 411648-20971486 (9.8 GiB) 21:46:48,188 DEBUG anaconda:blivet: evaluating growth potential for new layout 21:46:48,188 DEBUG anaconda:blivet: calculating growth for disk /dev/vda 21:46:48,190 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,196 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req2 ; 21:46:48,198 DEBUG anaconda:blivet: device req2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8c4eb8> 21:46:48,203 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 21:46:48,209 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 21:46:48,213 DEBUG anaconda:blivet: adding request 77 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,214 DEBUG anaconda:blivet: adding request 91 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,215 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 21:46:48,216 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 77 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 21:46:48,217 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 91 name = vda2 growable = False#012base = 16281600 growth = 0 max_grow = 0#012done = True 21:46:48,218 DEBUG anaconda:blivet: 1 requests and 4276224 (2.04 GiB) left in chunk 21:46:48,219 DEBUG anaconda:blivet: adding 4276224 (2.04 GiB) to 77 (vda1) 21:46:48,221 DEBUG anaconda:blivet: taking back 3457024 (1.65 GiB) from 77 (vda1) 21:46:48,222 DEBUG anaconda:blivet: new grow amount for request 77 (vda1) is 819200 units, or 400 MiB 21:46:48,223 DEBUG anaconda:blivet: request 77 (vda1) growth: 819200 (400 MiB) size: 600 MiB 21:46:48,224 DEBUG anaconda:blivet: request 91 (vda2) growth: 0 (0 B) size: 7.76 GiB 21:46:48,225 DEBUG anaconda:blivet: disk /dev/vda growth: 819200 (400 MiB) 21:46:48,230 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:48,231 DEBUG anaconda:blivet: device vda2 new parted_partition None 21:46:48,236 DEBUG anaconda:blivet: PartitionDevice._set_disk: req2 ; old: vda ; new: None ; 21:46:48,243 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 2 ; 21:46:48,243 DEBUG anaconda:blivet: total growth: 819200 sectors 21:46:48,244 DEBUG anaconda:blivet: updating use_disk to vda, type: 0 21:46:48,245 DEBUG anaconda:blivet: new free: 411648-20971486 / 9.8 GiB 21:46:48,246 DEBUG anaconda:blivet: new free allows for 819200 sectors of growth 21:46:48,248 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,251 DEBUG anaconda:blivet: created partition vda2 of 7.76 GiB and added it to /dev/vda 21:46:48,256 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req2 ; 21:46:48,258 DEBUG anaconda:blivet: device req2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8840f8> 21:46:48,263 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 21:46:48,269 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 21:46:48,275 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:48,277 DEBUG anaconda:blivet: device vda2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b884150> 21:46:48,278 DEBUG anaconda:blivet: allocating partition: req1 ; id: 84 ; disks: ['vda'] ;#012boot: False ; primary: False ; size: 1024 KiB ; grow: False ; max_size: 0 B ; start: None ; end: None 21:46:48,280 DEBUG anaconda:blivet: checking freespace on vda 21:46:48,282 DEBUG anaconda:blivet: get_best_free_space_region: disk=/dev/vda part_type=0 req_size=1024 KiB boot=False best=None grow=False start=None 21:46:48,284 DEBUG anaconda:blivet: checking 34-2047 (1007 KiB) 21:46:48,285 DEBUG anaconda:blivet: current free range is 34-2047 (1007 KiB) 21:46:48,287 DEBUG anaconda:blivet: checking 16693248-20971486 (2.04 GiB) 21:46:48,288 DEBUG anaconda:blivet: current free range is 16693248-20971486 (2.04 GiB) 21:46:48,289 DEBUG anaconda:blivet: evaluating growth potential for new layout 21:46:48,290 DEBUG anaconda:blivet: calculating growth for disk /dev/vda 21:46:48,291 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,298 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 21:46:48,300 DEBUG anaconda:blivet: device req1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8844c0> 21:46:48,305 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; 21:46:48,311 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; 21:46:48,315 DEBUG anaconda:blivet: adding request 77 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,316 DEBUG anaconda:blivet: adding request 91 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,317 DEBUG anaconda:blivet: adding request 84 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,319 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 21:46:48,320 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 77 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 21:46:48,320 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 91 name = vda2 growable = False#012base = 16281600 growth = 0 max_grow = 0#012done = True 21:46:48,321 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 84 name = vda3 growable = False#012base = 2048 growth = 0 max_grow = 0#012done = True 21:46:48,322 DEBUG anaconda:blivet: 1 requests and 4274176 (2.04 GiB) left in chunk 21:46:48,323 DEBUG anaconda:blivet: adding 4274176 (2.04 GiB) to 77 (vda1) 21:46:48,325 DEBUG anaconda:blivet: taking back 3454976 (1.65 GiB) from 77 (vda1) 21:46:48,326 DEBUG anaconda:blivet: new grow amount for request 77 (vda1) is 819200 units, or 400 MiB 21:46:48,327 DEBUG anaconda:blivet: request 77 (vda1) growth: 819200 (400 MiB) size: 600 MiB 21:46:48,329 DEBUG anaconda:blivet: request 91 (vda2) growth: 0 (0 B) size: 7.76 GiB 21:46:48,330 DEBUG anaconda:blivet: request 84 (vda3) growth: 0 (0 B) size: 1024 KiB 21:46:48,331 DEBUG anaconda:blivet: disk /dev/vda growth: 819200 (400 MiB) 21:46:48,336 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:48,337 DEBUG anaconda:blivet: device vda3 new parted_partition None 21:46:48,341 DEBUG anaconda:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 21:46:48,348 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 3 ; 21:46:48,349 DEBUG anaconda:blivet: total growth: 819200 sectors 21:46:48,350 DEBUG anaconda:blivet: updating use_disk to vda, type: 0 21:46:48,351 DEBUG anaconda:blivet: new free: 16693248-20971486 / 2.04 GiB 21:46:48,352 DEBUG anaconda:blivet: new free allows for 819200 sectors of growth 21:46:48,354 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9b8bab70> 21:46:48,357 DEBUG anaconda:blivet: created partition vda3 of 1024 KiB and added it to /dev/vda 21:46:48,362 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 21:46:48,364 DEBUG anaconda:blivet: device req1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8c4fc0> 21:46:48,369 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; 21:46:48,374 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; 21:46:48,381 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:48,383 DEBUG anaconda:blivet: device vda3 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8840f8> 21:46:48,384 DEBUG anaconda:blivet: grow_partitions: disks=['vda'], partitions=['vda1(id 77)', 'vda3(id 84)', 'vda2(id 91)'] 21:46:48,384 DEBUG anaconda:blivet: growable partitions are ['vda1'] 21:46:48,388 DEBUG anaconda:blivet: adding request 77 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,389 DEBUG anaconda:blivet: adding request 84 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,391 DEBUG anaconda:blivet: adding request 91 to chunk 20967424 (2048-20969471) on /dev/vda 21:46:48,392 DEBUG anaconda:blivet: disk vda has 1 chunks 21:46:48,393 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 21:46:48,394 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 77 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 21:46:48,395 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 91 name = vda2 growable = False#012base = 16281600 growth = 0 max_grow = 0#012done = True 21:46:48,396 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 84 name = vda3 growable = False#012base = 2048 growth = 0 max_grow = 0#012done = True 21:46:48,397 DEBUG anaconda:blivet: 1 requests and 4274176 (2.04 GiB) left in chunk 21:46:48,398 DEBUG anaconda:blivet: adding 4274176 (2.04 GiB) to 77 (vda1) 21:46:48,399 DEBUG anaconda:blivet: taking back 3454976 (1.65 GiB) from 77 (vda1) 21:46:48,401 DEBUG anaconda:blivet: new grow amount for request 77 (vda1) is 819200 units, or 400 MiB 21:46:48,401 DEBUG anaconda:blivet: growing partitions on vda 21:46:48,403 DEBUG anaconda:blivet: partition vda1 (77): 0 21:46:48,405 DEBUG anaconda:blivet: new geometry for vda1: parted.Geometry instance --#012 start: 2048 end: 1230847 length: 1228800#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b8954e0> 21:46:48,406 DEBUG anaconda:blivet: partition vda2 (91): 0 21:46:48,408 DEBUG anaconda:blivet: new geometry for vda2: parted.Geometry instance --#012 start: 1230848 end: 17512447 length: 16281600#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b8953c8> 21:46:48,409 DEBUG anaconda:blivet: partition vda3 (84): 0 21:46:48,411 DEBUG anaconda:blivet: new geometry for vda3: parted.Geometry instance --#012 start: 17512448 end: 17514495 length: 2048#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b895278> 21:46:48,412 DEBUG anaconda:blivet: removing all non-preexisting partitions ['vda1(id 77)', 'vda2(id 91)', 'vda3(id 84)'] from disk(s) ['vda'] 21:46:48,418 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:48,418 DEBUG anaconda:blivet: device vda1 new parted_partition None 21:46:48,423 DEBUG anaconda:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 21:46:48,431 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 3 ; 21:46:48,436 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:48,437 DEBUG anaconda:blivet: device vda2 new parted_partition None 21:46:48,441 DEBUG anaconda:blivet: PartitionDevice._set_disk: req2 ; old: vda ; new: None ; 21:46:48,449 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 2 ; 21:46:48,454 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:48,455 DEBUG anaconda:blivet: device vda3 new parted_partition None 21:46:48,460 DEBUG anaconda:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 21:46:48,467 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 21:46:48,468 DEBUG anaconda:blivet: back from remove_new_partitions 21:46:48,471 DEBUG anaconda:blivet: extended: None 21:46:48,472 DEBUG anaconda:blivet: setting req0 new geometry: parted.Geometry instance --#012 start: 2048 end: 1230847 length: 1228800#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b8954e0> 21:46:48,477 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 21:46:48,479 DEBUG anaconda:blivet: device req0 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b884258> 21:46:48,484 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 21:46:48,489 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 21:46:48,495 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:48,497 DEBUG anaconda:blivet: device vda1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8c4e60> 21:46:48,498 DEBUG anaconda:blivet: setting req2 new geometry: parted.Geometry instance --#012 start: 1230848 end: 17512447 length: 16281600#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b8953c8> 21:46:48,503 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req2 ; 21:46:48,505 DEBUG anaconda:blivet: device req2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8843b8> 21:46:48,510 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 21:46:48,516 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 21:46:48,522 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:48,524 DEBUG anaconda:blivet: device vda2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8840f8> 21:46:48,525 DEBUG anaconda:blivet: setting req1 new geometry: parted.Geometry instance --#012 start: 17512448 end: 17514495 length: 2048#012 device: PedGeometry: <_ped.Geometry object at 0xffff9b895278> 21:46:48,530 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 21:46:48,532 DEBUG anaconda:blivet: device req1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b884308> 21:46:48,537 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; 21:46:48,543 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; 21:46:48,549 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:48,551 DEBUG anaconda:blivet: device vda3 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b884468> 21:46:48,566 DEBUG anaconda:blivet: fixing size of non-existent 600 MiB partition vda1 (77) with non-existent efi filesystem mounted at /boot/efi 21:46:48,579 DEBUG anaconda:blivet: fixing size of non-existent 7.76 GiB partition vda2 (91) with non-existent xfs filesystem mounted at / 21:46:48,592 DEBUG anaconda:blivet: fixing size of non-existent 1024 KiB partition vda3 (84) with non-existent biosboot 21:46:48,607 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Execute the bootloader with dry run False. 21:46:48,627 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader arguments: ['console=ttyS0,115200n8', 'no_timer_check', 'crashkernel=auto', 'net.ifnames=0', 'nvme_core.io_timeout=4294967295', 'nvme_core.max_retries=10'] 21:46:48,631 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader location: MBR 21:46:48,638 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader timeout: 1 21:46:48,642 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying drive order: [] 21:46:48,643 DEBUG anaconda:anaconda: bootloader: new disk order: [] 21:46:48,651 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Use the requested boot drive. 21:46:48,652 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:48,732 DEBUG anaconda:program: Return code: 0 21:46:48,751 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:48,765 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:48,766 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:48,772 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:48,785 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:48,796 DEBUG anaconda:anaconda: storage_utils: vda matches ['vda'] for devicetree=existing 10 GiB disk vda (3) with non-existent gpt disklabel#012 non-existent 600 MiB partition vda1 (77) with non-existent efi filesystem mounted at /boot/efi#012 non-existent 7.76 GiB partition vda2 (91) with non-existent xfs filesystem mounted at /#012 non-existent 1024 KiB partition vda3 (84) with non-existent biosboot#012existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (13)#012 existing 0 B loop loop0 (17)#012existing 0 B file /LiveOS/rootfs.img (27)#012 existing 0 B loop loop1 (31) with existing ext4 filesystem#012 existing 3 GiB dm live-rw (50) with existing ext4 filesystem#012 existing 3 GiB dm live-base (60) with existing ext4 filesystem#012existing 0 B file /overlay (deleted) (41)#012 existing 0 B loop loop2 (45)#012 and disks_only=True 21:46:48,797 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Using a boot drive: vda 21:46:48,802 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 21:46:48,814 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:48,815 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 21:46:48,823 DEBUG anaconda:anaconda: bootloader: stage1 device cannot be of type disk 21:46:48,828 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda1) returning True 21:46:48,830 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda1) returning True 21:46:48,831 DEBUG anaconda:anaconda: bootloader: _is_valid_location(vda1) returning True 21:46:48,832 WARNING anaconda:anaconda: bootloader: vda1 not bootable 21:46:48,833 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda1) returning True 21:46:48,833 DEBUG anaconda:anaconda: bootloader: is_valid_stage1_device(vda1) returning True 21:46:48,847 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda1) returning True 21:46:48,849 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda1) returning True 21:46:48,850 DEBUG anaconda:anaconda: bootloader: _is_valid_location(vda1) returning True 21:46:48,851 WARNING anaconda:anaconda: bootloader: vda1 not bootable 21:46:48,852 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda1) returning True 21:46:48,852 DEBUG anaconda:anaconda: bootloader: is_valid_stage1_device(vda1) returning True 21:46:48,854 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda2) returning True 21:46:48,856 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda2) returning True 21:46:48,857 DEBUG anaconda:anaconda: bootloader: _is_valid_partition(vda2) returning True 21:46:48,858 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda2) returning True 21:46:48,859 DEBUG anaconda:anaconda: bootloader: is_valid_stage2_device(vda2) returning True 21:46:48,869 DEBUG anaconda:anaconda: storage_utils: Available memory: 1.8 GiB 21:46:48,873 DEBUG anaconda:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 21:46:48,888 DEBUG anaconda:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (77) with non-existent efi filesystem mounted at /boot/efi 21:46:48,892 DEBUG anaconda:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 21:46:48,907 DEBUG anaconda:blivet: DeviceTree.get_device_by_path returned non-existent 7.76 GiB partition vda2 (91) with non-existent xfs filesystem mounted at / 21:46:48,912 DEBUG anaconda:blivet: DeviceTree.get_device_by_path: path: /dev/vda3 ; incomplete: False ; hidden: False ; 21:46:48,927 DEBUG anaconda:blivet: DeviceTree.get_device_by_path returned non-existent 1024 KiB partition vda3 (84) with non-existent biosboot 21:46:48,928 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Storage check started with constraints {'min_ram': 320, 'min_root': Size (250 MiB), 'min_partition_sizes': {'/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (200 MiB)}, 'must_be_on_linuxfs': {'/usr/share', '/var', '/', '/usr', '/tmp', '/usr/lib', '/home'}, 'must_be_on_root': {'/bin', '/dev', 'lost+found', '/lib', '/proc', '/mnt', '/sbin', '/root', '/etc'}, 'root_device_types': set(), 'req_partition_sizes': {}, 'must_not_be_on_root': set(), 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 21:46:48,929 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_root. 21:46:48,929 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_s390_constraints. 21:46:48,930 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_partition_sizes. 21:46:48,931 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_partition_format_sizes. 21:46:48,931 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_bootloader. 21:46:48,932 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_gpt_biosboot. 21:46:48,933 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_swap. 21:46:48,933 DEBUG anaconda:anaconda: ui.tui.spokes.storage: 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. 21:46:48,934 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_swap_uuid. 21:46:48,934 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_on_linuxfs. 21:46:48,935 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_on_root. 21:46:48,936 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_not_on_root. 21:46:48,936 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_luks_devices_have_key. 21:46:48,937 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_luks2_memory_requirements. 21:46:48,937 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mounted_partitions. 21:46:48,938 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Storage check finished with failure(s). 21:46:48,939 WARNING anaconda:anaconda: ui.tui.spokes.storage: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. 21:46:48,971 DEBUG anaconda:simpleline: Scheduling screen SummaryHub 21:46:48,972 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 21:46:48,975 DEBUG anaconda:simpleline: Scheduling screen ProgressSpoke 21:46:48,976 DEBUG anaconda:simpleline: Starting main loop 21:46:48,980 DEBUG anaconda:simpleline: Processing screen ScreenData(SummaryHub,None,False) 21:46:49,088 DEBUG anaconda:anaconda: payload: Source http://qa.centos.org/centos/8/BaseOS/aarch64/os/ needs network for installation 21:46:49,267 DEBUG anaconda:simpleline: Input is required by ScreenData(SummaryHub,None,False) screen 21:46:49,298 DEBUG anaconda:anaconda: payload: Source http://qa.centos.org/centos/8/BaseOS/aarch64/os/ needs network for installation 21:46:49,336 INFO anaconda:program: Running... df --output=target,avail 21:46:49,359 INFO anaconda:program: Mounted on Avail 21:46:49,359 INFO anaconda:program: /dev 2009536 21:46:49,360 INFO anaconda:program: /dev/shm 2041280 21:46:49,360 INFO anaconda:program: /run 1978496 21:46:49,361 INFO anaconda:program: /sys/fs/cgroup 2041280 21:46:49,362 INFO anaconda:program: / 981412 21:46:49,362 INFO anaconda:program: /tmp 2002624 21:46:49,363 DEBUG anaconda:program: Return code: 0 21:46:49,369 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.91644287109375 GiB), '/dev/shm': Size (1.94671630859375 GiB), '/run': Size (1.8868408203125 GiB), '/sys/fs/cgroup': Size (1.94671630859375 GiB), '/': Size (958.41015625 MiB), '/tmp': Size (1.90985107421875 GiB), '/mnt/sysimage/boot/efi': Size (593.99999904632568359375 MiB), '/mnt/sysimage': Size (7.530761717818677425384521484375 GiB)} 21:46:49,370 INFO anaconda:packaging: Estimated size: download 0 B & install 2.79 GiB 21:46:49,371 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysimage': Size (7.530761717818677425384521484375 GiB)} 21:46:49,372 DEBUG anaconda:packaging: Install + download space required 2.79 GiB 21:46:49,373 INFO anaconda:anaconda: ui.lib.space: fs space: 7.53 GiB needed: 2.79 GiB 21:46:49,374 DEBUG anaconda:simpleline: New signal CloseScreenSignal enqueued with source SummaryHub 21:46:49,376 DEBUG anaconda:simpleline: Closing screen ScreenData(SummaryHub,None,False) from SummaryHub 21:46:49,376 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 21:46:49,378 DEBUG anaconda:simpleline: Processing screen ScreenData(ProgressSpoke,None,False) 21:46:49,406 INFO anaconda:anaconda: threading: Running Thread: AnaInstallThread (281473310061024) 21:46:49,437 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Subscription/Tasks/1. 21:46:49,439 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Subscription/Tasks/2. 21:46:49,464 INFO anaconda:anaconda: installation: Top-level task queue: Installation queue#012Number of task queues: 10#012Number of tasks: 20#012Task & task group listing:#012 Task: Save system time to HW clock#012 Task queue: Installation environment setup#012 Task: Setup addons#012 Task queue: Early storage configuration#012 Task: Insert custom storage to ksdata#012 Task: Run pre-storage tasks#012 Task: Activate filesystems#012 Task: Write early storage#012 Task queue: Pre-install scripts#012 Task: Run %pre-install scripts#012 Task queue: Realm discover#012 Task: Discover realm to join#012 Task queue: Pre install tasks#012 Task: Setup authselect#012 Task: Setup firewall#012 Task: Setup network#012 Task: Setup timezone#012 Task: Copy /resolv.conf to sysroot#012 Task: Find additional packages & run preInstall()#012 Task queue: Payload installation#012 Task: Install the payload#012 Task queue: Late storage configuration#012 Task: Write late storage#012 Task queue: Subscription configuration#012 Task: Transfer subscription tokens to target system#012 Task: Connect the target system to Red Hat Insights#012 Task queue: Bootloader installation#012 Task: Install bootloader#012 Task queue: Post-installation setup tasks#012 Task: Run post-installation setup tasks 21:46:49,467 INFO anaconda:anaconda: installation: Task started: Save system time to HW clock (1/20) 21:46:49,476 INFO anaconda:program: Running... hwclock --systohc --utc 21:46:49,502 DEBUG anaconda:program: Return code: 0 21:46:49,503 DEBUG anaconda:anaconda: installation: Task completed: Save system time to HW clock (1/20) (0.0 s) 21:46:49,504 INFO anaconda:anaconda: progress: Save system time to HW clock 21:46:49,505 INFO anaconda:anaconda: installation: Queue started: Installation environment setup (1/10) 21:46:49,506 INFO anaconda:anaconda: progress: Setting up the installation environment 21:46:49,507 INFO anaconda:anaconda: installation: Task started: Setup addons (2/20) 21:46:49,521 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']'. 21:46:49,527 DEBUG anaconda:anaconda: installation: Task completed: Setup addons (2/20) (0.0 s) 21:46:49,528 INFO anaconda:anaconda: progress: Setup addons 21:46:49,529 INFO anaconda:anaconda: installation: Queue started: Early storage configuration (2/10) 21:46:49,530 INFO anaconda:anaconda: progress: Configuring storage 21:46:49,531 INFO anaconda:anaconda: installation: Task started: Insert custom storage to ksdata (3/20) 21:46:49,545 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Enabled is set to 'False'. 21:46:49,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Type is set to 'AutoPartitioningType.LVM'. 21:46:49,556 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Encrypted is set to 'False'. 21:46:49,565 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 21:46:49,571 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 21:46:49,575 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 21:46:49,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 21:46:49,596 INFO anaconda:anaconda: storage: omitting ksdata: existing 10 GiB disk vda (3) with non-existent gpt disklabel 21:46:49,598 DEBUG anaconda:anaconda: installation: Task completed: Insert custom storage to ksdata (3/20) (0.1 s) 21:46:49,599 INFO anaconda:anaconda: progress: Insert custom storage to ksdata 21:46:49,600 INFO anaconda:anaconda: installation: Task started: Run pre-storage tasks (4/20) 21:46:49,601 DEBUG anaconda:anaconda: installation: Task completed: Run pre-storage tasks (4/20) (0.0 s) 21:46:49,602 INFO anaconda:anaconda: progress: Run pre-storage tasks 21:46:49,602 INFO anaconda:anaconda: installation: Task started: Activate filesystems (5/20) 21:46:49,621 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 21:46:49,627 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 21:46:49,633 DEBUG anaconda:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; 21:46:49,639 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 21:46:49,646 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:49,647 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:49,722 DEBUG anaconda:program: Return code: 0 21:46:49,728 DEBUG anaconda:blivet: PartitionDevice.teardown: vda3 ; status: False ; controllable: True ; 21:46:49,735 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 21:46:49,742 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:49,743 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:49,832 DEBUG anaconda:program: Return code: 0 21:46:49,838 DEBUG anaconda:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; 21:46:49,844 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 21:46:49,852 DEBUG anaconda:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; 21:46:49,852 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:49,942 DEBUG anaconda:program: Return code: 0 21:46:49,944 DEBUG anaconda:blivet: action: [70] destroy format gpt disklabel on disk vda (id 3) 21:46:49,945 DEBUG anaconda:blivet: action: [72] destroy format None on disk vda (id 3) 21:46:49,947 DEBUG anaconda:blivet: action: [75] create format gpt disklabel on disk vda (id 3) 21:46:49,947 DEBUG anaconda:blivet: action: [80] create device partition vda1 (id 77) 21:46:49,948 DEBUG anaconda:blivet: action: [81] create format efi filesystem mounted at /boot/efi on partition vda1 (id 77) 21:46:49,949 DEBUG anaconda:blivet: action: [87] create device partition vda3 (id 84) 21:46:49,950 DEBUG anaconda:blivet: action: [88] create format biosboot on partition vda3 (id 84) 21:46:49,951 DEBUG anaconda:blivet: action: [94] create device partition vda2 (id 91) 21:46:49,952 DEBUG anaconda:blivet: action: [95] create format xfs filesystem mounted at / on partition vda2 (id 91) 21:46:49,953 INFO anaconda:blivet: pruning action queue... 21:46:49,954 INFO anaconda:blivet: removing obsolete action 72 (70) 21:46:49,958 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,042 DEBUG anaconda:program: Return code: 0 21:46:50,057 INFO anaconda:blivet: resetting parted disks... 21:46:50,064 DEBUG anaconda:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 21:46:50,071 DEBUG anaconda:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 21:46:50,078 DEBUG anaconda:blivet: PartitionDevice.pre_commit_fixup: vda1 ; 21:46:50,085 DEBUG anaconda:blivet: PartitionDevice.pre_commit_fixup: vda2 ; 21:46:50,092 DEBUG anaconda:blivet: PartitionDevice.pre_commit_fixup: vda3 ; 21:46:50,093 INFO anaconda:blivet: sorting actions... 21:46:50,106 DEBUG anaconda:blivet: action: [70] destroy format gpt disklabel on disk vda (id 3) 21:46:50,107 DEBUG anaconda:blivet: lvm filter: removing vda1 from the reject list 21:46:50,108 DEBUG anaconda:blivet: vda1 wasn't in the reject list 21:46:50,108 DEBUG anaconda:blivet: lvm filter: removing vda2 from the reject list 21:46:50,109 DEBUG anaconda:blivet: vda2 wasn't in the reject list 21:46:50,110 DEBUG anaconda:blivet: lvm filter: removing vda3 from the reject list 21:46:50,110 DEBUG anaconda:blivet: vda3 wasn't in the reject list 21:46:50,112 DEBUG anaconda:blivet: action: [75] create format gpt disklabel on disk vda (id 3) 21:46:50,113 DEBUG anaconda:blivet: lvm filter: removing vda1 from the reject list 21:46:50,114 DEBUG anaconda:blivet: vda1 wasn't in the reject list 21:46:50,114 DEBUG anaconda:blivet: lvm filter: removing vda2 from the reject list 21:46:50,115 DEBUG anaconda:blivet: vda2 wasn't in the reject list 21:46:50,116 DEBUG anaconda:blivet: lvm filter: removing vda3 from the reject list 21:46:50,116 DEBUG anaconda:blivet: vda3 wasn't in the reject list 21:46:50,117 DEBUG anaconda:blivet: action: [80] create device partition vda1 (id 77) 21:46:50,119 DEBUG anaconda:blivet: action: [94] create device partition vda2 (id 91) 21:46:50,121 DEBUG anaconda:blivet: action: [95] create format xfs filesystem mounted at / on partition vda2 (id 91) 21:46:50,123 DEBUG anaconda:blivet: action: [87] create device partition vda3 (id 84) 21:46:50,125 DEBUG anaconda:blivet: action: [88] create format biosboot on partition vda3 (id 84) 21:46:50,128 DEBUG anaconda:blivet: action: [81] create format efi filesystem mounted at /boot/efi on partition vda1 (id 77) 21:46:50,130 INFO anaconda:blivet: executing action: [70] destroy format gpt disklabel on disk vda (id 3) 21:46:50,137 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; 21:46:50,143 DEBUG anaconda:blivet: DiskLabel.destroy: device: /dev/vda ; type: disklabel ; status: False ; 21:46:50,144 INFO anaconda:program: Running... wipefs -f -a /dev/vda 21:46:50,177 INFO anaconda:program: stdout: 21:46:50,178 INFO anaconda:program: /dev/vda: 8 bytes were erased at offset 0x00000200 (gpt): 45 46 49 20 50 41 52 54 21:46:50,178 INFO anaconda:program: /dev/vda: 8 bytes were erased at offset 0x27ffffe00 (gpt): 45 46 49 20 50 41 52 54 21:46:50,179 INFO anaconda:program: /dev/vda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa 21:46:50,179 DEBUG anaconda:program: Return code: 0 21:46:50,180 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,272 DEBUG anaconda:program: Return code: 0 21:46:50,274 INFO anaconda:blivet: executing action: [75] create format gpt disklabel on disk vda (id 3) 21:46:50,276 INFO anaconda:anaconda: progress: Creating disklabel on /dev/vda 21:46:50,284 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:50,291 DEBUG anaconda:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; 21:46:50,298 DEBUG anaconda:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; 21:46:50,307 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; 21:46:50,325 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,326 INFO kernel: vda: 21:46:50,413 DEBUG anaconda:program: Return code: 0 21:46:50,414 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,502 DEBUG anaconda:program: Return code: 0 21:46:50,510 DEBUG anaconda:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 21:46:50,511 DEBUG anaconda:blivet: vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 21:46:50,513 INFO anaconda:blivet: executing action: [80] create device partition vda1 (id 77) 21:46:50,520 DEBUG anaconda:blivet: PartitionDevice.create: vda1 ; status: False ; 21:46:50,528 DEBUG anaconda:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; 21:46:50,536 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:50,544 DEBUG anaconda:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 21:46:50,552 DEBUG anaconda:blivet: PartitionDevice._create: vda1 ; status: False ; 21:46:50,561 DEBUG anaconda:blivet: PartitionDevice._wipe: vda1 ; status: False ; 21:46:50,563 INFO anaconda:program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 21:46:50,601 INFO anaconda:program: stderr: 21:46:50,601 INFO anaconda:program: b'2048+0 records in' 21:46:50,602 INFO anaconda:program: b'2048+0 records out' 21:46:50,603 INFO anaconda:program: b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0166278 s, 63.1 MB/s' 21:46:50,603 DEBUG anaconda:program: Return code: 0 21:46:50,604 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,606 INFO kernel: vda: 21:46:50,707 DEBUG anaconda:program: Return code: 0 21:46:50,718 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; 21:46:50,735 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,746 INFO kernel: vda: vda1 21:46:50,833 DEBUG anaconda:program: Return code: 0 21:46:50,835 DEBUG anaconda:blivet: post-commit partition path is /dev/vda1 21:46:50,844 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:50,848 DEBUG anaconda:blivet: device vda1 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b7bb468> 21:46:50,856 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; 21:46:50,857 INFO anaconda:program: Running... wipefs -f -a /dev/vda1 21:46:50,878 DEBUG anaconda:program: Return code: 0 21:46:50,888 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 21:46:50,897 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 21:46:50,898 DEBUG anaconda:blivet: vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 21:46:50,899 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:50,983 DEBUG anaconda:program: Return code: 0 21:46:50,994 DEBUG anaconda: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 ; 21:46:50,998 DEBUG anaconda:blivet: updated vda1 size to 600 MiB (600 MiB) 21:46:51,000 INFO anaconda:blivet: executing action: [94] create device partition vda2 (id 91) 21:46:51,006 DEBUG anaconda:blivet: PartitionDevice.create: vda2 ; status: False ; 21:46:51,014 DEBUG anaconda:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; 21:46:51,022 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:51,031 DEBUG anaconda:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 21:46:51,038 DEBUG anaconda:blivet: PartitionDevice._create: vda2 ; status: False ; 21:46:51,047 DEBUG anaconda:blivet: PartitionDevice._wipe: vda2 ; status: False ; 21:46:51,048 INFO anaconda:program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1230848 count=2048 21:46:51,077 INFO anaconda:program: stderr: 21:46:51,078 INFO anaconda:program: b'2048+0 records in' 21:46:51,079 INFO anaconda:program: b'2048+0 records out' 21:46:51,079 INFO anaconda:program: b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.015961 s, 65.7 MB/s' 21:46:51,080 DEBUG anaconda:program: Return code: 0 21:46:51,081 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:51,086 INFO kernel: vda: vda1 21:46:51,142 DEBUG anaconda:program: Return code: 0 21:46:51,153 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; 21:46:51,174 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:51,232 DEBUG anaconda:program: Return code: 0 21:46:51,234 DEBUG anaconda:blivet: post-commit partition path is /dev/vda2 21:46:51,244 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:51,248 DEBUG anaconda:blivet: device vda2 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9ba0cf10> 21:46:51,257 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; 21:46:51,257 INFO anaconda:program: Running... wipefs -f -a /dev/vda2 21:46:51,278 DEBUG anaconda:program: Return code: 0 21:46:51,289 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 21:46:51,297 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 21:46:51,299 DEBUG anaconda:blivet: vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 21:46:51,299 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:51,382 DEBUG anaconda:program: Return code: 0 21:46:51,393 DEBUG anaconda: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 ; 21:46:51,397 DEBUG anaconda:blivet: updated vda2 size to 7.76 GiB (7.76 GiB) 21:46:51,399 INFO anaconda:blivet: executing action: [95] create format xfs filesystem mounted at / on partition vda2 (id 91) 21:46:51,400 INFO anaconda:anaconda: progress: Creating xfs on /dev/vda2 21:46:51,408 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; 21:46:51,415 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; 21:46:51,422 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; 21:46:51,429 DEB Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14270/14400 UG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; 21:46:51,436 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; 21:46:51,443 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; 21:46:51,450 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; 21:46:51,458 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; 21:46:51,465 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; 21:46:51,472 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; 21:46:51,479 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; 21:46:51,486 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; 21:46:51,494 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; 21:46:51,501 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; 21:46:51,508 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; 21:46:51,515 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; 21:46:51,522 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; 21:46:51,532 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 21:46:51,550 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:51,623 DEBUG anaconda:program: Return code: 0 21:46:51,630 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 21:46:51,637 DEBUG anaconda:blivet: XFS.create: device: /dev/vda2 ; type: xfs ; status: False ; 21:46:51,645 DEBUG anaconda:blivet: XFS._create: type: xfs ; device: /dev/vda2 ; mountpoint: / ; 21:46:51,646 INFO anaconda:program: Running... mkfs.xfs -f /dev/vda2 21:46:51,772 INFO anaconda:program: stdout: 21:46:51,773 INFO anaconda:program: meta-data=/dev/vda2 isize=512 agcount=4, agsize=508800 blks 21:46:51,773 INFO anaconda:program: = sectsz=512 attr=2, projid32bit=1 21:46:51,774 INFO anaconda:program: = crc=1 finobt=1, sparse=1, rmapbt=0 21:46:51,775 INFO anaconda:program: = reflink=1 21:46:51,775 INFO anaconda:program: data = bsize=4096 blocks=2035200, imaxpct=25 21:46:51,776 INFO anaconda:program: = sunit=0 swidth=0 blks 21:46:51,777 INFO anaconda:program: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 21:46:51,777 INFO anaconda:program: log =internal log bsize=4096 blocks=2560, version=2 21:46:51,778 INFO anaconda:program: = sectsz=512 sunit=0 blks, lazy-count=1 21:46:51,778 INFO anaconda:program: realtime =none extsz=4096 blocks=0, rtextents=0 21:46:51,779 DEBUG anaconda:program: Return code: 0 21:46:51,780 INFO anaconda:program: Running... xfs_admin -L -- /dev/vda2 21:46:51,869 INFO anaconda:program: stdout: 21:46:51,870 INFO anaconda:program: writing all SBs 21:46:51,870 INFO anaconda:program: new label = "" 21:46:51,871 DEBUG anaconda:program: Return code: 0 21:46:51,872 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:51,952 DEBUG anaconda:program: Return code: 0 21:46:51,960 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 21:46:51,961 DEBUG anaconda:blivet: vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 21:46:51,965 INFO anaconda:blivet: executing action: [87] create device partition vda3 (id 84) 21:46:51,972 DEBUG anaconda:blivet: PartitionDevice.create: vda3 ; status: False ; 21:46:51,980 DEBUG anaconda:blivet: PartitionDevice.setup_parents: name: vda3 ; orig: False ; 21:46:51,989 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:51,997 DEBUG anaconda:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 21:46:52,004 DEBUG anaconda:blivet: PartitionDevice._create: vda3 ; status: False ; 21:46:52,013 DEBUG anaconda:blivet: PartitionDevice._wipe: vda3 ; status: False ; 21:46:52,015 INFO anaconda:program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=17512448 count=2047 21:46:52,043 INFO anaconda:program: stderr: 21:46:52,043 INFO anaconda:program: b'2047+0 records in' 21:46:52,044 INFO anaconda:program: b'2047+0 records out' 21:46:52,045 INFO anaconda:program: b'1048064 bytes (1.0 MB, 1.0 MiB) copied, 0.0160024 s, 65.5 MB/s' 21:46:52,045 DEBUG anaconda:program: Return code: 0 21:46:52,046 INFO kernel: vda: vda1 vda2 21:46:52,046 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,153 DEBUG anaconda:program: Return code: 0 21:46:52,164 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 3 ; 21:46:52,190 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,283 DEBUG anaconda:program: Return code: 0 21:46:52,285 DEBUG anaconda:blivet: post-commit partition path is /dev/vda3 21:46:52,294 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:52,297 DEBUG anaconda:blivet: device vda3 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b8840f8> 21:46:52,306 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda3 ; type: None ; status: False ; 21:46:52,306 INFO anaconda:program: Running... wipefs -f -a /dev/vda3 21:46:52,322 DEBUG anaconda:program: Return code: 0 21:46:52,332 DEBUG anaconda:blivet: PartitionDevice.setup: vda3 ; orig: False ; status: True ; controllable: True ; 21:46:52,341 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; 21:46:52,342 DEBUG anaconda:blivet: vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda3 21:46:52,343 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,402 DEBUG anaconda:program: Return code: 0 21:46:52,414 DEBUG anaconda:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda3 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda3 ; 21:46:52,417 DEBUG anaconda:blivet: updated vda3 size to 1024 KiB (1024 KiB) 21:46:52,420 INFO anaconda:blivet: executing action: [88] create format biosboot on partition vda3 (id 84) 21:46:52,421 INFO anaconda:anaconda: progress: Creating biosboot on /dev/vda3 21:46:52,429 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 1 ; 21:46:52,437 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 2 ; 21:46:52,444 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 3 ; 21:46:52,451 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 4 ; 21:46:52,458 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 5 ; 21:46:52,465 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 6 ; 21:46:52,472 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 8 ; 21:46:52,479 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 9 ; 21:46:52,486 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 10 ; 21:46:52,493 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 11 ; 21:46:52,500 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 13 ; 21:46:52,507 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 14 ; 21:46:52,514 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 15 ; 21:46:52,521 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 16 ; 21:46:52,528 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 17 ; 21:46:52,535 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 18 ; 21:46:52,542 DEBUG anaconda:blivet: PartitionDevice.set_flag: path: /dev/vda3 ; flag: 12 ; 21:46:52,553 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; 21:46:52,579 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,662 DEBUG anaconda:program: Return code: 0 21:46:52,670 DEBUG anaconda:blivet: PartitionDevice.setup: vda3 ; orig: False ; status: True ; controllable: True ; 21:46:52,677 DEBUG anaconda:blivet: BIOSBoot.create: device: /dev/vda3 ; type: biosboot ; status: False ; 21:46:52,678 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,772 DEBUG anaconda:program: Return code: 0 21:46:52,780 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; 21:46:52,781 DEBUG anaconda:blivet: vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda3 21:46:52,786 INFO anaconda:blivet: executing action: [81] create format efi filesystem mounted at /boot/efi on partition vda1 (id 77) 21:46:52,787 INFO anaconda:anaconda: progress: Creating efi on /dev/vda1 21:46:52,795 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; 21:46:52,802 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; 21:46:52,809 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; 21:46:52,816 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; 21:46:52,823 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; 21:46:52,831 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; 21:46:52,838 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; 21:46:52,844 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; 21:46:52,851 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; 21:46:52,858 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; 21:46:52,865 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; 21:46:52,872 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; 21:46:52,879 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; 21:46:52,887 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; 21:46:52,894 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; 21:46:52,901 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; 21:46:52,908 DEBUG anaconda:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 21:46:52,918 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; 21:46:52,950 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:52,956 INFO kernel: vda: vda1 vda2 vda3 21:46:53,033 DEBUG anaconda:program: Return code: 0 21:46:53,041 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 21:46:53,048 DEBUG anaconda:blivet: EFIFS.create: device: /dev/vda1 ; type: efi ; status: False ; 21:46:53,055 DEBUG anaconda:blivet: EFIFS._create: type: vfat ; device: /dev/vda1 ; mountpoint: /boot/efi ; 21:46:53,056 INFO anaconda:program: Running... mkdosfs /dev/vda1 21:46:53,093 INFO anaconda:program: stdout: 21:46:53,094 INFO anaconda:program: mkfs.fat 4.1 (2017-01-24) 21:46:53,095 DEBUG anaconda:program: Return code: 0 21:46:53,095 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:53,182 DEBUG anaconda:program: Return code: 0 21:46:53,190 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 21:46:53,191 DEBUG anaconda:blivet: vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 21:46:53,207 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 21:46:53,210 DEBUG anaconda:blivet: device vda1 new parted_partition parted.Partition instance --#012 disk: fileSystem: #012 number: 1 path: /dev/vda1 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b7bb6d0> 21:46:53,218 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 21:46:53,221 DEBUG anaconda:blivet: device vda2 new parted_partition parted.Partition instance --#012 disk: fileSystem: #012 number: 2 path: /dev/vda2 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b7bb5c8> 21:46:53,229 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda3 ; 21:46:53,232 DEBUG anaconda:blivet: device vda3 new parted_partition parted.Partition instance --#012 disk: fileSystem: None#012 number: 3 path: /dev/vda3 type: 0#012 name: active: True busy: False#012 geometry: PedPartition: <_ped.Partition object at 0xffff9b7bb308> 21:46:53,233 INFO anaconda:anaconda: storage: setting boot flag on vda1 21:46:53,239 DEBUG anaconda:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 21:46:53,254 INFO anaconda:anaconda: storage: Setting label on existing 600 MiB partition vda1 (77) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' 21:46:53,259 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 21:46:53,264 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; 21:46:53,303 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:53,313 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:53,325 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 21:46:53,340 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 21:46:53,352 DEBUG anaconda:blivet: XFS.supported: supported: True ; 21:46:53,372 DEBUG anaconda:blivet: BindFS.supported: supported: False ; 21:46:53,373 DEBUG anaconda:blivet: get_format('bind') returning BindFS instance with object id 101 21:46:53,374 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 103 21:46:53,381 DEBUG anaconda:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; 21:46:53,385 DEBUG anaconda:blivet: updated /dev size to 2.81 KiB (2.81 KiB) 21:46:53,392 DEBUG anaconda:blivet: TmpFS.supported: supported: True ; 21:46:53,401 DEBUG anaconda:blivet: get_format('tmpfs') returning TmpFS instance with object id 105 21:46:53,402 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 107 21:46:53,410 DEBUG anaconda:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; 21:46:53,420 DEBUG anaconda:blivet: DevPtsFS.supported: supported: False ; 21:46:53,421 DEBUG anaconda:blivet: get_format('devpts') returning DevPtsFS instance with object id 109 21:46:53,422 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 111 21:46:53,429 DEBUG anaconda:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; 21:46:53,438 DEBUG anaconda:blivet: SysFS.supported: supported: False ; 21:46:53,439 DEBUG anaconda:blivet: get_format('sysfs') returning SysFS instance with object id 113 21:46:53,440 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 115 21:46:53,447 DEBUG anaconda:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; 21:46:53,456 DEBUG anaconda:blivet: ProcFS.supported: supported: False ; 21:46:53,456 DEBUG anaconda:blivet: get_format('proc') returning ProcFS instance with object id 117 21:46:53,457 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 119 21:46:53,465 DEBUG anaconda:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; 21:46:53,473 DEBUG anaconda:blivet: SELinuxFS.supported: supported: False ; 21:46:53,474 DEBUG anaconda:blivet: get_format('selinuxfs') returning SELinuxFS instance with object id 121 21:46:53,475 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 123 21:46:53,482 DEBUG anaconda:blivet: NoDevice._set_format: selinuxfs ; type: selinuxfs ; current: None ; 21:46:53,492 DEBUG anaconda:blivet: USBFS.supported: supported: False ; 21:46:53,493 DEBUG anaconda:blivet: get_format('usbfs') returning USBFS instance with object id 125 21:46:53,494 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 127 21:46:53,501 DEBUG anaconda:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; 21:46:53,509 DEBUG anaconda:blivet: BindFS.supported: supported: False ; 21:46:53,510 DEBUG anaconda:blivet: get_format('bind') returning BindFS instance with object id 129 21:46:53,511 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 131 21:46:53,518 DEBUG anaconda:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; 21:46:53,521 DEBUG anaconda:blivet: updated /run size to 740 B (740 B) 21:46:53,529 DEBUG anaconda:blivet: EFIVarFS.supported: supported: False ; 21:46:53,529 DEBUG anaconda:blivet: get_format('efivarfs') returning EFIVarFS instance with object id 133 21:46:53,530 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 135 21:46:53,537 DEBUG anaconda:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; 21:46:53,545 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 21:46:53,546 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:53,643 DEBUG anaconda:program: Return code: 0 21:46:53,671 DEBUG anaconda:blivet: XFS.setup: device: /dev/vda2 ; type: xfs ; status: False ; 21:46:53,672 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:53,752 DEBUG anaconda:program: Return code: 0 21:46:53,774 INFO anaconda:program: Running... mount -t xfs -o defaults /dev/vda2 /mnt/sysimage 21:46:53,796 NOTICE kernel:XFS (vda2): Mounting V5 Filesystem 21:46:53,806 INFO kernel:XFS (vda2): Ending clean mount 21:46:53,808 DEBUG anaconda:program: Return code: 0 21:46:53,836 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 21:46:53,838 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:53,911 DEBUG anaconda:program: Return code: 0 21:46:53,924 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,022 DEBUG anaconda:program: Return code: 0 21:46:54,044 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,122 DEBUG anaconda:program: Return code: 0 21:46:54,148 DEBUG anaconda:blivet: EFIFS.setup: device: /dev/vda1 ; type: efi ; status: False ; 21:46:54,149 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,242 DEBUG anaconda:program: Return code: 0 21:46:54,266 INFO anaconda:program: Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi 21:46:54,284 DEBUG anaconda:program: Return code: 0 21:46:54,291 DEBUG anaconda:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; 21:46:54,292 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,382 DEBUG anaconda:program: Return code: 0 21:46:54,403 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,482 DEBUG anaconda:program: Return code: 0 21:46:54,503 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,582 DEBUG anaconda:program: Return code: 0 21:46:54,603 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,682 DEBUG anaconda:program: Return code: 0 21:46:54,704 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,783 DEBUG anaconda:program: Return code: 0 21:46:54,811 DEBUG anaconda:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; 21:46:54,812 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:54,912 DEBUG anaconda:program: Return code: 0 21:46:54,936 INFO anaconda:program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev 21:46:54,949 DEBUG anaconda:program: Return code: 0 21:46:54,957 DEBUG anaconda:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; 21:46:54,958 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,052 DEBUG anaconda:program: Return code: 0 21:46:55,073 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,152 DEBUG anaconda:program: Return code: 0 21:46:55,173 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,262 DEBUG anaconda:program: Return code: 0 21:46:55,283 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,362 DEBUG anaconda:program: Return code: 0 21:46:55,388 DEBUG anaconda:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; 21:46:55,389 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,452 DEBUG anaconda:program: Return code: 0 21:46:55,473 INFO anaconda:program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts 21:46:55,488 DEBUG anaconda:program: Return code: 0 21:46:55,495 DEBUG anaconda:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; 21:46:55,497 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,562 DEBUG anaconda:program: Return code: 0 21:46:55,583 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,662 DEBUG anaconda:program: Return code: 0 21:46:55,683 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,762 DEBUG anaconda:program: Return code: 0 21:46:55,788 DEBUG anaconda:blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; 21:46:55,790 INFO anaconda:program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm 21:46:55,804 DEBUG anaconda:program: Return code: 0 21:46:55,810 DEBUG anaconda:blivet: NoDevice.setup: proc ; orig: False ; status: False ; controllable: True ; 21:46:55,812 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,892 DEBUG anaconda:program: Return code: 0 21:46:55,913 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:55,992 DEBUG anaconda:program: Return code: 0 21:46:56,013 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,102 DEBUG anaconda:program: Return code: 0 21:46:56,123 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,213 DEBUG anaconda:program: Return code: 0 21:46:56,238 DEBUG anaconda:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; 21:46:56,240 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,312 DEBUG anaconda:program: Return code: 0 21:46:56,336 INFO anaconda:program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc 21:46:56,349 DEBUG anaconda:program: Return code: 0 21:46:56,481 DEBUG anaconda:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; 21:46:56,483 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,582 DEBUG anaconda:program: Return code: 0 21:46:56,603 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,672 DEBUG anaconda:program: Return code: 0 21:46:56,693 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,768 DEBUG NetworkManager: [1597009616.7687] device[5f02b58225e50d33] (enp1s0): timed out waiting for IPv6 router advertisement 21:46:56,769 DEBUG NetworkManager: [1597009616.7688] device[5f02b58225e50d33] (enp1s0): activation-stage: schedule activate_stage4_ip_config_timeout_6,v6 (id 399) 21:46:56,769 DEBUG NetworkManager: [1597009616.7689] device[5f02b58225e50d33] (enp1s0): activation-stage: invoke activate_stage4_ip_config_timeout_6,v6 (id 399) 21:46:56,772 DEBUG anaconda:program: Return code: 0 21:46:56,794 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,882 DEBUG anaconda:program: Return code: 0 21:46:56,904 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:56,982 DEBUG anaconda:program: Return code: 0 21:46:57,008 DEBUG anaconda:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; 21:46:57,009 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,093 DEBUG anaconda:program: Return code: 0 21:46:57,114 INFO anaconda:program: Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run 21:46:57,128 DEBUG anaconda:program: Return code: 0 21:46:57,138 DEBUG anaconda:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; 21:46:57,140 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,202 DEBUG anaconda:program: Return code: 0 21:46:57,223 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,302 DEBUG anaconda:program: Return code: 0 21:46:57,323 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,402 DEBUG anaconda:program: Return code: 0 21:46:57,423 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,512 DEBUG anaconda:program: Return code: 0 21:46:57,538 DEBUG anaconda:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; 21:46:57,539 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,622 DEBUG anaconda:program: Return code: 0 21:46:57,644 INFO anaconda:program: Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys 21:46:57,658 DEBUG anaconda:program: Return code: 0 21:46:57,664 DEBUG anaconda:blivet: NoDevice.setup: efivarfs ; orig: False ; status: False ; controllable: True ; 21:46:57,666 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,742 DEBUG anaconda:program: Return code: 0 21:46:57,763 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,842 DEBUG anaconda:program: Return code: 0 21:46:57,863 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:57,952 DEBUG anaconda:program: Return code: 0 21:46:57,973 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,072 DEBUG anaconda:program: Return code: 0 21:46:58,098 DEBUG anaconda:blivet: EFIVarFS.setup: device: efivarfs ; type: efivarfs ; status: False ; 21:46:58,100 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,182 DEBUG anaconda:program: Return code: 0 21:46:58,204 INFO anaconda:program: Running... mount -t efivarfs -o defaults efivarfs /mnt/sysimage/sys/firmware/efi/efivars 21:46:58,218 DEBUG anaconda:program: Return code: 0 21:46:58,224 DEBUG anaconda:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; 21:46:58,226 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,302 DEBUG anaconda:program: Return code: 0 21:46:58,323 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,412 DEBUG anaconda:program: Return code: 0 21:46:58,433 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,512 DEBUG anaconda:program: Return code: 0 21:46:58,533 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,622 DEBUG anaconda:program: Return code: 0 21:46:58,648 DEBUG anaconda:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; 21:46:58,649 INFO anaconda:program: Running... udevadm settle --timeout=300 21:46:58,742 DEBUG anaconda:program: Return code: 0 21:46:58,764 INFO anaconda:program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux 21:46:58,778 DEBUG anaconda:program: Return code: 0 21:46:58,780 DEBUG anaconda:anaconda: installation: Task completed: Activate filesystems (5/20) (9.2 s) 21:46:58,781 INFO anaconda:anaconda: progress: Activate filesystems 21:46:58,782 INFO anaconda:anaconda: installation: Task started: Write early storage (6/20) 21:46:58,794 INFO anaconda:anaconda: storage: not writing out mpath configuration 21:46:58,795 DEBUG anaconda:anaconda: installation: Task completed: Write early storage (6/20) (0.0 s) 21:46:58,796 INFO anaconda:anaconda: progress: Write early storage 21:46:58,797 INFO anaconda:anaconda: installation: Queue started: Pre-install scripts (3/10) 21:46:58,798 INFO anaconda:anaconda: progress: Running pre-installation scripts 21:46:58,799 INFO anaconda:anaconda: installation: Task started: Run %pre-install scripts (7/20) 21:46:58,800 DEBUG anaconda:anaconda: installation: Task completed: Run %pre-install scripts (7/20) (0.0 s) 21:46:58,800 INFO anaconda:anaconda: progress: Run %pre-install scripts 21:46:58,801 INFO anaconda:anaconda: installation: Queue started: Realm discover (4/10) 21:46:58,802 INFO anaconda:anaconda: progress: Discovering realm to join 21:46:58,803 INFO anaconda:anaconda: installation: Task started: Discover realm to join (8/20) 21:46:58,817 DEBUG anaconda:anaconda: installation: Task completed: Discover realm to join (8/20) (0.0 s) 21:46:58,818 INFO anaconda:anaconda: progress: Discover realm to join 21:46:58,819 INFO anaconda:anaconda: installation: Queue started: Pre install tasks (5/10) 21:46:58,820 INFO anaconda:anaconda: progress: Running pre-installation tasks 21:46:58,821 INFO anaconda:anaconda: installation: Task started: Setup authselect (9/20) 21:46:58,834 DEBUG anaconda:anaconda: installation: Task completed: Setup authselect (9/20) (0.0 s) 21:46:58,835 INFO anaconda:anaconda: progress: Setup authselect 21:46:58,835 INFO anaconda:anaconda: installation: Task started: Setup firewall (10/20) 21:46:58,845 DEBUG anaconda:anaconda: installation: Task completed: Setup firewall (10/20) (0.0 s) 21:46:58,845 INFO anaconda:anaconda: progress: Setup firewall 21:46:58,846 INFO anaconda:anaconda: installation: Task started: Setup network (11/20) 21:46:58,881 DEBUG anaconda:anaconda: installation: Task completed: Setup network (11/20) (0.0 s) 21:46:58,881 INFO anaconda:anaconda: progress: Setup network 21:46:58,882 INFO anaconda:anaconda: installation: Task started: Setup timezone (12/20) 21:46:58,905 INFO anaconda:program: Running... systemctl status chronyd 21:46:58,941 INFO anaconda:program: * chronyd.service - NTP client/server 21:46:58,942 INFO anaconda:program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled) 21:46:58,942 INFO anaconda:program: Active: active (running) since Sun 2020-08-09 21:46:27 UTC; 31s ago 21:46:58,943 INFO anaconda:program: Docs: man:chronyd(8) 21:46:58,943 INFO anaconda:program: man:chrony.conf(5) 21:46:58,944 INFO anaconda:program: Process: 2066 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS) 21:46:58,945 INFO anaconda:program: Process: 2048 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) 21:46:58,945 INFO anaconda:program: Main PID: 2061 (chronyd) 21:46:58,946 INFO anaconda:program: Tasks: 1 (limit: 6279) 21:46:58,946 INFO anaconda:program: Memory: 8.0M 21:46:58,947 INFO anaconda:program: CGroup: /system.slice/chronyd.service 21:46:58,948 INFO anaconda:program: `-2061 /usr/sbin/chronyd 21:46:58,948 INFO anaconda:program: 21:46:58,949 INFO anaconda:program: Aug 09 21:46:26 localhost.localdomain systemd[1]: Starting NTP client/server... 21:46:58,949 INFO anaconda:program: Aug 09 21:46:26 localhost.localdomain chronyd[2061]: chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 21:46:58,950 INFO anaconda:program: Aug 09 21:46:26 localhost.localdomain chronyd[2061]: Using right/UTC timezone to obtain leap second data 21:46:58,950 INFO anaconda:program: Aug 09 21:46:27 localhost.localdomain systemd[1]: Started NTP client/server. 21:46:58,951 DEBUG anaconda:program: Return code: 0 21:46:58,952 DEBUG anaconda:anaconda: installation: Task completed: Setup timezone (12/20) (0.1 s) 21:46:58,953 INFO anaconda:anaconda: progress: Setup timezone 21:46:58,954 INFO anaconda:anaconda: installation: Task started: Copy /resolv.conf to sysroot (13/20) 21:46:58,956 DEBUG anaconda:anaconda: installation: Task completed: Copy /resolv.conf to sysroot (13/20) (0.0 s) 21:46:58,957 INFO anaconda:anaconda: progress: Copy /resolv.conf to sysroot 21:46:58,958 INFO anaconda:anaconda: installation: Task started: Find additional packages & run preInstall() (14/20) 21:46:58,962 DEBUG anaconda:anaconda: payload: added package requirement 'dosfstools' for storage, strong=True 21:46:58,962 DEBUG anaconda:anaconda: payload: added package requirement 'xfsprogs' for storage, strong=True 21:46:58,963 DEBUG anaconda:anaconda: payload: added package requirement 'e2fsprogs' for storage, strong=True 21:46:58,964 DEBUG anaconda:anaconda: payload: no package requirement added for realm 21:46:58,965 DEBUG anaconda:anaconda: payload: added package requirement 'authselect-compat' for authselect, strong=True 21:46:58,965 DEBUG anaconda:anaconda: payload: added package requirement 'firewalld' for firewall, strong=True 21:46:58,966 DEBUG anaconda:anaconda: payload: no package requirement added for network 21:46:58,967 DEBUG anaconda:anaconda: payload: added package requirement 'chrony' for ntp, strong=False 21:46:58,968 DEBUG anaconda:anaconda: payload: added package requirement 'grub2-efi-aa64' for bootloader, strong=True 21:46:58,968 DEBUG anaconda:anaconda: payload: added package requirement 'shim-aa64' for bootloader, strong=True 21:46:58,969 DEBUG anaconda:anaconda: payload: added package requirement 'efibootmgr' for bootloader, strong=True 21:46:58,970 DEBUG anaconda:anaconda: payload: added package requirement 'grub2' for bootloader, strong=True 21:46:58,971 DEBUG anaconda:anaconda: payload: added package requirement 'grub2-tools' for bootloader, strong=True 21:46:58,989 DEBUG anaconda:anaconda: payload: no group requirement added for language groups 21:46:59,015 DEBUG anaconda:anaconda: payload: added package requirement 'langpacks-en' for langpacks, strong=False 21:46:59,016 INFO anaconda:program: Running... systemd-detect-virt 21:46:59,049 INFO anaconda:program: kvm 21:46:59,050 DEBUG anaconda:program: Return code: 0 21:46:59,053 WARNING anaconda:anaconda: payload: Platform group platform-kvm not available. 21:46:59,070 DEBUG anaconda:anaconda: installation: Task completed: Find additional packages & run preInstall() (14/20) (0.1 s) 21:46:59,071 INFO anaconda:anaconda: progress: Find additional packages & run preInstall() 21:46:59,072 INFO anaconda:anaconda: installation: Queue started: Payload installation (6/10) 21:46:59,073 INFO anaconda:anaconda: progress: Installing. 21:46:59,074 INFO anaconda:anaconda: installation: Task started: Install the payload (15/20) 21:46:59,075 INFO anaconda:anaconda: progress: Starting package installation process 21:46:59,076 INFO anaconda:packaging: checking software selection 21:46:59,078 DEBUG anaconda:packaging: disabling modules: [] 21:46:59,252 DEBUG anaconda:packaging: enabling modules: [] 21:46:59,425 DEBUG anaconda:packaging: applying DNF package/group/module selection 21:46:59,425 INFO anaconda:packaging: selected group: core 21:46:59,426 INFO anaconda:packaging: excluded package: 'aic94xx-firmware' 21:46:59,427 INFO anaconda:packaging: excluded package: 'alsa-firmware' 21:46:59,427 INFO anaconda:packaging: excluded package: 'alsa-lib' 21:46:59,428 INFO anaconda:packaging: excluded package: 'alsa-tools-firmware' 21:46:59,429 INFO anaconda:packaging: excluded package: 'biosdevname' 21:46:59,429 INFO anaconda:packaging: excluded package: 'iprutils' 21:46:59,430 INFO anaconda:packaging: excluded package: 'ivtv-firmware' 21:46:59,431 INFO anaconda:packaging: excluded package: 'iwl100-firmware' 21:46:59,431 INFO anaconda:packaging: excluded package: 'iwl1000-firmware' 21:46:59,432 INFO anaconda:packaging: excluded package: 'iwl105-firmware' 21:46:59,433 INFO anaconda:packaging: excluded package: 'iwl135-firmware' 21:46:59,433 INFO anaconda:packaging: excluded package: 'iwl2000-firmware' 21:46:59,434 INFO anaconda:packaging: excluded package: 'iwl2030-firmware' 21:46:59,435 INFO anaconda:packaging: excluded package: 'iwl3160-firmware' 21:46:59,435 INFO anaconda:packaging: excluded package: 'iwl3945-firmware' 21:46:59,436 INFO anaconda:packaging: excluded package: 'iwl4965-firmware' 21:46:59,437 INFO anaconda:packaging: excluded package: 'iwl5000-firmware' 21:46:59,437 INFO anaconda:packaging: excluded package: 'iwl5150-firmware' 21:46:59,438 INFO anaconda:packaging: excluded package: 'iwl6000-firmware' 21:46:59,439 INFO anaconda:packaging: excluded package: 'iwl6000g2a-firmware' 21:46:59,439 INFO anaconda:packaging: excluded package: 'iwl6000g2b-firmware' 21:46:59,440 INFO anaconda:packaging: excluded package: 'iwl6050-firmware' 21:46:59,441 INFO anaconda:packaging: excluded package: 'iwl7260-firmware' 21:46:59,441 INFO anaconda:packaging: excluded package: 'langpacks-*' 21:46:59,442 INFO anaconda:packaging: excluded package: 'langpacks-en' 21:46:59,443 INFO anaconda:packaging: excluded package: 'libertas-sd8686-firmware' 21:46:59,443 INFO anaconda:packaging: excluded package: 'libertas-sd8787-firmware' 21:46:59,444 INFO anaconda:packaging: excluded package: 'libertas-usb8388-firmware' 21:46:59,445 INFO anaconda:packaging: excluded package: 'plymouth' 21:46:59,445 INFO anaconda:packaging: selected package: 'NetworkManager' 21:46:59,446 INFO anaconda:packaging: selected package: 'centos-release' 21:46:59,447 INFO anaconda:packaging: selected package: 'chrony' 21:46:59,447 INFO anaconda:packaging: selected package: 'cloud-init' 21:46:59,448 INFO anaconda:packaging: selected package: 'cloud-utils-growpart' 21:46:59,449 INFO anaconda:packaging: selected package: 'cockpit-system' 21:46:59,449 INFO anaconda:packaging: selected package: 'cockpit-ws' 21:46:59,450 INFO anaconda:packaging: selected package: 'dhcp-client' 21:46:59,451 INFO anaconda:packaging: selected package: 'dnf' 21:46:59,451 INFO anaconda:packaging: selected package: 'dnf-utils' 21:46:59,452 INFO anaconda:packaging: selected package: 'dracut-config-generic' 21:46:59,452 INFO anaconda:packaging: selected package: 'dracut-norescue' 21:46:59,453 INFO anaconda:packaging: selected package: 'firewalld' 21:46:59,454 INFO anaconda:packaging: selected package: 'grub2' 21:46:59,454 INFO anaconda:packaging: selected package: 'kernel' 21:46:59,455 INFO anaconda:packaging: selected package: 'nfs-utils' 21:46:59,456 INFO anaconda:packaging: selected package: 'python3-jsonschema' 21:46:59,456 INFO anaconda:packaging: selected package: 'qemu-guest-agent' 21:46:59,457 INFO anaconda:packaging: selected package: 'rng-tools' 21:46:59,458 INFO anaconda:packaging: selected package: 'rsync' 21:46:59,458 INFO anaconda:packaging: selected package: 'tar' 21:46:59,459 INFO anaconda:packaging: selected package: 'yum' 21:46:59,460 INFO anaconda:packaging: selected package: 'yum-utils' 21:46:59,460 INFO anaconda:packaging: selected package: 'kexec-tools' 21:46:59,462 INFO anaconda:packaging: kernel: selected kernel 21:46:59,463 DEBUG anaconda:packaging: selected package: dosfstools, requirement for ['storage'] 21:46:59,463 DEBUG anaconda:packaging: selected package: xfsprogs, requirement for ['storage'] 21:46:59,464 DEBUG anaconda:packaging: selected package: e2fsprogs, requirement for ['storage'] 21:46:59,465 DEBUG anaconda:packaging: selected package: authselect-compat, requirement for ['authselect'] 21:46:59,465 DEBUG anaconda:packaging: selected package: firewalld, requirement for ['firewall'] 21:46:59,466 DEBUG anaconda:packaging: selected package: chrony, requirement for ['ntp'] 21:46:59,467 DEBUG anaconda:packaging: selected package: grub2-efi-aa64, requirement for ['bootloader'] 21:46:59,467 DEBUG anaconda:packaging: selected package: shim-aa64, requirement for ['bootloader'] 21:46:59,468 DEBUG anaconda:packaging: selected package: efibootmgr, requirement for ['bootloader'] 21:46:59,469 DEBUG anaconda:packaging: selected package: grub2, requirement for ['bootloader'] 21:46:59,469 DEBUG anaconda:packaging: selected package: grub2-tools, requirement for ['bootloader'] 21:46:59,470 DEBUG anaconda:packaging: selected package: langpacks-en, requirement for ['langpacks'] IGNORED because excluded 21:46:59,471 DEBUG anaconda:anaconda: payload: apply with result True called on requirements [('package', 'dosfstools', PayloadRequirement(id=dosfstools, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'authselect-compat', PayloadRequirement(id=authselect-compat, reasons=[PayloadRequirementReason(reason='authselect', strong=True)])), ('package', 'firewalld', PayloadRequirement(id=firewalld, reasons=[PayloadRequirementReason(reason='firewall', strong=True)])), ('package', 'chrony', PayloadRequirement(id=chrony, reasons=[PayloadRequirementReason(reason='ntp', strong=False)])), ('package', 'grub2-efi-aa64', PayloadRequirement(id=grub2-efi-aa64, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'shim-aa64', PayloadRequirement(id=shim-aa64, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'efibootmgr', PayloadRequirement(id=efibootmgr, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'grub2', PayloadRequirement(id=grub2, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'grub2-tools', PayloadRequirement(id=grub2-tools, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'langpacks-en', PayloadRequirement(id=langpacks-en, reasons=[PayloadRequirementReason(reason='langpacks', strong=False)]))] 21:46:59,472 DEBUG anaconda:packaging: transaction include list 21:46:59,473 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', 'grub2', 'kernel', 'nfs-utils', 'python3-jsonschema', 'qemu-guest-agent', 'rng-tools', 'rsync', 'tar', 'yum', 'yum-utils', 'kexec-tools', 'kernel', 'authselect-compat', 'grub2', 'e2fsprogs', 'grub2-efi-aa64', 'grub2-tools', 'xfsprogs', 'firewalld', 'chrony', 'efibootmgr', 'shim-aa64', 'dosfstools'] 21:46:59,473 DEBUG anaconda:packaging: transaction exclude list 21:46:59,474 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'] 21:47:00,410 DEBUG anaconda:dnf: Adding packages from group 'core': {, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , } 21:47:00,412 WARNING anaconda:dnf: No match for group package "iwl5150-firmware" 21:47:00,416 WARNING anaconda:dnf: No match for group package "iwl6050-firmware" 21:47:00,419 WARNING anaconda:dnf: No match for group package "iwl7260-firmware" 21:47:00,430 WARNING anaconda:dnf: No match for group package "iprutils" 21:47:00,444 WARNING anaconda:dnf: No match for group package "iwl105-firmware" 21:47:00,445 WARNING anaconda:dnf: No match for group package "iwl6000-firmware" 21:47:00,453 WARNING anaconda:dnf: No match for group package "iwl2000-firmware" 21:47:00,455 WARNING anaconda:dnf: No match for group package "iwl100-firmware" 21:47:00,457 WARNING anaconda:dnf: No match for group package "iwl6000g2a-firmware" 21:47:00,460 WARNING anaconda:dnf: No match for group package "iwl3945-firmware" 21:47:00,461 WARNING anaconda:dnf: No match for group package "iwl1000-firmware" 21:47:00,465 WARNING anaconda:dnf: No match for group package "iwl3160-firmware" 21:47:00,468 WARNING anaconda:dnf: No match for group package "plymouth" 21:47:00,472 WARNING anaconda:dnf: No match for group package "iwl135-firmware" 21:47:00,474 WARNING anaconda:dnf: No match for group package "iwl2030-firmware" 21:47:00,475 WARNING anaconda:dnf: No match for group package "iwl4965-firmware" 21:47:00,478 WARNING anaconda:dnf: No match for group package "iwl5000-firmware" 21:47:01,060 INFO anaconda:packaging: checking dependencies: success 21:47:01,290 DEBUG anaconda:packaging: Size from DNF: 1.51 GiB 21:47:01,291 DEBUG anaconda:packaging: Bonus size 319.11 MiB by number of files 54462 21:47:01,292 DEBUG anaconda:packaging: Total size required 2 GiB 21:47:01,318 INFO anaconda:program: Running... df --output=target,avail 21:47:01,353 INFO anaconda:program: Mounted on Avail 21:47:01,354 INFO anaconda:program: /dev 2009536 21:47:01,355 INFO anaconda:program: /dev/shm 2041280 21:47:01,355 INFO anaconda:program: /run 1978432 21:47:01,356 INFO anaconda:program: /sys/fs/cgroup 2041280 21:47:01,356 INFO anaconda:program: / 981384 21:47:01,357 INFO anaconda:program: /tmp 2002560 21:47:01,358 INFO anaconda:program: /mnt/sysimage 8040468 21:47:01,358 INFO anaconda:program: /mnt/sysimage/boot/efi 613180 21:47:01,359 INFO anaconda:program: /mnt/sysimage/dev/shm 2041280 21:47:01,360 DEBUG anaconda:program: Return code: 0 21:47:01,365 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.91644287109375 GiB), '/dev/shm': Size (1.94671630859375 GiB), '/run': Size (1.88677978515625 GiB), '/sys/fs/cgroup': Size (1.94671630859375 GiB), '/': Size (958.3828125 MiB), '/tmp': Size (1.9097900390625 GiB), '/mnt/sysimage': Size (7.667987823486328125 GiB), '/mnt/sysimage/boot/efi': Size (598.80859375 MiB), '/mnt/sysimage/dev/shm': Size (1.94671630859375 GiB)} 21:47:01,366 INFO anaconda:packaging: Estimated size: download 471.53 MiB & install 2 GiB 21:47:01,367 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysimage': Size (7.667987823486328125 GiB)} 21:47:01,368 DEBUG anaconda:packaging: Install + download space required 2.46 GiB 21:47:01,369 INFO anaconda:packaging: 444 packages selected totalling 2.46 GiB 21:47:01,609 DEBUG anaconda:packaging: Size from DNF: 1.51 GiB 21:47:01,610 DEBUG anaconda:packaging: Bonus size 319.11 MiB by number of files 54462 21:47:01,611 DEBUG anaconda:packaging: Total size required 2 GiB 21:47:01,612 INFO anaconda:program: Running... df --output=target,avail 21:47:01,626 INFO anaconda:program: Mounted on Avail 21:47:01,626 INFO anaconda:program: /dev 2009536 21:47:01,627 INFO anaconda:program: /dev/shm 2041280 21:47:01,628 INFO anaconda:program: /run 1978432 21:47:01,628 INFO anaconda:program: /sys/fs/cgroup 2041280 21:47:01,629 INFO anaconda:program: / 981384 21:47:01,630 INFO anaconda:program: /tmp 2002560 21:47:01,630 INFO anaconda:program: /mnt/sysimage 8040468 21:47:01,631 INFO anaconda:program: /mnt/sysimage/boot/efi 613180 21:47:01,631 INFO anaconda:program: /mnt/sysimage/dev/shm 2041280 21:47:01,632 DEBUG anaconda:program: Return code: 0 21:47:01,636 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.91644287109375 GiB), '/dev/shm': Size (1.94671630859375 GiB), '/run': Size (1.88677978515625 GiB), '/sys/fs/cgroup': Size (1.94671630859375 GiB), '/': Size (958.3828125 MiB), '/tmp': Size (1.9097900390625 GiB), '/mnt/sysimage': Size (7.667987823486328125 GiB), '/mnt/sysimage/boot/efi': Size (598.80859375 MiB), '/mnt/sysimage/dev/shm': Size (1.94671630859375 GiB)} 21:47:01,637 INFO anaconda:packaging: Estimated size: download 471.53 MiB & install 2 GiB 21:47:01,638 INFO anaconda:packaging: Sufficient mountpoints found: {'/mnt/sysimage': Size (7.667987823486328125 GiB)} 21:47:01,639 INFO anaconda:packaging: Mountpoint /mnt/sysimage picked as download location 21:47:01,670 INFO anaconda:packaging: Downloading packages to /mnt/sysimage/dnf.package.cache. Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14260/14400 21:47:09,035 INFO anaconda:packaging: Downloading packages finished. 21:47:09,036 INFO anaconda:anaconda: progress: Preparing transaction from installation source 21:47:09,143 INFO anaconda:dnf: Running transaction check 21:47:10,320 INFO anaconda:dnf: Transaction check succeeded. 21:47:10,321 INFO anaconda:dnf: Running transaction test 21:47:16,203 INFO anaconda:dnf: Transaction test succeeded. 21:47:16,213 INFO anaconda:dnf: Running transaction 21:47:16,216 DEBUG anaconda:dnf: RPMDB altered outside of DNF. Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14250/14400 21:47:22,967 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 21:47:23,515 INFO anaconda:packaging: Installed: libgcc-8.3.1-5.el8.0.2.aarch64 1587149941 9bb31907f761b2fb5eb908374c13aee5ae0b31e3abfba1e0e729e7c2acaf3a74 21:47:23,570 INFO anaconda:packaging: Configuring (running scriptlet for): libgcc-8.3.1-5.el8.0.2.aarch64 1587149941 9bb31907f761b2fb5eb908374c13aee5ae0b31e3abfba1e0e729e7c2acaf3a74 21:47:23,581 INFO anaconda:packaging: Installed: tzdata-2020a-1.el8.noarch 1591131520 def1edf39a5c17f3524db0492518d2b4f9a040f5459710fe8bc8bc12904ea9b6 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14240/14400 21:47:26,606 INFO anaconda:packaging: Installed: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 21:47:26,866 INFO anaconda:packaging: Installed: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 21:47:30,668 INFO anaconda:packaging: Installed: python3-setuptools-wheel-39.2.0-5.el8.noarch 1573572823 fe32f87d975ed2bd5f1c854961caa05fec47f6a5f9bd2a28610be907aeb71f4e 21:47:30,703 INFO anaconda:packaging: Installed: python3-pip-wheel-9.0.3-16.el8.noarch 1587693792 a789f3d16f940aa34d57b2a19b1af8e975feb36c2ffef8470fbff2ee160f29bb 21:47:30,800 INFO anaconda:packaging: Installed: hwdata-0.314-8.4.el8.noarch 1587698197 d9d1b63657444369901988eeb8154e0e254b026bbafaf1aba36d78d712d4b6de 21:47:31,176 INFO anaconda:packaging: Installed: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 21:47:31,185 INFO anaconda:packaging: Installed: abattis-cantarell-fonts-0.0.25-4.el8.noarch 1557787818 923b2b30ab34bc765fb6d563cacd09d3fdeece9b03a719b8bdcd1b4fd729365c 21:47:31,242 INFO anaconda:packaging: Installed: centos-gpg-keys-8.2-2.2004.0.1.el8.noarch 1591146221 c35702cbefafb26e2919171d9eaed6bf5344a283d7fa462bdd88c26e721ef531 21:47:31,255 INFO anaconda:packaging: Installed: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 21:47:32,922 INFO anaconda:packaging: Installed: libX11-common-1.6.8-3.el8.noarch 1587697077 d002c253767fe455571cd55f871d7bd9f6fc0742c0a1673f19946f30b413bb4e 21:47:33,465 INFO anaconda:packaging: Installed: quota-nls-1:4.04-10.el8.noarch 1557588824 35f810182b9605123bb81da116e441c254c01726607477188f18e07bf0582ee1 21:47:33,500 INFO anaconda:packaging: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 21:47:33,517 INFO anaconda:packaging: Installed: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d 21:47:34,124 INFO anaconda:packaging: Installed: centos-repos-8.2-2.2004.0.1.el8.aarch64 1591146221 5f60ef9079d89b375f730d5d8ad5fe5778333bac18a0bb32464fc1cff3de2277 21:47:34,148 INFO anaconda:packaging: Installed: pcre2-10.32-1.el8.aarch64 1557535789 4bc79516dafe99ec1157d1733d6f5873f1add668f022051794d89f92de5616ee 21:47:34,218 INFO anaconda:packaging: Installed: centos-release-8.2-2.2004.0.1.el8.aarch64 1591146221 c8390ad65f2b39e8d84ac4db3024090b4661e4f2a03dd58f11e8aa3803d98eec 21:47:34,261 INFO anaconda:packaging: Installed: setup-2.12.2-5.el8.noarch 1586215879 73db3670ce0ce861a10d759e593d469c09d209dc703551935e2c0d6ede9215cf 21:47:34,335 INFO anaconda:packaging: Configuring (running scriptlet for): setup-2.12.2-5.el8.noarch 1586215879 73db3670ce0ce861a10d759e593d469c09d209dc703551935e2c0d6ede9215cf 21:47:34,368 INFO anaconda:packaging: Installed: filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 21:47:36,232 INFO anaconda:packaging: Installed: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 21:47:36,235 INFO anaconda:packaging: Installed: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 21:47:36,369 INFO anaconda:packaging: Installed: libselinux-2.9-3.el8.aarch64 1586839232 761b39bec7d8a603a617a241f56dac786206bac98b997bbf428376e9ebd6d86d 21:47:36,402 INFO anaconda:packaging: Installed: bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14230/14400 21:47:37,010 INFO anaconda:packaging: Configuring (running scriptlet for): bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 21:47:37,013 INFO anaconda:packaging: Installed: glibc-all-langpacks-2.28-101.el8.aarch64 1588354299 200b987c8647d9cc7e90c0ec562518b6e78ecbdabaf75c8856faad861c3e8842 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14220/14400 21:47:47,180 INFO anaconda:packaging: Installed: glibc-common-2.28-101.el8.aarch64 1588354299 c607c327fdd624416fd313a61d2b878b4b3436894f54a129772269e699cf6622 21:47:47,857 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-101.el8.aarch64 1588354299 85e90447a64a0c04ea9177966f38bd350f4a80ae416d8e63e479d46e7cc910ff 21:47:47,859 INFO anaconda:packaging: Installed: glibc-2.28-101.el8.aarch64 1588354299 85e90447a64a0c04ea9177966f38bd350f4a80ae416d8e63e479d46e7cc910ff 21:47:50,424 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-101.el8.aarch64 1588354299 85e90447a64a0c04ea9177966f38bd350f4a80ae416d8e63e479d46e7cc910ff 21:47:50,465 INFO anaconda:packaging: Installed: libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 21:47:50,533 INFO anaconda:packaging: Configuring (running scriptlet for): libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 21:47:50,568 INFO anaconda:packaging: Installed: zlib-1.2.11-13.el8.aarch64 1586215745 a168473cfd27d3c3378c2b8bbe4bc2c72905dd07726a6664c8e37f20df450b01 21:47:50,604 INFO anaconda:packaging: Installed: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 21:47:50,631 INFO anaconda:packaging: Installed: popt-1.16-14.el8.aarch64 1557535927 f58ce80c4f54569359e6f051b84d11cdce1bbe0f79ad51228ca89ecc614f937d 21:47:50,735 INFO anaconda:packaging: Installed: libcom_err-1.45.4-3.el8.aarch64 1587695450 16182b45246cd3137a5842206f9dcf790f8db45603499322c02603089b7c9f20 21:47:50,758 INFO anaconda:packaging: Configuring (running scriptlet for): libcom_err-1.45.4-3.el8.aarch64 1587695450 16182b45246cd3137a5842206f9dcf790f8db45603499322c02603089b7c9f20 21:47:50,778 INFO anaconda:packaging: Installed: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 21:47:50,824 INFO anaconda:packaging: Installed: libxml2-2.9.7-7.el8.aarch64 1586215769 62a4d1c18b48aeb9c83d0d2e64af7cd3b50b84fb76c46bdbda35f6ff788a73e5 21:47:50,984 INFO anaconda:packaging: Installed: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 21:47:51,003 INFO anaconda:packaging: Installed: libcap-2.26-3.el8.aarch64 1586215062 b1e0bff93ffc3e984e665b236712eec0f2a45e62bb63470eb5465b9c1619ddb5 21:47:51,063 INFO anaconda:packaging: Installed: libuuid-2.32.1-22.el8.aarch64 1587732129 ab4fa82c638ca0a31ffcb693e88d6db05f2b8efc38d3275de7a4bfa46c349097 21:47:51,087 INFO anaconda:packaging: Configuring (running scriptlet for): libuuid-2.32.1-22.el8.aarch64 1587732129 ab4fa82c638ca0a31ffcb693e88d6db05f2b8efc38d3275de7a4bfa46c349097 21:47:51,108 INFO anaconda:packaging: Installed: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 21:47:51,171 INFO anaconda:packaging: Installed: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 21:47:51,303 INFO anaconda:packaging: Installed: libstdc++-8.3.1-5.el8.0.2.aarch64 1587149941 3eda94720ea5bf2c6f1e55dee0b817b1ca117d3e5c87c415ad30c430ae18a767 21:47:51,451 INFO anaconda:packaging: Configuring (running scriptlet for): libstdc++-8.3.1-5.el8.0.2.aarch64 1587149941 3eda94720ea5bf2c6f1e55dee0b817b1ca117d3e5c87c415ad30c430ae18a767 21:47:51,472 INFO anaconda:packaging: Installed: elfutils-libelf-0.178-7.el8.aarch64 1587747151 4c5372ed4b1d944c5d572afbbee6cef8c3c7084635ddef4dc5880c16c7dba659 21:47:51,548 INFO anaconda:packaging: Installed: sqlite-libs-3.26.0-6.el8.aarch64 1587694858 d8df344cd05e1622c404e7151caf64ba310227ddbe079aef838c0fe4743e30bf 21:47:51,652 INFO anaconda:packaging: Installed: expat-2.2.5-3.el8.aarch64 1557534216 6b081b6a5b780eefe8fc5f8f6c4291b7558ddd6107de8a8bd9610799be9662e4 21:47:51,696 INFO anaconda:packaging: Installed: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 21:47:51,753 INFO anaconda:packaging: Configuring (running scriptlet for): readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 21:47:51,788 INFO anaconda:packaging: Installed: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 21:47:51,806 INFO anaconda:packaging: Installed: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 21:47:51,848 INFO anaconda:packaging: Installed: chkconfig-1.11-1.el8.aarch64 1557533941 172da3cd3ea13036c2a6cbe953b5d5b2b41c9a3aa7a2d6fdb5efd4c1d51174f3 21:47:52,102 INFO anaconda:packaging: Installed: libffi-3.1-21.el8.aarch64 1573233544 bc2fc704cf93c3d23b5dd08190504888c5c5de9e36ad5503bca83918c9a0f0eb 21:47:52,124 INFO anaconda:packaging: Installed: p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 21:47:52,242 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 21:47:52,264 INFO anaconda:packaging: Installed: libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 21:47:52,374 INFO anaconda:packaging: Configuring (running scriptlet for): libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 21:47:52,392 INFO anaconda:packaging: Installed: libtalloc-2.2.0-7.el8.aarch64 1586220860 999bd55a3f03309c7b323ff639ccdd1173f9a431539b19dfad82982370a3a6e1 21:47:52,418 INFO anaconda:packaging: Installed: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 21:47:52,515 INFO anaconda:packaging: Configuring (running scriptlet for): gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 21:47:52,534 INFO anaconda:packaging: Installed: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 21:47:52,554 INFO anaconda:packaging: Installed: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 21:47:52,578 INFO anaconda:packaging: Configuring (running scriptlet for): libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 21:47:52,596 INFO anaconda:packaging: Installed: libzstd-1.4.2-2.el8.aarch64 1579636773 c5db97dc6a99dd32e1bc02eaae7d3cf497aa28a7cdd48eea93ae15cb848732a8 21:47:52,655 INFO anaconda:packaging: Installed: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 21:47:52,685 INFO anaconda:packaging: Installed: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 21:47:52,806 INFO anaconda:packaging: Installed: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 21:47:52,908 INFO anaconda:packaging: Installed: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 21:47:52,921 INFO anaconda:packaging: Installed: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 21:47:52,934 INFO anaconda:packaging: Installed: sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 21:47:53,109 INFO anaconda:packaging: Configuring (running scriptlet for): sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 21:47:53,137 INFO anaconda:packaging: Installed: libsemanage-2.9-2.el8.aarch64 1586839148 e0218803aefbded09bab7afb048bc836258ed2674cb7e42bbd1ac4d2264a0174 21:47:53,187 INFO anaconda:packaging: Installed: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 21:47:53,232 INFO anaconda:packaging: Installed: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 21:47:53,457 INFO anaconda:packaging: Configuring (running scriptlet for): findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 21:47:53,478 INFO anaconda:packaging: Installed: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 21:47:53,512 INFO anaconda:packaging: Installed: freetype-2.9.1-4.el8.aarch64 1557581503 b07f15c1664aebecde998ae5c704e86f7869171d79726f3748ed8e5c60d9b145 21:47:53,592 INFO anaconda:packaging: Installed: efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 21:47:53,625 INFO anaconda:packaging: Configuring (running scriptlet for): efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 21:47:53,647 INFO anaconda:packaging: Installed: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 21:47:53,669 INFO anaconda:packaging: Installed: json-c-0.13.1-0.2.el8.aarch64 1557583395 e5f07ebcc0dabd9cc5a460c3fd5db8bbb96276a48132ea52ce2b1ddb7ead6320 21:47:53,690 INFO anaconda:packaging: Installed: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 21:47:53,710 INFO anaconda:packaging: Installed: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 21:47:53,732 INFO anaconda:packaging: Installed: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 21:47:53,839 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 21:47:53,860 INFO anaconda:packaging: Installed: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 21:47:53,882 INFO anaconda:packaging: Installed: libsmartcols-2.32.1-22.el8.aarch64 1587732129 34210c44da983ae0ce72d931dbf22dda005c3d29d23dfaf37946c0599f4cbe83 21:47:53,920 INFO anaconda:packaging: Configuring (running scriptlet for): libsmartcols-2.32.1-22.el8.aarch64 1587732129 34210c44da983ae0ce72d931dbf22dda005c3d29d23dfaf37946c0599f4cbe83 21:47:53,938 INFO anaconda:packaging: Installed: lz4-libs-1.8.1.2-4.el8.aarch64 1557535455 b646ce7481e0c17b0b5ae21d606e96496a56bf782e94247968061e746d97b4ce 21:47:53,961 INFO anaconda:packaging: Installed: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 21:47:54,020 INFO anaconda:packaging: Installed: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 21:47:54,208 INFO anaconda:packaging: Configuring (running scriptlet for): grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 21:47:54,229 INFO anaconda:packaging: Installed: grub2-common-1:2.02-87.el8_2.noarch 1596057073 886fe30d2f7ab40f96a8b28a96b86079feab5f45f8fac818d02c17af03b5af05 21:47:54,570 INFO anaconda:packaging: Installed: libtevent-0.10.0-2.el8.aarch64 1586909933 abb0e7063ef6b2b85b0ebcaae460a57260681ee34764739f88365b2a93cde256 21:47:54,588 INFO anaconda:packaging: Installed: libtdb-1.4.2-2.el8.aarch64 1586221027 a5523684a410fb5de59ceaf7c2cf05d3b31d987a2bc6c1dadea216807ac14dc1 21:47:54,611 INFO anaconda:packaging: Configuring (running scriptlet for): libtdb-1.4.2-2.el8.aarch64 1586221027 a5523684a410fb5de59ceaf7c2cf05d3b31d987a2bc6c1dadea216807ac14dc1 21:47:54,641 INFO anaconda:packaging: Installed: file-libs-5.33-13.el8.aarch64 1586217939 9897d30307f398109e580f0440d7ec0bf484d4c7f248a1018a0b0f848be4ed00 21:47:54,859 INFO anaconda:packaging: Installed: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 21:47:54,886 INFO anaconda:packaging: Installed: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 21:47:54,912 INFO anaconda:packaging: Installed: which-2.21-12.el8.aarch64 1586218225 1b18f97ab111e6de0b29e610094a16440c2b6e24a8c47460c4353efc02656bbb 21:47:54,948 INFO anaconda:packaging: Installed: file-5.33-13.el8.aarch64 1586217939 9d62c5bb74a7ccd10b277295e700b8f3a1b6bb024d333650b4a0fab7635b360d 21:47:54,976 INFO anaconda:packaging: Installed: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 21:47:55,324 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 21:47:55,342 INFO anaconda:packaging: Installed: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 21:47:55,372 INFO anaconda:packaging: Configuring (running scriptlet for): libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 21:47:55,391 INFO anaconda:packaging: Installed: nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 21:47:55,479 INFO anaconda:packaging: Configuring (running scriptlet for): nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 21:47:55,513 INFO anaconda:packaging: Installed: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 21:47:55,573 INFO anaconda:packaging: Installed: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 21:47:55,757 INFO anaconda:packaging: Configuring (running scriptlet for): diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 21:47:55,779 INFO anaconda:packaging: Installed: libgomp-8.3.1-5.el8.0.2.aarch64 1587149941 dbe5fd8af1be211256da3bf4f9657fb07ac4f5b8c1639d3c09e81a02c8153715 21:47:55,819 INFO anaconda:packaging: Configuring (running scriptlet for): libgomp-8.3.1-5.el8.0.2.aarch64 1587149941 dbe5fd8af1be211256da3bf4f9657fb07ac4f5b8c1639d3c09e81a02c8153715 21:47:55,853 INFO anaconda:packaging: Installed: e2fsprogs-libs-1.45.4-3.el8.aarch64 1587695450 f1d73a278128e8353f82fe032f5901fc25950c21862c353256a8ab2dd6059ab1 21:47:55,912 INFO anaconda:packaging: Configuring (running scriptlet for): e2fsprogs-libs-1.45.4-3.el8.aarch64 1587695450 f1d73a278128e8353f82fe032f5901fc25950c21862c353256a8ab2dd6059ab1 21:47:55,932 INFO anaconda:packaging: Installed: ethtool-2:5.0-2.el8.aarch64 1573231455 6f22032249e36b6cf05bb4346b2864e3e2c94aea0d872ed2eede0e8f0ebb908c 21:47:55,987 INFO anaconda:packaging: Installed: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 21:47:56,007 INFO anaconda:packaging: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 21:47:56,045 INFO anaconda:packaging: Installed: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 21:47:56,068 INFO anaconda:packaging: Configuring (running scriptlet for): libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 21:47:56,089 INFO anaconda:packaging: Installed: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 21:47:56,111 INFO anaconda:packaging: Installed: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 21:47:56,137 INFO anaconda:packaging: Installed: libpcap-14:1.9.0-3.el8.aarch64 1576255398 1c945626c4f926e0bb991c26aef4da87aa9a34d9bb4e958ec6090457d4813156 21:47:56,194 INFO anaconda:packaging: Installed: iptables-libs-1.8.4-10.el8_2.1.aarch64 1595353737 5bcaa67966390cdccc6aa1600e7ddff7f610917b8b3eff42c2f641b1bfdb5d19 21:47:56,238 INFO anaconda:packaging: Installed: libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 21:47:56,281 INFO anaconda:packaging: Configuring (running scriptlet for): libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 21:47:56,303 INFO anaconda:packaging: Installed: libsss_idmap-2.2.3-20.el8.aarch64 1587698283 9cfc239e24aba04ca0b23a4deb1013059d1fcc6b2c37953219763bdb4d481b4c 21:47:56,329 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_idmap-2.2.3-20.el8.aarch64 1587698283 9cfc239e24aba04ca0b23a4deb1013059d1fcc6b2c37953219763bdb4d481b4c 21:47:56,348 INFO anaconda:packaging: Installed: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 21:47:56,391 INFO anaconda:packaging: Configuring (running scriptlet for): libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 21:47:56,410 INFO anaconda:packaging: Installed: p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 21:47:56,454 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 21:47:56,472 INFO anaconda:packaging: Installed: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 21:47:56,497 INFO anaconda:packaging: Installed: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 21:47:56,528 INFO anaconda:packaging: Installed: numactl-libs-2.0.12-9.el8.aarch64 1586221589 4a66eae8743226c88c9aafbcf0c83a34a0ac3643a5fe84e392dffbfb81cd61cd 21:47:56,544 INFO anaconda:packaging: Configuring (running scriptlet for): numactl-libs-2.0.12-9.el8.aarch64 1586221589 4a66eae8743226c88c9aafbcf0c83a34a0ac3643a5fe84e392dffbfb81cd61cd Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14210/14400 21:47:56,564 INFO anaconda:packaging: Installed: psmisc-23.1-4.el8.aarch64 1586215276 bf8e27d481a727a7d1571a1988f07d056696a08c3eebc0a5c763950c556be21e 21:47:56,707 INFO anaconda:packaging: Installed: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 21:47:56,795 INFO anaconda:packaging: Installed: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 21:47:57,017 INFO anaconda:packaging: Installed: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 21:47:57,055 INFO anaconda:packaging: Installed: efi-filesystem-3-2.el8.noarch 1557581188 e5961ed94f6609f99d30aed65883764750b738ac448f7e1eca6e046743a7a5ef 21:47:57,061 INFO anaconda:packaging: Installed: squashfs-tools-4.3-19.el8.aarch64 1573241516 75922657d45adf2cd13f22c8e371fd57ed38edfa21bc68f49c6708acf583b0ce 21:47:57,142 INFO anaconda:packaging: Installed: nftables-1:0.9.3-12.el8.aarch64 1587736394 a5395dfe9ad059331e98ef681ac1de6ae3a9cd5366a4f1e7e24afa788a62f0c1 21:47:57,233 INFO anaconda:packaging: Configuring (running scriptlet for): nftables-1:0.9.3-12.el8.aarch64 1587736394 a5395dfe9ad059331e98ef681ac1de6ae3a9cd5366a4f1e7e24afa788a62f0c1 21:47:57,252 INFO anaconda:packaging: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 21:47:57,280 INFO anaconda:packaging: Configuring (running scriptlet for): libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 21:47:57,303 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-10.el8_2.1.aarch64 1595353737 086a81e5baeadef520b3ec9f0345a3cc75a8f390598452098fdeeee303be366a 21:47:57,318 INFO anaconda:packaging: Installed: iptables-1.8.4-10.el8_2.1.aarch64 1595353737 086a81e5baeadef520b3ec9f0345a3cc75a8f390598452098fdeeee303be366a 21:47:58,094 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.4-10.el8_2.1.aarch64 1595353737 086a81e5baeadef520b3ec9f0345a3cc75a8f390598452098fdeeee303be366a 21:47:58,117 INFO anaconda:packaging: Installed: iptables-ebtables-1.8.4-10.el8_2.1.aarch64 1595353737 4dd31beb51daa767202fc8cd451565e1165af821c465489b560d49cbe2682529 21:47:58,135 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-ebtables-1.8.4-10.el8_2.1.aarch64 1595353737 4dd31beb51daa767202fc8cd451565e1165af821c465489b560d49cbe2682529 21:47:58,151 INFO anaconda:packaging: Installed: libteam-1.29-1.el8.aarch64 1586216536 f742ff080cf55ee075259eb744336467d606880184a5622b27d0c60e3269e527 21:47:58,183 INFO anaconda:packaging: Configuring (running scriptlet for): libteam-1.29-1.el8.aarch64 1586216536 f742ff080cf55ee075259eb744336467d606880184a5622b27d0c60e3269e527 21:47:58,204 INFO anaconda:packaging: Installed: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 21:47:58,297 INFO anaconda:packaging: Installed: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 21:47:58,412 INFO anaconda:packaging: Installed: efivar-36-1.el8.aarch64 1557585149 9702573194d4d11974707180e6f1e5e0e8ed7f2361088afc71af0450536492f9 21:47:58,435 INFO anaconda:packaging: Installed: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 21:47:59,151 INFO anaconda:packaging: Installed: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 21:47:59,416 INFO anaconda:packaging: Installed: vim-minimal-2:8.0.1763-13.el8.aarch64 1573499615 064c38a01fb786acf8ff0f8657d74077d2d6091908c20a4c41156d161893e6a4 21:47:59,540 INFO anaconda:packaging: Installed: libpsl-0.20.2-5.el8.aarch64 1557535090 8743b29596353e56b8f8c5c946f89a1d2edf698f17a7c4166c57366e01be68d4 21:47:59,560 INFO anaconda:packaging: Installed: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 21:47:59,594 INFO anaconda:packaging: Configuring (running scriptlet for): ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 21:47:59,616 INFO anaconda:packaging: Installed: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 21:47:59,639 INFO anaconda:packaging: Installed: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 21:47:59,687 INFO anaconda:packaging: Installed: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 21:47:59,760 INFO anaconda:packaging: Configuring (running scriptlet for): mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 21:47:59,782 INFO anaconda:packaging: Installed: libcomps-0.1.11-4.el8.aarch64 1587693107 e320e3b0499ba7304b5f9f86fbb3c54ef49e316a681a0b7768e8a6df12b26c45 21:47:59,812 INFO anaconda:packaging: Installed: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 21:47:59,832 INFO anaconda:packaging: Installed: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 21:47:59,857 INFO anaconda:packaging: Configuring (running scriptlet for): libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 21:47:59,879 INFO anaconda:packaging: Installed: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 21:47:59,915 INFO anaconda:packaging: Configuring (running scriptlet for): libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 21:47:59,934 INFO anaconda:packaging: Installed: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 21:48:01,158 INFO anaconda:packaging: Installed: snappy-1.1.7-5.el8.aarch64 1557589532 62df1e376189aab65976262deb5f4fb1ede20d16ce55082918c716f35572667d 21:48:01,184 INFO anaconda:packaging: Installed: coreutils-common-8.30-7.el8_2.1.aarch64 1591804509 e5e04326d2277178ee7fa7cd6c54452f827cb1f96cd0040e5c4f9c710a4b9399 21:48:02,053 INFO anaconda:packaging: Configuring (running scriptlet for): coreutils-common-8.30-7.el8_2.1.aarch64 1591804509 e5e04326d2277178ee7fa7cd6c54452f827cb1f96cd0040e5c4f9c710a4b9399 21:48:02,088 INFO anaconda:packaging: Installed: libss-1.45.4-3.el8.aarch64 1587695450 468796a612f016c85544286a93b39cfc8d2f340de625fbcc6c27012ff2494ce3 21:48:02,111 INFO anaconda:packaging: Configuring (running scriptlet for): libss-1.45.4-3.el8.aarch64 1587695450 468796a612f016c85544286a93b39cfc8d2f340de625fbcc6c27012ff2494ce3 21:48:02,134 INFO anaconda:packaging: Installed: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 21:48:02,165 INFO anaconda:packaging: Installed: libselinux-utils-2.9-3.el8.aarch64 1586839232 3bc77b12143ed0bd96fd44f733515bcef1bc334200047eb544df52b7ffc3e2c0 21:48:02,458 INFO anaconda:packaging: Installed: brotli-1.0.6-1.el8.aarch64 1557534256 53d4648b9fcbc0b226fa9eb09963c0e0468438a9ed3e67cceced09650ddd347b 21:48:02,554 INFO anaconda:packaging: Installed: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 21:48:02,594 INFO anaconda:packaging: Configuring (running scriptlet for): c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 21:48:02,616 INFO anaconda:packaging: Installed: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 21:48:02,726 INFO anaconda:packaging: Installed: cpio-2.12-8.el8.aarch64 1557534098 9a200f1cabd5869c7cd6483dc6e143e394bbd83fc6d653d279bc3ec25e1e35cc 21:48:02,873 INFO anaconda:packaging: Installed: dmidecode-1:3.2-5.el8.aarch64 1586215576 361c4d180f7fb945c258c0cc40e8cc9309677ad68747b674a27d25fb85f267a6 21:48:02,904 INFO anaconda:packaging: Installed: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 21:48:02,944 INFO anaconda:packaging: Configuring (running scriptlet for): fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 21:48:02,966 INFO anaconda:packaging: Installed: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 21:48:02,985 INFO anaconda:packaging: Installed: hdparm-9.54-2.el8.aarch64 1557582484 7fccc75d00a8f0223b01776dd79a22822291e4b8bb41e38ec483a556b2b7884d 21:48:03,055 INFO anaconda:packaging: Installed: kernel-tools-libs-4.18.0-193.14.2.el8_2.aarch64 1596053070 58cf814d715ea5ec0f12ba41803de0f19300bdb2a413fc00fcbd2eb4ef3e1429 21:48:03,073 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-tools-libs-4.18.0-193.14.2.el8_2.aarch64 1596053070 58cf814d715ea5ec0f12ba41803de0f19300bdb2a413fc00fcbd2eb4ef3e1429 21:48:03,103 INFO anaconda:packaging: Installed: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 21:48:03,172 INFO anaconda:packaging: Installed: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 21:48:03,192 INFO anaconda:packaging: Installed: libndp-1.7-3.el8.aarch64 1586216141 8a234875b8e2ff7ad0b88bc4493cf6281ce01870b957826ce70d031e1c9405fa 21:48:03,224 INFO anaconda:packaging: Configuring (running scriptlet for): libndp-1.7-3.el8.aarch64 1586216141 8a234875b8e2ff7ad0b88bc4493cf6281ce01870b957826ce70d031e1c9405fa 21:48:03,245 INFO anaconda:packaging: Installed: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 21:48:03,272 INFO anaconda:packaging: Installed: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 21:48:03,304 INFO anaconda:packaging: Configuring (running scriptlet for): libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 21:48:03,325 INFO anaconda:packaging: Installed: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 21:48:03,353 INFO anaconda:packaging: Installed: gawk-4.2.1-1.el8.aarch64 1557534134 481c7df1492512f2a1d0afb42f041e4ac500cdf7d1f6e2f20c81222c7fc54e35 21:48:03,741 INFO anaconda:packaging: Installed: libsss_autofs-2.2.3-20.el8.aarch64 1587698283 09eff051d435251035b8195647c8b0d67ca6abfd44bce760ba50f25f32917009 21:48:03,764 INFO anaconda:packaging: Installed: libsss_nss_idmap-2.2.3-20.el8.aarch64 1587698283 e1b2f0b88480c9e2d62a1c3631d0ec0396cb896ff0e988318b529b707e89bf1a 21:48:03,791 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_nss_idmap-2.2.3-20.el8.aarch64 1587698283 e1b2f0b88480c9e2d62a1c3631d0ec0396cb896ff0e988318b529b707e89bf1a 21:48:03,813 INFO anaconda:packaging: Installed: libsss_sudo-2.2.3-20.el8.aarch64 1587698283 98a1e5343b21a96271b23a07e9a07e802beca735d7c9e1e7ce5e08eb3985f2fd 21:48:03,833 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_sudo-2.2.3-20.el8.aarch64 1587698283 98a1e5343b21a96271b23a07e9a07e802beca735d7c9e1e7ce5e08eb3985f2fd 21:48:03,854 INFO anaconda:packaging: Installed: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 21:48:03,894 INFO anaconda:packaging: Configuring (running scriptlet for): libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 21:48:03,914 INFO anaconda:packaging: Installed: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 21:48:03,958 INFO anaconda:packaging: Configuring (running scriptlet for): libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 21:48:03,978 INFO anaconda:packaging: Installed: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 21:48:04,107 INFO anaconda:packaging: Installed: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 21:48:04,125 INFO anaconda:packaging: Installed: pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 21:48:04,146 INFO anaconda:packaging: Configuring (running scriptlet for): pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 21:48:04,170 INFO anaconda:packaging: Installed: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 21:48:04,205 INFO anaconda:packaging: Configuring (running scriptlet for): sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 21:48:04,467 INFO anaconda:packaging: Installed: libXau-1.0.8-13.el8.aarch64 1557799563 44f86b410396099845f2aeef4bf43a5dd5059a3f1edd372aad19e3ae44ac9adc 21:48:04,493 INFO anaconda:packaging: Installed: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 21:48:04,697 INFO anaconda:packaging: Installed: libX11-1.6.8-3.el8.aarch64 1587697077 8880803bcb87b22baf06f991e2f466d01833da89f041b74364bf327de5cdd3ee 21:48:04,805 INFO anaconda:packaging: Installed: libXext-1.3.3-9.el8.aarch64 1557799663 2af81148071438a7dac001103d220d42ed0944eab430ac1f6255a382ce251028 21:48:04,827 INFO anaconda:packaging: Installed: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 21:48:04,863 INFO anaconda:packaging: Installed: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 21:48:04,892 INFO anaconda:packaging: Configuring (running scriptlet for): libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 21:48:04,918 INFO anaconda:packaging: Installed: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 21:48:04,949 INFO anaconda:packaging: Configuring (running scriptlet for): libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 21:48:04,977 INFO anaconda:packaging: Installed: libmaxminddb-1.2.0-7.el8.aarch64 1587693010 f10f6ddc1ceca02329b7dbdfe59b08c8738b65a3323cd280dba6fed528330d1a 21:48:04,998 INFO anaconda:packaging: Configuring (running scriptlet for): libmaxminddb-1.2.0-7.el8.aarch64 1587693010 f10f6ddc1ceca02329b7dbdfe59b08c8738b65a3323cd280dba6fed528330d1a 21:48:05,019 INFO anaconda:packaging: Installed: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 21:48:05,043 INFO anaconda:packaging: Installed: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 21:48:05,084 INFO anaconda:packaging: Installed: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 1578693227 0ff5707e1fd27ff7932698b7ae711e02f5f50471f656ed8850280f26f3717d9f Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14200/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14190/14400 21:48:26,459 INFO anaconda:packaging: Installed: libssh-config-0.9.0-4.el8.noarch 1573234383 de84d1439aba91eb9a6de521a0beb3bc6cbf7686f56a622aa289c398b2b0a28f Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14180/14400 21:48:26,467 INFO anaconda:packaging: Installed: libreport-filesystem-2.9.5-10.el8.aarch64 1588805390 7f970aefb46a2c43057f46aaf66d1e4db637ea00d142bb7a9c03ad09ae4004b3 21:48:26,480 INFO anaconda:packaging: Installed: dnf-data-4.2.17-7.el8_2.noarch 1595357229 29cd4ba0de0e33ad0791c84a7ef10269aadd9d5fc6acd0fc981c9a8b7214f50a 21:48:26,519 INFO anaconda:packaging: Installed: kbd-misc-2.0.4-8.el8.noarch 1557583683 e5f83b3943b3fa81681a8cfabbf818afff97818b24c891e40027f8ff11048b6a 21:48:28,812 INFO anaconda:packaging: Installed: kbd-legacy-2.0.4-8.el8.noarch 1557583683 331cfded11fa060603aa6fe768ac78e0233481dad2ae2b082462d3902f1ae7c9 21:48:29,566 INFO anaconda:packaging: Installed: firewalld-filesystem-0.8.0-4.el8.noarch 1587697361 9e749e7e75dd8fdbbe45db6debc19553dad962b447ab86fd10ddd96517ad65d3 21:48:29,578 INFO anaconda:packaging: Installed: dhcp-common-12:4.3.6-40.el8.noarch 1587737937 9ab0e4ecf16648b4271db6486c5a3d8f7ece0e552317b5bac2bc008876acffcb 21:48:29,619 INFO anaconda:packaging: Installed: dbus-common-1:1.12.8-10.el8_2.noarch 1595342928 488c91557b55bcd1ef629d1a7ed7a6eaba939a05a319e07166f310d79fe39184 21:48:29,640 INFO anaconda:packaging: Installed: cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 21:48:29,737 INFO anaconda:packaging: Configuring (running scriptlet for): cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 21:48:29,758 INFO anaconda:packaging: Installed: libssh-0.9.0-4.el8.aarch64 1573234383 c5f58b46af969ce79376f444552cf83880564cd3e53128794dde62ce4effffdf 21:48:29,832 INFO anaconda:packaging: Installed: openldap-2.4.46-11.el8_1.aarch64 1580832130 11948242c0ac0a45fdffe142d15f658b0a2ebffafb12fb200175423733eaa765 21:48:29,947 INFO anaconda:packaging: Installed: libkcapi-1.1.1-16_1.el8.aarch64 1557585303 1320860e686f2c065412f51b96538ec373ac521a90d83450cecb12ac7d1c8166 21:48:29,983 INFO anaconda:packaging: Installed: libkcapi-hmaccalc-1.1.1-16_1.el8.aarch64 1557585303 afe4286cd6ffb6412f6790c0c8c6c14f9b1b207642f81926c178f9dea4f457ff 21:48:30,012 INFO anaconda:packaging: Installed: libarchive-3.3.2-8.el8_1.aarch64 1580393622 bcaf73c3ca5ef466bdb61cc5f8db55fb082a6fdcab98bcaa6f44c91ddddec2d1 21:48:30,115 INFO anaconda:packaging: Installed: libdb-utils-5.3.28-37.el8.aarch64 1573233918 9c174435e558ebc58198efd824803a01275831c69e8969fc567a34b6f9d07f6d 21:48:30,253 INFO anaconda:packaging: Installed: curl-7.61.1-12.el8.aarch64 1585257654 3634ee6e1315be7e38344925938bd37dfc5222ae009fabb1d23964b913963041 21:48:30,341 INFO anaconda:packaging: Installed: libcurl-7.61.1-12.el8.aarch64 1585257654 67392e5e28761144e206e22c79ff533d1b672e849805b68da3449b240c8b8082 21:48:30,396 INFO anaconda:packaging: Installed: elfutils-debuginfod-client-0.178-7.el8.aarch64 1587747151 20c3aa4dea7a422a3b104658cce64bc985bec92094f7afd394fa7fb8e4b9b396 21:48:30,417 INFO anaconda:packaging: Installed: openssl-1:1.1.1c-15.el8.aarch64 1587697939 cf10392c322c02c017b9f127102d45c91825af4c4edf21d2ae727fa1d8fc84c2 21:48:30,770 INFO anaconda:packaging: Installed: elfutils-default-yama-scope-0.178-7.el8.noarch 1587747151 25157a7103a91e2c40ff8b4bf43dfd4cf2faf37c98698dc2ff032c240babe4e2 21:48:30,775 INFO anaconda:packaging: Configuring (running scriptlet for): elfutils-default-yama-scope-0.178-7.el8.noarch 1587747151 25157a7103a91e2c40ff8b4bf43dfd4cf2faf37c98698dc2ff032c240babe4e2 21:48:30,793 INFO anaconda:packaging: Installed: elfutils-libs-0.178-7.el8.aarch64 1587747151 b3b68bbbbec6eaecad845f6bffa58784b201ef94b723737d67103ff60e6185b8 21:48:30,861 INFO anaconda:packaging: Installed: gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 21:48:30,972 INFO anaconda:packaging: Configuring (running scriptlet for): gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 21:48:30,993 INFO anaconda:packaging: Installed: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 21:48:31,184 INFO anaconda:packaging: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 21:48:31,890 INFO anaconda:packaging: Installed: procps-ng-3.3.15-1.el8.aarch64 1557588510 9ce1e465eaea7a0024ca3679052997575b62e97e63eb5055c874240e922b3918 21:48:32,107 INFO anaconda:packaging: Installed: krb5-libs-1.17-18.el8.aarch64 1587735857 5a512c291feeb3fe3795821b3d0034a46017890e9826db6eda4f4c3c10fb708e 21:48:32,344 INFO anaconda:packaging: Installed: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 21:48:32,392 INFO anaconda:packaging: Configuring (running scriptlet for): libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 21:48:32,417 INFO anaconda:packaging: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 21:48:32,445 INFO anaconda:packaging: Configuring (running scriptlet for): libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 21:48:32,473 INFO anaconda:packaging: Installed: kpartx-0.8.3-3.el8.aarch64 1586222342 8a09fc6e76169095f782887a59896df04caea16a3030636b47899a669c2df8c3 21:48:32,511 INFO anaconda:packaging: Installed: device-mapper-8:1.02.169-3.el8.aarch64 1587747116 846b89c4ae4b4b34d207c5ddbd7d4ae66f6312cca7ebe08006f48323c91aa80f 21:48:32,588 INFO anaconda:packaging: Installed: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 21:48:32,628 INFO anaconda:packaging: Installed: platform-python-pip-9.0.3-16.el8.noarch 1587693792 e2624ca93ae44ba17164a7be05244c85464ee5ffa35a7306448161ef3264c526 21:48:35,146 INFO anaconda:packaging: Installed: platform-python-setuptools-39.2.0-5.el8.noarch 1573572823 d300ce0fa3a0c6a91d50c5f6a8f5988c014b07b431267b857fcd057b8bf10301 21:48:35,940 INFO anaconda:packaging: Installed: python3-libs-3.6.8-23.el8.aarch64 1587004917 5852272ea37a5ea21ce867664dd410cb8e062f8bf4adc5ff4b901e9fcf4305de Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14170/14400 21:48:43,558 INFO anaconda:packaging: Installed: rpm-4.14.2-37.el8.aarch64 1587697023 82031bf6997df8aa47d37fade9059bf15b6231d648f4736e0adf48a98b3b00b2 21:48:44,124 INFO anaconda:packaging: Installed: grub2-tools-minimal-1:2.02-87.el8_2.aarch64 1596057073 5a0ab31bb5da992db4af366f09da9499d575d3eef48432112c61ccd90068d136 21:48:44,210 INFO anaconda:packaging: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 21:48:44,307 INFO anaconda:packaging: Installed: libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 21:48:44,362 INFO anaconda:packaging: Configuring (running scriptlet for): libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 21:48:44,387 INFO anaconda:packaging: Installed: libfdisk-2.32.1-22.el8.aarch64 1587732129 1a5effb774547364f567f532c9399b9f2ed23f7f5046b5e0e8a61e039fcd2c7d 21:48:44,441 INFO anaconda:packaging: Configuring (running scriptlet for): libfdisk-2.32.1-22.el8.aarch64 1587732129 1a5effb774547364f567f532c9399b9f2ed23f7f5046b5e0e8a61e039fcd2c7d 21:48:44,466 INFO anaconda:packaging: Installed: libmount-2.32.1-22.el8.aarch64 1587732129 41b7e025c4d24fe389949fb13364c0704faff21c5ff3c913af5ec8da565455e3 21:48:44,516 INFO anaconda:packaging: Configuring (running scriptlet for): libmount-2.32.1-22.el8.aarch64 1587732129 41b7e025c4d24fe389949fb13364c0704faff21c5ff3c913af5ec8da565455e3 21:48:44,541 INFO anaconda:packaging: Installed: dbus-libs-1:1.12.8-10.el8_2.aarch64 1595342928 5a83122cbfac17bbd1faf868454c23ac6b929e0136babfb5885571b6d6b8900e 21:48:44,585 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-libs-1:1.12.8-10.el8_2.aarch64 1595342928 5a83122cbfac17bbd1faf868454c23ac6b929e0136babfb5885571b6d6b8900e 21:48:44,609 INFO anaconda:packaging: Installed: dbus-tools-1:1.12.8-10.el8_2.aarch64 1595342928 e5d76cb86a030c10df349bd11b892190af441004424d02af028966d10e3d1fce 21:48:44,658 INFO anaconda:packaging: Installed: coreutils-8.30-7.el8_2.1.aarch64 1591804509 be1c5b6282a894c7e0bc6783c1c66c9179b2e0be6125e9b7948970a5bb786f21 21:48:45,364 INFO anaconda:packaging: Installed: systemd-libs-239-31.el8_2.2.aarch64 1595343518 7807ee55897992f643d5a3fae8c1d5ed14678192b78bf99a04a41c7d295dd218 21:48:45,618 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-libs-239-31.el8_2.2.aarch64 1595343518 7807ee55897992f643d5a3fae8c1d5ed14678192b78bf99a04a41c7d295dd218 21:48:45,664 INFO anaconda:packaging: Installed: shadow-utils-2:4.6-8.el8.aarch64 1573241054 4ec8423570d1cb923acc9e03a87c02065eb26e2aa67048240223fc72cdb861c5 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14160/14400 21:48:46,830 INFO anaconda:packaging: Installed: libblkid-2.32.1-22.el8.aarch64 1587732129 d99066fcccb1f357e44c2abcb6445c52e7493589931cd0cfc3cf75a6e0208a88 21:48:46,866 INFO anaconda:packaging: Configuring (running scriptlet for): libblkid-2.32.1-22.el8.aarch64 1587732129 d99066fcccb1f357e44c2abcb6445c52e7493589931cd0cfc3cf75a6e0208a88 21:48:46,901 INFO anaconda:packaging: Installed: device-mapper-libs-8:1.02.169-3.el8.aarch64 1587747116 26718ce8a44d105c0838c2ff81c3dce9337c74a0bf8d778f92feb84341654c02 21:48:46,947 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 21:48:46,962 INFO anaconda:packaging: Installed: ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 21:48:47,081 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 21:48:48,470 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-10.el8_2.aarch64 1595342928 fb61b8661ba66e560cdb8c618c01263750ee47fde8313a699854852232dcc4be 21:48:48,678 INFO groupadd:group added to /etc/group: name=dbus, GID=81 21:48:48,684 INFO groupadd:group added to /etc/gshadow: name=dbus 21:48:48,688 INFO groupadd:new group: name=dbus, GID=81 21:48:48,707 INFO useradd:new user: name=dbus, UID=81, GID=81, home=/, shell=/sbin/nologin 21:48:48,733 INFO anaconda:packaging: Installed: dbus-daemon-1:1.12.8-10.el8_2.aarch64 1595342928 fb61b8661ba66e560cdb8c618c01263750ee47fde8313a699854852232dcc4be 21:48:48,841 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-10.el8_2.aarch64 1595342928 fb61b8661ba66e560cdb8c618c01263750ee47fde8313a699854852232dcc4be 21:48:48,860 INFO anaconda:packaging: Configuring (running scriptlet for): libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 21:48:48,886 INFO groupadd:group added to /etc/group: name=utmp, GID=22 21:48:48,891 INFO groupadd:group added to /etc/gshadow: name=utmp 21:48:48,894 INFO groupadd:new group: name=utmp, GID=22 21:48:48,910 INFO groupadd:group added to /etc/group: name=utempter, GID=35 21:48:48,915 INFO groupadd:group added to /etc/gshadow: name=utempter 21:48:48,918 INFO groupadd:new group: name=utempter, GID=35 21:48:48,926 INFO anaconda:packaging: Installed: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 21:48:48,953 INFO anaconda:packaging: Installed: kmod-25-16.el8.aarch64 1586221569 7bcba5de3c015d001ef55a6b9e29f95b5b5ef680f3a0ad9c9938ed771cbb9fd1 21:48:49,032 INFO anaconda:packaging: Installed: kmod-libs-25-16.el8.aarch64 1586221569 1f1151d90463a1c3ab2ce2be40402585263150a3de0f6beb75224da9ded2fb9e 21:48:49,060 INFO anaconda:packaging: Configuring (running scriptlet for): kmod-libs-25-16.el8.aarch64 1586221569 1f1151d90463a1c3ab2ce2be40402585263150a3de0f6beb75224da9ded2fb9e 21:48:49,087 INFO anaconda:packaging: Installed: kbd-2.0.4-8.el8.aarch64 1557583683 0718c043b13b3676a5f4a57f85ac4fac435f49a89a2050a093ed87cc37f0e0a7 21:48:49,502 INFO anaconda:packaging: Installed: libpwquality-1.4.0-9.el8.aarch64 1557535058 a90e9486e7956f07d1e48a60128c6fcdce7ba45deff90b403e8b77a8d6d77a12 21:48:49,691 INFO anaconda:packaging: Installed: systemd-pam-239-31.el8_2.2.aarch64 1595343518 c611c3373a10c86bbf61d3b3e161b472f45b3fce72d5d76cee7d51a89da5f8c2 21:48:49,761 INFO anaconda:packaging: Installed: cryptsetup-libs-2.2.2-1.el8.aarch64 1586217848 f713b18f5057d9114659a3eda244240efad15da85a812a668fc33ebe409578cb 21:48:49,917 INFO anaconda:packaging: Configuring (running scriptlet for): cryptsetup-libs-2.2.2-1.el8.aarch64 1586217848 f713b18f5057d9114659a3eda244240efad15da85a812a668fc33ebe409578cb 21:48:49,946 INFO anaconda:packaging: Installed: dracut-049-70.git20200228.el8.aarch64 1587697404 c4dfc2912e7c144dd3cb72135e6e9d60a3b4df285891c39f4978ff80744c285c 21:48:50,649 INFO anaconda:packaging: Installed: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 21:48:50,787 INFO anaconda:packaging: Installed: libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 21:48:50,947 INFO anaconda:packaging: Configuring (running scriptlet for): libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 21:48:50,992 INFO anaconda:packaging: Installed: pam-1.3.1-8.el8.aarch64 1586989895 3e28658058d0d26e10b788642a7cd131a5cc59b2b7ca56465033054e6ad91d84 21:48:52,156 INFO anaconda:packaging: Configuring (running scriptlet for): pam-1.3.1-8.el8.aarch64 1586989895 3e28658058d0d26e10b788642a7cd131a5cc59b2b7ca56465033054e6ad91d84 21:48:52,185 INFO anaconda:packaging: Installed: util-linux-2.32.1-22.el8.aarch64 1587732129 08b4e113d09456f62a740f3952733ba8e4109e8ef289757f83fa4e404cd61231 21:48:53,845 INFO anaconda:packaging: Configuring (running scriptlet for): util-linux-2.32.1-22.el8.aarch64 1587732129 08b4e113d09456f62a740f3952733ba8e4109e8ef289757f83fa4e404cd61231 21:48:53,871 INFO anaconda:packaging: Installed: platform-python-3.6.8-23.el8.aarch64 1587004917 36a6e19838bbca46a7990ffd59f47f61a6d7c76f87623189bc67a980ab87ed2f 21:48:53,914 INFO anaconda:packaging: Configuring (running scriptlet for): platform-python-3.6.8-23.el8.aarch64 1587004917 36a6e19838bbca46a7990ffd59f47f61a6d7c76f87623189bc67a980ab87ed2f 21:48:53,934 INFO anaconda:packaging: Installed: rpm-libs-4.14.2-37.el8.aarch64 1587697023 8d04c1710eae2652511f1f762e5f555da0fbb7a7c7795e43d42cf32810f2e67d 21:48:54,003 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-libs-4.14.2-37.el8.aarch64 1587697023 8d04c1710eae2652511f1f762e5f555da0fbb7a7c7795e43d42cf32810f2e67d 21:48:54,029 INFO anaconda:packaging: Installed: trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 21:48:54,083 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 21:48:54,108 INFO anaconda:packaging: Installed: openssl-libs-1:1.1.1c-15.el8.aarch64 1587697939 e25209f9c272a5407ed0d8397e6f8ce8d6de1bb3a6186b06d23ec1533d19d18a 21:48:54,394 INFO anaconda:packaging: Configuring (running scriptlet for): openssl-libs-1:1.1.1c-15.el8.aarch64 1587697939 e25209f9c272a5407ed0d8397e6f8ce8d6de1bb3a6186b06d23ec1533d19d18a 21:48:54,418 INFO anaconda:packaging: Installed: grubby-8.40-38.el8.aarch64 1586220349 378dd162d1d62232663434e861ad7421b9e7ce091ed7b73d016992d33d00f0c4 21:48:54,455 INFO anaconda:packaging: Installed: crypto-policies-20191128-2.git23e1bf1.el8.noarch 1586222003 f4c0c0c82d8de26e41b5a3b777bb94eee85ea14671e7b55b368edf57cd85282f 21:48:54,809 INFO anaconda:packaging: Installed: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 21:48:55,495 INFO anaconda:packaging: Configuring (running scriptlet for): gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 21:48:55,527 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-87.el8_2.aarch64 1596057073 8c18271235faa65eaed1dcdcf21b38b49b55b1bf6e52fb337069f4c0d435d13d 21:48:55,542 INFO anaconda:packaging: Installed: grub2-tools-1:2.02-87.el8_2.aarch64 1596057073 8c18271235faa65eaed1dcdcf21b38b49b55b1bf6e52fb337069f4c0d435d13d 21:48:56,075 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-87.el8_2.aarch64 1596057073 8c18271235faa65eaed1dcdcf21b38b49b55b1bf6e52fb337069f4c0d435d13d 21:48:56,104 INFO anaconda:packaging: Installed: glib2-2.56.4-8.el8.aarch64 1587693251 b10bf2d2a3a37a590685ed11cebf2e1b31cccaab5087234dcb790382e29e61dc Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14150/14400 21:48:57,018 INFO anaconda:packaging: Installed: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 21:48:57,145 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 21:48:57,164 INFO anaconda:packaging: Installed: gnutls-3.6.8-11.el8_2.aarch64 1592858453 aeab3873f101b77861a5b45983fe9e9183502863c6fde595beba9f6aa16a88f7 21:48:57,399 INFO anaconda:packaging: Installed: dbus-1:1.12.8-10.el8_2.aarch64 1595342928 7e70d6e8bc90dccd4c3388d506ad696820490c2051ab3e58802ea6cc38ef714a 21:48:57,405 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:48:57,452 INFO groupadd:group added to /etc/group: name=input, GID=999 21:48:57,457 INFO groupadd:group added to /etc/gshadow: name=input 21:48:57,461 INFO groupadd:new group: name=input, GID=999 21:48:57,485 INFO groupadd:group added to /etc/group: name=kvm, GID=36 21:48:57,490 INFO groupadd:group added to /etc/gshadow: name=kvm 21:48:57,493 INFO groupadd:new group: name=kvm, GID=36 21:48:57,516 INFO groupadd:group added to /etc/group: name=render, GID=998 21:48:57,520 INFO groupadd:group added to /etc/gshadow: name=render 21:48:57,523 INFO groupadd:new group: name=render, GID=998 21:48:57,546 INFO groupadd:group added to /etc/group: name=systemd-journal, GID=190 21:48:57,551 INFO groupadd:group added to /etc/gshadow: name=systemd-journal 21:48:57,554 INFO groupadd:new group: name=systemd-journal, GID=190 21:48:57,576 INFO groupadd:group added to /etc/group: name=systemd-coredump, GID=997 21:48:57,581 INFO groupadd:group added to /etc/gshadow: name=systemd-coredump 21:48:57,584 INFO groupadd:new group: name=systemd-coredump, GID=997 21:48:57,605 INFO useradd:new user: name=systemd-coredump, UID=999, GID=997, home=/, shell=/sbin/nologin 21:48:57,643 INFO groupadd:group added to /etc/group: name=systemd-resolve, GID=193 21:48:57,648 INFO groupadd:group added to /etc/gshadow: name=systemd-resolve 21:48:57,651 INFO groupadd:new group: name=systemd-resolve, GID=193 21:48:57,672 INFO useradd:new user: name=systemd-resolve, UID=193, GID=193, home=/, shell=/sbin/nologin 21:48:57,694 INFO anaconda:packaging: Installed: systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:49:00,050 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:49:00,216 INFO anaconda:packaging: Installed: systemd-udev-239-31.el8_2.2.aarch64 1595343518 32ae9d6e950618de98e740716a613e99e0e1f6ef85ee60c19e1e1cc6148174a9 21:49:01,056 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-31.el8_2.2.aarch64 1595343518 32ae9d6e950618de98e740716a613e99e0e1f6ef85ee60c19e1e1cc6148174a9 21:49:01,780 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 21:49:01,814 INFO groupadd:group added to /etc/group: name=tss, GID=59 21:49:01,819 INFO groupadd:group added to /etc/gshadow: name=tss 21:49:01,822 INFO groupadd:new group: name=tss, GID=59 21:49:01,844 INFO useradd:new user: name=tss, UID=59, GID=59, home=/dev/null, shell=/sbin/nologin 21:49:01,871 INFO anaconda:packaging: Installed: trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 21:49:01,927 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 21:49:01,961 INFO anaconda:packaging: Installed: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 21:49:02,009 INFO anaconda:packaging: Installed: python3-libselinux-2.9-3.el8.aarch64 1586839232 9bbafce460344a3b3feb1d72955271ae2cd2f58daba2777331739a90aec5a777 21:49:02,082 INFO anaconda:packaging: Installed: polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 21:49:02,121 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 21:49:02,149 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 21:49:02,181 INFO groupadd:group added to /etc/group: name=polkitd, GID=996 21:49:02,185 INFO groupadd:group added to /etc/gshadow: name=polkitd 21:49:02,188 INFO groupadd:new group: name=polkitd, GID=996 21:49:02,209 INFO useradd:new user: name=polkitd, UID=998, GID=996, home=/, shell=/sbin/nologin 21:49:02,234 INFO anaconda:packaging: Installed: polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 21:49:02,368 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 21:49:02,402 INFO anaconda:packaging: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 21:49:02,457 INFO anaconda:packaging: Installed: libmodulemd1-1.8.16-0.2.8.2.1.aarch64 1582216246 294838dcff05b62a7211aaaf67bd350de7d2762483d087587e1ba4c8472c134e 21:49:02,515 INFO anaconda:packaging: Installed: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 21:49:02,617 INFO anaconda:packaging: Installed: policycoreutils-2.9-9.el8.aarch64 1587693497 7a01981bdba9de7d9a6634b6d66717da6cc9e4df1db03f3c339f23bb8dba7a60 21:49:03,090 INFO anaconda:packaging: Configuring (running scriptlet for): policycoreutils-2.9-9.el8.aarch64 1587693497 7a01981bdba9de7d9a6634b6d66717da6cc9e4df1db03f3c339f23bb8dba7a60 21:49:03,125 INFO anaconda:packaging: Installed: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 21:49:03,241 INFO anaconda:packaging: Installed: python3-gobject-base-3.28.3-1.el8.aarch64 1557588487 ec8aa634bc4c3de87a638b609bd8aa94bcf7f06b9d532ac1eb8f9a5032f8276e 21:49:03,497 INFO anaconda:packaging: Installed: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 21:49:03,696 INFO anaconda:packaging: Installed: libsolv-0.7.7-1.el8.aarch64 1579112441 9656325bc641c7f02bb10f1f9117dc3d7a0f2791a5887dde5a752d4a724493ff 21:49:03,774 INFO anaconda:packaging: Installed: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 21:49:03,817 INFO anaconda:packaging: Installed: iproute-5.3.0-1.el8.aarch64 1586215060 dea582ce420386d66a80aa316accfa9f3e9b5628d87b6c30272f7e80e2dce222 21:49:04,181 INFO anaconda:packaging: Installed: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 21:49:04,289 INFO anaconda:packaging: Installed: kernel-core-4.18.0-193.14.2.el8_2.aarch64 1596053070 720530cfb74b14255e57ae586ba798d74f9e5b2023f210432f647714c67b3639 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14139/14400 21:49:09,311 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-193.14.2.el8_2.aarch64 1596053070 720530cfb74b14255e57ae586ba798d74f9e5b2023f210432f647714c67b3639 21:49:09,332 INFO anaconda:packaging: Installed: crontabs-1.11-16.20150630git.el8.noarch 1557580631 57a0a20b081bf0e24fb60146e3a004ff64ab5d55ea0d491c3920c76d4ddac2fe 21:49:09,368 INFO anaconda:packaging: Installed: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 21:49:09,436 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 21:49:09,474 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 21:49:09,507 INFO anaconda:packaging: Installed: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 21:49:09,530 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 21:49:09,558 INFO anaconda:packaging: Installed: initscripts-10.00.6-1.el8_2.1.aarch64 1591813891 54992ebaf67c07a707168ebf5a6a1174e3f7bcac30c0f9e664a08ba74442f1c4 21:49:09,862 INFO anaconda:packaging: Configuring (running scriptlet for): initscripts-10.00.6-1.el8_2.1.aarch64 1591813891 54992ebaf67c07a707168ebf5a6a1174e3f7bcac30c0f9e664a08ba74442f1c4 21:49:09,898 INFO anaconda:packaging: Installed: iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 21:49:09,986 INFO anaconda:packaging: Configuring (running scriptlet for): iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 21:49:10,023 INFO anaconda:packaging: Installed: NetworkManager-libnm-1:1.22.8-5.el8_2.aarch64 1595354551 7ea985facfba47d08dd521f43b045c7be5d3889baaa637f850d053fb88bdae76 21:49:10,609 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-libnm-1:1.22.8-5.el8_2.aarch64 1595354551 7ea985facfba47d08dd521f43b045c7be5d3889baaa637f850d053fb88bdae76 21:49:10,641 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.22.8-5.el8_2.aarch64 1595354551 83d1165ed0f1de35413287a3f59452103cb5725a3460e5f3cd05b3cdfa4f6f22 21:49:10,656 INFO anaconda:packaging: Installed: NetworkManager-1:1.22.8-5.el8_2.aarch64 1595354551 83d1165ed0f1de35413287a3f59452103cb5725a3460e5f3cd05b3cdfa4f6f22 21:49:11,192 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.22.8-5.el8_2.aarch64 1595354551 83d1165ed0f1de35413287a3f59452103cb5725a3460e5f3cd05b3cdfa4f6f22 21:49:11,265 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.22.8-5.el8_2.aarch64 1595354551 83d1165ed0f1de35413287a3f59452103cb5725a3460e5f3cd05b3cdfa4f6f22 21:49:11,278 DEBUG NetworkManager: [1597009751.2760] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2149 21:49:11,295 DEBUG NetworkManager: [1597009751.2950] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2150 21:49:11,303 INFO anaconda:packaging: Installed: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 21:49:11,858 INFO anaconda:packaging: Configuring (running scriptlet for): gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 21:49:11,895 INFO anaconda:packaging: Installed: ima-evm-utils-1.1-5.el8.aarch64 1573232742 b58f45e55741bb835ec566af2afc36cd97d8fc354b3aad96a85980cadefa968c 21:49:11,936 INFO anaconda:packaging: Installed: libsss_certmap-2.2.3-20.el8.aarch64 1587698283 72ada739cc290fdd8a0af7fc1ca2517feae37581f6b293953f34f66a1f0d257b 21:49:11,976 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_certmap-2.2.3-20.el8.aarch64 1587698283 72ada739cc290fdd8a0af7fc1ca2517feae37581f6b293953f34f66a1f0d257b 21:49:12,003 INFO anaconda:packaging: Installed: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 21:49:12,041 INFO anaconda:packaging: Installed: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 21:49:12,140 INFO anaconda:packaging: Installed: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 21:49:12,410 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 21:49:13,474 INFO anaconda:packaging: Installed: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 21:49:13,642 INFO anaconda:packaging: Installed: libnfsidmap-1:2.3.3-31.el8.aarch64 1587697792 f0170bbe7443c0851d7f698fe49af3f1741040f4ae82dd01163aadfed0cd799f 21:49:13,688 INFO anaconda:packaging: Installed: libldb-2.0.7-3.el8.aarch64 1586916598 48dcc824d7ef09b06a600af0022451f953632e0c5a673d219bb077fafdab81b7 21:49:13,804 INFO anaconda:packaging: Installed: sssd-nfs-idmap-2.2.3-20.el8.aarch64 1587698283 32007802c657f71723034e4dfcee06305e6a74051987dce0fa1efd7fefa8632c 21:49:13,828 INFO anaconda:packaging: Installed: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 21:49:13,841 INFO anaconda:packaging: Installed: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 21:49:13,895 INFO anaconda:packaging: Installed: python3-gobject-3.28.3-1.el8.aarch64 1557588487 6299c46d95e3dcf38f135a3cf51f412b1fdc7b03f2bdb92e79410a52cb437905 21:49:13,908 INFO anaconda:packaging: Installed: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 21:49:14,176 INFO anaconda:packaging: Configuring (running scriptlet for): audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 21:49:14,258 INFO anaconda:packaging: Installed: kernel-modules-4.18.0-193.14.2.el8_2.aarch64 1596053070 3edceb9d3f1644225435b031d7a57aaa5523d27a52f17b7d4b0ee18b996f1e91 21:49:15,454 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-modules-4.18.0-193.14.2.el8_2.aarch64 1596053070 3edceb9d3f1644225435b031d7a57aaa5523d27a52f17b7d4b0ee18b996f1e91 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14129/14400 21:49:20,890 INFO anaconda:packaging: Installed: PackageKit-glib-1.1.12-4.el8.aarch64 1586900256 68c5d2f874f31f20490ed9933d22be2f082bb3f739265360f34652d9f3480613 21:49:20,934 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:49:21,112 INFO groupadd:group added to /etc/group: name=rpc, GID=32 21:49:21,117 INFO groupadd:group added to /etc/gshadow: name=rpc 21:49:21,120 INFO groupadd:new group: name=rpc, GID=32 21:49:21,146 INFO useradd:new user: name=rpc, UID=32, GID=32, home=/var/lib/rpcbind, shell=/sbin/nologin 21:49:21,172 INFO anaconda:packaging: Installed: rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:49:21,217 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:49:21,286 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:49:21,352 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:49:21,415 INFO anaconda:packaging: Installed: rpm-plugin-selinux-4.14.2-37.el8.aarch64 1587697023 5c54f7e5e69ad46bbb096b233c3af6451324befd6884782bd4c544abe768d416 21:49:21,437 INFO anaconda:packaging: Installed: selinux-policy-3.14.3-41.el8_2.5.noarch 1595344564 36ecab869e9e51df8e22b9ff2f24e0713cea81fab6face0f8838a5518f95747e 21:49:21,455 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-41.el8_2.5.noarch 1595344564 36ecab869e9e51df8e22b9ff2f24e0713cea81fab6face0f8838a5518f95747e 21:49:21,476 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-41.el8_2.5.noarch 1595344564 36ecab869e9e51df8e22b9ff2f24e0713cea81fab6face0f8838a5518f95747e 21:49:21,532 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-41.el8_2.5.noarch 1595344564 6034809d3a6b916be7d40ac85795488c65738d888d95e669fc856eea238d8a4d 21:49:21,547 INFO anaconda:packaging: Installed: selinux-policy-targeted-3.14.3-41.el8_2.5.noarch 1595344564 6034809d3a6b916be7d40ac85795488c65738d888d95e669fc856eea238d8a4d Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14119/14400 21:49:29,426 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-41.el8_2.5.noarch 1595344564 6034809d3a6b916be7d40ac85795488c65738d888d95e669fc856eea238d8a4d 21:49:30,676 INFO kernel:SELinux: Converting 275 SID table entries... 21:49:30,676 INFO kernel:SELinux: policy capability network_peer_controls=1 21:49:30,676 INFO kernel:SELinux: policy capability open_perms=1 21:49:30,676 INFO kernel:SELinux: policy capability extended_socket_class=1 21:49:30,676 INFO kernel:SELinux: policy capability always_check_network=0 21:49:30,677 INFO kernel:SELinux: policy capability cgroup_seclabel=1 21:49:30,677 INFO kernel:SELinux: policy capability nnp_nosuid_transition=1 21:49:30,956 INFO dbus-daemon:[system] Reloaded configuration 21:49:30,965 INFO dbus-daemon:Reloaded configuration 21:49:31,490 INFO anaconda:packaging: Installed: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 21:49:31,520 INFO anaconda:packaging: Installed: gssproxy-0.8.0-15.el8.aarch64 1586216130 a56497f75efd054c12876b8d3d1344a2173357489ad9f193f52525eb40b00679 21:49:31,581 INFO anaconda:packaging: Configuring (running scriptlet for): gssproxy-0.8.0-15.el8.aarch64 1586216130 a56497f75efd054c12876b8d3d1344a2173357489ad9f193f52525eb40b00679 21:49:31,620 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-11.el8_2.aarch64 1591711172 7762686c940dba1257f03f66812054ca97cbeb2dc92289b101ff9f7fbac276da 21:49:31,683 INFO groupadd:group added to /etc/group: name=unbound, GID=995 21:49:31,688 INFO groupadd:group added to /etc/gshadow: name=unbound 21:49:31,692 INFO groupadd:new group: name=unbound, GID=995 21:49:31,716 INFO useradd:new user: name=unbound, UID=997, GID=995, home=/etc/unbound, shell=/sbin/nologin 21:49:31,761 INFO anaconda:packaging: Installed: unbound-libs-1.7.3-11.el8_2.aarch64 1591711172 7762686c940dba1257f03f66812054ca97cbeb2dc92289b101ff9f7fbac276da 21:49:31,884 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-11.el8_2.aarch64 1591711172 7762686c940dba1257f03f66812054ca97cbeb2dc92289b101ff9f7fbac276da 21:49:31,931 INFO anaconda:packaging: Installed: python3-unbound-1.7.3-11.el8_2.aarch64 1591711172 adb5296856b5e1365a4e4d7dbb9e4ac79d16232c4b0149b048b69e784616d545 21:49:32,034 INFO anaconda:packaging: Installed: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 21:49:32,063 INFO anaconda:packaging: Configuring (running scriptlet for): timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 21:49:32,099 INFO anaconda:packaging: Installed: python3-libsemanage-2.9-2.el8.aarch64 1586839148 5969efca67eea479bb19af5a7a7052c1548eb5e58cd8278cbd4e8a4036427915 21:49:32,143 INFO anaconda:packaging: Installed: python3-setools-4.2.2-2.el8.aarch64 1586909798 5ef7e8472bf2606233aeed0a7c713c068ada9221a5feb226b16d48a32a5f6511 21:49:32,692 INFO anaconda:packaging: Installed: python3-policycoreutils-2.9-9.el8.noarch 1587693497 f5b2e42438721527f01405474819f3346eb470315371086bc5aedcb46d34633e 21:49:33,744 INFO anaconda:packaging: Installed: policycoreutils-python-utils-2.9-9.el8.noarch 1587693497 f1b53326dec969c70f4c61da7241474ff7428d35d235301836ad1c0ce3031cab 21:49:33,867 INFO anaconda:packaging: Installed: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 21:49:33,957 INFO anaconda:packaging: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 21:49:34,130 INFO anaconda:packaging: Installed: python3-linux-procfs-0.6-7.el8.noarch 1573239108 5226e65270b5a04b649ce2b7a74ed57ee390a8120a6057fe77fa535740992e27 21:49:34,187 INFO anaconda:packaging: Installed: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 21:49:34,355 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 21:49:34,375 INFO anaconda:packaging: Installed: authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 21:49:34,586 INFO anaconda:packaging: Installed: dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 21:49:34,613 INFO anaconda:packaging: Configuring (running scriptlet for): dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 21:49:34,648 INFO anaconda:packaging: Installed: net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 21:49:34,864 INFO anaconda:packaging: Configuring (running scriptlet for): net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 21:49:34,903 INFO anaconda:packaging: Installed: oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 21:49:34,985 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 21:49:35,022 INFO dbus-daemon:[system] Reloaded configuration 21:49:35,029 INFO dbus-daemon:Reloaded configuration 21:49:35,048 INFO anaconda:packaging: Installed: oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 21:49:35,083 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 21:49:35,120 INFO anaconda:packaging: Installed: authselect-1.1-2.el8.aarch64 1573230404 a5d616eda2b80c58b429388fc966a542b5d9b712649101e7eb1b12fde7de8bf0 21:49:35,120 INFO dbus-daemon:[system] Reloaded configuration 21:49:35,127 INFO dbus-daemon:Reloaded configuration 21:49:35,170 INFO anaconda:packaging: Installed: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 21:49:35,221 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 21:49:35,255 INFO anaconda:packaging: Installed: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 21:49:35,424 INFO anaconda:packaging: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 21:49:35,517 INFO anaconda:packaging: Installed: gsettings-desktop-schemas-3.32.0-4.el8.aarch64 1586218843 ed9ce8ce2fca4a134f2e49373a84f3e02c54d499279cb89861ca3919b25add41 21:49:35,964 INFO anaconda:packaging: Installed: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 21:49:36,206 INFO anaconda:packaging: Installed: cockpit-bridge-211.3-1.el8.aarch64 1587698011 8f66e4adccfc8b3174653b35f61fa401f5722500823f40c9f731332d84c30903 21:49:36,331 INFO anaconda:packaging: Installed: libsoup-2.62.3-1.el8.aarch64 1557586068 d9452ee3f72d83d5cc8ea20ef8443c006298b76181f6dde262b2a00d7e13de74 21:49:36,608 INFO anaconda:packaging: Installed: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14109/14400 21:49:36,783 INFO anaconda:packaging: Installed: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 21:49:36,809 INFO anaconda:packaging: Installed: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 21:49:36,999 INFO anaconda:packaging: Installed: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 21:49:37,044 INFO anaconda:packaging: Configuring (running scriptlet for): pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 21:49:37,067 INFO anaconda:packaging: Installed: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 21:49:37,434 INFO anaconda:packaging: Configuring (running scriptlet for): libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 21:49:37,509 INFO anaconda:packaging: Installed: grub2-tools-extra-1:2.02-87.el8_2.aarch64 1596057073 104151e503c14571fa63caaac6ded5fce6105cb9edf264df6ef2c862cc7e9af8 21:49:37,857 INFO anaconda:packaging: Installed: bind-export-libs-32:9.11.13-5.el8_2.aarch64 1594132913 e01778d4fd44a78f44d7b5714cfc6f18f8896833cff2034ad99bb546d3bb66ad 21:49:38,087 INFO anaconda:packaging: Configuring (running scriptlet for): bind-export-libs-32:9.11.13-5.el8_2.aarch64 1594132913 e01778d4fd44a78f44d7b5714cfc6f18f8896833cff2034ad99bb546d3bb66ad 21:49:38,113 INFO anaconda:packaging: Installed: fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 21:49:38,133 INFO anaconda:packaging: Configuring (running scriptlet for): fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 21:49:38,159 INFO anaconda:packaging: Installed: fipscheck-1.5.0-4.el8.aarch64 1557581383 6a5f0fd839aad1ef9a435346b7c7f7f6c892af6b3856732b32bbe2aaf75a1d39 21:49:38,200 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-8.0p1-4.el8_1.aarch64 1580832356 44e0c98c773c8add8258c83d6bd493d87423b9ea48dd443b14c28a353095043b 21:49:38,250 INFO groupadd:group added to /etc/group: name=ssh_keys, GID=994 21:49:38,256 INFO groupadd:group added to /etc/gshadow: name=ssh_keys 21:49:38,260 INFO groupadd:new group: name=ssh_keys, GID=994 21:49:38,267 INFO anaconda:packaging: Installed: openssh-8.0p1-4.el8_1.aarch64 1580832356 44e0c98c773c8add8258c83d6bd493d87423b9ea48dd443b14c28a353095043b 21:49:38,433 INFO anaconda:packaging: Installed: mokutil-1:0.3.0-9.el8.aarch64 1557586896 8c51a122cdeeda7d93b8390f20cc4127172b97d5e00aa3b163ac315b35a89f5a 21:49:38,462 INFO anaconda:packaging: Installed: rpm-plugin-systemd-inhibit-4.14.2-37.el8.aarch64 1587697023 7ef699b7d3929cc3b8fa3d593198947fd9eb4cd81e8868ccae7f3b1360ef5eae 21:49:38,476 INFO anaconda:packaging: Installed: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 21:49:38,533 INFO anaconda:packaging: Installed: kernel-tools-4.18.0-193.14.2.el8_2.aarch64 1596053070 12e1847f116540893c0d2459f2beda1b4265f2c441ac77a7b1f8c84ed206102a 21:49:38,637 INFO anaconda:packaging: Installed: python3-asn1crypto-0.24.0-3.el8.noarch 1557588506 95155acf769b85643a43b670759ed7e0c14d8b2fbc2cc58f2cee5d38d78d12e8 21:49:38,863 INFO anaconda:packaging: Installed: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 21:49:39,180 INFO anaconda:packaging: Installed: python3-libcomps-0.1.11-4.el8.aarch64 1587693107 03f05a38ebea801390aebb5da1da25d2c805300d02b4d0cc557562d2995527e0 21:49:39,205 INFO anaconda:packaging: Installed: python3-libxml2-2.9.7-7.el8.aarch64 1586215769 eeecb6cbef56825dc2034ca0412bab2688a250e580f4062ffa7dbd52a175e014 21:49:39,298 INFO anaconda:packaging: Installed: python3-nftables-1:0.9.3-12.el8.aarch64 1587736394 b956422a47bcc9ef19adc358f31cbc14f90232b0caf93b4750ea48ded29eb3b7 21:49:39,323 INFO anaconda:packaging: Installed: python3-firewall-0.8.0-4.el8.noarch 1587697361 f70246c0782ff577e7b4c9b1d58d6f810f07ce403fe86713c09622d24ada1b91 21:49:39,778 INFO anaconda:packaging: Installed: python3-perf-4.18.0-193.14.2.el8_2.aarch64 1596053070 a378dac17499ce0d6b290d08ae2a20c75c126f3a7d578fdfcc780c200ea5cc19 21:49:39,822 INFO anaconda:packaging: Installed: python3-ply-3.9-8.el8.noarch 1587595773 aa7a74c4c58c00f98ebbaf24d7dd84499c908760246194f8d58b4518bd78bcce 21:49:39,903 INFO anaconda:packaging: Installed: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 21:49:40,060 INFO anaconda:packaging: Installed: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 21:49:40,279 INFO anaconda:packaging: Installed: python3-cryptography-2.3-3.el8.aarch64 1586217951 864c6fb310c1dff0968fd628e85020627343ce0fd48986d5be9e55cb9c3d28c0 21:49:41,150 INFO anaconda:packaging: Installed: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 21:49:41,266 INFO anaconda:packaging: Installed: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 21:49:41,639 INFO anaconda:packaging: Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch 1557807120 15d72644ce92ad261c4c6a97ebdd863bba4c5aa14fa50444873294cdbb612fff 21:49:41,738 INFO anaconda:packaging: Installed: python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 1573704981 08d81c0dbed2e0dac8c84540953840af202ecf66dd9653aabf2ec57fa64b0a3c 21:49:41,839 INFO anaconda:packaging: Installed: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 21:49:41,880 INFO anaconda:packaging: Installed: python3-urllib3-1.24.2-4.el8.noarch 1586217091 8ad17175e3284a002b0a4ddca6d7d1e612ae7b7ab847fa491d16874be837ffae 21:49:42,165 INFO anaconda:packaging: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 21:49:42,332 INFO anaconda:packaging: Installed: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 21:49:42,511 INFO anaconda:packaging: Installed: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 21:49:42,543 INFO anaconda:packaging: Installed: python3-syspurpose-1.26.17-1.el8_2.aarch64 1591813322 48eb12462df62b9e7eed88ae2a80913cd3114db599be9541a35f037466f70935 21:49:42,772 INFO anaconda:packaging: Installed: python3-hwdata-2.3.6-3.el8.noarch 1557807484 7db269ccc445b3b913faf7bd3d90d48cd7dbffaf210a3734be4051b4c06090cf 21:49:42,863 INFO anaconda:packaging: Installed: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 21:49:42,904 INFO anaconda:packaging: Installed: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 21:49:42,947 INFO anaconda:packaging: Installed: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 21:49:43,121 INFO anaconda:packaging: Installed: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 21:49:43,197 INFO anaconda:packaging: Installed: python3-netifaces-0.10.6-4.el8.aarch64 1557807744 c805709ad155fa3a798350106f664aa3f239879560269146484bcf36c5d6f0d5 21:49:43,229 INFO anaconda:packaging: Installed: python3-newt-0.52.20-11.el8.aarch64 1586208562 b5ba9dca0d2192e7382adcf4a3ccf33b69d729add82d5dd3bea61cbdb0523028 21:49:43,257 INFO anaconda:packaging: Installed: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 21:49:43,300 INFO anaconda:packaging: Installed: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 21:49:43,580 INFO anaconda:packaging: Installed: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 21:49:43,665 INFO anaconda:packaging: Installed: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14099/14400 21:49:46,854 INFO anaconda:packaging: Installed: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 21:49:47,458 INFO anaconda:packaging: Installed: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 21:49:47,566 INFO anaconda:packaging: Installed: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 21:49:47,591 INFO anaconda:packaging: Installed: sssd-client-2.2.3-20.el8.aarch64 1587698283 ea8c84bf695e0f60c9a6bb07f69c10e99da83647c39f66485a1f95a59b93108e 21:49:47,668 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-client-2.2.3-20.el8.aarch64 1587698283 ea8c84bf695e0f60c9a6bb07f69c10e99da83647c39f66485a1f95a59b93108e 21:49:47,706 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.3-20.el8.aarch64 1587698283 cffb3bdf59d486d7900324515ef6546ae54d07fb566e0e55393164900e529b66 21:49:47,902 INFO groupadd:group added to /etc/group: name=sssd, GID=993 21:49:47,908 INFO groupadd:group added to /etc/gshadow: name=sssd 21:49:47,911 INFO groupadd:new group: name=sssd, GID=993 21:49:47,932 INFO useradd:new user: name=sssd, UID=996, GID=993, home=/, shell=/sbin/nologin 21:49:47,977 INFO anaconda:packaging: Installed: sssd-common-2.2.3-20.el8.aarch64 1587698283 cffb3bdf59d486d7900324515ef6546ae54d07fb566e0e55393164900e529b66 21:49:48,633 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.3-20.el8.aarch64 1587698283 cffb3bdf59d486d7900324515ef6546ae54d07fb566e0e55393164900e529b66 21:49:48,776 INFO anaconda:packaging: Installed: dracut-squash-049-70.git20200228.el8.aarch64 1587697404 688806514f644c13caa49614a6c0e5cefc8507e5bc6de93af5cab76755f4ef33 21:49:48,798 INFO anaconda:packaging: Installed: xfsprogs-5.0.0-2.el8.aarch64 1586222107 560bec5e63d6601bc3c820554d34105928de6d5c2c4de8eb15df7e06a912353b 21:49:49,194 INFO anaconda:packaging: Configuring (running scriptlet for): xfsprogs-5.0.0-2.el8.aarch64 1586222107 560bec5e63d6601bc3c820554d34105928de6d5c2c4de8eb15df7e06a912353b 21:49:49,222 INFO anaconda:packaging: Installed: e2fsprogs-1.45.4-3.el8.aarch64 1587695450 221f25564a65cb210bc8188937dba5eabe7d73fb5a60620352f1c8620042a383 21:49:49,635 INFO anaconda:packaging: Installed: dhcp-libs-12:4.3.6-40.el8.aarch64 1587737937 32492ad760329c6e876064bb02874f8657f1779352f041a177704ba67ab75e42 21:49:49,663 INFO anaconda:packaging: Installed: dhcp-client-12:4.3.6-40.el8.aarch64 1587737937 c6f5df4ee10d9160bdb85e7b7e94ffdb1d7f671c90ef0c365be2508cdb2ffb96 21:49:49,747 INFO anaconda:packaging: Installed: dracut-network-049-70.git20200228.el8.aarch64 1587697404 e990c923623c24de703b7e0e39bcb25aa13be87ef6a31deed65d794671944686 21:49:49,919 INFO anaconda:packaging: Installed: kexec-tools-2.0.20-14.el8.aarch64 1587747325 da70033e8c8b8f9d4f987963fafd39d9710539ad2c28881731d2fbd9ef7090b0 21:49:50,143 INFO anaconda:packaging: Configuring (running scriptlet for): kexec-tools-2.0.20-14.el8.aarch64 1587747325 da70033e8c8b8f9d4f987963fafd39d9710539ad2c28881731d2fbd9ef7090b0 21:49:50,182 INFO anaconda:packaging: Installed: libusbx-1.0.22-1.el8.aarch64 1557535350 24145e86f4b02fac2175f3d8e9f38749618a8b770b45ae2a5a92311c220c9ff0 21:49:50,216 INFO anaconda:packaging: Installed: gnupg2-smime-2.2.9-1.el8.aarch64 1557534580 caa079a4e2ee59c9fb062c2fee2087e360863249d820eecb4c21f12a106c352c 21:49:50,277 INFO anaconda:packaging: Installed: gnupg2-2.2.9-1.el8.aarch64 1557534580 cdaad1e2c2321bd400740c140f595c03baee66a4d3af42a97808202c2a047614 21:49:51,117 INFO anaconda:packaging: Installed: gpgme-1.10.0-6.el8.0.1.aarch64 1557965317 8113abba5e1552707c4bb808b9fbbd42e8837046e7a815fea170eaa032ade3e7 21:49:51,195 INFO anaconda:packaging: Installed: librepo-1.11.0-2.el8.aarch64 1586986071 5147afbb58ae232e9b7c617a5669fb600eb3b7beea897f8cc33c76af4e2842cf 21:49:51,227 INFO anaconda:packaging: Installed: libdnf-0.39.1-6.el8_2.aarch64 1595356392 5db5f176cf01caa4b9948df3b2b83db8f89b34760505e866e1d5e39fc9fb9ff1 21:49:51,473 INFO anaconda:packaging: Installed: python3-libdnf-0.39.1-6.el8_2.aarch64 1595356392 cb0338a2a33370288678f834118803fd50514a05af095d62361bbcda4fd9d751 21:49:51,724 INFO anaconda:packaging: Installed: python3-hawkey-0.39.1-6.el8_2.aarch64 1595356392 4943cfc08b10a503063e7682fec83cf32e4a5a278bcbe64698a6d54c7e18cffb 21:49:51,772 INFO anaconda:packaging: Installed: PackageKit-1.1.12-4.el8.aarch64 1586900256 9972db736ed0dc74ec2860750897695353a75567fab21afa44687e35afad1ef8 21:49:52,199 INFO anaconda:packaging: Configuring (running scriptlet for): PackageKit-1.1.12-4.el8.aarch64 1586900256 9972db736ed0dc74ec2860750897695353a75567fab21afa44687e35afad1ef8 21:49:52,233 INFO anaconda:packaging: Installed: python3-librepo-1.11.0-2.el8.aarch64 1586986071 b564edf4f7c7006f99bc4d44fcb7cb88e96de9271322a6919f6d64a98977e5b9 21:49:52,261 INFO anaconda:packaging: Installed: python3-gpg-1.10.0-6.el8.0.1.aarch64 1557965317 cd7c23cccf987fc8a7d3a3508508377e030eef22513de56062b2eaf49e855819 21:49:52,512 INFO anaconda:packaging: Installed: rpm-build-libs-4.14.2-37.el8.aarch64 1587697023 cec1c79822eef26072ba43b358f3cb5012b0fbe146265eed4f107e6f2967b116 21:49:52,547 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-build-libs-4.14.2-37.el8.aarch64 1587697023 cec1c79822eef26072ba43b358f3cb5012b0fbe146265eed4f107e6f2967b116 21:49:52,575 INFO anaconda:packaging: Installed: python3-rpm-4.14.2-37.el8.aarch64 1587697023 e5097ca3ebf36672ef8564533a3bc58cda017e7a9f2bd0ab7f11aea20b02536b 21:49:52,651 INFO anaconda:packaging: Installed: python3-dnf-4.2.17-7.el8_2.noarch 1595357229 11271ccb1aa501763fb5e7f096c29e547d60a9a1a2132cf77a49f4722142d9f2 21:49:53,314 INFO anaconda:packaging: Installed: dnf-4.2.17-7.el8_2.noarch 1595357229 825d5e0379db26dbd52decc89615fed1ce7ebae5c8bc20abc8323fc51df5eb72 21:49:53,538 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-4.2.17-7.el8_2.noarch 1595357229 825d5e0379db26dbd52decc89615fed1ce7ebae5c8bc20abc8323fc51df5eb72 21:49:53,574 INFO anaconda:packaging: Installed: setroubleshoot-plugins-3.3.11-2.el8.noarch 1587693353 8a3c31c6886261f7d67eb9128c84aaaec86c57c0584128059cda892e7984e230 21:49:54,278 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.22-2.el8.aarch64 1587693066 5e7873915383f82db6bd5484d938ff8551f71808487d97b547080605cb202a8d 21:49:54,310 INFO useradd:new group: name=setroubleshoot, GID=992 21:49:54,311 INFO useradd:new user: name=setroubleshoot, UID=995, GID=992, home=/var/lib/setroubleshoot, shell=/sbin/nologin 21:49:54,480 INFO anaconda:packaging: Installed: setroubleshoot-server-3.3.22-2.el8.aarch64 1587693066 5e7873915383f82db6bd5484d938ff8551f71808487d97b547080605cb202a8d 21:49:55,021 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.22-2.el8.aarch64 1587693066 5e7873915383f82db6bd5484d938ff8551f71808487d97b547080605cb202a8d 21:49:55,170 INFO anaconda:packaging: Installed: python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 a6cc943ffda27e3d29cc80d237bafa7743a94ba4055d54f3f42da27a98c995fc 21:49:55,344 INFO anaconda:packaging: Installed: rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 21:49:55,646 INFO anaconda:packaging: Configuring (running scriptlet for): rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 21:49:55,664 INFO anaconda:packaging: Installed: python3-dnf-plugins-core-4.0.12-3.el8.noarch 1587758682 dd7303d98df4d5f1fcff700137fa3f8ffeb16f566aab95ee36cf89faa00ceaab 21:49:55,879 INFO anaconda:packaging: Installed: dnf-plugins-core-4.0.12-3.el8.noarch 1587758682 eafdafcce8cda2dfea50258ab0ba0a09eb736f2fc9eb11f1a57ff9e6074394da 21:49:55,926 INFO anaconda:packaging: Installed: python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 021789e27ff75fc27325557a5b6f6e56f92c89035544428c276a67d6f7c7b87a 21:49:55,956 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 21:49:55,967 INFO anaconda:packaging: Installed: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 21:49:55,990 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 21:49:56,002 INFO anaconda:packaging: Installed: centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 21:49:56,306 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 21:49:56,323 INFO anaconda:packaging: Configuring (running scriptlet for): logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 21:49:56,339 INFO anaconda:packaging: Installed: logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 21:49:56,382 INFO anaconda:packaging: Installed: teamd-1.29-1.el8.aarch64 1586216536 ba82c77813dfc135ffce3501691df53ff5b914314e950cbc22f30614a011c865 21:49:56,521 INFO anaconda:packaging: Installed: NetworkManager-team-1:1.22.8-5.el8_2.aarch64 1595354551 f90763efbd16b1bc8f485341ddbe8d36c8c3497a5dada91fcc163490b6c08e9a 21:49:56,535 INFO anaconda:packaging: Installed: quota-1:4.04-10.el8.aarch64 1557588824 e63088cb4953eeddaf321aa25b33701c44e70180697b7af54011cd193ffe0c48 21:49:56,667 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14089/14400 21:49:56,717 INFO groupadd:group added to /etc/group: name=rpcuser, GID=29 21:49:56,723 INFO groupadd:group added to /etc/gshadow: name=rpcuser 21:49:56,726 NOTICE kernel:audit: type=1116 audit(1597009796.710:73): pid=2837 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' 21:49:56,726 NOTICE kernel:audit: type=1132 audit(1597009796.710:74): pid=2837 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' 21:49:56,770 INFO groupadd:new group: name=rpcuser, GID=29 21:49:56,831 INFO useradd:new user: name=rpcuser, UID=29, GID=29, home=/var/lib/nfs, shell=/sbin/nologin 21:49:56,836 NOTICE kernel:audit: type=1114 audit(1597009796.820:75): pid=2846 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' 21:49:56,963 INFO anaconda:packaging: Installed: nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad 21:49:57,270 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad 21:49:57,382 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad 21:49:57,410 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad 21:49:57,441 INFO anaconda:packaging: Installed: cockpit-system-211.3-1.el8.noarch 1587698011 6d9d7511800071c47b2b5d4f4b25f17661259e0503ef9bafcf3b7ea05c4f71a3 21:49:58,250 INFO anaconda:packaging: Installed: rsyslog-8.1911.0-3.el8.aarch64 1587693249 0eb5e086fdf33366be9a6fa8cdca164d2f4f449fdcd45edb64ce8e8430828186 21:49:58,587 INFO anaconda:packaging: Configuring (running scriptlet for): rsyslog-8.1911.0-3.el8.aarch64 1587693249 0eb5e086fdf33366be9a6fa8cdca164d2f4f449fdcd45edb64ce8e8430828186 21:49:58,628 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-211.3-1.el8.aarch64 1587698011 0393518cc2af0c4d58e1cdcb236ec756c88e0c272ab669d50b8751609f411782 21:49:58,681 INFO groupadd:group added to /etc/group: name=cockpit-ws, GID=991 21:49:58,686 NOTICE kernel:audit: type=1116 audit(1597009798.670:76): pid=2876 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' 21:49:58,687 INFO groupadd:group added to /etc/gshadow: name=cockpit-ws 21:49:58,696 NOTICE kernel:audit: type=1132 audit(1597009798.680:77): pid=2876 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' 21:49:58,731 INFO groupadd:new group: name=cockpit-ws, GID=991 21:49:58,794 INFO useradd:new user: name=cockpit-ws, UID=994, GID=991, home=/nonexisting, shell=/sbin/nologin 21:49:58,806 NOTICE kernel:audit: type=1114 audit(1597009798.790:78): pid=2883 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' 21:49:58,957 INFO groupadd:group added to /etc/group: name=cockpit-wsinstance, GID=990 21:49:58,963 INFO groupadd:group added to /etc/gshadow: name=cockpit-wsinstance 21:49:58,966 NOTICE kernel:audit: type=1116 audit(1597009798.950:79): pid=2891 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' 21:49:58,966 NOTICE kernel:audit: type=1132 audit(1597009798.950:80): pid=2891 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' 21:49:59,008 INFO groupadd:new group: name=cockpit-wsinstance, GID=990 21:49:59,069 INFO useradd:new user: name=cockpit-wsinstance, UID=993, GID=990, home=/nonexisting, shell=/sbin/nologin 21:49:59,076 NOTICE kernel:audit: type=1114 audit(1597009799.060:81): pid=2898 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' 21:49:59,196 INFO anaconda:packaging: Installed: cockpit-ws-211.3-1.el8.aarch64 1587698011 0393518cc2af0c4d58e1cdcb236ec756c88e0c272ab669d50b8751609f411782 21:49:59,665 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-211.3-1.el8.aarch64 1587698011 0393518cc2af0c4d58e1cdcb236ec756c88e0c272ab669d50b8751609f411782 21:49:59,701 INFO anaconda:packaging: Installed: yum-utils-4.0.12-3.el8.noarch 1587758682 e6854e1fad24f47e4a7dbaed86350fadc3b76fec535d5fd0395441170336053f 21:49:59,766 INFO anaconda:packaging: Installed: yum-4.2.17-7.el8_2.noarch 1595357229 298be0e532be703886fa5726f21a5a42344bd2933e03d031828912d368cf13ba 21:49:59,803 INFO anaconda:packaging: Installed: cloud-init-19.4-1.el8.7.noarch 1596747008 11afe168bcba20a0b44587d35565af53ea31f5d3fdf51fe0203601f575508a39 21:50:01,637 INFO anaconda:packaging: Configuring (running scriptlet for): cloud-init-19.4-1.el8.7.noarch 1596747008 11afe168bcba20a0b44587d35565af53ea31f5d3fdf51fe0203601f575508a39 21:50:01,729 INFO anaconda:packaging: Installed: sssd-kcm-2.2.3-20.el8.aarch64 1587698283 0763e7ebbbcade79163ccd2a9d2fa61eaa2115f24e08e14347d5ebe86d999b45 21:50:01,787 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-kcm-2.2.3-20.el8.aarch64 1587698283 0763e7ebbbcade79163ccd2a9d2fa61eaa2115f24e08e14347d5ebe86d999b45 21:50:01,823 INFO anaconda:packaging: Installed: tuned-2.13.0-6.el8.noarch 1587698386 6a04f539fb9c714dce79e31d0f011970025ebce6f628c7bb5365688512c20d6a 21:50:02,635 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.13.0-6.el8.noarch 1587698386 6a04f539fb9c714dce79e31d0f011970025ebce6f628c7bb5365688512c20d6a 21:50:02,680 INFO anaconda:packaging: Installed: firewalld-0.8.0-4.el8.noarch 1587697361 28e5c5d2b834ebb188d924e17acf1323c7958b1103af7ecb7e9781f355f123a5 21:50:03,577 INFO anaconda:packaging: Configuring (running scriptlet for): firewalld-0.8.0-4.el8.noarch 1587697361 28e5c5d2b834ebb188d924e17acf1323c7958b1103af7ecb7e9781f355f123a5 21:50:03,610 INFO anaconda:packaging: Installed: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 21:50:03,792 INFO anaconda:packaging: Installed: openssh-clients-8.0p1-4.el8_1.aarch64 1580832356 b74064f46423f3c1b74c43ba0b1b3396108beaf67943764f6a0fe79427b72874 21:50:04,000 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-4.el8_1.aarch64 1580832356 e388fdd85791e5fc157a2af880e3ae78c5a2d786a4eab48d7c186b6be5a5ea25 21:50:04,054 INFO groupadd:group added to /etc/group: name=sshd, GID=74 21:50:04,056 NOTICE kernel:audit: type=1116 audit(1597009804.040:82): pid=2922 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-group id=74 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 21:50:04,060 INFO groupadd:group added to /etc/gshadow: name=sshd 21:50:04,066 NOTICE kernel:audit: type=1132 audit(1597009804.050:83): pid=2922 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-shadow-group id=74 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 21:50:04,105 INFO groupadd:new group: name=sshd, GID=74 21:50:04,168 INFO useradd:new user: name=sshd, UID=74, GID=74, home=/var/empty/sshd, shell=/sbin/nologin 21:50:04,176 NOTICE kernel:audit: type=1114 audit(1597009804.160:84): pid=2930 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="sshd" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 21:50:04,295 INFO anaconda:packaging: Installed: openssh-server-8.0p1-4.el8_1.aarch64 1580832356 e388fdd85791e5fc157a2af880e3ae78c5a2d786a4eab48d7c186b6be5a5ea25 21:50:04,418 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-4.el8_1.aarch64 1580832356 e388fdd85791e5fc157a2af880e3ae78c5a2d786a4eab48d7c186b6be5a5ea25 21:50:04,454 INFO anaconda:packaging: Installed: grub2-efi-aa64-1:2.02-87.el8_2.aarch64 1596057073 46a6c3ea32b268df8cee79db988f6ea7c6a42f5aa1fcdaf8d699b891ee19c14b 21:50:04,563 INFO anaconda:packaging: Installed: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 21:50:04,776 INFO anaconda:packaging: Installed: authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 21:50:04,821 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 21:50:04,872 INFO groupadd:group added to /etc/group: name=chrony, GID=989 21:50:04,876 NOTICE kernel:audit: type=1116 audit(1597009804.860:85): pid=2941 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' 21:50:04,878 INFO groupadd:group added to /etc/gshadow: name=chrony 21:50:04,886 NOTICE kernel:audit: type=1132 audit(1597009804.870:86): pid=2941 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:groupadd_t:s0 msg='op=add-shadow-group id=989 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' 21:50:04,922 INFO groupadd:new group: name=chrony, GID=989 21:50:04,986 INFO useradd:new user: name=chrony, UID=992, GID=989, home=/var/lib/chrony, shell=/sbin/nologin 21:50:05,036 NOTICE kernel:audit: type=1114 audit(1597009805.020:87): pid=2948 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user acct="chrony" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' 21:50:05,158 INFO anaconda:packaging: Installed: chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 21:50:05,259 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 21:50:05,343 INFO anaconda:packaging: Installed: kernel-4.18.0-193.14.2.el8_2.aarch64 1596053070 fba8ae42403c2df36bbb4c0d731a6cb3fc46045fec917c1a2a3bf38096e29be4 21:50:05,359 INFO anaconda:packaging: Installed: NetworkManager-tui-1:1.22.8-5.el8_2.aarch64 1595354551 4a4711631b3a8f81b98292c0cff5f219f240dc15ea4e13a5fd06cec96e6968f7 21:50:05,413 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 21:50:05,443 INFO useradd:new group: name=rngd, GID=988 21:50:05,444 INFO useradd:new user: name=rngd, UID=991, GID=988, home=/var/lib/rngd, shell=/sbin/nologin 21:50:05,446 NOTICE kernel:audit: type=1116 audit(1597009805.430:88): pid=2961 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' 21:50:05,456 NOTICE kernel:audit: type=1114 audit(1597009805.440:89): pid=2961 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' 21:50:05,584 INFO anaconda:packaging: Installed: rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 21:50:05,628 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 21:50:05,665 INFO anaconda:packaging: Installed: qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.aarch64 1593534325 a4caa39886aa66b04b8038bf0b5fc66d70d1c1fd7636a5031d17d5ebe6e86140 21:50:05,724 INFO anaconda:packaging: Installed: irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 21:50:05,751 INFO anaconda:packaging: Configuring (running scriptlet for): irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 21:50:05,786 INFO anaconda:packaging: Installed: cloud-utils-growpart-0.29-3.el8.noarch 1573230520 ce137030e5e2ed2be9238c97448da5189b80d14a5e694b336942dcc6ef1797c7 21:50:05,808 INFO anaconda:packaging: Installed: sudo-1.8.29-5.el8.aarch64 1587695248 65a786a7a1a90863797e4199537465bf256c8374feece67d865a81b1db959b74 21:50:06,266 INFO anaconda:packaging: Configuring (running scriptlet for): sudo-1.8.29-5.el8.aarch64 1587695248 65a786a7a1a90863797e4199537465bf256c8374feece67d865a81b1db959b74 21:50:06,285 INFO anaconda:packaging: Installed: dracut-config-generic-049-70.git20200228.el8.aarch64 1587697404 3f02146ddfa6ed6be37e42e0dcc0e43409094840edba95488a5b4e8ae5961fbe 21:50:06,298 INFO anaconda:packaging: Installed: dracut-config-rescue-049-70.git20200228.el8.aarch64 1587697404 160480597c36506ef5e1fec6f01983506bfe149a512b330aa834efc2063e839c 21:50:06,312 INFO anaconda:packaging: Installed: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 21:50:06,529 INFO anaconda:packaging: Configuring (running scriptlet for): parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 21:50:06,572 INFO anaconda:packaging: Installed: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 21:50:06,678 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 21:50:06,692 INFO anaconda:packaging: Installed: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14079/14400 21:50:07,389 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 21:50:07,412 INFO anaconda:packaging: Installed: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 21:50:08,135 INFO anaconda:packaging: Installed: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 21:50:08,168 INFO anaconda:packaging: Installed: rsync-3.1.3-7.el8.aarch64 1586215870 343f50a183dc28a05319186c5e618c7d34dd70428c95d21ac5017707dc0dc059 21:50:08,314 INFO anaconda:packaging: Installed: tar-2:1.30-4.el8.aarch64 1557536685 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 21:50:08,576 INFO anaconda:packaging: Configuring (running scriptlet for): tar-2:1.30-4.el8.aarch64 1557536685 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 21:50:08,596 INFO anaconda:packaging: Installed: lshw-B.02.18-23.el8.aarch64 1587695484 23699bbb8707b00766e15a9c8bbaf1d0fc763be3b857d044b74b599f92a96ec5 21:50:08,668 INFO anaconda:packaging: Installed: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 21:50:08,749 INFO anaconda:packaging: Installed: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 21:50:08,783 INFO anaconda:packaging: Configuring (running scriptlet for): hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 21:50:08,816 INFO anaconda:packaging: Installed: lsscsi-0.30-1.el8.aarch64 1557586552 54a0cc194a5c31f4f45d1d2ccf9790e51529d86f0aaf083092096e09011d7bab 21:50:08,856 INFO anaconda:packaging: Installed: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 21:50:08,861 INFO anaconda:packaging: Post installation setup phase started. 21:50:08,894 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 21:50:09,086 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-all-langpacks-2.28-101.el8.aarch64 1588354299 200b987c8647d9cc7e90c0ec562518b6e78ecbdabaf75c8856faad861c3e8842 21:50:16,415 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-20191128-2.git23e1bf1.el8.noarch 1586222003 f4c0c0c82d8de26e41b5a3b777bb94eee85ea14671e7b55b368edf57cd85282f Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14069/14400 21:50:17,145 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-193.14.2.el8_2.aarch64 1596053070 720530cfb74b14255e57ae586ba798d74f9e5b2023f210432f647714c67b3639 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14059/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14049/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14039/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14029/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14019/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 14009/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13999/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13989/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13979/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13969/14400 21:52:07,362 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 21:52:07,394 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.3-20.el8.aarch64 1587698283 cffb3bdf59d486d7900324515ef6546ae54d07fb566e0e55393164900e529b66 21:52:07,422 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 21:52:07,438 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.13.0-6.el8.noarch 1587698386 6a04f539fb9c714dce79e31d0f011970025ebce6f628c7bb5365688512c20d6a 21:52:07,481 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 21:52:07,498 INFO anaconda:packaging: Configuring (running scriptlet for): rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 21:52:07,571 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-common-2.28-101.el8.aarch64 1588354299 c607c327fdd624416fd313a61d2b878b4b3436894f54a129772269e699cf6622 21:52:07,660 INFO anaconda:packaging: Configuring (running scriptlet for): info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13959/14400 21:52:08,006 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-8.el8.aarch64 1587693251 b10bf2d2a3a37a590685ed11cebf2e1b31cccaab5087234dcb790382e29e61dc 21:52:08,066 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-8.el8.aarch64 1587693251 b10bf2d2a3a37a590685ed11cebf2e1b31cccaab5087234dcb790382e29e61dc 21:52:08,104 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 21:52:10,865 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:10,904 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:10,938 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:10,979 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:11,025 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:11,175 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-31.el8_2.2.aarch64 1595343518 32ae9d6e950618de98e740716a613e99e0e1f6ef85ee60c19e1e1cc6148174a9 21:52:11,915 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-31.el8_2.2.aarch64 1595343518 32ae9d6e950618de98e740716a613e99e0e1f6ef85ee60c19e1e1cc6148174a9 21:52:12,042 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 21:52:12,397 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 21:52:12,441 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 21:52:12,446 NOTICE kernel:audit: type=1130 audit(1597009932.430:90): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-rc9625eef3088496eaa4d7b065a3d5bb7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:91): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="libgcc-8.3.1-5.el8.0.2.aarch64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:92): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="tzdata-2020a-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:93): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="geolite2-country-20180605-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:94): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="geolite2-city-20180605-1.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:95): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="python3-setuptools-wheel-39.2.0-5.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,476 NOTICE kernel:audit: type=1138 audit(1597009932.460:96): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="python3-pip-wheel-9.0.3-16.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,477 NOTICE kernel:audit: type=1138 audit(1597009932.460:97): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="hwdata-0.314-8.4.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,477 NOTICE kernel:audit: type=1138 audit(1597009932.460:98): pid=2304 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/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,477 NOTICE kernel:audit: type=1138 audit(1597009932.460:99): pid=2304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="abattis-cantarell-fonts-0.0.25-4.el8.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/mnt/sysimage/" comm="anaconda" exe="/usr/libexec/platform-python3.6" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' 21:52:12,624 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 21:52:12,626 NOTICE systemd:run-rc9625eef3088496eaa4d7b065a3d5bb7.service: Main process exited, code=exited, status=5/NOTINSTALLED 21:52:12,627 WARNING systemd:run-rc9625eef3088496eaa4d7b065a3d5bb7.service: Failed with result 'exit-code'. 21:52:13,357 INFO anaconda:packaging: Verifying: NetworkManager-1:1.22.8-5.el8_2.aarch64 1595354551 83d1165ed0f1de35413287a3f59452103cb5725a3460e5f3cd05b3cdfa4f6f22 21:52:13,367 INFO anaconda:packaging: Verifying: NetworkManager-libnm-1:1.22.8-5.el8_2.aarch64 1595354551 7ea985facfba47d08dd521f43b045c7be5d3889baaa637f850d053fb88bdae76 21:52:13,392 INFO anaconda:packaging: Verifying: NetworkManager-team-1:1.22.8-5.el8_2.aarch64 1595354551 f90763efbd16b1bc8f485341ddbe8d36c8c3497a5dada91fcc163490b6c08e9a 21:52:13,406 INFO anaconda:packaging: Verifying: NetworkManager-tui-1:1.22.8-5.el8_2.aarch64 1595354551 4a4711631b3a8f81b98292c0cff5f219f240dc15ea4e13a5fd06cec96e6968f7 21:52:13,421 INFO anaconda:packaging: Verifying: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 21:52:14,076 INFO anaconda:packaging: Verifying: audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 2036b917615991af2730df046d2cea4b66a69d9592a4e97faeb7134bbdba45ed 21:52:14,087 INFO anaconda:packaging: Verifying: audit-libs-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 11811c556a3bdc9c572c0ab67d3106bd1de3406c9d471de03e028f041b5785c3 21:52:14,098 INFO anaconda:packaging: Verifying: authselect-1.1-2.el8.aarch64 1573230404 a5d616eda2b80c58b429388fc966a542b5d9b712649101e7eb1b12fde7de8bf0 21:52:14,101 INFO anaconda:packaging: Verifying: authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 21:52:14,103 INFO anaconda:packaging: Verifying: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 21:52:14,108 INFO anaconda:packaging: Verifying: bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 21:52:14,108 INFO anaconda:packaging: Verifying: bind-export-libs-32:9.11.13-5.el8_2.aarch64 1594132913 e01778d4fd44a78f44d7b5714cfc6f18f8896833cff2034ad99bb546d3bb66ad 21:52:14,108 INFO anaconda:packaging: Verifying: brotli-1.0.6-1.el8.aarch64 1557534256 53d4648b9fcbc0b226fa9eb09963c0e0468438a9ed3e67cceced09650ddd347b 21:52:14,121 INFO anaconda:packaging: Verifying: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 21:52:14,123 INFO anaconda:packaging: Verifying: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 21:52:14,125 INFO anaconda:packaging: Verifying: ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 21:52:14,127 INFO anaconda:packaging: Verifying: centos-gpg-keys-8.2-2.2004.0.1.el8.noarch 1591146221 c35702cbefafb26e2919171d9eaed6bf5344a283d7fa462bdd88c26e721ef531 21:52:14,128 INFO anaconda:packaging: Verifying: centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 21:52:14,131 INFO anaconda:packaging: Verifying: centos-release-8.2-2.2004.0.1.el8.aarch64 1591146221 c8390ad65f2b39e8d84ac4db3024090b4661e4f2a03dd58f11e8aa3803d98eec 21:52:14,134 INFO anaconda:packaging: Verifying: centos-repos-8.2-2.2004.0.1.el8.aarch64 1591146221 5f60ef9079d89b375f730d5d8ad5fe5778333bac18a0bb32464fc1cff3de2277 21:52:14,141 INFO anaconda:packaging: Verifying: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 21:52:14,143 INFO anaconda:packaging: Verifying: chkconfig-1.11-1.el8.aarch64 1557533941 172da3cd3ea13036c2a6cbe953b5d5b2b41c9a3aa7a2d6fdb5efd4c1d51174f3 21:52:14,145 INFO anaconda:packaging: Verifying: chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 21:52:14,147 INFO anaconda:packaging: Verifying: cockpit-bridge-211.3-1.el8.aarch64 1587698011 8f66e4adccfc8b3174653b35f61fa401f5722500823f40c9f731332d84c30903 21:52:14,148 INFO anaconda:packaging: Verifying: cockpit-system-211.3-1.el8.noarch 1587698011 6d9d7511800071c47b2b5d4f4b25f17661259e0503ef9bafcf3b7ea05c4f71a3 21:52:14,150 INFO anaconda:packaging: Verifying: cockpit-ws-211.3-1.el8.aarch64 1587698011 0393518cc2af0c4d58e1cdcb236ec756c88e0c272ab669d50b8751609f411782 21:52:14,152 INFO anaconda:packaging: Verifying: coreutils-8.30-7.el8_2.1.aarch64 1591804509 be1c5b6282a894c7e0bc6783c1c66c9179b2e0be6125e9b7948970a5bb786f21 21:52:14,154 INFO anaconda:packaging: Verifying: coreutils-common-8.30-7.el8_2.1.aarch64 1591804509 e5e04326d2277178ee7fa7cd6c54452f827cb1f96cd0040e5c4f9c710a4b9399 21:52:14,156 INFO anaconda:packaging: Verifying: cpio-2.12-8.el8.aarch64 1557534098 9a200f1cabd5869c7cd6483dc6e143e394bbd83fc6d653d279bc3ec25e1e35cc 21:52:14,157 INFO anaconda:packaging: Verifying: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 21:52:14,162 INFO anaconda:packaging: Verifying: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 21:52:14,164 INFO anaconda:packaging: Verifying: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 21:52:14,166 INFO anaconda:packaging: Verifying: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 21:52:14,167 INFO anaconda:packaging: Verifying: crontabs-1.11-16.20150630git.el8.noarch 1557580631 57a0a20b081bf0e24fb60146e3a004ff64ab5d55ea0d491c3920c76d4ddac2fe 21:52:14,171 INFO anaconda:packaging: Verifying: crypto-policies-20191128-2.git23e1bf1.el8.noarch 1586222003 f4c0c0c82d8de26e41b5a3b777bb94eee85ea14671e7b55b368edf57cd85282f 21:52:14,173 INFO anaconda:packaging: Verifying: cryptsetup-libs-2.2.2-1.el8.aarch64 1586217848 f713b18f5057d9114659a3eda244240efad15da85a812a668fc33ebe409578cb 21:52:14,175 INFO anaconda:packaging: Verifying: curl-7.61.1-12.el8.aarch64 1585257654 3634ee6e1315be7e38344925938bd37dfc5222ae009fabb1d23964b913963041 21:52:14,182 INFO anaconda:packaging: Verifying: cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 21:52:14,184 INFO anaconda:packaging: Verifying: dbus-1:1.12.8-10.el8_2.aarch64 1595342928 7e70d6e8bc90dccd4c3388d506ad696820490c2051ab3e58802ea6cc38ef714a 21:52:14,186 INFO anaconda:packaging: Verifying: dbus-common-1:1.12.8-10.el8_2.noarch 1595342928 488c91557b55bcd1ef629d1a7ed7a6eaba939a05a319e07166f310d79fe39184 21:52:14,188 INFO anaconda:packaging: Verifying: dbus-daemon-1:1.12.8-10.el8_2.aarch64 1595342928 fb61b8661ba66e560cdb8c618c01263750ee47fde8313a699854852232dcc4be 21:52:14,192 INFO anaconda:packaging: Verifying: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 21:52:14,193 INFO anaconda:packaging: Verifying: dbus-libs-1:1.12.8-10.el8_2.aarch64 1595342928 5a83122cbfac17bbd1faf868454c23ac6b929e0136babfb5885571b6d6b8900e 21:52:14,196 INFO anaconda:packaging: Verifying: dbus-tools-1:1.12.8-10.el8_2.aarch64 1595342928 e5d76cb86a030c10df349bd11b892190af441004424d02af028966d10e3d1fce 21:52:14,201 INFO anaconda:packaging: Verifying: dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 21:52:14,203 INFO anaconda:packaging: Verifying: device-mapper-8:1.02.169-3.el8.aarch64 1587747116 846b89c4ae4b4b34d207c5ddbd7d4ae66f6312cca7ebe08006f48323c91aa80f 21:52:14,205 INFO anaconda:packaging: Verifying: device-mapper-libs-8:1.02.169-3.el8.aarch64 1587747116 26718ce8a44d105c0838c2ff81c3dce9337c74a0bf8d778f92feb84341654c02 21:52:14,206 INFO anaconda:packaging: Verifying: dhcp-client-12:4.3.6-40.el8.aarch64 1587737937 c6f5df4ee10d9160bdb85e7b7e94ffdb1d7f671c90ef0c365be2508cdb2ffb96 21:52:14,208 INFO anaconda:packaging: Verifying: dhcp-common-12:4.3.6-40.el8.noarch 1587737937 9ab0e4ecf16648b4271db6486c5a3d8f7ece0e552317b5bac2bc008876acffcb 21:52:14,210 INFO anaconda:packaging: Verifying: dhcp-libs-12:4.3.6-40.el8.aarch64 1587737937 32492ad760329c6e876064bb02874f8657f1779352f041a177704ba67ab75e42 21:52:14,212 INFO anaconda:packaging: Verifying: diffutils-3.6-6.el8.aarch64 1586218262 8cbebc0fa970ceca4f479ee292eaad155084987be2cf7f97bbafe4a529319c98 21:52:14,214 INFO anaconda:packaging: Verifying: dmidecode-1:3.2-5.el8.aarch64 1586215576 361c4d180f7fb945c258c0cc40e8cc9309677ad68747b674a27d25fb85f267a6 21:52:14,216 INFO anaconda:packaging: Verifying: dnf-4.2.17-7.el8_2.noarch 1595357229 825d5e0379db26dbd52decc89615fed1ce7ebae5c8bc20abc8323fc51df5eb72 21:52:14,217 INFO anaconda:packaging: Verifying: dnf-data-4.2.17-7.el8_2.noarch 1595357229 29cd4ba0de0e33ad0791c84a7ef10269aadd9d5fc6acd0fc981c9a8b7214f50a 21:52:14,219 INFO anaconda:packaging: Verifying: dnf-plugins-core-4.0.12-3.el8.noarch 1587758682 eafdafcce8cda2dfea50258ab0ba0a09eb736f2fc9eb11f1a57ff9e6074394da 21:52:14,221 INFO anaconda:packaging: Verifying: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 21:52:14,223 INFO anaconda:packaging: Verifying: dracut-049-70.git20200228.el8.aarch64 1587697404 c4dfc2912e7c144dd3cb72135e6e9d60a3b4df285891c39f4978ff80744c285c 21:52:14,225 INFO anaconda:packaging: Verifying: dracut-config-generic-049-70.git20200228.el8.aarch64 1587697404 3f02146ddfa6ed6be37e42e0dcc0e43409094840edba95488a5b4e8ae5961fbe 21:52:14,227 INFO anaconda:packaging: Verifying: dracut-config-rescue-049-70.git20200228.el8.aarch64 1587697404 160480597c36506ef5e1fec6f01983506bfe149a512b330aa834efc2063e839c 21:52:14,229 INFO anaconda:packaging: Verifying: dracut-network-049-70.git20200228.el8.aarch64 1587697404 e990c923623c24de703b7e0e39bcb25aa13be87ef6a31deed65d794671944686 21:52:14,231 INFO anaconda:packaging: Verifying: dracut-squash-049-70.git20200228.el8.aarch64 1587697404 688806514f644c13caa49614a6c0e5cefc8507e5bc6de93af5cab76755f4ef33 21:52:14,233 INFO anaconda:packaging: Verifying: e2fsprogs-1.45.4-3.el8.aarch64 1587695450 221f25564a65cb210bc8188937dba5eabe7d73fb5a60620352f1c8620042a383 21:52:14,235 INFO anaconda:packaging: Verifying: e2fsprogs-libs-1.45.4-3.el8.aarch64 1587695450 f1d73a278128e8353f82fe032f5901fc25950c21862c353256a8ab2dd6059ab1 21:52:14,237 INFO anaconda:packaging: Verifying: efi-filesystem-3-2.el8.noarch 1557581188 e5961ed94f6609f99d30aed65883764750b738ac448f7e1eca6e046743a7a5ef 21:52:14,239 INFO anaconda:packaging: Verifying: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 21:52:14,241 INFO anaconda:packaging: Verifying: efivar-36-1.el8.aarch64 1557585149 9702573194d4d11974707180e6f1e5e0e8ed7f2361088afc71af0450536492f9 21:52:14,243 INFO anaconda:packaging: Verifying: efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 21:52:14,244 INFO anaconda:packaging: Verifying: elfutils-default-yama-scope-0.178-7.el8.noarch 1587747151 25157a7103a91e2c40ff8b4bf43dfd4cf2faf37c98698dc2ff032c240babe4e2 21:52:14,246 INFO anaconda:packaging: Verifying: elfutils-libelf-0.178-7.el8.aarch64 1587747151 4c5372ed4b1d944c5d572afbbee6cef8c3c7084635ddef4dc5880c16c7dba659 21:52:14,248 INFO anaconda:packaging: Verifying: elfutils-libs-0.178-7.el8.aarch64 1587747151 b3b68bbbbec6eaecad845f6bffa58784b201ef94b723737d67103ff60e6185b8 21:52:14,249 INFO anaconda:packaging: Verifying: ethtool-2:5.0-2.el8.aarch64 1573231455 6f22032249e36b6cf05bb4346b2864e3e2c94aea0d872ed2eede0e8f0ebb908c 21:52:14,252 INFO anaconda:packaging: Verifying: expat-2.2.5-3.el8.aarch64 1557534216 6b081b6a5b780eefe8fc5f8f6c4291b7558ddd6107de8a8bd9610799be9662e4 21:52:14,254 INFO anaconda:packaging: Verifying: file-5.33-13.el8.aarch64 1586217939 9d62c5bb74a7ccd10b277295e700b8f3a1b6bb024d333650b4a0fab7635b360d 21:52:14,256 INFO anaconda:packaging: Verifying: file-libs-5.33-13.el8.aarch64 1586217939 9897d30307f398109e580f0440d7ec0bf484d4c7f248a1018a0b0f848be4ed00 21:52:14,258 INFO anaconda:packaging: Verifying: filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 21:52:14,260 INFO anaconda:packaging: Verifying: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 21:52:14,262 INFO anaconda:packaging: Verifying: fipscheck-1.5.0-4.el8.aarch64 1557581383 6a5f0fd839aad1ef9a435346b7c7f7f6c892af6b3856732b32bbe2aaf75a1d39 21:52:14,264 INFO anaconda:packaging: Verifying: fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 21:52:14,266 INFO anaconda:packaging: Verifying: firewalld-0.8.0-4.el8.noarch 1587697361 28e5c5d2b834ebb188d924e17acf1323c7958b1103af7ecb7e9781f355f123a5 21:52:14,267 INFO anaconda:packaging: Verifying: firewalld-filesystem-0.8.0-4.el8.noarch 1587697361 9e749e7e75dd8fdbbe45db6debc19553dad962b447ab86fd10ddd96517ad65d3 21:52:14,270 INFO anaconda:packaging: Verifying: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 21:52:14,272 INFO anaconda:packaging: Verifying: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 21:52:14,273 INFO anaconda:packaging: Verifying: freetype-2.9.1-4.el8.aarch64 1557581503 b07f15c1664aebecde998ae5c704e86f7869171d79726f3748ed8e5c60d9b145 21:52:14,275 INFO anaconda:packaging: Verifying: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 21:52:14,277 INFO anaconda:packaging: Verifying: gawk-4.2.1-1.el8.aarch64 1557534134 481c7df1492512f2a1d0afb42f041e4ac500cdf7d1f6e2f20c81222c7fc54e35 21:52:14,279 INFO anaconda:packaging: Verifying: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 21:52:14,281 INFO anaconda:packaging: Verifying: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 21:52:14,283 INFO anaconda:packaging: Verifying: gdk-pixbuf2-2.36.12-5.el8.aarch64 1573231851 b2c52d4191957d35b81428fc1e991915839a99fd4d0756c846b5c4dd386b38fe 21:52:14,285 INFO anaconda:packaging: Verifying: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 21:52:14,287 INFO anaconda:packaging: Verifying: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 21:52:14,289 INFO anaconda:packaging: Verifying: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 21:52:14,290 INFO anaconda:packaging: Verifying: glib2-2.56.4-8.el8.aarch64 1587693251 b10bf2d2a3a37a590685ed11cebf2e1b31cccaab5087234dcb790382e29e61dc 21:52:14,292 INFO anaconda:packaging: Verifying: glibc-2.28-101.el8.aarch64 1588354299 85e90447a64a0c04ea9177966f38bd350f4a80ae416d8e63e479d46e7cc910ff 21:52:14,294 INFO anaconda:packaging: Verifying: glibc-all-langpacks-2.28-101.el8.aarch64 1588354299 200b987c8647d9cc7e90c0ec562518b6e78ecbdabaf75c8856faad861c3e8842 21:52:14,296 INFO anaconda:packaging: Verifying: glibc-common-2.28-101.el8.aarch64 1588354299 c607c327fdd624416fd313a61d2b878b4b3436894f54a129772269e699cf6622 21:52:14,298 INFO anaconda:packaging: Verifying: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 21:52:14,300 INFO anaconda:packaging: Verifying: gnupg2-2.2.9-1.el8.aarch64 1557534580 cdaad1e2c2321bd400740c140f595c03baee66a4d3af42a97808202c2a047614 21:52:14,302 INFO anaconda:packaging: Verifying: gnupg2-smime-2.2.9-1.el8.aarch64 1557534580 caa079a4e2ee59c9fb062c2fee2087e360863249d820eecb4c21f12a106c352c 21:52:14,303 INFO anaconda:packaging: Verifying: gnutls-3.6.8-11.el8_2.aarch64 1592858453 aeab3873f101b77861a5b45983fe9e9183502863c6fde595beba9f6aa16a88f7 21:52:14,305 INFO anaconda:packaging: Verifying: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 21:52:14,307 INFO anaconda:packaging: Verifying: gpgme-1.10.0-6.el8.0.1.aarch64 1557965317 8113abba5e1552707c4bb808b9fbbd42e8837046e7a815fea170eaa032ade3e7 21:52:14,309 INFO anaconda:packaging: Verifying: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 21:52:14,311 INFO anaconda:packaging: Verifying: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 21:52:14,313 INFO anaconda:packaging: Verifying: grub2-common-1:2.02-87.el8_2.noarch 1596057073 886fe30d2f7ab40f96a8b28a96b86079feab5f45f8fac818d02c17af03b5af05 21:52:14,315 INFO anaconda:packaging: Verifying: grub2-efi-aa64-1:2.02-87.el8_2.aarch64 1596057073 46a6c3ea32b268df8cee79db988f6ea7c6a42f5aa1fcdaf8d699b891ee19c14b 21:52:14,316 INFO anaconda:packaging: Verifying: grub2-tools-1:2.02-87.el8_2.aarch64 1596057073 8c18271235faa65eaed1dcdcf21b38b49b55b1bf6e52fb337069f4c0d435d13d 21:52:14,318 INFO anaconda:packaging: Verifying: grub2-tools-extra-1:2.02-87.el8_2.aarch64 1596057073 104151e503c14571fa63caaac6ded5fce6105cb9edf264df6ef2c862cc7e9af8 21:52:14,320 INFO anaconda:packaging: Verifying: grub2-tools-minimal-1:2.02-87.el8_2.aarch64 1596057073 5a0ab31bb5da992db4af366f09da9499d575d3eef48432112c61ccd90068d136 21:52:14,322 INFO anaconda:packaging: Verifying: grubby-8.40-38.el8.aarch64 1586220349 378dd162d1d62232663434e861ad7421b9e7ce091ed7b73d016992d33d00f0c4 21:52:14,324 INFO anaconda:packaging: Verifying: gsettings-desktop-schemas-3.32.0-4.el8.aarch64 1586218843 ed9ce8ce2fca4a134f2e49373a84f3e02c54d499279cb89861ca3919b25add41 21:52:14,326 INFO anaconda:packaging: Verifying: gssproxy-0.8.0-15.el8.aarch64 1586216130 a56497f75efd054c12876b8d3d1344a2173357489ad9f193f52525eb40b00679 21:52:14,337 INFO anaconda:packaging: Verifying: gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 21:52:14,337 INFO anaconda:packaging: Verifying: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 21:52:14,337 INFO anaconda:packaging: Verifying: hdparm-9.54-2.el8.aarch64 1557582484 7fccc75d00a8f0223b01776dd79a22822291e4b8bb41e38ec483a556b2b7884d 21:52:14,338 INFO anaconda:packaging: Verifying: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 21:52:14,338 INFO anaconda:packaging: Verifying: hwdata-0.314-8.4.el8.noarch 1587698197 d9d1b63657444369901988eeb8154e0e254b026bbafaf1aba36d78d712d4b6de 21:52:14,338 INFO anaconda:packaging: Verifying: ima-evm-utils-1.1-5.el8.aarch64 1573232742 b58f45e55741bb835ec566af2afc36cd97d8fc354b3aad96a85980cadefa968c 21:52:14,338 INFO anaconda:packaging: Verifying: info-6.5-6.el8.aarch64 1587693166 187a1fbb7e2992dfa777c7ca5c2f7369ecb85e4be4a483e6c0c6036e02bacf95 21:52:14,339 INFO anaconda:packaging: Verifying: initscripts-10.00.6-1.el8_2.1.aarch64 1591813891 54992ebaf67c07a707168ebf5a6a1174e3f7bcac30c0f9e664a08ba74442f1c4 21:52:14,341 INFO anaconda:packaging: Verifying: ipcalc-0.2.4-4.el8.aarch64 1586214965 93f4b9f5198e2b04dd8d176ab127660739b18d33438150b03392925f09321fe8 21:52:14,345 INFO anaconda:packaging: Verifying: iproute-5.3.0-1.el8.aarch64 1586215060 dea582ce420386d66a80aa316accfa9f3e9b5628d87b6c30272f7e80e2dce222 21:52:14,347 INFO anaconda:packaging: Verifying: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 21:52:14,348 INFO anaconda:packaging: Verifying: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 21:52:14,350 INFO anaconda:packaging: Verifying: iptables-1.8.4-10.el8_2.1.aarch64 1595353737 086a81e5baeadef520b3ec9f0345a3cc75a8f390598452098fdeeee303be366a 21:52:14,351 INFO anaconda:packaging: Verifying: iptables-ebtables-1.8.4-10.el8_2.1.aarch64 1595353737 4dd31beb51daa767202fc8cd451565e1165af821c465489b560d49cbe2682529 21:52:14,353 INFO anaconda:packaging: Verifying: iptables-libs-1.8.4-10.el8_2.1.aarch64 1595353737 5bcaa67966390cdccc6aa1600e7ddff7f610917b8b3eff42c2f641b1bfdb5d19 21:52:14,355 INFO anaconda:packaging: Verifying: iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 21:52:14,359 INFO anaconda:packaging: Verifying: irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 21:52:14,360 INFO anaconda:packaging: Verifying: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 21:52:14,363 INFO anaconda:packaging: Verifying: json-c-0.13.1-0.2.el8.aarch64 1557583395 e5f07ebcc0dabd9cc5a460c3fd5db8bbb96276a48132ea52ce2b1ddb7ead6320 21:52:14,364 INFO anaconda:packaging: Verifying: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 21:52:14,366 INFO anaconda:packaging: Verifying: kbd-2.0.4-8.el8.aarch64 1557583683 0718c043b13b3676a5f4a57f85ac4fac435f49a89a2050a093ed87cc37f0e0a7 21:52:14,368 INFO anaconda:packaging: Verifying: kbd-legacy-2.0.4-8.el8.noarch 1557583683 331cfded11fa060603aa6fe768ac78e0233481dad2ae2b082462d3902f1ae7c9 21:52:14,370 INFO anaconda:packaging: Verifying: kbd-misc-2.0.4-8.el8.noarch 1557583683 e5f83b3943b3fa81681a8cfabbf818afff97818b24c891e40027f8ff11048b6a 21:52:14,372 INFO anaconda:packaging: Verifying: kernel-4.18.0-193.14.2.el8_2.aarch64 1596053070 fba8ae42403c2df36bbb4c0d731a6cb3fc46045fec917c1a2a3bf38096e29be4 21:52:14,374 INFO anaconda:packaging: Verifying: kernel-core-4.18.0-193.14.2.el8_2.aarch64 1596053070 720530cfb74b14255e57ae586ba798d74f9e5b2023f210432f647714c67b3639 21:52:14,376 INFO anaconda:packaging: Verifying: kernel-modules-4.18.0-193.14.2.el8_2.aarch64 1596053070 3edceb9d3f1644225435b031d7a57aaa5523d27a52f17b7d4b0ee18b996f1e91 21:52:14,379 INFO anaconda:packaging: Verifying: kernel-tools-4.18.0-193.14.2.el8_2.aarch64 1596053070 12e1847f116540893c0d2459f2beda1b4265f2c441ac77a7b1f8c84ed206102a 21:52:14,380 INFO anaconda:packaging: Verifying: kernel-tools-libs-4.18.0-193.14.2.el8_2.aarch64 1596053070 58cf814d715ea5ec0f12ba41803de0f19300bdb2a413fc00fcbd2eb4ef3e1429 21:52:14,382 INFO anaconda:packaging: Verifying: kexec-tools-2.0.20-14.el8.aarch64 1587747325 da70033e8c8b8f9d4f987963fafd39d9710539ad2c28881731d2fbd9ef7090b0 21:52:14,384 INFO anaconda:packaging: Verifying: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 21:52:14,386 INFO anaconda:packaging: Verifying: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 21:52:14,388 INFO anaconda:packaging: Verifying: kmod-25-16.el8.aarch64 1586221569 7bcba5de3c015d001ef55a6b9e29f95b5b5ef680f3a0ad9c9938ed771cbb9fd1 21:52:14,389 INFO anaconda:packaging: Verifying: kmod-libs-25-16.el8.aarch64 1586221569 1f1151d90463a1c3ab2ce2be40402585263150a3de0f6beb75224da9ded2fb9e 21:52:14,391 INFO anaconda:packaging: Verifying: kpartx-0.8.3-3.el8.aarch64 1586222342 8a09fc6e76169095f782887a59896df04caea16a3030636b47899a669c2df8c3 21:52:14,393 INFO anaconda:packaging: Verifying: krb5-libs-1.17-18.el8.aarch64 1587735857 5a512c291feeb3fe3795821b3d0034a46017890e9826db6eda4f4c3c10fb708e 21:52:14,395 INFO anaconda:packaging: Verifying: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 21:52:14,397 INFO anaconda:packaging: Verifying: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 21:52:14,399 INFO anaconda:packaging: Verifying: libappstream-glib-0.7.14-3.el8.aarch64 1557584046 791e9574c613eed49b92680ff89cf786f7f3d7bac52bc5427b72b2ea5058dfab 21:52:14,401 INFO anaconda:packaging: Verifying: libarchive-3.3.2-8.el8_1.aarch64 1580393622 bcaf73c3ca5ef466bdb61cc5f8db55fb082a6fdcab98bcaa6f44c91ddddec2d1 21:52:14,402 INFO anaconda:packaging: Verifying: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 21:52:14,404 INFO anaconda:packaging: Verifying: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 21:52:14,406 INFO anaconda:packaging: Verifying: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 21:52:14,408 INFO anaconda:packaging: Verifying: libblkid-2.32.1-22.el8.aarch64 1587732129 d99066fcccb1f357e44c2abcb6445c52e7493589931cd0cfc3cf75a6e0208a88 21:52:14,410 INFO anaconda:packaging: Verifying: libcap-2.26-3.el8.aarch64 1586215062 b1e0bff93ffc3e984e665b236712eec0f2a45e62bb63470eb5465b9c1619ddb5 21:52:14,412 INFO anaconda:packaging: Verifying: libcap-ng-0.7.9-5.el8.aarch64 1586216615 0a3c264fa00b82fda25a2c4bee6ce9012d7ae76f6c170d857946bb60570e389a 21:52:14,414 INFO anaconda:packaging: Verifying: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 21:52:14,415 INFO anaconda:packaging: Verifying: libcom_err-1.45.4-3.el8.aarch64 1587695450 16182b45246cd3137a5842206f9dcf790f8db45603499322c02603089b7c9f20 21:52:14,417 INFO anaconda:packaging: Verifying: libcomps-0.1.11-4.el8.aarch64 1587693107 e320e3b0499ba7304b5f9f86fbb3c54ef49e316a681a0b7768e8a6df12b26c45 21:52:14,419 INFO anaconda:packaging: Verifying: libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 21:52:14,421 INFO anaconda:packaging: Verifying: libcurl-7.61.1-12.el8.aarch64 1585257654 67392e5e28761144e206e22c79ff533d1b672e849805b68da3449b240c8b8082 21:52:14,422 INFO anaconda:packaging: Verifying: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 21:52:14,424 INFO anaconda:packaging: Verifying: libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 21:52:14,426 INFO anaconda:packaging: Verifying: libdb-utils-5.3.28-37.el8.aarch64 1573233918 9c174435e558ebc58198efd824803a01275831c69e8969fc567a34b6f9d07f6d 21:52:14,428 INFO anaconda:packaging: Verifying: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 21:52:14,429 INFO anaconda:packaging: Verifying: libdnf-0.39.1-6.el8_2.aarch64 1595356392 5db5f176cf01caa4b9948df3b2b83db8f89b34760505e866e1d5e39fc9fb9ff1 21:52:14,431 INFO anaconda:packaging: Verifying: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 21:52:14,433 INFO anaconda:packaging: Verifying: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 21:52:14,435 INFO anaconda:packaging: Verifying: libfdisk-2.32.1-22.el8.aarch64 1587732129 1a5effb774547364f567f532c9399b9f2ed23f7f5046b5e0e8a61e039fcd2c7d 21:52:14,437 INFO anaconda:packaging: Verifying: libffi-3.1-21.el8.aarch64 1573233544 bc2fc704cf93c3d23b5dd08190504888c5c5de9e36ad5503bca83918c9a0f0eb 21:52:14,438 INFO anaconda:packaging: Verifying: libgcc-8.3.1-5.el8.0.2.aarch64 1587149941 9bb31907f761b2fb5eb908374c13aee5ae0b31e3abfba1e0e729e7c2acaf3a74 21:52:14,440 INFO anaconda:packaging: Verifying: libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 21:52:14,442 INFO anaconda:packaging: Verifying: libgomp-8.3.1-5.el8.0.2.aarch64 1587149941 dbe5fd8af1be211256da3bf4f9657fb07ac4f5b8c1639d3c09e81a02c8153715 21:52:14,444 INFO anaconda:packaging: Verifying: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 21:52:14,446 INFO anaconda:packaging: Verifying: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 21:52:14,447 INFO anaconda:packaging: Verifying: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 21:52:14,449 INFO anaconda:packaging: Verifying: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 21:52:14,451 INFO anaconda:packaging: Verifying: libkcapi-1.1.1-16_1.el8.aarch64 1557585303 1320860e686f2c065412f51b96538ec373ac521a90d83450cecb12ac7d1c8166 21:52:14,453 INFO anaconda:packaging: Verifying: libkcapi-hmaccalc-1.1.1-16_1.el8.aarch64 1557585303 afe4286cd6ffb6412f6790c0c8c6c14f9b1b207642f81926c178f9dea4f457ff 21:52:14,454 INFO anaconda:packaging: Verifying: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 21:52:14,456 INFO anaconda:packaging: Verifying: libldb-2.0.7-3.el8.aarch64 1586916598 48dcc824d7ef09b06a600af0022451f953632e0c5a673d219bb077fafdab81b7 21:52:14,458 INFO anaconda:packaging: Verifying: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 21:52:14,460 INFO anaconda:packaging: Verifying: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 21:52:14,461 INFO anaconda:packaging: Verifying: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 21:52:14,463 INFO anaconda:packaging: Verifying: libmodulemd1-1.8.16-0.2.8.2.1.aarch64 1582216246 294838dcff05b62a7211aaaf67bd350de7d2762483d087587e1ba4c8472c134e 21:52:14,465 INFO anaconda:packaging: Verifying: libmount-2.32.1-22.el8.aarch64 1587732129 41b7e025c4d24fe389949fb13364c0704faff21c5ff3c913af5ec8da565455e3 21:52:14,467 INFO anaconda:packaging: Verifying: libndp-1.7-3.el8.aarch64 1586216141 8a234875b8e2ff7ad0b88bc4493cf6281ce01870b957826ce70d031e1c9405fa 21:52:14,469 INFO anaconda:packaging: Verifying: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 21:52:14,470 INFO anaconda:packaging: Verifying: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 21:52:14,472 INFO anaconda:packaging: Verifying: libnfsidmap-1:2.3.3-31.el8.aarch64 1587697792 f0170bbe7443c0851d7f698fe49af3f1741040f4ae82dd01163aadfed0cd799f 21:52:14,474 INFO anaconda:packaging: Verifying: libnftnl-1.1.5-4.el8.aarch64 1587696714 c85fbf0045e810a8a7df257799a82e32fee141db8119e9f1eb7abdb96553127f 21:52:14,476 INFO anaconda:packaging: Verifying: libnghttp2-1.33.0-3.el8_2.1.aarch64 1593182462 23e9ff009c2316652c3bcd96a8b69b5bc26f2acd46214f652a7ce26a572cbabb 21:52:14,477 INFO anaconda:packaging: Verifying: libnl3-3.5.0-1.el8.aarch64 1586219375 851a9cebfb68b8c301231b1121f573311fbb165ace0f4b1a599fa42f80113df9 21:52:14,479 INFO anaconda:packaging: Verifying: libnl3-cli-3.5.0-1.el8.aarch64 1586219375 47822e5b7a8886e09ac50e1143738976ec2ca431f675834d5cf1dd5031316dbc 21:52:14,481 INFO anaconda:packaging: Verifying: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 21:52:14,483 INFO anaconda:packaging: Verifying: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 21:52:14,485 INFO anaconda:packaging: Verifying: libpcap-14:1.9.0-3.el8.aarch64 1576255398 1c945626c4f926e0bb991c26aef4da87aa9a34d9bb4e958ec6090457d4813156 21:52:14,487 INFO anaconda:packaging: Verifying: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 21:52:14,488 INFO anaconda:packaging: Verifying: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 21:52:14,490 INFO anaconda:packaging: Verifying: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 21:52:14,492 INFO anaconda:packaging: Verifying: libpsl-0.20.2-5.el8.aarch64 1557535090 8743b29596353e56b8f8c5c946f89a1d2edf698f17a7c4166c57366e01be68d4 21:52:14,494 INFO anaconda:packaging: Verifying: libpwquality-1.4.0-9.el8.aarch64 1557535058 a90e9486e7956f07d1e48a60128c6fcdce7ba45deff90b403e8b77a8d6d77a12 21:52:14,495 INFO anaconda:packaging: Verifying: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 21:52:14,497 INFO anaconda:packaging: Verifying: librepo-1.11.0-2.el8.aarch64 1586986071 5147afbb58ae232e9b7c617a5669fb600eb3b7beea897f8cc33c76af4e2842cf 21:52:14,499 INFO anaconda:packaging: Verifying: libreport-filesystem-2.9.5-10.el8.aarch64 1588805390 7f970aefb46a2c43057f46aaf66d1e4db637ea00d142bb7a9c03ad09ae4004b3 21:52:14,501 INFO anaconda:packaging: Verifying: libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 21:52:14,503 INFO anaconda:packaging: Verifying: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 21:52:14,504 INFO anaconda:packaging: Verifying: libselinux-2.9-3.el8.aarch64 1586839232 761b39bec7d8a603a617a241f56dac786206bac98b997bbf428376e9ebd6d86d 21:52:14,506 INFO anaconda:packaging: Verifying: libselinux-utils-2.9-3.el8.aarch64 1586839232 3bc77b12143ed0bd96fd44f733515bcef1bc334200047eb544df52b7ffc3e2c0 21:52:14,508 INFO anaconda:packaging: Verifying: libsemanage-2.9-2.el8.aarch64 1586839148 e0218803aefbded09bab7afb048bc836258ed2674cb7e42bbd1ac4d2264a0174 21:52:14,510 INFO anaconda:packaging: Verifying: libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 21:52:14,511 INFO anaconda:packaging: Verifying: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 21:52:14,513 INFO anaconda:packaging: Verifying: libsmartcols-2.32.1-22.el8.aarch64 1587732129 34210c44da983ae0ce72d931dbf22dda005c3d29d23dfaf37946c0599f4cbe83 21:52:14,515 INFO anaconda:packaging: Verifying: libsolv-0.7.7-1.el8.aarch64 1579112441 9656325bc641c7f02bb10f1f9117dc3d7a0f2791a5887dde5a752d4a724493ff 21:52:14,517 INFO anaconda:packaging: Verifying: libsoup-2.62.3-1.el8.aarch64 1557586068 d9452ee3f72d83d5cc8ea20ef8443c006298b76181f6dde262b2a00d7e13de74 21:52:14,519 INFO anaconda:packaging: Verifying: libss-1.45.4-3.el8.aarch64 1587695450 468796a612f016c85544286a93b39cfc8d2f340de625fbcc6c27012ff2494ce3 21:52:14,520 INFO anaconda:packaging: Verifying: libssh-0.9.0-4.el8.aarch64 1573234383 c5f58b46af969ce79376f444552cf83880564cd3e53128794dde62ce4effffdf 21:52:14,522 INFO anaconda:packaging: Verifying: libssh-config-0.9.0-4.el8.noarch 1573234383 de84d1439aba91eb9a6de521a0beb3bc6cbf7686f56a622aa289c398b2b0a28f 21:52:14,524 INFO anaconda:packaging: Verifying: libsss_autofs-2.2.3-20.el8.aarch64 1587698283 09eff051d435251035b8195647c8b0d67ca6abfd44bce760ba50f25f32917009 21:52:14,526 INFO anaconda:packaging: Verifying: libsss_certmap-2.2.3-20.el8.aarch64 1587698283 72ada739cc290fdd8a0af7fc1ca2517feae37581f6b293953f34f66a1f0d257b 21:52:14,527 INFO anaconda:packaging: Verifying: libsss_idmap-2.2.3-20.el8.aarch64 1587698283 9cfc239e24aba04ca0b23a4deb1013059d1fcc6b2c37953219763bdb4d481b4c 21:52:14,529 INFO anaconda:packaging: Verifying: libsss_nss_idmap-2.2.3-20.el8.aarch64 1587698283 e1b2f0b88480c9e2d62a1c3631d0ec0396cb896ff0e988318b529b707e89bf1a 21:52:14,531 INFO anaconda:packaging: Verifying: libsss_sudo-2.2.3-20.el8.aarch64 1587698283 98a1e5343b21a96271b23a07e9a07e802beca735d7c9e1e7ce5e08eb3985f2fd 21:52:14,533 INFO anaconda:packaging: Verifying: libstdc++-8.3.1-5.el8.0.2.aarch64 1587149941 3eda94720ea5bf2c6f1e55dee0b817b1ca117d3e5c87c415ad30c430ae18a767 21:52:14,535 INFO anaconda:packaging: Verifying: libstemmer-0-10.585svn.el8.aarch64 1557586055 9d17e43486ac5add558ad43514b81444a6e2603d5f9e8d24b89d41ae5b98b4f6 21:52:14,536 INFO anaconda:packaging: Verifying: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 21:52:14,538 INFO anaconda:packaging: Verifying: libtalloc-2.2.0-7.el8.aarch64 1586220860 999bd55a3f03309c7b323ff639ccdd1173f9a431539b19dfad82982370a3a6e1 21:52:14,540 INFO anaconda:packaging: Verifying: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 21:52:14,542 INFO anaconda:packaging: Verifying: libtdb-1.4.2-2.el8.aarch64 1586221027 a5523684a410fb5de59ceaf7c2cf05d3b31d987a2bc6c1dadea216807ac14dc1 21:52:14,544 INFO anaconda:packaging: Verifying: libteam-1.29-1.el8.aarch64 1586216536 f742ff080cf55ee075259eb744336467d606880184a5622b27d0c60e3269e527 21:52:14,545 INFO anaconda:packaging: Verifying: libtevent-0.10.0-2.el8.aarch64 1586909933 abb0e7063ef6b2b85b0ebcaae460a57260681ee34764739f88365b2a93cde256 21:52:14,547 INFO anaconda:packaging: Verifying: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 21:52:14,549 INFO anaconda:packaging: Verifying: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 21:52:14,551 INFO anaconda:packaging: Verifying: libusbx-1.0.22-1.el8.aarch64 1557535350 24145e86f4b02fac2175f3d8e9f38749618a8b770b45ae2a5a92311c220c9ff0 21:52:14,553 INFO anaconda:packaging: Verifying: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 21:52:14,555 INFO anaconda:packaging: Verifying: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 21:52:14,557 INFO anaconda:packaging: Verifying: libuuid-2.32.1-22.el8.aarch64 1587732129 ab4fa82c638ca0a31ffcb693e88d6db05f2b8efc38d3275de7a4bfa46c349097 21:52:14,559 INFO anaconda:packaging: Verifying: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 21:52:14,561 INFO anaconda:packaging: Verifying: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 21:52:14,564 INFO anaconda:packaging: Verifying: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 21:52:14,565 INFO anaconda:packaging: Verifying: libxml2-2.9.7-7.el8.aarch64 1586215769 62a4d1c18b48aeb9c83d0d2e64af7cd3b50b84fb76c46bdbda35f6ff788a73e5 21:52:14,567 INFO anaconda:packaging: Verifying: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 21:52:14,569 INFO anaconda:packaging: Verifying: libzstd-1.4.2-2.el8.aarch64 1579636773 c5db97dc6a99dd32e1bc02eaae7d3cf497aa28a7cdd48eea93ae15cb848732a8 21:52:14,571 INFO anaconda:packaging: Verifying: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 1578693227 0ff5707e1fd27ff7932698b7ae711e02f5f50471f656ed8850280f26f3717d9f 21:52:14,573 INFO anaconda:packaging: Verifying: logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 21:52:14,575 INFO anaconda:packaging: Verifying: lshw-B.02.18-23.el8.aarch64 1587695484 23699bbb8707b00766e15a9c8bbaf1d0fc763be3b857d044b74b599f92a96ec5 21:52:14,577 INFO anaconda:packaging: Verifying: lsscsi-0.30-1.el8.aarch64 1557586552 54a0cc194a5c31f4f45d1d2ccf9790e51529d86f0aaf083092096e09011d7bab 21:52:14,587 INFO anaconda:packaging: Verifying: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 21:52:14,587 INFO anaconda:packaging: Verifying: lz4-libs-1.8.1.2-4.el8.aarch64 1557535455 b646ce7481e0c17b0b5ae21d606e96496a56bf782e94247968061e746d97b4ce 21:52:14,587 INFO anaconda:packaging: Verifying: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 21:52:14,588 INFO anaconda:packaging: Verifying: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 21:52:14,588 INFO anaconda:packaging: Verifying: mokutil-1:0.3.0-9.el8.aarch64 1557586896 8c51a122cdeeda7d93b8390f20cc4127172b97d5e00aa3b163ac315b35a89f5a 21:52:14,588 INFO anaconda:packaging: Verifying: mozjs60-60.9.0-4.el8.aarch64 1587753322 8a1da341e022af37e9861bb2e8f2b045ad0b36cd783547c0dee08b8097e73c80 21:52:14,588 INFO anaconda:packaging: Verifying: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 21:52:14,588 INFO anaconda:packaging: Verifying: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 21:52:14,588 INFO anaconda:packaging: Verifying: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d 21:52:14,589 INFO anaconda:packaging: Verifying: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 21:52:14,590 INFO anaconda:packaging: Verifying: net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 21:52:14,592 INFO anaconda:packaging: Verifying: nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 21:52:14,593 INFO anaconda:packaging: Verifying: newt-0.52.20-11.el8.aarch64 1586208562 b0b43ae9d3f38a2bd20dd4452a3d6e791407ac3b24b71019605e8caf8adaf79e 21:52:14,594 INFO anaconda:packaging: Verifying: nfs-utils-1:2.3.3-31.el8.aarch64 1587697792 22aed5dede07d9aae72fb9233672bb9f19ea61686931b4246c473993979b97ad 21:52:14,596 INFO anaconda:packaging: Verifying: nftables-1:0.9.3-12.el8.aarch64 1587736394 a5395dfe9ad059331e98ef681ac1de6ae3a9cd5366a4f1e7e24afa788a62f0c1 21:52:14,597 INFO anaconda:packaging: Verifying: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 21:52:14,599 INFO anaconda:packaging: Verifying: numactl-libs-2.0.12-9.el8.aarch64 1586221589 4a66eae8743226c88c9aafbcf0c83a34a0ac3643a5fe84e392dffbfb81cd61cd 21:52:14,600 INFO anaconda:packaging: Verifying: openldap-2.4.46-11.el8_1.aarch64 1580832130 11948242c0ac0a45fdffe142d15f658b0a2ebffafb12fb200175423733eaa765 21:52:14,602 INFO anaconda:packaging: Verifying: openssh-8.0p1-4.el8_1.aarch64 1580832356 44e0c98c773c8add8258c83d6bd493d87423b9ea48dd443b14c28a353095043b 21:52:14,604 INFO anaconda:packaging: Verifying: openssh-clients-8.0p1-4.el8_1.aarch64 1580832356 b74064f46423f3c1b74c43ba0b1b3396108beaf67943764f6a0fe79427b72874 21:52:14,605 INFO anaconda:packaging: Verifying: openssh-server-8.0p1-4.el8_1.aarch64 1580832356 e388fdd85791e5fc157a2af880e3ae78c5a2d786a4eab48d7c186b6be5a5ea25 21:52:14,607 INFO anaconda:packaging: Verifying: openssl-1:1.1.1c-15.el8.aarch64 1587697939 cf10392c322c02c017b9f127102d45c91825af4c4edf21d2ae727fa1d8fc84c2 21:52:14,608 INFO anaconda:packaging: Verifying: openssl-libs-1:1.1.1c-15.el8.aarch64 1587697939 e25209f9c272a5407ed0d8397e6f8ce8d6de1bb3a6186b06d23ec1533d19d18a 21:52:14,610 INFO anaconda:packaging: Verifying: openssl-pkcs11-0.4.10-2.el8.aarch64 1586219947 f758b3e76f41ecb5340e7def046acd9f91242ebe7060ad2d509381584075ead8 21:52:14,611 INFO anaconda:packaging: Verifying: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 21:52:14,613 INFO anaconda:packaging: Verifying: p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 21:52:14,615 INFO anaconda:packaging: Verifying: p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 21:52:14,616 INFO anaconda:packaging: Verifying: pam-1.3.1-8.el8.aarch64 1586989895 3e28658058d0d26e10b788642a7cd131a5cc59b2b7ca56465033054e6ad91d84 21:52:14,618 INFO anaconda:packaging: Verifying: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 21:52:14,620 INFO anaconda:packaging: Verifying: passwd-0.80-3.el8.aarch64 1586221803 5175b8c44052fe8a2cfa001f3937072190218cd432d4070ca64a3883c638f0e7 21:52:14,622 INFO anaconda:packaging: Verifying: pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 21:52:14,625 INFO anaconda:packaging: Verifying: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 21:52:14,628 INFO anaconda:packaging: Verifying: pcre2-10.32-1.el8.aarch64 1557535789 4bc79516dafe99ec1157d1733d6f5873f1add668f022051794d89f92de5616ee 21:52:14,630 INFO anaconda:packaging: Verifying: pigz-2.4-4.el8.aarch64 1586220729 bf8bbf6b7fab0e19535a3d7e7bad6a62971b41e7a231683cb42e534355a831b7 21:52:14,632 INFO anaconda:packaging: Verifying: platform-python-3.6.8-23.el8.aarch64 1587004917 36a6e19838bbca46a7990ffd59f47f61a6d7c76f87623189bc67a980ab87ed2f 21:52:14,635 INFO anaconda:packaging: Verifying: platform-python-pip-9.0.3-16.el8.noarch 1587693792 e2624ca93ae44ba17164a7be05244c85464ee5ffa35a7306448161ef3264c526 21:52:14,637 INFO anaconda:packaging: Verifying: platform-python-setuptools-39.2.0-5.el8.noarch 1573572823 d300ce0fa3a0c6a91d50c5f6a8f5988c014b07b431267b857fcd057b8bf10301 21:52:14,640 INFO anaconda:packaging: Verifying: policycoreutils-2.9-9.el8.aarch64 1587693497 7a01981bdba9de7d9a6634b6d66717da6cc9e4df1db03f3c339f23bb8dba7a60 21:52:14,642 INFO anaconda:packaging: Verifying: policycoreutils-python-utils-2.9-9.el8.noarch 1587693497 f1b53326dec969c70f4c61da7241474ff7428d35d235301836ad1c0ce3031cab 21:52:14,643 INFO anaconda:packaging: Verifying: polkit-0.115-11.el8.aarch64 1586408535 eac1e232eca5c21531c74e6ee646a0afa96b0a9f2a79016abfe9892898f0d05a 21:52:14,645 INFO anaconda:packaging: Verifying: polkit-libs-0.115-11.el8.aarch64 1586408535 36ef3e3aa546eaf01b011d9ff763a8bcaceb98fe4050f345bc140720a03db5e7 21:52:14,647 INFO anaconda:packaging: Verifying: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 21:52:14,649 INFO anaconda:packaging: Verifying: popt-1.16-14.el8.aarch64 1557535927 f58ce80c4f54569359e6f051b84d11cdce1bbe0f79ad51228ca89ecc614f937d 21:52:14,651 INFO anaconda:packaging: Verifying: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 21:52:14,653 INFO anaconda:packaging: Verifying: procps-ng-3.3.15-1.el8.aarch64 1557588510 9ce1e465eaea7a0024ca3679052997575b62e97e63eb5055c874240e922b3918 21:52:14,655 INFO anaconda:packaging: Verifying: psmisc-23.1-4.el8.aarch64 1586215276 bf8e27d481a727a7d1571a1988f07d056696a08c3eebc0a5c763950c556be21e 21:52:14,657 INFO anaconda:packaging: Verifying: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 21:52:14,658 INFO anaconda:packaging: Verifying: python3-asn1crypto-0.24.0-3.el8.noarch 1557588506 95155acf769b85643a43b670759ed7e0c14d8b2fbc2cc58f2cee5d38d78d12e8 21:52:14,660 INFO anaconda:packaging: Verifying: python3-audit-3.0-0.17.20191104git1c2f876.el8.aarch64 1587693161 122fe05bd35778f2887e7f5cad32e8e93247fbbd71bd3da5ed78f788d529d028 21:52:14,662 INFO anaconda:packaging: Verifying: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 21:52:14,664 INFO anaconda:packaging: Verifying: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 21:52:14,666 INFO anaconda:packaging: Verifying: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 21:52:14,668 INFO anaconda:packaging: Verifying: python3-cryptography-2.3-3.el8.aarch64 1586217951 864c6fb310c1dff0968fd628e85020627343ce0fd48986d5be9e55cb9c3d28c0 21:52:14,670 INFO anaconda:packaging: Verifying: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 21:52:14,671 INFO anaconda:packaging: Verifying: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 21:52:14,673 INFO anaconda:packaging: Verifying: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 21:52:14,675 INFO anaconda:packaging: Verifying: python3-dnf-4.2.17-7.el8_2.noarch 1595357229 11271ccb1aa501763fb5e7f096c29e547d60a9a1a2132cf77a49f4722142d9f2 21:52:14,677 INFO anaconda:packaging: Verifying: python3-dnf-plugins-core-4.0.12-3.el8.noarch 1587758682 dd7303d98df4d5f1fcff700137fa3f8ffeb16f566aab95ee36cf89faa00ceaab 21:52:14,679 INFO anaconda:packaging: Verifying: python3-firewall-0.8.0-4.el8.noarch 1587697361 f70246c0782ff577e7b4c9b1d58d6f810f07ce403fe86713c09622d24ada1b91 21:52:14,681 INFO anaconda:packaging: Verifying: python3-gobject-base-3.28.3-1.el8.aarch64 1557588487 ec8aa634bc4c3de87a638b609bd8aa94bcf7f06b9d532ac1eb8f9a5032f8276e 21:52:14,683 INFO anaconda:packaging: Verifying: python3-gpg-1.10.0-6.el8.0.1.aarch64 1557965317 cd7c23cccf987fc8a7d3a3508508377e030eef22513de56062b2eaf49e855819 21:52:14,684 INFO anaconda:packaging: Verifying: python3-hawkey-0.39.1-6.el8_2.aarch64 1595356392 4943cfc08b10a503063e7682fec83cf32e4a5a278bcbe64698a6d54c7e18cffb 21:52:14,686 INFO anaconda:packaging: Verifying: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 21:52:14,688 INFO anaconda:packaging: Verifying: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 21:52:14,690 INFO anaconda:packaging: Verifying: python3-libcomps-0.1.11-4.el8.aarch64 1587693107 03f05a38ebea801390aebb5da1da25d2c805300d02b4d0cc557562d2995527e0 21:52:14,692 INFO anaconda:packaging: Verifying: python3-libdnf-0.39.1-6.el8_2.aarch64 1595356392 cb0338a2a33370288678f834118803fd50514a05af095d62361bbcda4fd9d751 21:52:14,694 INFO anaconda:packaging: Verifying: python3-librepo-1.11.0-2.el8.aarch64 1586986071 b564edf4f7c7006f99bc4d44fcb7cb88e96de9271322a6919f6d64a98977e5b9 21:52:14,696 INFO anaconda:packaging: Verifying: python3-libs-3.6.8-23.el8.aarch64 1587004917 5852272ea37a5ea21ce867664dd410cb8e062f8bf4adc5ff4b901e9fcf4305de 21:52:14,697 INFO anaconda:packaging: Verifying: python3-libselinux-2.9-3.el8.aarch64 1586839232 9bbafce460344a3b3feb1d72955271ae2cd2f58daba2777331739a90aec5a777 21:52:14,700 INFO anaconda:packaging: Verifying: python3-libsemanage-2.9-2.el8.aarch64 1586839148 5969efca67eea479bb19af5a7a7052c1548eb5e58cd8278cbd4e8a4036427915 21:52:14,701 INFO anaconda:packaging: Verifying: python3-libxml2-2.9.7-7.el8.aarch64 1586215769 eeecb6cbef56825dc2034ca0412bab2688a250e580f4062ffa7dbd52a175e014 21:52:14,703 INFO anaconda:packaging: Verifying: python3-linux-procfs-0.6-7.el8.noarch 1573239108 5226e65270b5a04b649ce2b7a74ed57ee390a8120a6057fe77fa535740992e27 21:52:14,705 INFO anaconda:packaging: Verifying: python3-nftables-1:0.9.3-12.el8.aarch64 1587736394 b956422a47bcc9ef19adc358f31cbc14f90232b0caf93b4750ea48ded29eb3b7 21:52:14,707 INFO anaconda:packaging: Verifying: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 21:52:14,709 INFO anaconda:packaging: Verifying: python3-perf-4.18.0-193.14.2.el8_2.aarch64 1596053070 a378dac17499ce0d6b290d08ae2a20c75c126f3a7d578fdfcc780c200ea5cc19 21:52:14,711 INFO anaconda:packaging: Verifying: python3-pip-wheel-9.0.3-16.el8.noarch 1587693792 a789f3d16f940aa34d57b2a19b1af8e975feb36c2ffef8470fbff2ee160f29bb 21:52:14,712 INFO anaconda:packaging: Verifying: python3-ply-3.9-8.el8.noarch 1587595773 aa7a74c4c58c00f98ebbaf24d7dd84499c908760246194f8d58b4518bd78bcce 21:52:14,714 INFO anaconda:packaging: Verifying: python3-policycoreutils-2.9-9.el8.noarch 1587693497 f5b2e42438721527f01405474819f3346eb470315371086bc5aedcb46d34633e 21:52:14,716 INFO anaconda:packaging: Verifying: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 21:52:14,718 INFO anaconda:packaging: Verifying: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 21:52:14,720 INFO anaconda:packaging: Verifying: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 21:52:14,722 INFO anaconda:packaging: Verifying: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 21:52:14,724 INFO anaconda:packaging: Verifying: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 21:52:14,725 INFO anaconda:packaging: Verifying: python3-rpm-4.14.2-37.el8.aarch64 1587697023 e5097ca3ebf36672ef8564533a3bc58cda017e7a9f2bd0ab7f11aea20b02536b 21:52:14,728 INFO anaconda:packaging: Verifying: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 21:52:14,729 INFO anaconda:packaging: Verifying: python3-setools-4.2.2-2.el8.aarch64 1586909798 5ef7e8472bf2606233aeed0a7c713c068ada9221a5feb226b16d48a32a5f6511 21:52:14,731 INFO anaconda:packaging: Verifying: python3-setuptools-wheel-39.2.0-5.el8.noarch 1573572823 fe32f87d975ed2bd5f1c854961caa05fec47f6a5f9bd2a28610be907aeb71f4e 21:52:14,733 INFO anaconda:packaging: Verifying: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 21:52:14,735 INFO anaconda:packaging: Verifying: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 21:52:14,737 INFO anaconda:packaging: Verifying: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 21:52:14,739 INFO anaconda:packaging: Verifying: python3-syspurpose-1.26.17-1.el8_2.aarch64 1591813322 48eb12462df62b9e7eed88ae2a80913cd3114db599be9541a35f037466f70935 21:52:14,741 INFO anaconda:packaging: Verifying: python3-urllib3-1.24.2-4.el8.noarch 1586217091 8ad17175e3284a002b0a4ddca6d7d1e612ae7b7ab847fa491d16874be837ffae 21:52:14,742 INFO anaconda:packaging: Verifying: quota-1:4.04-10.el8.aarch64 1557588824 e63088cb4953eeddaf321aa25b33701c44e70180697b7af54011cd193ffe0c48 21:52:14,744 INFO anaconda:packaging: Verifying: quota-nls-1:4.04-10.el8.noarch 1557588824 35f810182b9605123bb81da116e441c254c01726607477188f18e07bf0582ee1 21:52:14,746 INFO anaconda:packaging: Verifying: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 21:52:14,748 INFO anaconda:packaging: Verifying: rng-tools-6.8-3.el8.aarch64 1587696616 fe63e34985dcfebf169957d2dbd5cca1af88591bfe02e0442811c03e021e4094 21:52:14,750 INFO anaconda:packaging: Verifying: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 21:52:14,752 INFO anaconda:packaging: Verifying: rpcbind-1.2.5-7.el8.aarch64 1587695233 7de8bfdda9407f31d43c7c9c4bfa593419b7273edd6f48cec167c01de87977ed 21:52:14,754 INFO anaconda:packaging: Verifying: rpm-4.14.2-37.el8.aarch64 1587697023 82031bf6997df8aa47d37fade9059bf15b6231d648f4736e0adf48a98b3b00b2 21:52:14,755 INFO anaconda:packaging: Verifying: rpm-build-libs-4.14.2-37.el8.aarch64 1587697023 cec1c79822eef26072ba43b358f3cb5012b0fbe146265eed4f107e6f2967b116 21:52:14,757 INFO anaconda:packaging: Verifying: rpm-libs-4.14.2-37.el8.aarch64 1587697023 8d04c1710eae2652511f1f762e5f555da0fbb7a7c7795e43d42cf32810f2e67d 21:52:14,759 INFO anaconda:packaging: Verifying: rpm-plugin-selinux-4.14.2-37.el8.aarch64 1587697023 5c54f7e5e69ad46bbb096b233c3af6451324befd6884782bd4c544abe768d416 21:52:14,761 INFO anaconda:packaging: Verifying: rpm-plugin-systemd-inhibit-4.14.2-37.el8.aarch64 1587697023 7ef699b7d3929cc3b8fa3d593198947fd9eb4cd81e8868ccae7f3b1360ef5eae 21:52:14,763 INFO anaconda:packaging: Verifying: rsync-3.1.3-7.el8.aarch64 1586215870 343f50a183dc28a05319186c5e618c7d34dd70428c95d21ac5017707dc0dc059 21:52:14,765 INFO anaconda:packaging: Verifying: sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 21:52:14,766 INFO anaconda:packaging: Verifying: selinux-policy-3.14.3-41.el8_2.5.noarch 1595344564 36ecab869e9e51df8e22b9ff2f24e0713cea81fab6face0f8838a5518f95747e 21:52:14,769 INFO anaconda:packaging: Verifying: selinux-policy-targeted-3.14.3-41.el8_2.5.noarch 1595344564 6034809d3a6b916be7d40ac85795488c65738d888d95e669fc856eea238d8a4d 21:52:14,770 INFO anaconda:packaging: Verifying: setup-2.12.2-5.el8.noarch 1586215879 73db3670ce0ce861a10d759e593d469c09d209dc703551935e2c0d6ede9215cf 21:52:14,772 INFO anaconda:packaging: Verifying: sg3_utils-1.44-5.el8.aarch64 1587692970 de0cec19f3194af0aff5ee5f133f370dca5cb1d3d6826c24e30c001cec779c36 21:52:14,774 INFO anaconda:packaging: Verifying: sg3_utils-libs-1.44-5.el8.aarch64 1587692970 7b958cc0e9eb01f18ba771b1b5cb382dd7be5e066e42c7dcc1073e9534679e9b 21:52:14,776 INFO anaconda:packaging: Verifying: shadow-utils-2:4.6-8.el8.aarch64 1573241054 4ec8423570d1cb923acc9e03a87c02065eb26e2aa67048240223fc72cdb861c5 21:52:14,778 INFO anaconda:packaging: Verifying: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 21:52:14,780 INFO anaconda:packaging: Verifying: shim-aa64-15-15.el8_2.aarch64 1596248253 6404c2bf11a3f1b5b8215807cb4a5c95d6b283dccfe2e5798ec51918337afdcb 21:52:14,782 INFO anaconda:packaging: Verifying: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 21:52:14,783 INFO anaconda:packaging: Verifying: snappy-1.1.7-5.el8.aarch64 1557589532 62df1e376189aab65976262deb5f4fb1ede20d16ce55082918c716f35572667d 21:52:14,785 INFO anaconda:packaging: Verifying: sqlite-libs-3.26.0-6.el8.aarch64 1587694858 d8df344cd05e1622c404e7151caf64ba310227ddbe079aef838c0fe4743e30bf 21:52:14,787 INFO anaconda:packaging: Verifying: squashfs-tools-4.3-19.el8.aarch64 1573241516 75922657d45adf2cd13f22c8e371fd57ed38edfa21bc68f49c6708acf583b0ce 21:52:14,789 INFO anaconda:packaging: Verifying: sssd-client-2.2.3-20.el8.aarch64 1587698283 ea8c84bf695e0f60c9a6bb07f69c10e99da83647c39f66485a1f95a59b93108e 21:52:14,791 INFO anaconda:packaging: Verifying: sssd-common-2.2.3-20.el8.aarch64 1587698283 cffb3bdf59d486d7900324515ef6546ae54d07fb566e0e55393164900e529b66 21:52:14,793 INFO anaconda:packaging: Verifying: sssd-kcm-2.2.3-20.el8.aarch64 1587698283 0763e7ebbbcade79163ccd2a9d2fa61eaa2115f24e08e14347d5ebe86d999b45 21:52:14,794 INFO anaconda:packaging: Verifying: sssd-nfs-idmap-2.2.3-20.el8.aarch64 1587698283 32007802c657f71723034e4dfcee06305e6a74051987dce0fa1efd7fefa8632c 21:52:14,796 INFO anaconda:packaging: Verifying: sudo-1.8.29-5.el8.aarch64 1587695248 65a786a7a1a90863797e4199537465bf256c8374feece67d865a81b1db959b74 21:52:14,798 INFO anaconda:packaging: Verifying: systemd-239-31.el8_2.2.aarch64 1595343518 526919d1b449d0c586f5887d7359970c8fbcaa3490c657a4f101f7905835fe2a 21:52:14,800 INFO anaconda:packaging: Verifying: systemd-libs-239-31.el8_2.2.aarch64 1595343518 7807ee55897992f643d5a3fae8c1d5ed14678192b78bf99a04a41c7d295dd218 21:52:14,802 INFO anaconda:packaging: Verifying: systemd-pam-239-31.el8_2.2.aarch64 1595343518 c611c3373a10c86bbf61d3b3e161b472f45b3fce72d5d76cee7d51a89da5f8c2 21:52:14,804 INFO anaconda:packaging: Verifying: systemd-udev-239-31.el8_2.2.aarch64 1595343518 32ae9d6e950618de98e740716a613e99e0e1f6ef85ee60c19e1e1cc6148174a9 21:52:14,806 INFO anaconda:packaging: Verifying: tar-2:1.30-4.el8.aarch64 1557536685 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13949/14400 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 21:52:14,808 INFO anaconda:packaging: Verifying: teamd-1.29-1.el8.aarch64 1586216536 ba82c77813dfc135ffce3501691df53ff5b914314e950cbc22f30614a011c865 21:52:14,810 INFO anaconda:packaging: Verifying: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 21:52:14,811 INFO anaconda:packaging: Verifying: trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 21:52:14,813 INFO anaconda:packaging: Verifying: trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 21:52:14,815 INFO anaconda:packaging: Verifying: tuned-2.13.0-6.el8.noarch 1587698386 6a04f539fb9c714dce79e31d0f011970025ebce6f628c7bb5365688512c20d6a 21:52:14,817 INFO anaconda:packaging: Verifying: tzdata-2020a-1.el8.noarch 1591131520 def1edf39a5c17f3524db0492518d2b4f9a040f5459710fe8bc8bc12904ea9b6 21:52:14,819 INFO anaconda:packaging: Verifying: util-linux-2.32.1-22.el8.aarch64 1587732129 08b4e113d09456f62a740f3952733ba8e4109e8ef289757f83fa4e404cd61231 21:52:14,821 INFO anaconda:packaging: Verifying: vim-minimal-2:8.0.1763-13.el8.aarch64 1573499615 064c38a01fb786acf8ff0f8657d74077d2d6091908c20a4c41156d161893e6a4 21:52:14,822 INFO anaconda:packaging: Verifying: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 21:52:14,824 INFO anaconda:packaging: Verifying: which-2.21-12.el8.aarch64 1586218225 1b18f97ab111e6de0b29e610094a16440c2b6e24a8c47460c4353efc02656bbb 21:52:14,826 INFO anaconda:packaging: Verifying: xfsprogs-5.0.0-2.el8.aarch64 1586222107 560bec5e63d6601bc3c820554d34105928de6d5c2c4de8eb15df7e06a912353b 21:52:14,829 INFO anaconda:packaging: Verifying: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 21:52:14,830 INFO anaconda:packaging: Verifying: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 21:52:14,831 INFO anaconda:packaging: Verifying: yum-4.2.17-7.el8_2.noarch 1595357229 298be0e532be703886fa5726f21a5a42344bd2933e03d031828912d368cf13ba 21:52:14,832 INFO anaconda:packaging: Verifying: yum-utils-4.0.12-3.el8.noarch 1587758682 e6854e1fad24f47e4a7dbaed86350fadc3b76fec535d5fd0395441170336053f 21:52:14,834 INFO anaconda:packaging: Verifying: zlib-1.2.11-13.el8.aarch64 1586215745 a168473cfd27d3c3378c2b8bbe4bc2c72905dd07726a6664c8e37f20df450b01 21:52:14,835 INFO anaconda:packaging: Verifying: PackageKit-1.1.12-4.el8.aarch64 1586900256 9972db736ed0dc74ec2860750897695353a75567fab21afa44687e35afad1ef8 21:52:14,836 INFO anaconda:packaging: Verifying: PackageKit-glib-1.1.12-4.el8.aarch64 1586900256 68c5d2f874f31f20490ed9933d22be2f082bb3f739265360f34652d9f3480613 21:52:14,838 INFO anaconda:packaging: Verifying: abattis-cantarell-fonts-0.0.25-4.el8.noarch 1557787818 923b2b30ab34bc765fb6d563cacd09d3fdeece9b03a719b8bdcd1b4fd729365c 21:52:14,839 INFO anaconda:packaging: Verifying: authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 21:52:14,840 INFO anaconda:packaging: Verifying: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 21:52:14,842 INFO anaconda:packaging: Verifying: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 21:52:14,843 INFO anaconda:packaging: Verifying: cloud-init-19.4-1.el8.7.noarch 1596747008 11afe168bcba20a0b44587d35565af53ea31f5d3fdf51fe0203601f575508a39 21:52:14,844 INFO anaconda:packaging: Verifying: cloud-utils-growpart-0.29-3.el8.noarch 1573230520 ce137030e5e2ed2be9238c97448da5189b80d14a5e694b336942dcc6ef1797c7 21:52:14,845 INFO anaconda:packaging: Verifying: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 21:52:14,847 INFO anaconda:packaging: Verifying: elfutils-debuginfod-client-0.178-7.el8.aarch64 1587747151 20c3aa4dea7a422a3b104658cce64bc985bec92094f7afd394fa7fb8e4b9b396 21:52:14,849 INFO anaconda:packaging: Verifying: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 21:52:14,851 INFO anaconda:packaging: Verifying: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 21:52:14,852 INFO anaconda:packaging: Verifying: libX11-1.6.8-3.el8.aarch64 1587697077 8880803bcb87b22baf06f991e2f466d01833da89f041b74364bf327de5cdd3ee 21:52:14,854 INFO anaconda:packaging: Verifying: libX11-common-1.6.8-3.el8.noarch 1587697077 d002c253767fe455571cd55f871d7bd9f6fc0742c0a1673f19946f30b413bb4e 21:52:14,856 INFO anaconda:packaging: Verifying: libXau-1.0.8-13.el8.aarch64 1557799563 44f86b410396099845f2aeef4bf43a5dd5059a3f1edd372aad19e3ae44ac9adc 21:52:14,858 INFO anaconda:packaging: Verifying: libXext-1.3.3-9.el8.aarch64 1557799663 2af81148071438a7dac001103d220d42ed0944eab430ac1f6255a382ce251028 21:52:14,859 INFO anaconda:packaging: Verifying: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 21:52:14,861 INFO anaconda:packaging: Verifying: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 21:52:14,863 INFO anaconda:packaging: Verifying: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 21:52:14,865 INFO anaconda:packaging: Verifying: libmaxminddb-1.2.0-7.el8.aarch64 1587693010 f10f6ddc1ceca02329b7dbdfe59b08c8738b65a3323cd280dba6fed528330d1a 21:52:14,866 INFO anaconda:packaging: Verifying: libxcb-1.13.1-1.el8.aarch64 1586218391 47861fc8dd36847f9b1c74cde10e62968a7a38210737d91cfba42a64b65c6112 21:52:14,868 INFO anaconda:packaging: Verifying: libxkbcommon-0.9.1-1.el8.aarch64 1586216602 3aca03c788af2ecf8ef39421f246769d7ef7f37260ee9421fc68c1d1cc913600 21:52:14,871 INFO anaconda:packaging: Verifying: oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 21:52:14,874 INFO anaconda:packaging: Verifying: oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 21:52:14,876 INFO anaconda:packaging: Verifying: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 21:52:14,879 INFO anaconda:packaging: Verifying: pixman-0.38.4-1.el8.aarch64 1586219315 9886953d4bc5b03f26b5c3164ce5b5fd86e9f80cf6358b91dd00f870f86052fe 21:52:14,882 INFO anaconda:packaging: Verifying: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 21:52:14,884 INFO anaconda:packaging: Verifying: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 21:52:14,886 INFO anaconda:packaging: Verifying: python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 021789e27ff75fc27325557a5b6f6e56f92c89035544428c276a67d6f7c7b87a 21:52:14,888 INFO anaconda:packaging: Verifying: python3-gobject-3.28.3-1.el8.aarch64 1557588487 6299c46d95e3dcf38f135a3cf51f412b1fdc7b03f2bdb92e79410a52cb437905 21:52:14,890 INFO anaconda:packaging: Verifying: python3-hwdata-2.3.6-3.el8.noarch 1557807484 7db269ccc445b3b913faf7bd3d90d48cd7dbffaf210a3734be4051b4c06090cf 21:52:14,892 INFO anaconda:packaging: Verifying: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 21:52:14,894 INFO anaconda:packaging: Verifying: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 21:52:14,896 INFO anaconda:packaging: Verifying: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 21:52:14,897 INFO anaconda:packaging: Verifying: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 21:52:14,900 INFO anaconda:packaging: Verifying: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 21:52:14,901 INFO anaconda:packaging: Verifying: python3-netifaces-0.10.6-4.el8.aarch64 1557807744 c805709ad155fa3a798350106f664aa3f239879560269146484bcf36c5d6f0d5 21:52:14,903 INFO anaconda:packaging: Verifying: python3-newt-0.52.20-11.el8.aarch64 1586208562 b5ba9dca0d2192e7382adcf4a3ccf33b69d729add82d5dd3bea61cbdb0523028 21:52:14,905 INFO anaconda:packaging: Verifying: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 21:52:14,907 INFO anaconda:packaging: Verifying: python3-pyOpenSSL-18.0.0-1.el8.noarch 1557807120 15d72644ce92ad261c4c6a97ebdd863bba4c5aa14fa50444873294cdbb612fff 21:52:14,909 INFO anaconda:packaging: Verifying: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 21:52:14,911 INFO anaconda:packaging: Verifying: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 21:52:14,912 INFO anaconda:packaging: Verifying: python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 a6cc943ffda27e3d29cc80d237bafa7743a94ba4055d54f3f42da27a98c995fc 21:52:14,914 INFO anaconda:packaging: Verifying: python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 1573704981 08d81c0dbed2e0dac8c84540953840af202ecf66dd9653aabf2ec57fa64b0a3c 21:52:14,916 INFO anaconda:packaging: Verifying: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 21:52:14,918 INFO anaconda:packaging: Verifying: python3-unbound-1.7.3-11.el8_2.aarch64 1591711172 adb5296856b5e1365a4e4d7dbb9e4ac79d16232c4b0149b048b69e784616d545 21:52:14,920 INFO anaconda:packaging: Verifying: qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.aarch64 1593534325 a4caa39886aa66b04b8038bf0b5fc66d70d1c1fd7636a5031d17d5ebe6e86140 21:52:14,922 INFO anaconda:packaging: Verifying: rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 21:52:14,924 INFO anaconda:packaging: Verifying: rsyslog-8.1911.0-3.el8.aarch64 1587693249 0eb5e086fdf33366be9a6fa8cdca164d2f4f449fdcd45edb64ce8e8430828186 21:52:14,925 INFO anaconda:packaging: Verifying: setroubleshoot-plugins-3.3.11-2.el8.noarch 1587693353 8a3c31c6886261f7d67eb9128c84aaaec86c57c0584128059cda892e7984e230 21:52:14,927 INFO anaconda:packaging: Verifying: setroubleshoot-server-3.3.22-2.el8.aarch64 1587693066 5e7873915383f82db6bd5484d938ff8551f71808487d97b547080605cb202a8d 21:52:14,929 INFO anaconda:packaging: Verifying: sscg-2.3.3-14.el8.aarch64 1587693565 b0ee4de357e56889a4f62eb2294ff18997150ca2cef4d208a6eca566114997b8 21:52:14,931 INFO anaconda:packaging: Verifying: unbound-libs-1.7.3-11.el8_2.aarch64 1591711172 7762686c940dba1257f03f66812054ca97cbeb2dc92289b101ff9f7fbac276da 21:52:14,933 INFO anaconda:packaging: Verifying: xkeyboard-config-2.28-1.el8.noarch 1586216137 a2aeabb3962859069a78acc288bc3bffb35485428e162caafec8134f5ce6ca67 21:52:14,934 INFO anaconda:packaging: Cleaning up downloaded packages: /mnt/sysimage/dnf.package.cache 21:52:14,937 DEBUG anaconda:anaconda: installation: Task completed: Install the payload (15/20) (315.9 s) 21:52:14,937 INFO anaconda:anaconda: progress: Install the payload 21:52:14,938 INFO anaconda:anaconda: installation: Queue started: Late storage configuration (7/10) 21:52:14,940 INFO anaconda:anaconda: progress: Configuring storage 21:52:14,940 INFO anaconda:anaconda: installation: Task started: Write late storage (16/20) 21:52:14,941 DEBUG anaconda:anaconda: installation: Task completed: Write late storage (16/20) (0.0 s) 21:52:14,942 INFO anaconda:anaconda: progress: Write late storage 21:52:14,943 INFO anaconda:anaconda: installation: Queue started: Subscription configuration (8/10) 21:52:14,944 INFO anaconda:anaconda: progress: Configuring Red Hat subscription 21:52:14,945 INFO anaconda:anaconda: installation: Task started: Transfer subscription tokens to target system (17/20) 21:52:14,949 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Running Thread: AnaTaskThread-TransferSubscriptionTokensTask-1 (281472520024544) 21:52:14,957 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.installation:transfer-subscription-task: transfer of subscription tokens not requested 21:52:14,958 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Thread Done: AnaTaskThread-TransferSubscriptionTokensTask-1 (281472520024544) 21:52:14,965 DEBUG anaconda:anaconda: installation: Task completed: Transfer subscription tokens to target system (17/20) (0.0 s) 21:52:14,966 INFO anaconda:anaconda: progress: Transfer subscription tokens to target system 21:52:14,967 INFO anaconda:anaconda: installation: Task started: Connect the target system to Red Hat Insights (18/20) 21:52:14,969 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Running Thread: AnaTaskThread-ConnectToInsightsTask-1 (281472511570400) 21:52:14,971 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.subscription.installation:insights-connect-task: Insights not requested, skipping 21:52:14,971 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Thread Done: AnaTaskThread-ConnectToInsightsTask-1 (281472511570400) 21:52:14,979 DEBUG anaconda:anaconda: installation: Task completed: Connect the target system to Red Hat Insights (18/20) (0.0 s) 21:52:14,980 INFO anaconda:anaconda: progress: Connect the target system to Red Hat Insights 21:52:14,981 INFO anaconda:anaconda: installation: Queue started: Bootloader installation (9/10) 21:52:14,982 INFO anaconda:anaconda: progress: Installing boot loader 21:52:14,983 INFO anaconda:anaconda: installation: Task started: Install bootloader (19/20) 21:52:14,984 INFO anaconda:anaconda: bootloader: boot loader stage1 target device is vda1 21:52:14,985 INFO anaconda:anaconda: bootloader: boot loader stage2 target device is vda2 21:52:15,130 DEBUG anaconda:anaconda: bootloader: new default image: 21:52:15,230 INFO anaconda:program: Running... xfs_freeze -f / 21:52:15,450 DEBUG anaconda:program: Return code: 0 21:52:15,451 INFO anaconda:program: Running... xfs_freeze -u / 21:52:15,476 DEBUG anaconda:program: Return code: 0 21:52:15,477 INFO anaconda:program: Running in chroot '/mnt/sysimage'... efibootmgr 21:52:15,495 INFO anaconda:program: Timeout: 3 seconds 21:52:15,496 INFO anaconda:program: BootOrder: 0000 21:52:15,497 INFO anaconda:program: Boot0000* UiApp 21:52:15,497 DEBUG anaconda:program: Return code: 0 21:52:15,498 INFO anaconda:program: Running in chroot '/mnt/sysimage'... efibootmgr -c -w -L CentOS Linux -d /dev/vda -p 1 -l \EFI\centos\shimaa64.efi 21:52:15,810 INFO anaconda:program: Timeout: 3 seconds 21:52:15,811 INFO anaconda:program: BootOrder: 0001,0000 21:52:15,811 INFO anaconda:program: Boot0000* UiApp 21:52:15,812 INFO anaconda:program: Boot0001* CentOS Linux 21:52:15,813 DEBUG anaconda:program: Return code: 0 21:52:15,818 INFO anaconda:anaconda: bootloader: 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 21:52:15,819 INFO anaconda:program: Running in chroot '/mnt/sysimage'... grub2-set-default bf12066561744c86934b53c4d7c996ab-4.18.0-193.14.2.el8_2.aarch64 21:52:15,887 DEBUG anaconda:program: Return code: 0 21:52:15,888 INFO anaconda:program: Running in chroot '/mnt/sysimage'... grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 21:52:23,040 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/vda1 21:52:23,053 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/vda1 21:52:23,110 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/vda3 21:52:23,141 NOTICE root:50mounted-tests: debug: /dev/vda3 type not recognised; skipping 21:52:23,239 INFO anaconda:program: Generating grub configuration file ... 21:52:23,240 INFO anaconda:program: Adding boot menu entry for EFI firmware configuration 21:52:23,240 INFO anaconda:program: done 21:52:23,241 DEBUG anaconda:program: Return code: 0 21:52:23,242 DEBUG anaconda:anaconda: installation: Task completed: Install bootloader (19/20) (8.3 s) 21:52:23,242 INFO anaconda:anaconda: progress: Install bootloader 21:52:23,243 INFO anaconda:anaconda: installation: Queue started: Post-installation setup tasks (10/10) 21:52:23,245 INFO anaconda:anaconda: progress: Performing post-installation setup tasks 21:52:23,246 INFO anaconda:anaconda: installation: Task started: Run post-installation setup tasks (20/20) 21:52:23,248 INFO anaconda:dnf: The downloaded packages were saved in cache until the next successful transaction. 21:52:23,248 INFO anaconda:dnf: You can remove cached packages by executing 'dnf clean packages'. 21:52:23,295 DEBUG anaconda:anaconda: payload: The default target is already set. 21:52:23,299 INFO anaconda:anaconda: payload: Installation requirements: [('package', 'dosfstools', PayloadRequirement(id=dosfstools, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'authselect-compat', PayloadRequirement(id=authselect-compat, reasons=[PayloadRequirementReason(reason='authselect', strong=True)])), ('package', 'firewalld', PayloadRequirement(id=firewalld, reasons=[PayloadRequirementReason(reason='firewall', strong=True)])), ('package', 'chrony', PayloadRequirement(id=chrony, reasons=[PayloadRequirementReason(reason='ntp', strong=False)])), ('package', 'grub2-efi-aa64', PayloadRequirement(id=grub2-efi-aa64, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'shim-aa64', PayloadRequirement(id=shim-aa64, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'efibootmgr', PayloadRequirement(id=efibootmgr, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'grub2', PayloadRequirement(id=grub2, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'grub2-tools', PayloadRequirement(id=grub2-tools, reasons=[PayloadRequirementReason(reason='bootloader', strong=True)])), ('package', 'langpacks-en', PayloadRequirement(id=langpacks-en, reasons=[PayloadRequirementReason(reason='langpacks', strong=False)]))] 21:52:23,300 DEBUG anaconda:anaconda: installation: Task completed: Run post-installation setup tasks (20/20) (0.1 s) 21:52:23,301 INFO anaconda:anaconda: progress: Run post-installation setup tasks 21:52:23,302 INFO anaconda:anaconda: threading: Thread Done: AnaInstallThread (281473310061024) 21:52:23,303 INFO anaconda:anaconda: threading: Running Thread: AnaConfigurationThread (281473346957792) 21:52:23,335 INFO anaconda:anaconda: installation: Top-level task queue: Configuration queue#012Number of task queues: 7#012Number of tasks: 20#012Task & task group listing:#012 Task queue: Installed system configuration#012 Task: Configure authselect#012 Task: Configure SELinux#012 Task: Configure first boot tasks#012 Task: Configure services#012 Task: Configure keyboard#012 Task: Configure timezone#012 Task: Configure language#012 Task: Configure firewall#012 Task: Configure X#012 Task: Configure system purpose#012 Task queue: Network configuration#012 Task: Network configuration#012 Task queue: User creation#012 Task: Configure root#012 Task: Configure user groups#012 Task: Configure user#012 Task: Configure SSH key#012 Task queue: Anaconda addon configuration#012 Task: Configure Anaconda addons#012 Task queue: Initramfs generation#012 Task: Generate initramfs#012 Task queue: Post installation scripts#012 Task: Run post installation scripts#012 Task queue: Write configs and kickstarts#012 Task: Store kickstarts#012 Task: Store user interaction config 21:52:23,338 INFO anaconda:anaconda: progress: Configuring installed system 21:52:23,339 INFO anaconda:anaconda: installation: Queue started: Installed system configuration (1/7) 21:52:23,340 INFO anaconda:anaconda: installation: Task started: Configure authselect (1/20) 21:52:23,357 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /usr/sbin/authconfig --update --nostart --enableshadow --passalgo=sha512 21:52:24,109 INFO anaconda:program: Running authconfig compatibility tool. 21:52:24,110 INFO anaconda: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. 21:52:24,110 INFO anaconda:program: 21:52:24,111 INFO anaconda:program: IMPORTANT: authconfig is replaced by authselect, please update your scripts. 21:52:24,112 INFO anaconda:program: See man authselect-migration(7) to help you with migration to authselect 21:52:24,112 INFO anaconda:program: Warning: These options are not supported anymore and have no effect: 21:52:24,113 INFO anaconda:program: --enableshadow 21:52:24,113 INFO anaconda:program: --passalgo 21:52:24,114 INFO anaconda:program: 21:52:24,115 INFO anaconda:program: Executing: /usr/bin/authselect check 21:52:24,115 INFO anaconda:program: Executing: /usr/bin/authselect select sssd --force 21:52:24,116 DEBUG anaconda:program: Return code: 0 21:52:24,117 DEBUG anaconda:anaconda: installation: Task completed: Configure authselect (1/20) (0.8 s) 21:52:24,118 INFO anaconda:anaconda: progress: Configure authselect 21:52:24,119 INFO anaconda:anaconda: installation: Task started: Configure SELinux (2/20) 21:52:24,145 DEBUG anaconda:anaconda: installation: Task completed: Configure SELinux (2/20) (0.0 s) 21:52:24,145 INFO anaconda:anaconda: progress: Configure SELinux 21:52:24,146 INFO anaconda:anaconda: installation: Task started: Configure first boot tasks (3/20) 21:52:24,157 DEBUG anaconda:anaconda: kickstart: The initial-setup.service service will be disabled. 21:52:24,157 INFO anaconda:program: Running... systemctl disable initial-setup.service --root /mnt/sysimage 21:52:24,186 INFO anaconda:program: Failed to disable unit, unit initial-setup.service does not exist. 21:52:24,186 DEBUG anaconda:program: Return code: 0 21:52:24,188 DEBUG anaconda:anaconda: installation: Task completed: Configure first boot tasks (3/20) (0.0 s) 21:52:24,188 INFO anaconda:anaconda: progress: Configure first boot tasks 21:52:24,189 INFO anaconda:anaconda: installation: Task started: Configure services (4/20) 21:52:24,201 DEBUG anaconda:anaconda: kickstart: Disabling the service kdump. 21:52:24,202 INFO anaconda:program: Running... systemctl disable kdump --root /mnt/sysimage 21:52:24,232 INFO anaconda:program: Removed /mnt/sysimage/etc/systemd/system/multi-user.target.wants/kdump.service. 21:52:24,232 DEBUG anaconda:program: Return code: 0 21:52:24,238 DEBUG anaconda:anaconda: kickstart: Enabling the service NetworkManager. 21:52:24,239 INFO anaconda:program: Running... systemctl enable NetworkManager --root /mnt/sysimage 21:52:24,270 DEBUG anaconda:program: Return code: 0 21:52:24,271 DEBUG anaconda:anaconda: kickstart: Enabling the service sshd. 21:52:24,271 INFO anaconda:program: Running... systemctl enable sshd --root /mnt/sysimage 21:52:24,298 DEBUG anaconda:program: Return code: 0 21:52:24,299 DEBUG anaconda:anaconda: kickstart: Enabling the service rsyslog. 21:52:24,299 INFO anaconda:program: Running... systemctl enable rsyslog --root /mnt/sysimage 21:52:24,326 DEBUG anaconda:program: Return code: 0 21:52:24,327 DEBUG anaconda:anaconda: kickstart: Enabling the service chronyd. 21:52:24,328 INFO anaconda:program: Running... systemctl enable chronyd --root /mnt/sysimage 21:52:24,354 DEBUG anaconda:program: Return code: 0 21:52:24,355 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-init. 21:52:24,356 INFO anaconda:program: Running... systemctl enable cloud-init --root /mnt/sysimage 21:52:24,382 DEBUG anaconda:program: Return code: 0 21:52:24,383 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-init-local. 21:52:24,384 INFO anaconda:program: Running... systemctl enable cloud-init-local --root /mnt/sysimage 21:52:24,412 DEBUG anaconda:program: Return code: 0 21:52:24,413 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-config. 21:52:24,414 INFO anaconda:program: Running... systemctl enable cloud-config --root /mnt/sysimage 21:52:24,440 DEBUG anaconda:program: Return code: 0 21:52:24,441 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-final. 21:52:24,442 INFO anaconda:program: Running... systemctl enable cloud-final --root /mnt/sysimage 21:52:24,468 DEBUG anaconda:program: Return code: 0 21:52:24,469 DEBUG anaconda:anaconda: kickstart: Enabling the service rngd. 21:52:24,470 INFO anaconda:program: Running... systemctl enable rngd --root /mnt/sysimage 21:52:24,496 DEBUG anaconda:program: Return code: 0 21:52:24,497 DEBUG anaconda:anaconda: installation: Task completed: Configure services (4/20) (0.3 s) 21:52:24,498 INFO anaconda:anaconda: progress: Configure services 21:52:24,499 INFO anaconda:anaconda: installation: Task started: Configure keyboard (5/20) 21:52:24,534 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.199' (uid=0 pid=1810 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 21:52:24,545 INFO systemd:Starting Locale Service... 21:52:25,371 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 21:52:25,372 INFO systemd:Started Locale Service. 21:52:25,376 WARNING kernel:kauditd_printk_skb: 436 callbacks suppressed 21:52:25,376 NOTICE kernel:audit: type=1130 audit(1597009945.360:536): 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' 21:52:25,384 DEBUG anaconda:anaconda: installation: Task completed: Configure keyboard (5/20) (0.9 s) 21:52:25,385 INFO anaconda:anaconda: progress: Configure keyboard 21:52:25,385 INFO anaconda:anaconda: installation: Task started: Configure timezone (6/20) 21:52:25,516 DEBUG anaconda:anaconda: installation: Task completed: Configure timezone (6/20) (0.1 s) 21:52:25,516 INFO anaconda:anaconda: progress: Configure timezone 21:52:25,517 INFO anaconda:anaconda: installation: Task started: Configure language (7/20) 21:52:25,526 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Tasks/1. 21:52:25,535 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-LanguageInstallationTask-1 (281472967766496) 21:52:25,539 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-LanguageInstallationTask-1 (281472967766496) 21:52:25,544 DEBUG anaconda:anaconda: installation: Task completed: Configure language (7/20) (0.0 s) 21:52:25,545 INFO anaconda:anaconda: progress: Configure language 21:52:25,546 INFO anaconda:anaconda: installation: Task started: Configure firewall (8/20) 21:52:25,589 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /usr/bin/firewall-offline-cmd --enabled --service=ssh Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13939/14400 21:52:27,001 INFO anaconda:program: Adding service 'ssh' to default zone. 21:52:27,002 INFO anaconda:program: ALREADY_ENABLED: ssh 21:52:27,002 INFO anaconda:program: success 21:52:27,003 DEBUG anaconda:program: Return code: 0 21:52:27,004 DEBUG anaconda:anaconda: installation: Task completed: Configure firewall (8/20) (1.5 s) 21:52:27,005 INFO anaconda:anaconda: progress: Configure firewall 21:52:27,006 INFO anaconda:anaconda: installation: Task started: Configure X (9/20) 21:52:27,020 DEBUG anaconda:anaconda: kickstart: Using the default target multi-user.target. 21:52:27,021 DEBUG anaconda:anaconda: desktop: Setting systemd default target to: multi-user.target 21:52:27,022 DEBUG anaconda:anaconda: installation: Task completed: Configure X (9/20) (0.0 s) 21:52:27,023 INFO anaconda:anaconda: progress: Configure X 21:52:27,024 INFO anaconda:anaconda: installation: Task started: Configure system purpose (10/20) 21:52:27,036 DEBUG anaconda:anaconda: installation: Task completed: Configure system purpose (10/20) (0.0 s) 21:52:27,037 INFO anaconda:anaconda: progress: Configure system purpose 21:52:27,039 INFO anaconda:anaconda: progress: Writing network configuration 21:52:27,039 INFO anaconda:anaconda: installation: Queue started: Network configuration (2/7) 21:52:27,040 INFO anaconda:anaconda: installation: Task started: Network configuration (11/20) 21:52:27,095 DEBUG anaconda:anaconda: installation: Task completed: Network configuration (11/20) (0.1 s) 21:52:27,096 INFO anaconda:anaconda: progress: Network configuration 21:52:27,098 INFO anaconda:anaconda: progress: Creating users 21:52:27,098 INFO anaconda:anaconda: installation: Queue started: User creation (3/7) 21:52:27,099 INFO anaconda:anaconda: installation: Task started: Configure root (12/20) 21:52:27,118 INFO anaconda:program: Running... chpasswd -R /mnt/sysimage -e 21:52:27,156 NOTICE kernel:audit: type=1108 audit(1597009947.140:537): pid=19984 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' 21:52:27,269 INFO anaconda:program: Running... chage -R /mnt/sysimage -d root 21:52:27,306 NOTICE kernel:audit: type=1102 audit(1597009947.290:538): pid=19990 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' 21:52:27,370 INFO chage:changed password expiry for root 21:52:27,372 DEBUG anaconda:program: Return code: 0 21:52:27,373 DEBUG anaconda:anaconda: installation: Task completed: Configure root (12/20) (0.3 s) 21:52:27,374 INFO anaconda:anaconda: progress: Configure root 21:52:27,374 INFO anaconda:anaconda: installation: Task started: Configure user groups (13/20) 21:52:27,375 DEBUG anaconda:anaconda: installation: Task completed: Configure user groups (13/20) (0.0 s) 21:52:27,376 INFO anaconda:anaconda: progress: Configure user groups 21:52:27,377 INFO anaconda:anaconda: installation: Task started: Configure user (14/20) 21:52:27,378 DEBUG anaconda:anaconda: installation: Task completed: Configure user (14/20) (0.0 s) 21:52:27,379 INFO anaconda:anaconda: progress: Configure user 21:52:27,380 INFO anaconda:anaconda: installation: Task started: Configure SSH key (15/20) 21:52:27,380 DEBUG anaconda:anaconda: installation: Task completed: Configure SSH key (15/20) (0.0 s) 21:52:27,381 INFO anaconda:anaconda: progress: Configure SSH key 21:52:27,383 INFO anaconda:anaconda: progress: Configuring addons 21:52:27,383 INFO anaconda:anaconda: installation: Queue started: Anaconda addon configuration (4/7) 21:52:27,384 INFO anaconda:anaconda: installation: Task started: Configure Anaconda addons (16/20) 21:52:27,386 INFO anaconda:anaconda: progress: Executing com_redhat_kdump addon 21:52:27,386 INFO anaconda:program: Running in chroot '/mnt/sysimage'... systemctl enable kdump.service 21:52:27,415 INFO anaconda:program: Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service -> /usr/lib/systemd/system/kdump.service. 21:52:27,416 DEBUG anaconda:program: Return code: 0 21:52:27,417 INFO anaconda:anaconda: progress: Executing org_fedora_oscap addon 21:52:27,418 DEBUG anaconda:anaconda: installation: Task completed: Configure Anaconda addons (16/20) (0.0 s) 21:52:27,419 INFO anaconda:anaconda: progress: Configure Anaconda addons 21:52:27,421 INFO anaconda:anaconda: progress: Generating initramfs 21:52:27,422 INFO anaconda:anaconda: installation: Queue started: Initramfs generation (5/7) 21:52:27,423 INFO anaconda:anaconda: installation: Task started: Generate initramfs (17/20) 21:52:27,424 DEBUG anaconda:anaconda: payload: new-kernel-pkg does not exist, using dracut instead. 21:52:27,561 INFO anaconda:anaconda: payload: recreating initrd for 4.18.0-193.14.2.el8_2.aarch64 21:52:27,561 INFO anaconda:program: Running in chroot '/mnt/sysimage'... depmod -a 4.18.0-193.14.2.el8_2.aarch64 21:52:33,307 DEBUG anaconda:program: Return code: 0 21:52:33,308 INFO anaconda:program: Running in chroot '/mnt/sysimage'... dracut -H --persistent-policy by-uuid -f /boot/initramfs-4.18.0-193.14.2.el8_2.aarch64.img 4.18.0-193.14.2.el8_2.aarch64 21:52:33,996 NOTICE kernel:audit: type=1400 audit(1597009953.970:539): avc: denied { write } for pid=20158 comm="systemd" path="/var/tmp/dracut.axJRaD/systemd-cat" dev="vda2" ino=13266620 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13929/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13919/14400 21:52:55,456 NOTICE kernel:audit: type=1131 audit(1597009975.440:540): 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-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13909/14400 21:53:03,037 DEBUG anaconda:program: Return code: 0 21:53:03,039 DEBUG anaconda:anaconda: installation: Task completed: Generate initramfs (17/20) (35.6 s) 21:53:03,039 INFO anaconda:anaconda: progress: Generate initramfs 21:53:03,041 INFO anaconda:anaconda: progress: Running post-installation scripts 21:53:03,042 INFO anaconda:anaconda: installation: Queue started: Post installation scripts (6/7) 21:53:03,043 INFO anaconda:anaconda: installation: Task started: Run post installation scripts (18/20) 21:53:03,044 INFO anaconda:anaconda: kickstart.script: Running kickstart %%post script(s) 21:53:03,046 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /bin/sh /tmp/ks-script-3ink6849 21:53:03,116 NOTICE kernel:audit: type=1108 audit(1597009983.100:541): pid=26229 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' 21:53:03,146 NOTICE kernel:audit: type=1135 audit(1597009983.130:542): pid=26230 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' 21:53:06,066 NOTICE kernel:audit: type=1400 audit(1597009986.050:543): avc: denied { transition } for pid=26244 comm="dnf" path="/usr/bin/bash" dev="vda2" ino=4198034 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 21:53:06,116 NOTICE kernel:audit: type=1138 audit(1597009986.100:544): pid=26241 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="linux-firmware-20191202-97.gite8a0f4c9.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' Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13899/14400 21:53:10,189 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 21:53:10,196 NOTICE kernel:audit: type=1130 audit(1597009990.180:545): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-r0cd94aa1817446ee9dffe0b513e47663 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:546): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-0.8.0-4.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' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:547): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-ebtables-1.8.4-10.el8_2.1.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' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:548): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-firewall-0.8.0-4.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' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:549): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-1.8.4-10.el8_2.1.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' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:550): pid=26246 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' 21:53:10,206 NOTICE kernel:audit: type=1138 audit(1597009990.190:551): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-nftables-1:0.9.3-12.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' 21:53:10,207 NOTICE kernel:audit: type=1138 audit(1597009990.200:552): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-filesystem-0.8.0-4.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' 21:53:10,213 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 21:53:10,214 NOTICE systemd:run-r0cd94aa1817446ee9dffe0b513e47663.service: Main process exited, code=exited, status=5/NOTINSTALLED 21:53:10,215 WARNING systemd:run-r0cd94aa1817446ee9dffe0b513e47663.service: Failed with result 'exit-code'. 21:53:10,216 NOTICE kernel:audit: type=1138 audit(1597009990.200:553): pid=26246 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="nftables-1:0.9.3-12.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' 21:53:10,216 NOTICE kernel:audit: type=1138 audit(1597009990.200:554): pid=26246 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' Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13889/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13879/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13869/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13859/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13849/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13839/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13829/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13819/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13809/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13799/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13789/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13779/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13769/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13759/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13749/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13739/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13729/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13719/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13709/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13699/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13689/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13679/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13669/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13659/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13649/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13639/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13629/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13619/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13609/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13599/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13589/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13579/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13569/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13559/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13549/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13539/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13529/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13519/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13509/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13499/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13489/14400 21:59:59,805 INFO systemd:Starting Cleanup of Temporary Directories... 21:59:59,874 NOTICE systemd-tmpfiles:[/usr/lib/tmpfiles.d/subscription-manager.conf:1] Line references path below legacy directory /var/run/, updating /var/run/rhsm → /run/rhsm; please update the tmpfiles.d/ drop-in file accordingly. 21:59:59,892 INFO systemd:Started Cleanup of Temporary Directories. 21:59:59,896 WARNING kernel:kauditd_printk_skb: 4 callbacks suppressed 21:59:59,896 NOTICE kernel:audit: type=1130 audit(1597010399.880:559): 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' 21:59:59,896 NOTICE kernel:audit: type=1131 audit(1597010399.880:560): 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-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13479/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13468/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13458/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13448/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13438/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13428/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13418/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13408/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13398/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13388/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13378/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13368/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13358/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13348/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13338/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13328/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13318/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13308/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13298/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13288/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13278/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13268/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13258/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13248/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13238/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13228/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13218/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13208/14400 22:04:46,936 NOTICE kernel:audit: type=2309 audit(1597010686.920:561): pid=26517 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' 22:04:47,266 NOTICE kernel:audit: type=1400 audit(1597010687.250:562): avc: denied { write } for pid=26643 comm="systemd" path="/var/tmp/dracut.hvSYPU/systemd-cat" dev="vda2" ino=4266513 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13198/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13188/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13178/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13168/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13158/14400 22:05:33,183 INFO anaconda:program: Removing password for user root. 22:05:33,184 INFO anaconda:program: passwd: Success 22:05:33,184 INFO anaconda:program: Locking password for user root. 22:05:33,185 INFO anaconda:program: passwd: Success 22:05:33,185 INFO anaconda:program: Creating grub.conf for pvgrub 22:05:33,186 INFO anaconda:program: . 22:05:33,187 INFO anaconda:program: Dependencies resolved. 22:05:33,187 INFO anaconda:program: ================================================================================ 22:05:33,188 INFO anaconda:program: Package Arch Version Repository Size 22:05:33,188 INFO anaconda:program: ================================================================================ 22:05:33,189 INFO anaconda:program: Removing: 22:05:33,190 INFO anaconda:program: linux-firmware noarch 20191202-97.gite8a0f4c9.el8 @anaconda 358 M 22:05:33,190 INFO anaconda:program: 22:05:33,191 INFO anaconda:program: Transaction Summary 22:05:33,191 INFO anaconda:program: ================================================================================ 22:05:33,192 INFO anaconda:program: Remove 1 Package 22:05:33,192 INFO anaconda:program: 22:05:33,193 INFO anaconda:program: Freed space: 358 M 22:05:33,194 INFO anaconda:program: Running transaction check 22:05:33,194 INFO anaconda:program: Transaction check succeeded. 22:05:33,195 INFO anaconda:program: Running transaction test 22:05:33,195 INFO anaconda:program: Transaction test succeeded. 22:05:33,196 INFO anaconda:program: Running transaction 22:05:33,197 INFO anaconda:program: Preparing : 1/1 22:05:33,197 INFO anaconda:program: Erasing : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 1/1 22:05:33,198 INFO anaconda:program: Running scriptlet: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 1/1 22:05:33,198 INFO anaconda:program: Verifying : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 1/1 22:05:33,199 INFO anaconda:program: 22:05:33,200 INFO anaconda:program: Removed: 22:05:33,200 INFO anaconda:program: linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 22:05:33,201 INFO anaconda:program: 22:05:33,201 INFO anaconda:program: Complete! 22:05:33,202 INFO anaconda:program: Dependencies resolved. 22:05:33,202 INFO anaconda:program: ================================================================================ 22:05:33,203 INFO anaconda:program: Package Arch Version Repository Size 22:05:33,204 INFO anaconda:program: ================================================================================ 22:05:33,204 INFO anaconda:program: Removing: 22:05:33,205 INFO anaconda:program: firewalld noarch 0.8.0-4.el8 @anaconda 1.9 M 22:05:33,205 INFO anaconda:program: Removing unused dependencies: 22:05:33,206 INFO anaconda:program: firewalld-filesystem noarch 0.8.0-4.el8 @anaconda 239 22:05:33,207 INFO anaconda:program: ipset aarch64 7.1-1.el8 @anaconda 124 k 22:05:33,207 INFO anaconda:program: ipset-libs aarch64 7.1-1.el8 @anaconda 331 k 22:05:33,208 INFO anaconda:program: iptables aarch64 1.8.4-10.el8_2.1 @anaconda 8.6 M 22:05:33,208 INFO anaconda:program: iptables-ebtables aarch64 1.8.4-10.el8_2.1 @anaconda 14 k 22:05:33,209 INFO anaconda:program: libnetfilter_conntrack aarch64 1.0.6-5.el8 @anaconda 164 k 22:05:33,210 INFO anaconda:program: libnfnetlink aarch64 1.0.1-13.el8 @anaconda 87 k 22:05:33,210 INFO anaconda:program: libnftnl aarch64 1.1.5-4.el8 @anaconda 221 k 22:05:33,211 INFO anaconda:program: nftables aarch64 1:0.9.3-12.el8 @anaconda 829 k 22:05:33,211 INFO anaconda:program: python3-firewall noarch 0.8.0-4.el8 @anaconda 1.7 M 22:05:33,212 INFO anaconda:program: python3-nftables aarch64 1:0.9.3-12.el8 @anaconda 28 k 22:05:33,212 INFO anaconda:program: 22:05:33,213 INFO anaconda:program: Transaction Summary 22:05:33,214 INFO anaconda:program: ================================================================================ 22:05:33,214 INFO anaconda:program: Remove 12 Packages 22:05:33,215 INFO anaconda:program: 22:05:33,215 INFO anaconda:program: Freed space: 14 M 22:05:33,216 INFO anaconda:program: Running transaction check 22:05:33,217 INFO anaconda:program: Transaction check succeeded. 22:05:33,217 INFO anaconda:program: Running transaction test 22:05:33,218 INFO anaconda:program: Transaction test succeeded. 22:05:33,219 INFO anaconda:program: Running transaction 22:05:33,219 INFO anaconda:program: Preparing : 1/1 22:05:33,220 INFO anaconda:program: Running scriptlet: firewalld-0.8.0-4.el8.noarch 1/1 22:05:33,220 INFO anaconda:program: Running scriptlet: firewalld-0.8.0-4.el8.noarch 1/12 22:05:33,221 INFO anaconda:program: Erasing : firewalld-0.8.0-4.el8.noarch 1/12 22:05:33,222 INFO anaconda:program: Running scriptlet: firewalld-0.8.0-4.el8.noarch 1/12 22:05:33,222 INFO anaconda:program: Running in chroot, ignoring request: daemon-reload 22:05:33,223 INFO anaconda:program: 22:05:33,223 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-10.el8_2.1.aarch64 2/12 22:05:33,224 INFO anaconda:program: Erasing : iptables-ebtables-1.8.4-10.el8_2.1.aarch64 2/12 22:05:33,224 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.4-10.el8_2.1.aarch64 2/12 22:05:33,225 INFO anaconda:program: Erasing : python3-firewall-0.8.0-4.el8.noarch 3/12 22:05:33,226 INFO anaconda:program: Erasing : iptables-1.8.4-10.el8_2.1.aarch64 4/12 22:05:33,226 INFO anaconda:program: Running scriptlet: iptables-1.8.4-10.el8_2.1.aarch64 4/12 22:05:33,227 INFO anaconda:program: Running scriptlet: ipset-7.1-1.el8.aarch64 5/12 22:05:33,227 INFO anaconda:program: Erasing : ipset-7.1-1.el8.aarch64 5/12 22:05:33,228 INFO anaconda:program: Erasing : python3-nftables-1:0.9.3-12.el8.aarch64 6/12 22:05:33,229 INFO anaconda:program: Erasing : firewalld-filesystem-0.8.0-4.el8.noarch 7/12 22:05:33,229 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-12.el8.aarch64 8/12 22:05:33,230 INFO anaconda:program: Erasing : nftables-1:0.9.3-12.el8.aarch64 8/12 22:05:33,230 INFO anaconda:program: Running scriptlet: nftables-1:0.9.3-12.el8.aarch64 8/12 22:05:33,231 INFO anaconda:program: Erasing : libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 22:05:33,232 INFO anaconda:program: Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64 9/12 22:05:33,232 INFO anaconda:program: Erasing : libnfnetlink-1.0.1-13.el8.aarch64 10/12 22:05:33,233 INFO anaconda:program: Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64 10/12 22:05:33,233 INFO anaconda:program: Erasing : libnftnl-1.1.5-4.el8.aarch64 11/12 22:05:33,234 INFO anaconda:program: Running scriptlet: libnftnl-1.1.5-4.el8.aarch64 11/12 22:05:33,234 INFO anaconda:program: Erasing : ipset-libs-7.1-1.el8.aarch64 12/12 22:05:33,235 INFO anaconda:program: Running scriptlet: ipset-libs-7.1-1.el8.aarch64 12/12 22:05:33,236 INFO anaconda:program: Verifying : firewalld-0.8.0-4.el8.noarch 1/12 22:05:33,236 INFO anaconda:program: Verifying : firewalld-filesystem-0.8.0-4.el8.noarch 2/12 22:05:33,237 INFO anaconda:program: Verifying : ipset-7.1-1.el8.aarch64 3/12 22:05:33,237 INFO anaconda:program: Verifying : ipset-libs-7.1-1.el8.aarch64 4/12 22:05:33,238 INFO anaconda:program: Verifying : iptables-1.8.4-10.el8_2.1.aarch64 5/12 22:05:33,239 INFO anaconda:program: Verifying : iptables-ebtables-1.8.4-10.el8_2.1.aarch64 6/12 22:05:33,239 INFO anaconda:program: Verifying : libnetfilter_conntrack-1.0.6-5.el8.aarch64 7/12 22:05:33,240 INFO anaconda:program: Verifying : libnfnetlink-1.0.1-13.el8.aarch64 8/12 22:05:33,240 INFO anaconda:program: Verifying : libnftnl-1.1.5-4.el8.aarch64 9/12 22:05:33,241 INFO anaconda:program: Verifying : nftables-1:0.9.3-12.el8.aarch64 10/12 22:05:33,241 INFO anaconda:program: Verifying : python3-firewall-0.8.0-4.el8.noarch 11/12 22:05:33,242 INFO anaconda:program: Verifying : python3-nftables-1:0.9.3-12.el8.aarch64 12/12 22:05:33,243 INFO anaconda:program: 22:05:33,243 INFO anaconda:program: Removed: 22:05:33,244 INFO anaconda:program: firewalld-0.8.0-4.el8.noarch 22:05:33,244 INFO anaconda:program: firewalld-filesystem-0.8.0-4.el8.noarch 22:05:33,245 INFO anaconda:program: ipset-7.1-1.el8.aarch64 22:05:33,246 INFO anaconda:program: ipset-libs-7.1-1.el8.aarch64 22:05:33,246 INFO anaconda:program: iptables-1.8.4-10.el8_2.1.aarch64 22:05:33,247 INFO anaconda:program: iptables-ebtables-1.8.4-10.el8_2.1.aarch64 22:05:33,247 INFO anaconda:program: libnetfilter_conntrack-1.0.6-5.el8.aarch64 22:05:33,248 INFO anaconda:program: libnfnetlink-1.0.1-13.el8.aarch64 22:05:33,249 INFO anaconda:program: libnftnl-1.1.5-4.el8.aarch64 22:05:33,249 INFO anaconda:program: nftables-1:0.9.3-12.el8.aarch64 22:05:33,250 INFO anaconda:program: python3-firewall-0.8.0-4.el8.noarch 22:05:33,250 INFO anaconda:program: python3-nftables-1:0.9.3-12.el8.aarch64 22:05:33,251 INFO anaconda:program: 22:05:33,251 INFO anaconda:program: Complete! 22:05:33,252 INFO anaconda:program: No match for argument: avahi* 22:05:33,253 INFO anaconda:program: No packages marked for removal. 22:05:33,253 INFO anaconda:program: Dependencies resolved. 22:05:33,254 INFO anaconda:program: Nothing to do. 22:05:33,254 INFO anaconda:program: Complete! 22:05:33,255 INFO anaconda:program: . 22:05:33,255 INFO anaconda:program: Created symlink /etc/systemd/system/tmp.mount -> /dev/null. 22:05:33,256 INFO anaconda:program: 0 files removed 22:05:33,257 INFO anaconda:program: Fixing SELinux contexts. 22:05:33,257 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man0p restorecon: No such file or directory. 22:05:33,258 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1 restorecon: No such file or directory. 22:05:33,258 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1p restorecon: No such file or directory. 22:05:33,259 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1x restorecon: No such file or directory. 22:05:33,260 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2 restorecon: No such file or directory. 22:05:33,260 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2x restorecon: No such file or directory. 22:05:33,261 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3 restorecon: No such file or directory. 22:05:33,261 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3p restorecon: No such file or directory. 22:05:33,262 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3x restorecon: No such file or directory. 22:05:33,262 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4 restorecon: No such file or directory. 22:05:33,263 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4x restorecon: No such file or directory. 22:05:33,264 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5 restorecon: No such file or directory. 22:05:33,264 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5x restorecon: No such file or directory. 22:05:33,265 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6 restorecon: No such file or directory. 22:05:33,265 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6x restorecon: No such file or directory. 22:05:33,266 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7 restorecon: No such file or directory. 22:05:33,267 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7x restorecon: No such file or directory. 22:05:33,267 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8 restorecon: No such file or directory. 22:05:33,268 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8x restorecon: No such file or directory. 22:05:33,268 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9 restorecon: No such file or directory. 22:05:33,269 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9x restorecon: No such file or directory. 22:05:33,269 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/mann restorecon: No such file or directory. 22:05:33,270 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man0p restorecon: No such file or directory. 22:05:33,271 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1 restorecon: No such file or directory. 22:05:33,271 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1p restorecon: No such file or directory. 22:05:33,272 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1x restorecon: No such file or directory. 22:05:33,272 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2 restorecon: No such file or directory. 22:05:33,273 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2x restorecon: No such file or directory. 22:05:33,274 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3 restorecon: No such file or directory. 22:05:33,274 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3p restorecon: No such file or directory. 22:05:33,275 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3x restorecon: No such file or directory. 22:05:33,275 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4 restorecon: No such file or directory. 22:05:33,276 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4x restorecon: No such file or directory. 22:05:33,277 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5 restorecon: No such file or directory. 22:05:33,277 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5x restorecon: No such file or directory. 22:05:33,278 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6 restorecon: No such file or directory. 22:05:33,278 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6x restorecon: No such file or directory. 22:05:33,279 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7 restorecon: No such file or directory. 22:05:33,279 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7x restorecon: No such file or directory. 22:05:33,280 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8 restorecon: No such file or directory. 22:05:33,281 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8x restorecon: No such file or directory. 22:05:33,281 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9 restorecon: No such file or directory. 22:05:33,282 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9x restorecon: No such file or directory. 22:05:33,282 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/mann restorecon: No such file or directory. 22:05:33,283 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man0p restorecon: No such file or directory. 22:05:33,284 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1 restorecon: No such file or directory. 22:05:33,284 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1p restorecon: No such file or directory. 22:05:33,285 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1x restorecon: No such file or directory. 22:05:33,285 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2 restorecon: No such file or directory. 22:05:33,286 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2x restorecon: No such file or directory. 22:05:33,287 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3 restorecon: No such file or directory. 22:05:33,287 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3p restorecon: No such file or directory. 22:05:33,288 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3x restorecon: No such file or directory. 22:05:33,288 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4 restorecon: No such file or directory. 22:05:33,289 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4x restorecon: No such file or directory. 22:05:33,289 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5 restorecon: No such file or directory. 22:05:33,290 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5x restorecon: No such file or directory. 22:05:33,291 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6 restorecon: No such file or directory. 22:05:33,291 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6x restorecon: No such file or directory. 22:05:33,292 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7 restorecon: No such file or directory. 22:05:33,292 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7x restorecon: No such file or directory. 22:05:33,293 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8 restorecon: No such file or directory. 22:05:33,294 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8x restorecon: No such file or directory. 22:05:33,294 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9 restorecon: No such file or directory. 22:05:33,295 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9x restorecon: No such file or directory. 22:05:33,295 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/mann restorecon: No such file or directory. 22:05:33,296 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man0p restorecon: No such file or directory. 22:05:33,297 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1 restorecon: No such file or directory. 22:05:33,297 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1p restorecon: No such file or directory. 22:05:33,298 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1x restorecon: No such file or directory. 22:05:33,298 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2 restorecon: No such file or directory. 22:05:33,299 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2x restorecon: No such file or directory. 22:05:33,299 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3 restorecon: No such file or directory. 22:05:33,300 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3p restorecon: No such file or directory. 22:05:33,301 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3x restorecon: No such file or directory. 22:05:33,301 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4 restorecon: No such file or directory. 22:05:33,302 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4x restorecon: No such file or directory. 22:05:33,302 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5 restorecon: No such file or directory. 22:05:33,303 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5x restorecon: No such file or directory. 22:05:33,304 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6 restorecon: No such file or directory. 22:05:33,304 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6x restorecon: No such file or directory. 22:05:33,305 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7 restorecon: No such file or directory. 22:05:33,305 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7x restorecon: No such file or directory. 22:05:33,306 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8 restorecon: No such file or directory. 22:05:33,307 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8x restorecon: No such file or directory. 22:05:33,307 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9 restorecon: No such file or directory. 22:05:33,308 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9x restorecon: No such file or directory. 22:05:33,308 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/mann restorecon: No such file or directory. 22:05:33,309 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man0p restorecon: No such file or directory. 22:05:33,309 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1 restorecon: No such file or directory. 22:05:33,310 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1p restorecon: No such file or directory. 22:05:33,311 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1x restorecon: No such file or directory. 22:05:33,311 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2 restorecon: No such file or directory. 22:05:33,312 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2x restorecon: No such file or directory. 22:05:33,312 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3 restorecon: No such file or directory. 22:05:33,313 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3p restorecon: No such file or directory. 22:05:33,313 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3x restorecon: No such file or directory. 22:05:33,314 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4 restorecon: No such file or directory. 22:05:33,315 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4x restorecon: No such file or directory. 22:05:33,315 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5 restorecon: No such file or directory. 22:05:33,316 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5x restorecon: No such file or directory. 22:05:33,316 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6 restorecon: No such file or directory. 22:05:33,317 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6x restorecon: No such file or directory. 22:05:33,318 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7 restorecon: No such file or directory. 22:05:33,318 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7x restorecon: No such file or directory. 22:05:33,319 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8 restorecon: No such file or directory. 22:05:33,319 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8x restorecon: No such file or directory. 22:05:33,320 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9 restorecon: No such file or directory. 22:05:33,321 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9x restorecon: No such file or directory. 22:05:33,321 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/mann restorecon: No such file or directory. 22:05:33,322 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man0p restorecon: No such file or directory. 22:05:33,322 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1 restorecon: No such file or directory. 22:05:33,323 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1p restorecon: No such file or directory. 22:05:33,323 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1x restorecon: No such file or directory. 22:05:33,324 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2 restorecon: No such file or directory. 22:05:33,325 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2x restorecon: No such file or directory. 22:05:33,325 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3 restorecon: No such file or directory. 22:05:33,326 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3p restorecon: No such file or directory. 22:05:33,326 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3x restorecon: No such file or directory. 22:05:33,327 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4 restorecon: No such file or directory. 22:05:33,328 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4x restorecon: No such file or directory. 22:05:33,328 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5 restorecon: No such file or directory. 22:05:33,329 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5x restorecon: No such file or directory. 22:05:33,329 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6 restorecon: No such file or directory. 22:05:33,330 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6x restorecon: No such file or directory. 22:05:33,330 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7 restorecon: No such file or directory. 22:05:33,331 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7x restorecon: No such file or directory. 22:05:33,332 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8 restorecon: No such file or directory. 22:05:33,332 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8x restorecon: No such file or directory. 22:05:33,333 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9 restorecon: No such file or directory. 22:05:33,333 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9x restorecon: No such file or directory. 22:05:33,334 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/mann restorecon: No such file or directory. 22:05:33,335 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man0p restorecon: No such file or directory. 22:05:33,335 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1 restorecon: No such file or directory. 22:05:33,336 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1p restorecon: No such file or directory. 22:05:33,336 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1x restorecon: No such file or directory. 22:05:33,337 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2 restorecon: No such file or directory. 22:05:33,338 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2x restorecon: No such file or directory. 22:05:33,338 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3 restorecon: No such file or directory. 22:05:33,339 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3p restorecon: No such file or directory. 22:05:33,339 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3x restorecon: No such file or directory. 22:05:33,340 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4 restorecon: No such file or directory. 22:05:33,340 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4x restorecon: No such file or directory. 22:05:33,341 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5 restorecon: No such file or directory. 22:05:33,342 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5x restorecon: No such file or directory. 22:05:33,342 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6 restorecon: No such file or directory. 22:05:33,343 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6x restorecon: No such file or directory. 22:05:33,343 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7 restorecon: No such file or directory. 22:05:33,344 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7x restorecon: No such file or directory. 22:05:33,345 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8 restorecon: No such file or directory. 22:05:33,345 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8x restorecon: No such file or directory. 22:05:33,346 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9 restorecon: No such file or directory. 22:05:33,346 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9x restorecon: No such file or directory. 22:05:33,347 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/mann restorecon: No such file or directory. 22:05:33,347 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man0p restorecon: No such file or directory. 22:05:33,348 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1 restorecon: No such file or directory. 22:05:33,349 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1p restorecon: No such file or directory. 22:05:33,349 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1x restorecon: No such file or directory. 22:05:33,350 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2 restorecon: No such file or directory. 22:05:33,350 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2x restorecon: No such file or directory. 22:05:33,351 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3 restorecon: No such file or directory. 22:05:33,352 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3p restorecon: No such file or directory. 22:05:33,352 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3x restorecon: No such file or directory. 22:05:33,353 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4 restorecon: No such file or directory. 22:05:33,353 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4x restorecon: No such file or directory. 22:05:33,354 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5 restorecon: No such file or directory. 22:05:33,354 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5x restorecon: No such file or directory. 22:05:33,355 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6 restorecon: No such file or directory. 22:05:33,356 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6x restorecon: No such file or directory. 22:05:33,356 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7 restorecon: No such file or directory. 22:05:33,357 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7x restorecon: No such file or directory. 22:05:33,357 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8 restorecon: No such file or directory. 22:05:33,358 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8x restorecon: No such file or directory. 22:05:33,359 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9 restorecon: No such file or directory. 22:05:33,359 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9x restorecon: No such file or directory. 22:05:33,360 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/mann restorecon: No such file or directory. 22:05:33,360 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man0p restorecon: No such file or directory. 22:05:33,361 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1 restorecon: No such file or directory. 22:05:33,361 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1p restorecon: No such file or directory. 22:05:33,362 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1x restorecon: No such file or directory. 22:05:33,363 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2 restorecon: No such file or directory. 22:05:33,363 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2x restorecon: No such file or directory. 22:05:33,364 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3 restorecon: No such file or directory. 22:05:33,364 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3p restorecon: No such file or directory. 22:05:33,365 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3x restorecon: No such file or directory. 22:05:33,366 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4 restorecon: No such file or directory. 22:05:33,366 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4x restorecon: No such file or directory. 22:05:33,367 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5 restorecon: No such file or directory. 22:05:33,367 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5x restorecon: No such file or directory. 22:05:33,368 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6 restorecon: No such file or directory. 22:05:33,369 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6x restorecon: No such file or directory. 22:05:33,369 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7 restorecon: No such file or directory. 22:05:33,370 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7x restorecon: No such file or directory. 22:05:33,370 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8 restorecon: No such file or directory. 22:05:33,371 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8x restorecon: No such file or directory. 22:05:33,371 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9 restorecon: No such file or directory. 22:05:33,372 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9x restorecon: No such file or directory. 22:05:33,373 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/mann restorecon: No such file or directory. 22:05:33,373 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man0p restorecon: No such file or directory. 22:05:33,374 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1 restorecon: No such file or directory. 22:05:33,374 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1p restorecon: No such file or directory. 22:05:33,375 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1x restorecon: No such file or directory. 22:05:33,376 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2 restorecon: No such file or directory. 22:05:33,376 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2x restorecon: No such file or directory. 22:05:33,377 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3 restorecon: No such file or directory. 22:05:33,377 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3p restorecon: No such file or directory. 22:05:33,378 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3x restorecon: No such file or directory. 22:05:33,378 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4 restorecon: No such file or directory. 22:05:33,379 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4x restorecon: No such file or directory. 22:05:33,380 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5 restorecon: No such file or directory. 22:05:33,380 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5x restorecon: No such file or directory. 22:05:33,381 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6 restorecon: No such file or directory. 22:05:33,381 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6x restorecon: No such file or directory. 22:05:33,382 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7 restorecon: No such file or directory. 22:05:33,382 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7x restorecon: No such file or directory. 22:05:33,383 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8 restorecon: No such file or directory. 22:05:33,384 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8x restorecon: No such file or directory. 22:05:33,384 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9 restorecon: No such file or directory. 22:05:33,385 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9x restorecon: No such file or directory. 22:05:33,385 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/mann restorecon: No such file or directory. 22:05:33,386 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man0p restorecon: No such file or directory. 22:05:33,387 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1 restorecon: No such file or directory. 22:05:33,387 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1p restorecon: No such file or directory. 22:05:33,388 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1x restorecon: No such file or directory. 22:05:33,388 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2 restorecon: No such file or directory. 22:05:33,389 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2x restorecon: No such file or directory. 22:05:33,390 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3 restorecon: No such file or directory. 22:05:33,390 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3p restorecon: No such file or directory. 22:05:33,391 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3x restorecon: No such file or directory. 22:05:33,391 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4 restorecon: No such file or directory. 22:05:33,392 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4x restorecon: No such file or directory. 22:05:33,392 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5 restorecon: No such file or directory. 22:05:33,393 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5x restorecon: No such file or directory. 22:05:33,394 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6 restorecon: No such file or directory. 22:05:33,394 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6x restorecon: No such file or directory. 22:05:33,395 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7 restorecon: No such file or directory. 22:05:33,395 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7x restorecon: No such file or directory. 22:05:33,396 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8 restorecon: No such file or directory. 22:05:33,397 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8x restorecon: No such file or directory. 22:05:33,397 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9 restorecon: No such file or directory. 22:05:33,398 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9x restorecon: No such file or directory. 22:05:33,398 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/mann restorecon: No such file or directory. 22:05:33,399 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man0p restorecon: No such file or directory. 22:05:33,399 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1 restorecon: No such file or directory. 22:05:33,400 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1p restorecon: No such file or directory. 22:05:33,401 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1x restorecon: No such file or directory. 22:05:33,401 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2 restorecon: No such file or directory. 22:05:33,402 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2x restorecon: No such file or directory. 22:05:33,402 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3 restorecon: No such file or directory. 22:05:33,403 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3p restorecon: No such file or directory. 22:05:33,404 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3x restorecon: No such file or directory. 22:05:33,404 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4 restorecon: No such file or directory. 22:05:33,405 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4x restorecon: No such file or directory. 22:05:33,405 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5 restorecon: No such file or directory. 22:05:33,406 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5x restorecon: No such file or directory. 22:05:33,407 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6 restorecon: No such file or directory. 22:05:33,407 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6x restorecon: No such file or directory. 22:05:33,408 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7 restorecon: No such file or directory. 22:05:33,408 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7x restorecon: No such file or directory. 22:05:33,409 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8 restorecon: No such file or directory. 22:05:33,409 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8x restorecon: No such file or directory. 22:05:33,410 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9 restorecon: No such file or directory. 22:05:33,411 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9x restorecon: No such file or directory. 22:05:33,411 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/mann restorecon: No such file or directory. 22:05:33,412 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man0p restorecon: No such file or directory. 22:05:33,412 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1 restorecon: No such file or directory. 22:05:33,413 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1p restorecon: No such file or directory. 22:05:33,413 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1x restorecon: No such file or directory. 22:05:33,414 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2 restorecon: No such file or directory. 22:05:33,415 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2x restorecon: No such file or directory. 22:05:33,415 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3 restorecon: No such file or directory. 22:05:33,416 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3p restorecon: No such file or directory. 22:05:33,416 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3x restorecon: No such file or directory. 22:05:33,417 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4 restorecon: No such file or directory. 22:05:33,418 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4x restorecon: No such file or directory. 22:05:33,418 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5 restorecon: No such file or directory. 22:05:33,419 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5x restorecon: No such file or directory. 22:05:33,419 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6 restorecon: No such file or directory. 22:05:33,420 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6x restorecon: No such file or directory. 22:05:33,421 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7 restorecon: No such file or directory. 22:05:33,421 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7x restorecon: No such file or directory. 22:05:33,422 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8 restorecon: No such file or directory. 22:05:33,422 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8x restorecon: No such file or directory. 22:05:33,423 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9 restorecon: No such file or directory. 22:05:33,423 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9x restorecon: No such file or directory. 22:05:33,424 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/mann restorecon: No such file or directory. 22:05:33,425 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man0p restorecon: No such file or directory. 22:05:33,425 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1 restorecon: No such file or directory. 22:05:33,426 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1p restorecon: No such file or directory. 22:05:33,426 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1x restorecon: No such file or directory. 22:05:33,427 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2 restorecon: No such file or directory. 22:05:33,428 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2x restorecon: No such file or directory. 22:05:33,428 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3 restorecon: No such file or directory. 22:05:33,429 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3p restorecon: No such file or directory. 22:05:33,429 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3x restorecon: No such file or directory. 22:05:33,430 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4 restorecon: No such file or directory. 22:05:33,431 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4x restorecon: No such file or directory. 22:05:33,431 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5 restorecon: No such file or directory. 22:05:33,432 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5x restorecon: No such file or directory. 22:05:33,432 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6 restorecon: No such file or directory. 22:05:33,433 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6x restorecon: No such file or directory. 22:05:33,433 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7 restorecon: No such file or directory. 22:05:33,434 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7x restorecon: No such file or directory. 22:05:33,435 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8 restorecon: No such file or directory. 22:05:33,435 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8x restorecon: No such file or directory. 22:05:33,436 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9 restorecon: No such file or directory. 22:05:33,437 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9x restorecon: No such file or directory. 22:05:33,437 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/mann restorecon: No such file or directory. 22:05:33,438 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man0p restorecon: No such file or directory. 22:05:33,438 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1 restorecon: No such file or directory. 22:05:33,439 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1p restorecon: No such file or directory. 22:05:33,440 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1x restorecon: No such file or directory. 22:05:33,440 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2 restorecon: No such file or directory. 22:05:33,441 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2x restorecon: No such file or directory. 22:05:33,441 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3 restorecon: No such file or directory. 22:05:33,442 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3p restorecon: No such file or directory. 22:05:33,443 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3x restorecon: No such file or directory. 22:05:33,443 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4 restorecon: No such file or directory. 22:05:33,444 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4x restorecon: No such file or directory. 22:05:33,445 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5 restorecon: No such file or directory. 22:05:33,445 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5x restorecon: No such file or directory. 22:05:33,446 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6 restorecon: No such file or directory. 22:05:33,446 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6x restorecon: No such file or directory. 22:05:33,447 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7 restorecon: No such file or directory. 22:05:33,448 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7x restorecon: No such file or directory. 22:05:33,448 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8 restorecon: No such file or directory. 22:05:33,449 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8x restorecon: No such file or directory. 22:05:33,449 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9 restorecon: No such file or directory. 22:05:33,450 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9x restorecon: No such file or directory. 22:05:33,451 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/mann restorecon: No such file or directory. 22:05:33,451 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man0p restorecon: No such file or directory. 22:05:33,452 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1 restorecon: No such file or directory. 22:05:33,452 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1p restorecon: No such file or directory. 22:05:33,453 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1x restorecon: No such file or directory. 22:05:33,454 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2 restorecon: No such file or directory. 22:05:33,454 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2x restorecon: No such file or directory. 22:05:33,455 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3 restorecon: No such file or directory. 22:05:33,456 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3p restorecon: No such file or directory. 22:05:33,456 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3x restorecon: No such file or directory. 22:05:33,457 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4 restorecon: No such file or directory. 22:05:33,457 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4x restorecon: No such file or directory. 22:05:33,458 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5 restorecon: No such file or directory. 22:05:33,459 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5x restorecon: No such file or directory. 22:05:33,459 INFO anaconda Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13148/14400 :program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6 restorecon: No such file or directory. 22:05:33,460 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6x restorecon: No such file or directory. 22:05:33,460 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7 restorecon: No such file or directory. 22:05:33,461 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7x restorecon: No such file or directory. 22:05:33,462 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8 restorecon: No such file or directory. 22:05:33,462 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8x restorecon: No such file or directory. 22:05:33,463 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9 restorecon: No such file or directory. 22:05:33,463 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9x restorecon: No such file or directory. 22:05:33,464 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/mann restorecon: No such file or directory. 22:05:33,465 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man0p restorecon: No such file or directory. 22:05:33,465 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1 restorecon: No such file or directory. 22:05:33,466 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1p restorecon: No such file or directory. 22:05:33,467 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1x restorecon: No such file or directory. 22:05:33,467 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2 restorecon: No such file or directory. 22:05:33,468 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2x restorecon: No such file or directory. 22:05:33,469 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3 restorecon: No such file or directory. 22:05:33,469 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3p restorecon: No such file or directory. 22:05:33,470 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3x restorecon: No such file or directory. 22:05:33,470 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4 restorecon: No such file or directory. 22:05:33,471 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4x restorecon: No such file or directory. 22:05:33,472 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5 restorecon: No such file or directory. 22:05:33,472 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5x restorecon: No such file or directory. 22:05:33,473 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6 restorecon: No such file or directory. 22:05:33,474 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6x restorecon: No such file or directory. 22:05:33,474 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7 restorecon: No such file or directory. 22:05:33,475 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7x restorecon: No such file or directory. 22:05:33,476 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8 restorecon: No such file or directory. 22:05:33,476 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8x restorecon: No such file or directory. 22:05:33,477 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9 restorecon: No such file or directory. 22:05:33,478 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9x restorecon: No such file or directory. 22:05:33,478 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/mann restorecon: No such file or directory. 22:05:33,479 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man0p restorecon: No such file or directory. 22:05:33,479 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1 restorecon: No such file or directory. 22:05:33,480 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1p restorecon: No such file or directory. 22:05:33,481 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1x restorecon: No such file or directory. 22:05:33,481 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2 restorecon: No such file or directory. 22:05:33,482 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2x restorecon: No such file or directory. 22:05:33,482 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3 restorecon: No such file or directory. 22:05:33,483 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3p restorecon: No such file or directory. 22:05:33,484 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3x restorecon: No such file or directory. 22:05:33,484 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4 restorecon: No such file or directory. 22:05:33,485 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4x restorecon: No such file or directory. 22:05:33,485 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5 restorecon: No such file or directory. 22:05:33,486 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5x restorecon: No such file or directory. 22:05:33,487 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6 restorecon: No such file or directory. 22:05:33,487 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6x restorecon: No such file or directory. 22:05:33,488 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7 restorecon: No such file or directory. 22:05:33,489 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7x restorecon: No such file or directory. 22:05:33,489 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8 restorecon: No such file or directory. 22:05:33,490 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8x restorecon: No such file or directory. 22:05:33,490 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9 restorecon: No such file or directory. 22:05:33,491 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9x restorecon: No such file or directory. 22:05:33,492 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/mann restorecon: No such file or directory. 22:05:33,492 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man0p restorecon: No such file or directory. 22:05:33,493 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1 restorecon: No such file or directory. 22:05:33,493 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1p restorecon: No such file or directory. 22:05:33,494 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1x restorecon: No such file or directory. 22:05:33,495 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2 restorecon: No such file or directory. 22:05:33,495 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2x restorecon: No such file or directory. 22:05:33,496 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3 restorecon: No such file or directory. 22:05:33,497 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3p restorecon: No such file or directory. 22:05:33,497 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3x restorecon: No such file or directory. 22:05:33,498 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4 restorecon: No such file or directory. 22:05:33,498 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4x restorecon: No such file or directory. 22:05:33,499 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5 restorecon: No such file or directory. 22:05:33,500 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5x restorecon: No such file or directory. 22:05:33,500 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6 restorecon: No such file or directory. 22:05:33,501 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6x restorecon: No such file or directory. 22:05:33,501 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7 restorecon: No such file or directory. 22:05:33,502 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7x restorecon: No such file or directory. 22:05:33,503 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8 restorecon: No such file or directory. 22:05:33,503 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8x restorecon: No such file or directory. 22:05:33,504 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9 restorecon: No such file or directory. 22:05:33,505 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9x restorecon: No such file or directory. 22:05:33,505 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/mann restorecon: No such file or directory. 22:05:33,506 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man0p restorecon: No such file or directory. 22:05:33,506 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1 restorecon: No such file or directory. 22:05:33,507 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1p restorecon: No such file or directory. 22:05:33,508 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1x restorecon: No such file or directory. 22:05:33,508 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2 restorecon: No such file or directory. 22:05:33,509 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2x restorecon: No such file or directory. 22:05:33,509 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3 restorecon: No such file or directory. 22:05:33,510 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3p restorecon: No such file or directory. 22:05:33,511 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3x restorecon: No such file or directory. 22:05:33,511 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4 restorecon: No such file or directory. 22:05:33,512 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4x restorecon: No such file or directory. 22:05:33,512 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5 restorecon: No such file or directory. 22:05:33,513 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5x restorecon: No such file or directory. 22:05:33,514 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6 restorecon: No such file or directory. 22:05:33,514 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6x restorecon: No such file or directory. 22:05:33,515 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7 restorecon: No such file or directory. 22:05:33,516 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7x restorecon: No such file or directory. 22:05:33,516 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8 restorecon: No such file or directory. 22:05:33,517 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8x restorecon: No such file or directory. 22:05:33,517 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9 restorecon: No such file or directory. 22:05:33,518 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9x restorecon: No such file or directory. 22:05:33,519 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/mann restorecon: No such file or directory. 22:05:33,519 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man0p restorecon: No such file or directory. 22:05:33,520 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1 restorecon: No such file or directory. 22:05:33,520 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1p restorecon: No such file or directory. 22:05:33,521 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1x restorecon: No such file or directory. 22:05:33,522 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2 restorecon: No such file or directory. 22:05:33,522 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2x restorecon: No such file or directory. 22:05:33,523 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3 restorecon: No such file or directory. 22:05:33,523 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3p restorecon: No such file or directory. 22:05:33,524 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3x restorecon: No such file or directory. 22:05:33,525 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4 restorecon: No such file or directory. 22:05:33,525 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4x restorecon: No such file or directory. 22:05:33,526 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5 restorecon: No such file or directory. 22:05:33,527 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5x restorecon: No such file or directory. 22:05:33,527 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6 restorecon: No such file or directory. 22:05:33,528 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6x restorecon: No such file or directory. 22:05:33,528 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7 restorecon: No such file or directory. 22:05:33,529 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7x restorecon: No such file or directory. 22:05:33,530 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8 restorecon: No such file or directory. 22:05:33,530 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8x restorecon: No such file or directory. 22:05:33,531 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9 restorecon: No such file or directory. 22:05:33,531 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9x restorecon: No such file or directory. 22:05:33,532 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/mann restorecon: No such file or directory. 22:05:33,533 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man0p restorecon: No such file or directory. 22:05:33,533 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1 restorecon: No such file or directory. 22:05:33,534 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1p restorecon: No such file or directory. 22:05:33,535 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1x restorecon: No such file or directory. 22:05:33,535 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2 restorecon: No such file or directory. 22:05:33,536 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2x restorecon: No such file or directory. 22:05:33,536 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3 restorecon: No such file or directory. 22:05:33,537 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3p restorecon: No such file or directory. 22:05:33,538 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3x restorecon: No such file or directory. 22:05:33,538 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4 restorecon: No such file or directory. 22:05:33,539 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4x restorecon: No such file or directory. 22:05:33,539 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5 restorecon: No such file or directory. 22:05:33,540 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5x restorecon: No such file or directory. 22:05:33,541 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6 restorecon: No such file or directory. 22:05:33,541 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6x restorecon: No such file or directory. 22:05:33,542 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7 restorecon: No such file or directory. 22:05:33,542 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7x restorecon: No such file or directory. 22:05:33,543 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8 restorecon: No such file or directory. 22:05:33,544 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8x restorecon: No such file or directory. 22:05:33,544 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9 restorecon: No such file or directory. 22:05:33,545 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9x restorecon: No such file or directory. 22:05:33,546 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/mann restorecon: No such file or directory. 22:05:33,546 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man0p restorecon: No such file or directory. 22:05:33,547 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1 restorecon: No such file or directory. 22:05:33,547 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1p restorecon: No such file or directory. 22:05:33,548 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1x restorecon: No such file or directory. 22:05:33,549 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2 restorecon: No such file or directory. 22:05:33,549 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2x restorecon: No such file or directory. 22:05:33,550 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3 restorecon: No such file or directory. 22:05:33,550 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3p restorecon: No such file or directory. 22:05:33,551 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3x restorecon: No such file or directory. 22:05:33,552 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4 restorecon: No such file or directory. 22:05:33,552 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4x restorecon: No such file or directory. 22:05:33,553 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5 restorecon: No such file or directory. 22:05:33,554 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5x restorecon: No such file or directory. 22:05:33,554 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6 restorecon: No such file or directory. 22:05:33,555 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6x restorecon: No such file or directory. 22:05:33,555 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7 restorecon: No such file or directory. 22:05:33,556 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7x restorecon: No such file or directory. 22:05:33,557 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8 restorecon: No such file or directory. 22:05:33,557 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8x restorecon: No such file or directory. 22:05:33,558 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9 restorecon: No such file or directory. 22:05:33,558 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9x restorecon: No such file or directory. 22:05:33,559 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/mann restorecon: No such file or directory. 22:05:33,560 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man0p restorecon: No such file or directory. 22:05:33,560 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1 restorecon: No such file or directory. 22:05:33,561 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1p restorecon: No such file or directory. 22:05:33,562 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1x restorecon: No such file or directory. 22:05:33,562 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2 restorecon: No such file or directory. 22:05:33,563 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2x restorecon: No such file or directory. 22:05:33,563 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3 restorecon: No such file or directory. 22:05:33,564 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3p restorecon: No such file or directory. 22:05:33,565 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3x restorecon: No such file or directory. 22:05:33,565 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4 restorecon: No such file or directory. 22:05:33,566 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4x restorecon: No such file or directory. 22:05:33,566 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5 restorecon: No such file or directory. 22:05:33,567 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5x restorecon: No such file or directory. 22:05:33,568 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6 restorecon: No such file or directory. 22:05:33,568 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6x restorecon: No such file or directory. 22:05:33,569 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7 restorecon: No such file or directory. 22:05:33,570 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7x restorecon: No such file or directory. 22:05:33,570 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8 restorecon: No such file or directory. 22:05:33,571 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8x restorecon: No such file or directory. 22:05:33,571 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9 restorecon: No such file or directory. 22:05:33,572 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9x restorecon: No such file or directory. 22:05:33,573 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/mann restorecon: No such file or directory. 22:05:33,573 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man0p restorecon: No such file or directory. 22:05:33,574 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1 restorecon: No such file or directory. 22:05:33,574 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1p restorecon: No such file or directory. 22:05:33,575 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1x restorecon: No such file or directory. 22:05:33,576 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2 restorecon: No such file or directory. 22:05:33,576 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2x restorecon: No such file or directory. 22:05:33,577 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3 restorecon: No such file or directory. 22:05:33,577 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3p restorecon: No such file or directory. 22:05:33,578 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3x restorecon: No such file or directory. 22:05:33,579 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4 restorecon: No such file or directory. 22:05:33,579 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4x restorecon: No such file or directory. 22:05:33,580 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5 restorecon: No such file or directory. 22:05:33,581 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5x restorecon: No such file or directory. 22:05:33,581 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6 restorecon: No such file or directory. 22:05:33,582 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6x restorecon: No such file or directory. 22:05:33,582 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7 restorecon: No such file or directory. 22:05:33,583 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7x restorecon: No such file or directory. 22:05:33,583 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8 restorecon: No such file or directory. 22:05:33,584 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8x restorecon: No such file or directory. 22:05:33,585 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9 restorecon: No such file or directory. 22:05:33,585 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9x restorecon: No such file or directory. 22:05:33,586 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/mann restorecon: No such file or directory. 22:05:33,586 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man0p restorecon: No such file or directory. 22:05:33,587 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1 restorecon: No such file or directory. 22:05:33,588 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1p restorecon: No such file or directory. 22:05:33,588 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1x restorecon: No such file or directory. 22:05:33,589 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2 restorecon: No such file or directory. 22:05:33,589 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2x restorecon: No such file or directory. 22:05:33,590 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3 restorecon: No such file or directory. 22:05:33,590 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3p restorecon: No such file or directory. 22:05:33,591 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3x restorecon: No such file or directory. 22:05:33,592 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4 restorecon: No such file or directory. 22:05:33,592 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4x restorecon: No such file or directory. 22:05:33,593 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5 restorecon: No such file or directory. 22:05:33,593 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5x restorecon: No such file or directory. 22:05:33,594 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6 restorecon: No such file or directory. 22:05:33,595 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6x restorecon: No such file or directory. 22:05:33,595 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7 restorecon: No such file or directory. 22:05:33,596 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7x restorecon: No such file or directory. 22:05:33,596 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8 restorecon: No such file or directory. 22:05:33,597 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8x restorecon: No such file or directory. 22:05:33,597 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9 restorecon: No such file or directory. 22:05:33,598 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9x restorecon: No such file or directory. 22:05:33,599 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/mann restorecon: No such file or directory. 22:05:33,599 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man0p restorecon: No such file or directory. 22:05:33,600 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1 restorecon: No such file or directory. 22:05:33,600 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1p restorecon: No such file or directory. 22:05:33,601 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1x restorecon: No such file or directory. 22:05:33,602 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2 restorecon: No such file or directory. 22:05:33,602 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2x restorecon: No such file or directory. 22:05:33,603 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3 restorecon: No such file or directory. 22:05:33,603 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3p restorecon: No such file or directory. 22:05:33,604 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3x restorecon: No such file or directory. 22:05:33,604 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4 restorecon: No such file or directory. 22:05:33,605 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4x restorecon: No such file or directory. 22:05:33,606 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5 restorecon: No such file or directory. 22:05:33,606 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5x restorecon: No such file or directory. 22:05:33,607 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6 restorecon: No such file or directory. 22:05:33,607 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6x restorecon: No such file or directory. 22:05:33,608 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7 restorecon: No such file or directory. 22:05:33,609 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7x restorecon: No such file or directory. 22:05:33,609 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8 restorecon: No such file or directory. 22:05:33,610 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8x restorecon: No such file or directory. 22:05:33,610 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9 restorecon: No such file or directory. 22:05:33,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9x restorecon: No such file or directory. 22:05:33,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/mann restorecon: No such file or directory. 22:05:33,612 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man0p restorecon: No such file or directory. 22:05:33,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1 restorecon: No such file or directory. 22:05:33,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1p restorecon: No such file or directory. 22:05:33,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1x restorecon: No such file or directory. 22:05:33,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2 restorecon: No such file or directory. 22:05:33,615 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2x restorecon: No such file or directory. 22:05:33,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3 restorecon: No such file or directory. 22:05:33,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3p restorecon: No such file or directory. 22:05:33,617 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3x restorecon: No such file or directory. 22:05:33,617 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4 restorecon: No such file or directory. 22:05:33,618 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4x restorecon: No such file or directory. 22:05:33,618 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5 restorecon: No such file or directory. 22:05:33,619 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5x restorecon: No such file or directory. 22:05:33,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6 restorecon: No such file or directory. 22:05:33,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6x restorecon: No such file or directory. 22:05:33,621 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7 restorecon: No such file or directory. 22:05:33,621 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7x restorecon: No such file or directory. 22:05:33,622 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8 restorecon: No such file or directory. 22:05:33,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8x restorecon: No such file or directory. 22:05:33,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9 restorecon: No such file or directory. 22:05:33,624 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9x restorecon: No such file or directory. 22:05:33,624 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/mann restorecon: No such file or directory. 22:05:33,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man0p restorecon: No such file or directory. 22:05:33,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1 restorecon: No such file or directory. 22:05:33,626 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1p restorecon: No such file or directory. 22:05:33,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1x restorecon: No such file or directory. 22:05:33,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2 restorecon: No such file or directory. 22:05:33,628 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2x restorecon: No such file or directory. 22:05:33,628 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3 restorecon: No such file or directory. 22:05:33,629 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3p restorecon: No such file or directory. 22:05:33,630 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3x restorecon: No such file or directory. 22:05:33,630 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4 restorecon: No such file or directory. 22:05:33,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4x restorecon: No such file or directory. 22:05:33,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5 restorecon: No such file or directory. 22:05:33,632 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5x restorecon: No such file or directory. 22:05:33,632 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6 restorecon: No such file or directory. 22:05:33,633 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6x restorecon: No such file or directory. 22:05:33,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7 restorecon: No such file or directory. 22:05:33,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7x restorecon: No such file or directory. 22:05:33,635 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8 restorecon: No such file or directory. 22:05:33,635 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8x restorecon: No such file or directory. 22:05:33,636 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9 restorecon: No such file or directory. 22:05:33,637 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9x restorecon: No such file or directory. 22:05:33,637 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/mann restorecon: No such file or directory. 22:05:33,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man0p restorecon: No such file or directory. 22:05:33,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1 restorecon: No such file or directory. 22:05:33,639 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1p restorecon: No such file or directory. 22:05:33,639 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1x restorecon: No such file or directory. 22:05:33,640 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2 restorecon: No such file or directory. 22:05:33,641 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2x restorecon: No such file or directory. 22:05:33,641 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3 restorecon: No such file or directory. 22:05:33,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3p restorecon: No such file or directory. 22:05:33,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3x restorecon: No such file or directory. 22:05:33,643 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4 restorecon: No such file or directory. 22:05:33,644 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4x restorecon: No such file or directory. 22:05:33,644 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5 restorecon: No such file or directory. 22:05:33,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5x restorecon: No such file or directory. 22:05:33,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6 restorecon: No such file or directory. 22:05:33,646 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6x restorecon: No such file or directory. 22:05:33,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7 restorecon: No such file or directory. 22:05:33,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7x restorecon: No such file or directory. 22:05:33,648 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8 restorecon: No such file or directory. 22:05:33,648 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8x restorecon: No such file or directory. 22:05:33,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9 restorecon: No such file or directory. 22:05:33,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9x restorecon: No such file or directory. 22:05:33,650 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/mann restorecon: No such file or directory. 22:05:33,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man0p restorecon: No such file or directory. 22:05:33,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1 restorecon: No such file or directory. 22:05:33,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1p restorecon: No such file or directory. 22:05:33,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1x restorecon: No such file or directory. 22:05:33,653 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2 restorecon: No such file or directory. 22:05:33,653 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2x restorecon: No such file or directory. 22:05:33,654 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3 restorecon: No such file or directory. 22:05:33,655 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3p restorecon: No such file or directory. 22:05:33,655 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3x restorecon: No such file or directory. 22:05:33,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4 restorecon: No such file or directory. 22:05:33,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4x restorecon: No such file or directory. 22:05:33,657 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5 restorecon: No such file or directory. 22:05:33,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5x restorecon: No such file or directory. 22:05:33,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6 restorecon: No such file or directory. 22:05:33,659 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6x restorecon: No such file or directory. 22:05:33,659 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7 restorecon: No such file or directory. 22:05:33,660 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7x restorecon: No such file or directory. 22:05:33,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8 restorecon: No such file or directory. 22:05:33,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8x restorecon: No such file or directory. 22:05:33,662 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9 restorecon: No such file or directory. 22:05:33,662 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9x restorecon: No such file or directory. 22:05:33,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/mann restorecon: No such file or directory. 22:05:33,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man0p restorecon: No such file or directory. 22:05:33,664 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1 restorecon: No such file or directory. 22:05:33,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1p restorecon: No such file or directory. 22:05:33,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1x restorecon: No such file or directory. 22:05:33,666 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2 restorecon: No such file or directory. 22:05:33,666 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2x restorecon: No such file or directory. 22:05:33,667 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3 restorecon: No such file or directory. 22:05:33,668 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3p restorecon: No such file or directory. 22:05:33,668 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3x restorecon: No such file or directory. 22:05:33,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4 restorecon: No such file or directory. 22:05:33,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4x restorecon: No such file or directory. 22:05:33,670 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5 restorecon: No such file or directory. 22:05:33,670 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5x restorecon: No such file or directory. 22:05:33,671 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6 restorecon: No such file or directory. 22:05:33,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6x restorecon: No such file or directory. 22:05:33,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7 restorecon: No such file or directory. 22:05:33,673 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7x restorecon: No such file or directory. 22:05:33,673 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8 restorecon: No such file or directory. 22:05:33,674 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8x restorecon: No such file or directory. 22:05:33,675 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9 restorecon: No such file or directory. 22:05:33,675 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9x restorecon: No such file or directory. 22:05:33,676 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/mann restorecon: No such file or directory. 22:05:33,676 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man0p restorecon: No such file or directory. 22:05:33,677 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1 restorecon: No such file or directory. 22:05:33,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1p restorecon: No such file or directory. 22:05:33,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1x restorecon: No such file or directory. 22:05:33,679 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2 restorecon: No such file or directory. 22:05:33,679 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2x restorecon: No such file or directory. 22:05:33,680 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3 restorecon: No such file or directory. 22:05:33,680 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3p restorecon: No such file or directory. 22:05:33,681 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3x restorecon: No such file or directory. 22:05:33,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4 restorecon: No such file or directory. 22:05:33,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4x restorecon: No such file or directory. 22:05:33,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5 restorecon: No such file or directory. 22:05:33,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5x restorecon: No such file or directory. 22:05:33,684 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6 restorecon: No such file or directory. 22:05:33,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6x restorecon: No such file or directory. 22:05:33,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7 restorecon: No such file or directory. 22:05:33,686 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7x restorecon: No such file or directory. 22:05:33,686 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8 restorecon: No such file or directory. 22:05:33,687 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8x restorecon: No such file or directory. 22:05:33,688 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9 restorecon: No such file or directory. 22:05:33,688 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9x restorecon: No such file or directory. 22:05:33,689 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/mann restorecon: No such file or directory. 22:05:33,690 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man0p restorecon: No such file or directory. 22:05:33,690 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1 restorecon: No such file or directory. 22:05:33,691 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1p restorecon: No such file or directory. 22:05:33,691 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1x restorecon: No such file or directory. 22:05:33,692 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2 restorecon: No such file or directory. 22:05:33,693 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2x restorecon: No such file or directory. 22:05:33,693 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3 restorecon: No such file or directory. 22:05:33,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3p restorecon: No such file or directory. 22:05:33,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3x restorecon: No such file or directory. 22:05:33,695 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4 restorecon: No such file or directory. 22:05:33,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4x restorecon: No such file or directory. 22:05:33,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5 restorecon: No such file or directory. 22:05:33,697 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5x restorecon: No such file or directory. 22:05:33,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6 restorecon: No such file or directory. 22:05:33,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6x restorecon: No such file or directory. 22:05:33,699 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7 restorecon: No such file or directory. 22:05:33,699 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7x restorecon: No such file or directory. 22:05:33,700 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8 restorecon: No such file or directory. 22:05:33,701 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8x restorecon: No such file or directory. 22:05:33,701 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9 restorecon: No such file or directory. 22:05:33,702 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9x restorecon: No such file or directory. 22:05:33,702 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/mann restorecon: No such file or directory. 22:05:33,703 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man0p restorecon: No such file or directory. 22:05:33,704 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1 restorecon: No such file or directory. 22:05:33,704 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1p restorecon: No such file or directory. 22:05:33,705 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1x restorecon: No such file or directory. 22:05:33,706 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2 restorecon: No such file or directory. 22:05:33,706 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2x restorecon: No such file or Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish installing, 13138/14400 Waiting for factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d to finish shutdown, 300/300 Install of factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d succeeded Generate XML for guest factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d with bootdev hd Generated XML: factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d 4194304 4194304 bf120665-6174-4c86-934b-53c4d7c996ab 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/9115/159115/output_image/c5389aaa-10c4-444d-ba40-bc3953de245d.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 (c5389aaa-10c4-444d-ba40-bc3953de245d): {'status': 'COMPLETE', 'identifier': 'c5389aaa-10c4-444d-ba40-bc3953de245d', 'parameters': {'libvirt_xml': '\n factory-build-c5389aaa-10c4-444d-ba40-bc3953de245d\n 4194304\n 4194304\n bf120665-6174-4c86-934b-53c4d7c996ab\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 biosboot --fstype="biosboot" --ondisk=vda --size=1\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\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/9115/159115/output_image/c5389aaa-10c4-444d-ba40-bc3953de245d.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=1701021&filepath=tasks%2F9115%2F159115&fileverify=adler32&callnum=9&filename=qemu-img-qcow2-aarch64.log&session-key=25-mAfHDojopa52OENPfGo&offset=0&overwrite=1 HTTP/1.1" 200 427