dispatching a baseimg builder Creating directory (/tmp/koji/tasks/6082/76082/output_image) for persistent storage No SecondaryDispatcher present - Use of secondary factories is not enabled Created file /tmp/koji/tasks/6082/76082/output_image/ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.meta Created file /tmp/koji/tasks/6082/76082/output_image/ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.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 (ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8): {'status': 'NEW', 'identifier': 'ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8', '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"\nignoredisk --only-use=vda\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=8000\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# 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/6082/76082/output_image/ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.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 225 Name: factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8, UUID: ec1a0199-8e6d-4b8c-934e-66eb9539f8e9 MAC: 52:54:00:76:0b:77, distro: Fedora update: 20, arch: aarch64, diskimage: /tmp/koji/tasks/6082/76082/scratch_images/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.dsk nicmodel: virtio, clockoffset: utc mousetype: ps2, disk_bus: virtio, disk_dev: vda icicletmp: /tmp/koji/tasks/6082/76082/oz_data/icicletmp/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8, listen_port: 60409 console_listen_port: 42947 Original ISO path: /tmp/koji/tasks/6082/76082/oz_data/isos/Fedora20aarch64-url.iso Modified ISO cache: /tmp/koji/tasks/6082/76082/oz_data/isos/Fedora20aarch64-url-oz.iso Output ISO path: /tmp/koji/tasks/6082/76082/scratch_images/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8-url-oz.iso ISO content path: /tmp/koji/tasks/6082/76082/oz_data/isocontent/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8-url Cleaning up any old Oz guest Cleaning up guest named factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 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 1524 Going to write treeinfo to /tmp/koji/tasks/6082/76082/oz_data/icicletmp/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8/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 1524 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 7721475 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 7721475 7540kB of 7540kB 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 57130728 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 57130728 10240kB of 55791kB 20480kB of 55791kB 30720kB of 55791kB 40960kB of 55791kB 51200kB of 55791kB 55791kB of 55791kB Putting the kickstart in place Writing cpio to /tmp/koji/tasks/6082/76082/oz_data/icicletmp/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8/extra.cpio Releasing named lock (Fedora-20-aarch64-url) Generating JEOS disk image Generating 10GB diskimage for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 Waiting for volume to be created, 90/90 Execute JEOS install Running install for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 Generate XML for guest factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 with bootdev None Generated XML: factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 4194304 4194304 ec1a0199-8e6d-4b8c-934e-66eb9539f8e9 4 host hvm /tmp/koji/tasks/6082/76082/scratch_images/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8-kernel /tmp/koji/tasks/6082/76082/scratch_images/factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8-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-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14400/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14390/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14380/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14370/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14360/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14350/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14340/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14330/14400 23:01:05,440 INFO anaconda:program: Running... systemctl restart rsyslog 23:01:05,468 INFO systemd:Stopping System Logging Service... 23:01:05,915 INFO rsyslogd: [origin software="rsyslogd" swVersion="8.37.0-13.el8" x-pid="1678" x-info="http://www.rsyslog.com"] exiting on signal 15. 23:01:05,919 INFO systemd:Stopped System Logging Service. 23:01:05,923 INFO systemd:Starting System Logging Service... 23:01:05,936 WARNING rsyslogd:environment variable TZ is not set, auto correcting this to TZ=/etc/localtime [v8.37.0-13.el8 try http://www.rsyslog.com/e/2442 ] 23:01:05,937 INFO systemd:Started System Logging Service. 23:01:05,937 WARNING rsyslogd:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.37.0-13.el8 try http://www.rsyslog.com/e/2307 ] 23:01:05,937 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.37.0-13.el8] 23:01:05,938 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.37.0-13.el8] 23:01:05,938 INFO rsyslogd: [origin software="rsyslogd" swVersion="8.37.0-13.el8" x-pid="1764" x-info="http://www.rsyslog.com"] start 23:01:05,941 DEBUG anaconda:program: Return code: 0 23:01:05,946 INFO anaconda:anaconda: main: /sbin/anaconda 29.19.1.13-1.el8 23:01:06,569 INFO anaconda:anaconda: isys: 4217984 kB (4119 MB) are available 23:01:06,570 INFO anaconda:program: Running... losetup --list 23:01:06,598 INFO anaconda:anaconda: startup_utils: check_memory(): total:4119, needed:320, graphical:410 23:01:06,599 INFO anaconda:program: Running... /sbin/auditd 23:01:06,613 DEBUG anaconda:program: Return code: 0 23:01:06,616 INFO anaconda:anaconda: main: anaconda called with cmdline = ['/sbin/anaconda'] 23:01:06,617 INFO anaconda:anaconda: main: Default encoding = utf-8 23:01:06,618 INFO anaconda:program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf 23:01:06,645 INFO anaconda:anaconda: dbus.connection: Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:06,657 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=1707 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14320/14400 23:01:07,525 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Schedule publishing. 23:01:07,525 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Start the main loop. 23:01:07,528 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss. 23:01:07,529 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:07,539 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss. 23:01:07,550 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Boss' 23:01:07,560 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Timezone. 23:01:07,560 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Network. 23:01:07,560 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Localization. 23:01:07,561 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Security. 23:01:07,561 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Users. 23:01:07,561 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Payload. 23:01:07,562 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Storage. 23:01:07,562 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Services. 23:01:07,562 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Subscription. 23:01:07,562 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.boss:Addons are enabled. 23:01:07,565 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Start modules. 23:01:07,566 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Timezone 23:01:07,567 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,569 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Network 23:01:07,570 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Localization 23:01:07,570 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,572 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Security 23:01:07,573 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,583 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,583 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Users 23:01:07,583 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Payload 23:01:07,583 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Storage 23:01:07,583 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Services 23:01:07,583 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Subscription 23:01:07,585 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,585 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Addons/Baz 23:01:07,592 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Payload' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,593 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,593 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,594 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Modules.Subscription' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,599 INFO dbus-daemon:Activating service name='org.fedoraproject.Anaconda.Addons.Baz' requested by ':1.1' (uid=0 pid=1776 comm="/usr/libexec/platform-python -m pyanaconda.modules" label="system_u:system_r:kernel_t:s0") 23:01:07,621 INFO anaconda:anaconda: startup_utils: Waiting 600 sec for modules to be started. 23:01:08,628 INFO anaconda:anaconda: startup_utils: Waiting 599 sec for modules to be started. 23:01:09,462 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:09,463 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:09,466 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payload. 23:01:09,485 WARNING org.fedoraproject.Anaconda.Modules.Payload:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:09,521 WARNING org.fedoraproject.Anaconda.Modules.Payload:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payload. 23:01:09,544 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payload' 23:01:09,546 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Payload is available 23:01:09,553 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Payload started successfully. 23:01:09,633 INFO anaconda:anaconda: startup_utils: Waiting 598 sec for modules to be started. 23:01:09,758 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:09,775 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:09,779 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Addons/Baz. 23:01:09,779 WARNING org.fedoraproject.Anaconda.Addons.Baz:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:09,811 WARNING org.fedoraproject.Anaconda.Addons.Baz:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Addons.Baz. 23:01:09,822 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Addons.Baz' 23:01:09,824 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Addons/Baz is available 23:01:09,830 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Addons/Baz started successfully. 23:01:09,919 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.dbus.connection:Connecting to the system bus. 23:01:09,928 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:09,928 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:09,931 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:09,932 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization. 23:01:09,933 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:09,936 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:09,940 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone. 23:01:09,940 WARNING org.fedoraproject.Anaconda.Modules.Timezone:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:09,953 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization. 23:01:09,971 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone. 23:01:09,976 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:09,983 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:09,985 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization' 23:01:09,986 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Localization is available 23:01:09,986 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security. 23:01:09,997 WARNING org.fedoraproject.Anaconda.Modules.Security:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,001 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Localization started successfully. 23:01:10,005 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:10,006 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:10,011 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users. 23:01:10,013 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone' 23:01:10,013 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Timezone is available 23:01:10,016 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 23:01:10,016 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:10,016 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:10,019 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall. 23:01:10,019 WARNING org.fedoraproject.Anaconda.Modules.Network:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,019 WARNING org.fedoraproject.Anaconda.Modules.Users:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,022 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Timezone started successfully. 23:01:10,028 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network. 23:01:10,031 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network. 23:01:10,040 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security. 23:01:10,044 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network' 23:01:10,045 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Network is available 23:01:10,046 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users. 23:01:10,052 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Network started successfully. 23:01:10,063 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security' 23:01:10,065 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Security is available 23:01:10,066 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users' 23:01:10,072 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Security started successfully. 23:01:10,073 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Users is available 23:01:10,081 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Users started successfully. 23:01:10,116 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:10,117 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:10,120 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services. 23:01:10,120 WARNING org.fedoraproject.Anaconda.Modules.Services:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,133 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services. 23:01:10,143 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services' 23:01:10,144 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Services is available 23:01:10,153 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Services started successfully. 23:01:10,182 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:10,182 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:10,188 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Subscription. 23:01:10,188 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,201 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Subscription. 23:01:10,211 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Subscription' 23:01:10,213 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Subscription is available 23:01:10,224 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Subscription started successfully. 23:01:10,258 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DeviceFormat as None 23:01:10,303 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BIOSBoot as biosboot 23:01:10,335 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DiskLabel as disklabel 23:01:10,337 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DMRaidMember as dmraidmember 23:01:10,380 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext2FS as ext2 23:01:10,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext3FS as ext3 23:01:10,381 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Ext4FS as ext4 23:01:10,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class FATFS as vfat 23:01:10,382 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIFS as efi 23:01:10,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BTRFS as btrfs 23:01:10,384 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class GFS2 as gfs2 23:01:10,385 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class JFS as jfs 23:01:10,386 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ReiserFS as reiserfs 23:01:10,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class XFS as xfs 23:01:10,387 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFS as hfs 23:01:10,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot 23:01:10,388 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class HFSPlus as hfs+ 23:01:10,389 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MacEFIFS as macefi 23:01:10,390 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NTFS as ntfs 23:01:10,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFS as nfs 23:01:10,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NFSv4 as nfs4 23:01:10,391 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Iso9660FS as iso9660 23:01:10,392 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class NoDevFS as nodev 23:01:10,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class DevPtsFS as devpts 23:01:10,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class ProcFS as proc 23:01:10,393 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SysFS as sysfs 23:01:10,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class TmpFS as tmpfs 23:01:10,395 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class BindFS as bind 23:01:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SELinuxFS as selinuxfs 23:01:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class USBFS as usbfs 23:01:10,396 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class EFIVarFS as efivarfs 23:01:10,475 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running [1] lvm version ... 23:01:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stdout[1]: LVM version: 2.03.05(2)-RHEL8 (2019-06-15) 23:01:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage: Library version: 1.02.163-RHEL8 (2019-06-15) 23:01:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage: Driver version: 4.39.0 23:01:10,489 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-vdo=internal --with-vdo-format=/usr/bin/vdoformat --disable-silent-rules 23:01:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:stderr[1]: 23:01:10,489 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:...done [1] (exit code: 0) 23:01:10,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LUKS as luks 23:01:10,578 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class Integrity as integrity 23:01:10,584 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv 23:01:10,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MDRaidMember as mdmember 23:01:10,590 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class MultipathMember as multipath_member 23:01:10,592 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class PPCPRePBoot as prepboot 23:01:10,597 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:blivet:registered device format class SwapSpace as swap 23:01:10,639 INFO anaconda:anaconda: startup_utils: Waiting 597 sec for modules to be started. 23:01:10,842 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm trigger --action=change --subsystem-match=block 23:01:10,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 23:01:10,893 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 23:01:10,961 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 23:01:10,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Schedule publishing. 23:01:10,962 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Start the loop. 23:01:10,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. 23:01:10,965 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-saL26uYf2G,guid=ebed3d4a0a2b65813e059ee35e1a53b2. 23:01:10,980 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. 23:01:10,981 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. 23:01:10,986 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Automatic. 23:01:10,990 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Manual. 23:01:10,991 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. 23:01:10,993 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. 23:01:11,004 INFO dbus-daemon:Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage' 23:01:11,005 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Storage is available 23:01:11,012 WARNING org.fedoraproject.Anaconda.Boss:DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Storage started successfully. 23:01:11,012 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.module_manager:All modules are ready now. 23:01:11,910 INFO anaconda:anaconda: startup_utils: Parsing kickstart: /run/install/ks.cfg 23:01:12,450 INFO anaconda:blivet: ISCSID is /sbin/iscsid 23:01:12,450 INFO anaconda:blivet: no initiator set 23:01:12,451 INFO anaconda:program: Running... modprobe libfc 23:01:12,536 DEBUG anaconda:program: Return code: 0 23:01:12,537 INFO anaconda:program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i 23:01:12,545 ERR anaconda:program: Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 23:01:12,546 INFO anaconda:blivet: Failed to read FCoE EDD info: No such file or directory: '/usr/libexec/fcoe/fcoe_edd.sh' 23:01:12,555 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Splitting kickstart from /run/install/ks.cfg. 23:01:12,885 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.boss:Distributing kickstart. 23:01:12,896 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 [] 23:01:12,898 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:12,908 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Processing kickstart data... 23:01:12,909 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:Timezone is set to UTC. 23:01:12,910 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:UTC is set to True. 23:01:12,910 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP is set to True. 23:01:12,912 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 23:01:12,912 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:12,929 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 [] 23:01:12,931 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:12,951 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Hostname is set to localhost.localdomain 23:01:12,951 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall command considered seen in kickstart: True. 23:01:12,953 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Firewall mode will be: FirewallMode.ENABLED 23:01:12,954 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Ports that will be allowed through the firewall: [] 23:01:12,954 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Trusted devices that will be allowed through the firewall: [] 23:01:12,955 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be allowed through the firewall: ['ssh'] 23:01:12,955 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.firewall.firewall:Services that will be explicitly disabled on the firewall: [] 23:01:12,955 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:12,971 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 [] 23:01:12,973 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:12,983 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Processing kickstart data... 23:01:12,984 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 23:01:12,985 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language support is set to []. 23:01:12,987 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language seen set to True. 23:01:12,987 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Keyboard is set to us. 23:01:12,987 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to . 23:01:12,988 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to []. 23:01:12,988 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X layout switch options are set to []. 23:01:12,988 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:keyboard command considered seen in kicksatart: True. 23:01:12,989 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:13,008 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 [] 23:01:13,010 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:13,015 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Processing kickstart data... 23:01:13,017 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:SElinux is set to SELinuxMode.ENFORCING. 23:01:13,019 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.security.security:Authconfig is set to ['--enableshadow', '--passalgo=sha512']. 23:01:13,020 WARNING org.fedoraproject.Anaconda.Modules.Security:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:13,036 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 [] 23:01:13,038 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:13,048 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Processing kickstart data... 23:01:13,048 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password set. 23:01:13,048 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root account has been unlocked. 23:01:13,050 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.users.users:Root password considered seen in kickstart: True. 23:01:13,050 WARNING org.fedoraproject.Anaconda.Modules.Users:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:13,066 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Payload handles commands [] sections [] addons [] 23:01:13,067 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 23:01:13,079 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'] sections [] addons [] 23:01:13,081 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:13,138 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 23:01:13,231 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 23:01:13,244 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 23:01:13,311 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 23:01:13,323 WARNING org.fedoraproject.Anaconda.Modules.Storage:INFO:program:Running... udevadm settle --timeout=300 23:01:13,402 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:program:Return code: 0 23:01:13,413 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.storage_utils:vda matches ['vda'] for devicetree=None and disks_only=True 23:01:13,420 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.storage:Processing kickstart data... 23:01:13,422 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format unrecognized is set to 'True'. 23:01:13,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Default disk label is set to ''. 23:01:13,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 23:01:13,423 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format LDL is set to 'False'. 23:01:13,425 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 23:01:13,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 23:01:13,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 23:01:13,427 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. 23:01:13,428 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Ignored disks are set to '[]'. 23:01:13,429 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. 23:01:13,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. 23:01:13,430 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. 23:01:13,430 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']'. 23:01:13,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.bootloader.bootloader:Timeout is set to '1'. 23:01:13,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Enabled is set to 'False'. 23:01:13,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Nohome is set to 'False'. 23:01:13,431 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Noboot is set to 'False'. 23:01:13,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Noswap is set to 'False'. 23:01:13,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.manual:Mount points are set to '[]'. 23:01:13,432 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.manual:Enabled is set to 'False'. 23:01:13,433 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:13,448 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 [] 23:01:13,450 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Reading kickstart... 23:01:13,466 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Processing kickstart data... 23:01:13,467 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']. 23:01:13,467 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Disabled services are set to ['kdump']. 23:01:13,468 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default desktop is set to . 23:01:13,469 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.DISABLED. 23:01:13,471 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. 23:01:13,488 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Subscription handles commands ['syspurpose'] sections [] addons [] 23:01:13,489 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 23:01:13,500 WARNING org.fedoraproject.Anaconda.Boss:INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Addons.Baz handles commands [] sections [] addons [] 23:01:13,500 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 23:01:13,504 WARNING anaconda:anaconda: kickstart: Command keyboard will be parsed in DBus module. 23:01:13,505 WARNING anaconda:anaconda: kickstart: Command rootpw will be parsed in DBus module. 23:01:13,508 WARNING anaconda:anaconda: kickstart: Command lang will be parsed in DBus module. 23:01:13,509 WARNING anaconda:anaconda: kickstart: Command firewall will be parsed in DBus module. 23:01:13,515 WARNING anaconda:anaconda: kickstart: Command timezone will be parsed in DBus module. 23:01:13,516 WARNING anaconda:anaconda: kickstart: Command auth will be parsed in DBus module. 23:01:13,517 WARNING anaconda:anaconda: kickstart: Command firstboot will be parsed in DBus module. 23:01:13,518 WARNING anaconda:anaconda: kickstart: Command selinux will be parsed in DBus module. 23:01:13,520 WARNING anaconda:anaconda: kickstart: Command services will be parsed in DBus module. 23:01:13,521 WARNING anaconda:anaconda: kickstart: Command ignoredisk will be parsed in DBus module. 23:01:13,522 WARNING anaconda:anaconda: kickstart: Command bootloader will be parsed in DBus module. 23:01:13,529 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 23:01:13,538 WARNING anaconda:anaconda: kickstart: Command zerombr will be parsed in DBus module. 23:01:13,539 WARNING anaconda:anaconda: kickstart: Command clearpart will be parsed in DBus module. 23:01:13,619 INFO anaconda:program: Running... loadkeys us 23:01:13,804 DEBUG anaconda:program: Return code: 0 23:01:13,804 INFO anaconda:program: Running... loadkeys us 23:01:13,990 DEBUG anaconda:program: Return code: 0 23:01:13,992 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.16' (uid=0 pid=1707 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 23:01:14,003 INFO systemd:Starting Locale Service... 23:01:14,612 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 23:01:14,613 INFO systemd:Started Locale Service. 23:01:14,625 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Virtual console keymap is set to us. 23:01:14,629 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:X Layouts are set to ['']. 23:01:14,676 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8. 23:01:14,679 DEBUG anaconda:anaconda: localization: setting locale to: en_US.UTF-8 23:01:14,701 DEBUG anaconda:anaconda: network: devices found ['enp1s0'] 23:01:14,701 DEBUG anaconda:ifcfg: content of files (network initialization): 23:01:14,702 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 23:01:14,703 DEBUG anaconda:ifcfg: # Generated by dracut initrd 23:01:14,704 DEBUG anaconda:ifcfg: NAME="enp1s0" 23:01:14,705 DEBUG anaconda:ifcfg: DEVICE="enp1s0" 23:01:14,705 DEBUG anaconda:ifcfg: ONBOOT=yes 23:01:14,706 DEBUG anaconda:ifcfg: NETBOOT=yes 23:01:14,707 DEBUG anaconda:ifcfg: UUID="bdd41996-ac36-489c-8ee2-ce63a21bf2e1" 23:01:14,708 DEBUG anaconda:ifcfg: IPV6INIT=yes 23:01:14,708 DEBUG anaconda:ifcfg: BOOTPROTO=dhcp 23:01:14,709 DEBUG anaconda:ifcfg: TYPE=Ethernet 23:01:14,731 DEBUG anaconda:ifcfg: all settings: [{'proxy': {}, 'connection': {'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1578783652, 'type': '802-3-ethernet', 'uuid': 'bdd41996-ac36-489c-8ee2-ce63a21bf2e1'}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, '802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}}] 23:01:14,731 DEBUG anaconda:anaconda: network: ensure single initramfs connections 23:01:14,850 DEBUG anaconda:anaconda: network: apply kickstart 23:01:15,028 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,031 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,033 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,036 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,038 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,041 DEBUG anaconda:anaconda: network: pre kickstart - updating settings of device enp1s0 23:01:15,275 DEBUG NetworkManager: [1578783675.2755] create NMAuditManager singleton (7a9f773800d58341) 23:01:15,279 DEBUG NetworkManager: [1578783675.2790] ifcfg-rh: write: connection enp1s0 (bdd41996-ac36-489c-8ee2-ce63a21bf2e1) was modified by persisting it to "/etc/sysconfig/network-scripts/ifcfg-enp1s0" 23:01:15,281 DEBUG NetworkManager: [1578783675.2813] ++ connection 'update connection' (0xffff6c015e40/NMSimpleConnection/"802-3-ethernet" < 0xaaaaec5d7ea0/NMSimpleConnection/"802-3-ethernet") [/org/freedesktop/NetworkManager/Settings/1]: 23:01:15,281 DEBUG NetworkManager: [1578783675.2814] ++ connection [ 0xaaaaec62fdb0 < 0xaaaaec630280 ] 23:01:15,281 DEBUG NetworkManager: [1578783675.2814] ++ connection.autoconnect = FALSE 23:01:15,282 DEBUG NetworkManager: [1578783675.2828] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/1 (enp1s0) 23:01:15,283 INFO NetworkManager: [1578783675.2831] audit: op="connection-update" uuid="bdd41996-ac36-489c-8ee2-ce63a21bf2e1" name="enp1s0" args="connection.autoconnect,connection.timestamp" pid=1707 uid=0 result="success" 23:01:15,285 DEBUG anaconda:anaconda: network: pre kickstart - activating connection bdd41996-ac36-489c-8ee2-ce63a21bf2e1 for enp1s0 23:01:15,312 DEBUG NetworkManager: [1578783675.3126] active-connection[0xaaaaec662300]: set device "enp1s0" [0xaaaaec6a8570] 23:01:15,312 DEBUG NetworkManager: [1578783675.3127] device[0xaaaaec6a8570] (enp1s0): add_pending_action (1): 'activation-0xaaaaec662300' 23:01:15,313 DEBUG NetworkManager: [1578783675.3132] active-connection[0xaaaaec662300]: constructed (NMActRequest, version-id 2, type managed) 23:01:15,313 INFO NetworkManager: [1578783675.3134] device (enp1s0): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 23:01:15,318 DEBUG NetworkManager: [1578783675.3141] active-connection[0xaaaaec6606d0]: set state deactivating (was activated) 23:01:15,319 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=1620 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:kernel_t:s0") 23:01:15,319 INFO NetworkManager: [1578783675.3146] manager: NetworkManager state is now DISCONNECTING 23:01:15,319 DEBUG NetworkManager: [1578783675.3152] active-connection[0xaaaaec6606d0]: check-master-ready: not signalling (state deactivating, no master) 23:01:15,320 DEBUG NetworkManager: [1578783675.3164] manager: ActivatingConnection now (none) 23:01:15,320 DEBUG NetworkManager: [1578783675.3167] dispatcher: (6) (enp1s0) dispatching action 'pre-down' (with callback) 23:01:15,320 DEBUG NetworkManager: [1578783675.3180] device[0xaaaaec6a8570] (enp1s0): connectivity state changed from FULL to NONE 23:01:15,320 DEBUG NetworkManager: [1578783675.3182] device[0xaaaaec6a8570] (enp1s0): connectivity state changed from FULL to NONE 23:01:15,320 DEBUG NetworkManager: [1578783675.3184] manager: connectivity checking indicates NONE 23:01:15,321 DEBUG NetworkManager: [1578783675.3187] dispatcher: (7) dispatching action 'connectivity-change' 23:01:15,321 DEBUG NetworkManager: [1578783675.3190] device[0xaaaaec6a8570] (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) 23:01:15,321 DEBUG NetworkManager: [1578783675.3196] device[0xaaaaec6a8570] (enp1s0): queue activation request waiting for currently active connection to disconnect 23:01:15,321 INFO NetworkManager: [1578783675.3196] device (enp1s0): disconnecting for new activation request. 23:01:15,321 DEBUG NetworkManager: [1578783675.3197] device[0xaaaaec6a8570] (enp1s0): state change: deactivating -> deactivating (reason 'new-activation', sys-iface-state: 'managed') 23:01:15,321 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,322 INFO NetworkManager: [1578783675.3198] audit: op="connection-activate" uuid="bdd41996-ac36-489c-8ee2-ce63a21bf2e1" name="enp1s0" pid=1707 uid=0 result="success" 23:01:15,323 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 23:01:15,326 INFO systemd:Starting Network Manager Script Dispatcher Service... 23:01:15,348 WARNING anaconda:anaconda: network: apply kickstart: --device does not exist 23:01:15,349 DEBUG anaconda:anaconda: network: kickstart pre section applied for devices ['enp1s0'] 23:01:15,349 DEBUG anaconda:ifcfg: content of files (kickstart pre section applied for devices ['enp1s0']): 23:01:15,350 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 23:01:15,351 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher' 23:01:15,351 DEBUG anaconda:ifcfg: # Generated by dracut initrd 23:01:15,351 INFO systemd:Started Network Manager Script Dispatcher Service. 23:01:15,352 DEBUG anaconda:ifcfg: NAME=enp1s0 23:01:15,353 DEBUG anaconda:ifcfg: DEVICE=enp1s0 23:01:15,353 DEBUG anaconda:ifcfg: ONBOOT=no 23:01:15,354 DEBUG anaconda:ifcfg: NETBOOT=yes 23:01:15,354 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: new request (0 scripts) 23:01:15,355 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 23:01:15,355 DEBUG anaconda:ifcfg: UUID=bdd41996-ac36-489c-8ee2-ce63a21bf2e1 23:01:15,355 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,356 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_UUID=bdd41996-ac36-489c-8ee2-ce63a21bf2e1 23:01:15,356 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: CONNECTION_ID=enp1s0 23:01:15,356 DEBUG anaconda:ifcfg: IPV6INIT=yes 23:01:15,356 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 23:01:15,356 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 23:01:15,357 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,357 DEBUG nm-dispatcher:req:1 'pre-down' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-down 23:01:15,357 DEBUG anaconda:ifcfg: BOOTPROTO=dhcp 23:01:15,357 INFO nm-dispatcher:req:1 'pre-down' [enp1s0]: completed: no scripts 23:01:15,357 INFO nm-dispatcher:req:2 'connectivity-change': new request (3 scripts) 23:01:15,358 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: CONNECTIVITY_STATE=NONE 23:01:15,358 DEBUG anaconda:ifcfg: TYPE=Ethernet 23:01:15,358 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,358 DEBUG nm-dispatcher:req:2 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 23:01:15,358 INFO nm-dispatcher:req:2 'connectivity-change': start running ordered scripts... 23:01:15,358 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 23:01:15,359 DEBUG anaconda:ifcfg: PROXY_METHOD=none 23:01:15,359 DEBUG NetworkManager: [1578783675.3593] dispatcher: (6) succeeded but no scripts invoked 23:01:15,359 DEBUG NetworkManager: [1578783675.3594] device[0xaaaaec6a8570] (enp1s0): add_pending_action (2): 'queued-state-change-disconnected' 23:01:15,359 DEBUG NetworkManager: [1578783675.3595] device[0xaaaaec6a8570] (enp1s0): queue-state[disconnected, reason:new-activation, id:215]: queue state change 23:01:15,360 DEBUG NetworkManager: [1578783675.3596] device[0xaaaaec6a8570] (enp1s0): queue-state[disconnected, reason:new-activation, id:215]: change state 23:01:15,360 DEBUG anaconda:ifcfg: BROWSER_ONLY=no 23:01:15,360 INFO NetworkManager: [1578783675.3596] device (enp1s0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') 23:01:15,360 DEBUG NetworkManager: [1578783675.3597] device[0xaaaaec6a8570] (enp1s0): will enable userland IPv6LL 23:01:15,360 DEBUG NetworkManager: [1578783675.3597] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 23:01:15,360 DEBUG NetworkManager: [1578783675.3599] platform-linux: do-request-link: 2 23:01:15,361 DEBUG NetworkManager: [1578783675.3600] platform: (enp1s0) signal: link changed: 2: enp1s0 mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:76:0B:77 brd FF:FF:FF:FF:FF:FF driver virtio_net rx:197196,486397797 tx:4405,292515 23:01:15,361 DEBUG NetworkManager: [1578783675.3601] device[0xaaaaec6a8570] (enp1s0): queued link change for ifindex 2 23:01:15,361 DEBUG NetworkManager: [1578783675.3602] platform-linux: do-change-link[2]: success changing link: success 23:01:15,361 DEBUG anaconda:ifcfg: DEFROUTE=yes 23:01:15,361 DEBUG NetworkManager: [1578783675.3604] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 23:01:15,361 DEBUG NetworkManager: [1578783675.3609] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 23:01:15,362 DEBUG anaconda:ifcfg: IPV4_FAILURE_FATAL=no 23:01:15,362 DEBUG NetworkManager: [1578783675.3611] device[0xaaaaec6a8570] (enp1s0): deactivating device (reason 'new-activation') [60] 23:01:15,362 DEBUG NetworkManager: [1578783675.3612] firewall: [0xaaaaec614850,remove*:"enp1s0"]: firewall zone remove enp1s0:default (not running, simulate success) 23:01:15,362 DEBUG NetworkManager: [1578783675.3612] firewall: [0xaaaaec614850,remove*:"enp1s0"]: complete: drop request simulating success 23:01:15,362 DEBUG NetworkManager: [1578783675.3613] kill child process 'dhcp-client-enp1s0' (1664): waiting up to 500 milliseconds for process to terminate normally after sending SIGTERM (15)... 23:01:15,362 DEBUG anaconda:ifcfg: IPV6_AUTOCONF=yes 23:01:15,363 DEBUG anaconda:ifcfg: IPV6_DEFROUTE=yes 23:01:15,363 DEBUG anaconda:ifcfg: IPV6_FAILURE_FATAL=no 23:01:15,363 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 23:01:15,363 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 23:01:15,369 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 23:01:15,369 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 23:01:15,374 DEBUG nm-dispatcher:req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 23:01:15,374 DEBUG nm-dispatcher:req:2 'connectivity-change': completed (3 scripts) 23:01:15,425 DEBUG NetworkManager: [1578783675.4258] kill child process 'dhcp-client-enp1s0' (1664): after sending SIGTERM (15), process 1664 exited by signal 15 (64504 usec elapsed) 23:01:15,426 INFO NetworkManager: [1578783675.4261] dhcp4 (enp1s0): canceled DHCP transaction, DHCP client pid 1664 23:01:15,426 INFO NetworkManager: [1578783675.4262] dhcp4 (enp1s0): state changed bound -> done 23:01:15,427 DEBUG NetworkManager: [1578783675.4272] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra' to '0' (current value is '1') 23:01:15,427 DEBUG NetworkManager: [1578783675.4274] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 23:01:15,427 DEBUG NetworkManager: [1578783675.4275] 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 23:01:15,427 DEBUG NetworkManager: [1578783675.4277] platform: (enp1s0) signal: route 6 removed: fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 23:01:15,428 DEBUG NetworkManager: [1578783675.4277] device[0xaaaaec6a8570] (enp1s0): queued IP6 config change 23:01:15,428 DEBUG NetworkManager: [1578783675.4278] platform: (enp1s0) signal: route 6 removed: fe80::/64 via :: dev 2 metric 256 mss 0 rt-src rt-kernel 23:01:15,428 DEBUG NetworkManager: [1578783675.4279] platform: (enp1s0) signal: route 6 removed: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 23:01:15,428 DEBUG NetworkManager: [1578783675.4280] platform: (enp1s0) signal: address 6 removed: fe80::5054:ff:fe76:b77/64 lft forever pref forever lifetime 26-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 23:01:15,428 DEBUG NetworkManager: [1578783675.4281] platform: (enp1s0) signal: route 6 added: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 23:01:15,428 DEBUG NetworkManager: [1578783675.4282] 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 23:01:15,429 DEBUG NetworkManager: [1578783675.4283] device[0xaaaaec6a8570] (enp1s0): queued IP4 config change 23:01:15,429 DEBUG NetworkManager: [1578783675.4284] 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 23:01:15,429 DEBUG NetworkManager: [1578783675.4285] 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.192 23:01:15,429 DEBUG NetworkManager: [1578783675.4286] 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.192 23:01:15,429 DEBUG NetworkManager: [1578783675.4287] 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.192]: success 23:01:15,429 DEBUG NetworkManager: [1578783675.4288] 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.192 23:01:15,429 DEBUG NetworkManager: [1578783675.4289] 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.192 23:01:15,430 DEBUG NetworkManager: [1578783675.4290] 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.192]: success 23:01:15,430 DEBUG NetworkManager: [1578783675.4290] 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 23:01:15,430 DEBUG NetworkManager: [1578783675.4291] 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 23:01:15,430 DEBUG NetworkManager: [1578783675.4292] 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 23:01:15,430 DEBUG NetworkManager: [1578783675.4293] platform: (enp1s0) ip6-route: delete table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 23:01:15,430 DEBUG NetworkManager: [1578783675.4294] platform: (enp1s0) signal: route 6 removed: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 23:01:15,431 DEBUG NetworkManager: [1578783675.4295] platform-linux: do-delete-ip6-route[table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot]: success 23:01:15,431 DEBUG NetworkManager: [1578783675.4295] platform: (enp1s0) address: deleting IPv4 address 192.168.122.192/24, dev enp1s0 23:01:15,431 DEBUG NetworkManager: [1578783675.4297] platform: (enp1s0) signal: address 4 removed: 192.168.122.192/24 lft 3577sec pref 3577sec lifetime 26-3[3600,3600] dev 2 src kernel 23:01:15,431 DEBUG NetworkManager: [1578783675.4298] platform-linux: do-delete-ip4-address[2: 192.168.122.192/24]: success 23:01:15,431 DEBUG NetworkManager: [1578783675.4299] 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 23:01:15,431 DEBUG NetworkManager: [1578783675.4300] platform-linux: netlink: recvmsg: error message from kernel: No such file or directory (2) "Cannot delete qdisc with handle of zero" for request 30 23:01:15,432 DEBUG NetworkManager: [1578783675.4300] 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 23:01:15,432 DEBUG NetworkManager: [1578783675.4301] rules-manager: sync 23:01:15,432 DEBUG NetworkManager: [1578783675.4302] device[0xaaaaec6a8570] (enp1s0): set metered value 0 23:01:15,433 DEBUG NetworkManager: [1578783675.4305] manager: new metered value: 0 23:01:15,433 DEBUG NetworkManager: [1578783675.4308] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=1, new-config=(nil)) 23:01:15,433 DEBUG NetworkManager: [1578783675.4309] device[0xaaaaec6a8570] (enp1s0): ip4-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP4Config/1) 23:01:15,433 DEBUG NetworkManager: [1578783675.4314] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,433 DEBUG NetworkManager: [1578783675.4315] dns-mgr: (device_ip_config_changed): DNS configuration changed 23:01:15,433 DEBUG NetworkManager: [1578783675.4315] dns-mgr: (device_ip_config_changed): committing DNS changes (0) 23:01:15,434 DEBUG NetworkManager: [1578783675.4316] dns-mgr: update-dns: updating resolv.conf 23:01:15,434 DEBUG NetworkManager: [1578783675.4342] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=1, new-config=(nil)) 23:01:15,434 DEBUG NetworkManager: [1578783675.4343] device[0xaaaaec6a8570] (enp1s0): ip6-config: clear IP Config instance (/org/freedesktop/NetworkManager/IP6Config/1) 23:01:15,435 DEBUG NetworkManager: [1578783675.4350] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,435 DEBUG NetworkManager: [1578783675.4358] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,436 DEBUG NetworkManager: [1578783675.4359] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,438 DEBUG NetworkManager: [1578783675.4382] active-connection[0xaaaaec6606d0]: set state deactivated (was deactivating) 23:01:15,439 INFO NetworkManager: [1578783675.4386] manager: NetworkManager state is now DISCONNECTED 23:01:15,440 DEBUG NetworkManager: [1578783675.4391] active-connection[0xaaaaec6606d0]: check-master-ready: not signalling (state deactivated, no master) 23:01:15,440 DEBUG NetworkManager: [1578783675.4396] dns-mgr: (update_routing_and_dns): queueing DNS updates (1) 23:01:15,440 DEBUG NetworkManager: [1578783675.4397] manager: PrimaryConnection now (none) 23:01:15,441 INFO NetworkManager: [1578783675.4403] policy: set-hostname: set hostname to 'localhost.localdomain' (no default device) 23:01:15,441 DEBUG NetworkManager: [1578783675.4405] dns-mgr: (update_routing_and_dns): DNS configuration did not change 23:01:15,441 DEBUG NetworkManager: [1578783675.4406] dns-mgr: (update_routing_and_dns): no DNS changes to commit (0) 23:01:15,441 INFO NetworkManager: [1578783675.4406] device (enp1s0): Activation: starting connection 'enp1s0' (bdd41996-ac36-489c-8ee2-ce63a21bf2e1) 23:01:15,442 DEBUG NetworkManager: [1578783675.4407] device[0xaaaaec6a8570] (enp1s0): activation-stage: schedule activate_stage1_device_prepare,v4 (id 224) 23:01:15,443 DEBUG NetworkManager: [1578783675.4407] dispatcher: (8) (enp1s0) dispatching action 'down' 23:01:15,443 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain' 23:01:15,443 DEBUG NetworkManager: [1578783675.4428] device[0xaaaaec6a8570] (enp1s0): remove_pending_action (1): 'queued-state-change-disconnected' 23:01:15,444 INFO nm-dispatcher:req:3 'down' [enp1s0]: new request (3 scripts) 23:01:15,444 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,444 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 23:01:15,444 DEBUG NetworkManager: [1578783675.4444] dispatcher: (7) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 23:01:15,444 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,445 DEBUG NetworkManager: [1578783675.4444] dispatcher: (7) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 23:01:15,445 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_UUID=bdd41996-ac36-489c-8ee2-ce63a21bf2e1 23:01:15,445 DEBUG NetworkManager: [1578783675.4445] dispatcher: (7) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 23:01:15,445 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 23:01:15,445 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: CONNECTION_ID=enp1s0 23:01:15,445 DEBUG NetworkManager: [1578783675.4447] dispatcher: (9) dispatching action 'hostname' 23:01:15,446 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IFACE=enp1s0 23:01:15,446 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 23:01:15,446 DEBUG NetworkManager: [1578783675.4461] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=0, new-config=0xaaaaec636550) 23:01:15,446 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,446 DEBUG NetworkManager: [1578783675.4464] device[0xaaaaec6a8570] (enp1s0): ip6-config: set IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 23:01:15,447 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: environment: NM_DISPATCHER_ACTION=down 23:01:15,447 DEBUG NetworkManager: [1578783675.4468] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,447 INFO nm-dispatcher:req:3 'down' [enp1s0]: start running ordered scripts... 23:01:15,447 DEBUG NetworkManager: [1578783675.4469] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,447 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 23:01:15,447 DEBUG NetworkManager: [1578783675.4469] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,448 DEBUG NetworkManager: [1578783675.4470] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=0, new-config=0xaaaaec662ab0) 23:01:15,448 DEBUG NetworkManager: [1578783675.4474] device[0xaaaaec6a8570] (enp1s0): ip4-config: set IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 23:01:15,448 DEBUG NetworkManager: [1578783675.4479] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,448 DEBUG NetworkManager: [1578783675.4479] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,448 DEBUG NetworkManager: [1578783675.4480] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,448 DEBUG NetworkManager: [1578783675.4482] active-connection[0xaaaaec6606d0]: disposing 23:01:15,449 DEBUG NetworkManager: [1578783675.4486] device[0xaaaaec6a8570] (enp1s0): activation-stage: invoke activate_stage1_device_prepare,v4 (id 224) 23:01:15,449 INFO NetworkManager: [1578783675.4491] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') 23:01:15,461 DEBUG NetworkManager: [1578783675.4503] active-connection[0xaaaaec662300]: set state activating (was unknown) 23:01:15,461 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 23:01:15,461 INFO NetworkManager: [1578783675.4515] manager: NetworkManager state is now CONNECTING 23:01:15,462 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 23:01:15,462 DEBUG NetworkManager: [1578783675.4520] active-connection[0xaaaaec662300]: check-master-ready: not signalling (state activating, no master) 23:01:15,462 INFO nm-dispatcher:req:4 'hostname': new request (3 scripts) 23:01:15,462 DEBUG NetworkManager: [1578783675.4521] manager: ActivatingConnection now enp1s0 23:01:15,462 DEBUG nm-dispatcher:req:4 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,462 DEBUG NetworkManager: [1578783675.4525] device[0xaaaaec6a8570] (enp1s0): set-link: ignore link negotiation 23:01:15,463 DEBUG nm-dispatcher:req:4 'hostname': environment: NM_DISPATCHER_ACTION=hostname 23:01:15,463 DEBUG NetworkManager: [1578783675.4525] device[0xaaaaec6a8570] (enp1s0): activation-stage: schedule activate_stage2_device_config,v4 (id 229) 23:01:15,463 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 23:01:15,463 DEBUG NetworkManager: [1578783675.4526] device[0xaaaaec6a8570] (enp1s0): activation-stage: complete activate_stage1_device_prepare,v4 (id 224) 23:01:15,463 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 23:01:15,463 DEBUG NetworkManager: [1578783675.4526] device[0xaaaaec6a8570] (enp1s0): activation-stage: invoke activate_stage2_device_config,v4 (id 229) 23:01:15,464 INFO NetworkManager: [1578783675.4527] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') 23:01:15,464 DEBUG NetworkManager: [1578783675.4536] 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 23:01:15,464 DEBUG NetworkManager: [1578783675.4538] platform-linux: netlink: recvmsg: error message from kernel: No such file or directory (2) "Cannot delete qdisc with handle of zero" for request 32 23:01:15,464 DEBUG NetworkManager: [1578783675.4538] 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 23:01:15,464 DEBUG NetworkManager: [1578783675.4540] rules-manager: sync 23:01:15,465 DEBUG NetworkManager: [1578783675.4540] device[0xaaaaec6a8570] (enp1s0): bringing up device 2 23:01:15,465 DEBUG NetworkManager: [1578783675.4541] platform: (enp1s0) link: setting up 23:01:15,465 DEBUG NetworkManager: [1578783675.4541] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) 23:01:15,465 DEBUG NetworkManager: [1578783675.4543] platform-linux: do-request-link: 2 23:01:15,465 DEBUG NetworkManager: [1578783675.4545] platform-linux: do-change-link[2]: success changing link: success 23:01:15,466 DEBUG NetworkManager: [1578783675.4548] firewall: [0xaaaaec6140a0,change*:"enp1s0"]: firewall zone change enp1s0:default (not running, simulate success) 23:01:15,466 DEBUG NetworkManager: [1578783675.4548] device[0xaaaaec6a8570] (enp1s0): activation-stage: complete activate_stage2_device_config,v4 (id 229) 23:01:15,466 DEBUG NetworkManager: [1578783675.4550] firewall: [0xaaaaec6140a0,change*:"enp1s0"]: complete: fake success 23:01:15,466 DEBUG NetworkManager: [1578783675.4550] device[0xaaaaec6a8570] (enp1s0): activation-stage: schedule activate_stage3_ip_config_start,v4 (id 232) 23:01:15,466 DEBUG NetworkManager: [1578783675.4551] device[0xaaaaec6a8570] (enp1s0): activation-stage: invoke activate_stage3_ip_config_start,v4 (id 232) 23:01:15,467 DEBUG NetworkManager: [1578783675.4552] active-connection[0xaaaaec662300]: set state-flags layer2-ready (was none) 23:01:15,467 INFO NetworkManager: [1578783675.4556] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') 23:01:15,467 DEBUG NetworkManager: [1578783675.4564] device[0xaaaaec6a8570] (enp1s0): IPv4 config method is auto 23:01:15,467 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,467 DEBUG NetworkManager: [1578783675.4567] device[0xaaaaec6a8570] (enp1s0): ipv4.dhcp-client-id: no explicit client-id configured 23:01:15,467 INFO NetworkManager: [1578783675.4569] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds) 23:01:15,468 DEBUG NetworkManager: [1578783675.4569] dhcp4 (enp1s0): creating composite dhclient config /var/lib/NetworkManager/dhclient-enp1s0.conf 23:01:15,468 DEBUG NetworkManager: [1578783675.4570] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient-bdd41996-ac36-489c-8ee2-ce63a21bf2e1.conf 23:01:15,468 DEBUG NetworkManager: [1578783675.4570] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient-enp1s0.conf 23:01:15,468 DEBUG NetworkManager: [1578783675.4571] dhcp4 (enp1s0): looking for existing config /etc/NetworkManager/dhclient.conf 23:01:15,468 DEBUG NetworkManager: [1578783675.4571] dhcp4 (enp1s0): looking for existing config /etc/dhcp/dhclient-enp1s0.conf 23:01:15,469 DEBUG NetworkManager: [1578783675.4572] dhcp4 (enp1s0): looking for existing config /etc/dhclient-enp1s0.conf 23:01:15,469 DEBUG NetworkManager: [1578783675.4572] dhcp4 (enp1s0): looking for existing config /etc/dhcp/dhclient.conf 23:01:15,469 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: False 23:01:15,469 DEBUG NetworkManager: [1578783675.4573] dhcp4 (enp1s0): merging existing dhclient config /etc/dhcp/dhclient.conf 23:01:15,469 DEBUG NetworkManager: [1578783675.4579] dhcp4 (enp1s0): running: /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /run/NetworkManager/dhclient-enp1s0.pid -lf /run/NetworkManager/dhclient-bdd41996-ac36-489c-8ee2-ce63a21bf2e1-enp1s0.lease -cf /var/lib/NetworkManager/dhclient-enp1s0.conf enp1s0 23:01:15,469 INFO NetworkManager: [1578783675.4613] dhcp4 (enp1s0): dhclient started with pid 1870 23:01:15,470 DEBUG NetworkManager: [1578783675.4614] device[0xaaaaec6a8570] (enp1s0): add_pending_action (2): 'dhcp4' 23:01:15,470 DEBUG NetworkManager: [1578783675.4615] device[0xaaaaec6a8570] (enp1s0): IPv6 config method is auto 23:01:15,470 DEBUG NetworkManager: [1578783675.4615] device[0xaaaaec6a8570] (enp1s0): will enable userland IPv6LL 23:01:15,470 DEBUG NetworkManager: [1578783675.4616] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none 23:01:15,470 DEBUG NetworkManager: [1578783675.4617] platform-linux: do-request-link: 2 23:01:15,470 DEBUG NetworkManager: [1578783675.4619] platform-linux: do-change-link[2]: success changing link: success 23:01:15,471 DEBUG NetworkManager: [1578783675.4621] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '1' (current value is '0') 23:01:15,471 DEBUG NetworkManager: [1578783675.4624] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/disable_ipv6' to '0' (current value is '1') 23:01:15,471 DEBUG NetworkManager: [1578783675.4627] platform: (enp1s0) signal: route 6 added: table 255 ff00::/8 via :: dev 2 metric 256 mss 0 rt-src rt-boot 23:01:15,471 DEBUG NetworkManager: [1578783675.4628] device[0xaaaaec6a8570] (enp1s0): queued IP6 config change 23:01:15,471 DEBUG NetworkManager: [1578783675.4634] device[0xaaaaec6a8570] (enp1s0): linklocal6: starting IPv6 with method 'auto', but the device has no link-local addresses configured. Wait. 23:01:15,471 DEBUG NetworkManager: [1578783675.4635] device[0xaaaaec6a8570] (enp1s0): linklocal6: generated EUI-64 IPv6LL address fe80::5054:ff:fe76:b77 23:01:15,472 DEBUG NetworkManager: [1578783675.4638] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=1, new-config=0xaaaaec636770) 23:01:15,472 DEBUG NetworkManager: [1578783675.4639] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe76:b77/64 lft forever pref forever lifetime 26-0[4294967295,4294967295] dev 2 flags noprefixroute src unknown 23:01:15,472 DEBUG NetworkManager: [1578783675.4642] platform: (enp1s0) signal: address 6 added: fe80::5054:ff:fe76:b77/64 lft forever pref forever lifetime 26-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute,tentative src kernel 23:01:15,472 DEBUG NetworkManager: [1578783675.4643] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe76:b77]: success 23:01:15,472 DEBUG NetworkManager: [1578783675.4644] platform: (enp1s0) route: append IPv6 route: fe80::/64 via :: dev 2 metric 100 mss 0 rt-src ipv6ll 23:01:15,472 DEBUG NetworkManager: [1578783675.4645] platform: (enp1s0) signal: route 6 added: fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel 23:01:15,473 DEBUG NetworkManager: [1578783675.4646] platform-linux: do-add-ip6-route[fe80::/64 via :: dev 2 metric 100 mss 0 rt-src rt-kernel]: success 23:01:15,473 DEBUG NetworkManager: [1578783675.4655] device[0xaaaaec6a8570] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 23:01:15,473 DEBUG NetworkManager: [1578783675.4656] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,473 DEBUG NetworkManager: [1578783675.4657] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,473 DEBUG NetworkManager: [1578783675.4657] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,473 DEBUG NetworkManager: [1578783675.4659] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/use_tempaddr' to '0' (current value is identical) 23:01:15,474 DEBUG NetworkManager: [1578783675.4660] device[0xaaaaec6a8570] (enp1s0): activation-stage: complete activate_stage3_ip_config_start,v4 (id 232) 23:01:15,474 DEBUG NetworkManager: [1578783675.4663] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=0, new-config=0xaaaaec636dd0) 23:01:15,474 DEBUG NetworkManager: [1578783675.4673] device[0xaaaaec6a8570] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 23:01:15,474 DEBUG NetworkManager: [1578783675.4673] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,474 DEBUG NetworkManager: [1578783675.4674] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,476 DEBUG NetworkManager: [1578783675.4674] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,480 DEBUG nm-dispatcher:req:3 'down' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 23:01:15,480 DEBUG NetworkManager: [1578783675.4800] dispatcher: (8) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 23:01:15,480 DEBUG nm-dispatcher:req:3 'down' [enp1s0]: completed (3 scripts) 23:01:15,480 DEBUG NetworkManager: [1578783675.4801] dispatcher: (8) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 23:01:15,481 INFO nm-dispatcher:req:4 'hostname': start running ordered scripts... 23:01:15,481 DEBUG NetworkManager: [1578783675.4801] dispatcher: (8) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 23:01:15,481 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 23:01:15,488 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 23:01:15,489 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 23:01:15,491 DEBUG anaconda:ifcfg: all settings: [{'connection': {'autoconnect': False, 'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1578783675, 'type': '802-3-ethernet', 'uuid': 'bdd41996-ac36-489c-8ee2-ce63a21bf2e1'}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, 'proxy': {}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, '802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}}] 23:01:15,492 DEBUG anaconda:anaconda: network: create missing ifcfg files 23:01:15,495 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 23:01:15,495 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 23:01:15,500 DEBUG nm-dispatcher:req:4 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 23:01:15,500 DEBUG nm-dispatcher:req:4 'hostname': completed (3 scripts) 23:01:15,501 DEBUG NetworkManager: [1578783675.5012] dispatcher: (9) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 23:01:15,501 DEBUG NetworkManager: [1578783675.5013] dispatcher: (9) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 23:01:15,501 DEBUG NetworkManager: [1578783675.5013] dispatcher: (9) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 23:01:15,503 DEBUG NetworkManager: [1578783675.5038] bus-manager: (dhcp) accepted connection 0xaaaaec620810 on private socket 23:01:15,505 DEBUG NetworkManager: [1578783675.5048] dhcp4 (enp1s0): unmapped DHCP state 'PREINIT' 23:01:15,505 DEBUG NetworkManager: [1578783675.5050] dhcp4 (enp1s0): DHCP state 'unknown' -> 'unknown' (reason: 'PREINIT') 23:01:15,506 DEBUG NetworkManager: [1578783675.5062] bus-manager: (dhcp) closed connection 0xaaaaec620810 on private socket 23:01:15,545 INFO dhclient:DHCPREQUEST on enp1s0 to 255.255.255.255 port 67 (xid=0x296b5534) 23:01:15,547 INFO dhclient:DHCPACK from 192.168.122.1 (xid=0x296b5534) 23:01:15,563 DEBUG NetworkManager: [1578783675.5632] bus-manager: (dhcp) accepted connection 0xaaaaec620910 on private socket 23:01:15,566 DEBUG NetworkManager: [1578783675.5662] dhcp4 (enp1s0): DHCP state 'unknown' -> 'bound' (reason: 'REBOOT') 23:01:15,566 DEBUG NetworkManager: [1578783675.5667] dhcp4 (enp1s0): option 'requested_nis_servers'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5668] dhcp4 (enp1s0): option 'requested_subnet_mask'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5668] dhcp4 (enp1s0): option 'requested_host_name'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5669] dhcp4 (enp1s0): option 'requested_classless_static_routes'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5669] dhcp4 (enp1s0): option 'requested_ms_classless_static_routes'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5669] dhcp4 (enp1s0): option 'requested_broadcast_address'=>'1' 23:01:15,567 DEBUG NetworkManager: [1578783675.5669] dhcp4 (enp1s0): option 'requested_nis_domain'=>'1' 23:01:15,568 DEBUG NetworkManager: [1578783675.5670] dhcp4 (enp1s0): option 'expiry'=>'1578787275' 23:01:15,568 DEBUG NetworkManager: [1578783675.5670] dhcp4 (enp1s0): option 'ip_address'=>'192.168.122.192' 23:01:15,568 DEBUG NetworkManager: [1578783675.5670] dhcp4 (enp1s0): option 'requested_routers'=>'1' 23:01:15,568 DEBUG NetworkManager: [1578783675.5670] dhcp4 (enp1s0): option 'requested_wpad'=>'1' 23:01:15,568 DEBUG NetworkManager: [1578783675.5670] dhcp4 (enp1s0): option 'dhcp_lease_time'=>'3600' 23:01:15,568 DEBUG NetworkManager: [1578783675.5671] dhcp4 (enp1s0): option 'requested_root_path'=>'1' 23:01:15,568 DEBUG NetworkManager: [1578783675.5671] dhcp4 (enp1s0): option 'requested_interface_mtu'=>'1' 23:01:15,569 DEBUG NetworkManager: [1578783675.5671] dhcp4 (enp1s0): option 'dhcp_renewal_time'=>'1800' 23:01:15,569 DEBUG NetworkManager: [1578783675.5672] dhcp4 (enp1s0): option 'broadcast_address'=>'192.168.122.255' 23:01:15,569 DEBUG NetworkManager: [1578783675.5672] dhcp4 (enp1s0): option 'requested_time_offset'=>'1' 23:01:15,569 DEBUG NetworkManager: [1578783675.5672] dhcp4 (enp1s0): option 'requested_static_routes'=>'1' 23:01:15,569 DEBUG NetworkManager: [1578783675.5672] dhcp4 (enp1s0): option 'dhcp_rebinding_time'=>'3150' 23:01:15,569 DEBUG NetworkManager: [1578783675.5673] dhcp4 (enp1s0): option 'routers'=>'192.168.122.1' 23:01:15,570 DEBUG NetworkManager: [1578783675.5673] dhcp4 (enp1s0): option 'requested_domain_search'=>'1' 23:01:15,570 DEBUG NetworkManager: [1578783675.5673] dhcp4 (enp1s0): option 'requested_domain_name_servers'=>'1' 23:01:15,570 DEBUG NetworkManager: [1578783675.5673] dhcp4 (enp1s0): option 'network_number'=>'192.168.122.0' 23:01:15,570 DEBUG NetworkManager: [1578783675.5674] dhcp4 (enp1s0): option 'next_server'=>'192.168.122.1' 23:01:15,570 DEBUG NetworkManager: [1578783675.5674] dhcp4 (enp1s0): option 'dad_wait_time'=>'0' 23:01:15,570 DEBUG NetworkManager: [1578783675.5674] dhcp4 (enp1s0): option 'requested_domain_name'=>'1' 23:01:15,571 DEBUG NetworkManager: [1578783675.5674] dhcp4 (enp1s0): option 'domain_name_servers'=>'192.168.122.1' 23:01:15,571 DEBUG NetworkManager: [1578783675.5675] dhcp4 (enp1s0): option 'dhcp_message_type'=>'5' 23:01:15,571 DEBUG NetworkManager: [1578783675.5675] dhcp4 (enp1s0): option 'dhcp_server_identifier'=>'192.168.122.1' 23:01:15,571 DEBUG NetworkManager: [1578783675.5675] dhcp4 (enp1s0): option 'subnet_mask'=>'255.255.255.0' 23:01:15,571 DEBUG NetworkManager: [1578783675.5675] dhcp4 (enp1s0): option 'requested_ntp_servers'=>'1' 23:01:15,571 DEBUG NetworkManager: [1578783675.5675] dhcp4 (enp1s0): option 'requested_rfc3442_classless_static_routes'=>'1' 23:01:15,571 INFO NetworkManager: [1578783675.5676] dhcp4 (enp1s0): address 192.168.122.192 23:01:15,572 INFO NetworkManager: [1578783675.5677] dhcp4 (enp1s0): plen 24 (255.255.255.0) 23:01:15,572 INFO NetworkManager: [1578783675.5677] dhcp4 (enp1s0): gateway 192.168.122.1 23:01:15,572 INFO NetworkManager: [1578783675.5678] dhcp4 (enp1s0): lease time 3600 23:01:15,572 INFO NetworkManager: [1578783675.5679] dhcp4 (enp1s0): nameserver '192.168.122.1' 23:01:15,572 INFO NetworkManager: [1578783675.5679] dhcp4 (enp1s0): state changed unknown -> bound 23:01:15,572 DEBUG NetworkManager: [1578783675.5680] device[0xaaaaec6a8570] (enp1s0): new DHCPv4 client state 1 23:01:15,573 DEBUG NetworkManager: [1578783675.5691] device[0xaaaaec6a8570] (enp1s0): activation-stage: schedule activate_stage5_ip_config_result_4,v4 (id 263) 23:01:15,573 DEBUG NetworkManager: [1578783675.5693] device[0xaaaaec6a8570] (enp1s0): activation-stage: invoke activate_stage5_ip_config_result_4,v4 (id 263) 23:01:15,573 DEBUG NetworkManager: [1578783675.5695] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=1, new-config=0xaaaaec663270) 23:01:15,573 DEBUG NetworkManager: [1578783675.5696] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.192/24 lft 3600sec pref 3600sec lifetime 26-0[3600,3600] dev 2 flags noprefixroute src unknown 23:01:15,573 DEBUG NetworkManager: [1578783675.5698] platform: (enp1s0) signal: address 4 added: 192.168.122.192/24 lft 3600sec pref 3600sec lifetime 26-26[3600,3600] dev 2 flags noprefixroute src kernel 23:01:15,573 DEBUG NetworkManager: [1578783675.5699] device[0xaaaaec6a8570] (enp1s0): queued IP4 config change 23:01:15,574 DEBUG NetworkManager: [1578783675.5700] platform-linux: do-add-ip4-address[2: 192.168.122.192/24]: success 23:01:15,574 DEBUG NetworkManager: [1578783675.5700] 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.192 23:01:15,574 DEBUG NetworkManager: [1578783675.5702] 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.192 23:01:15,574 DEBUG NetworkManager: [1578783675.5703] 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.192]: success 23:01:15,574 DEBUG NetworkManager: [1578783675.5703] 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 23:01:15,574 DEBUG NetworkManager: [1578783675.5705] 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 23:01:15,575 DEBUG NetworkManager: [1578783675.5705] 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 23:01:15,575 DEBUG NetworkManager: [1578783675.5712] device[0xaaaaec6a8570] (enp1s0): ip4-config: update IP Config instance (/org/freedesktop/NetworkManager/IP4Config/3) 23:01:15,575 DEBUG NetworkManager: [1578783675.5713] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:15,575 DEBUG NetworkManager: [1578783675.5714] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:15,575 DEBUG NetworkManager: [1578783675.5714] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:15,575 DEBUG NetworkManager: [1578783675.5715] device[0xaaaaec6a8570] (enp1s0): remove_pending_action (1): 'dhcp4' 23:01:15,576 DEBUG NetworkManager: [1578783675.5715] active-connection[0xaaaaec662300]: set state-flags layer2-ready,ip4-ready (was layer2-ready) 23:01:15,576 INFO NetworkManager: [1578783675.5718] device (enp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') 23:01:15,576 DEBUG NetworkManager: [1578783675.5725] dispatcher: (10) (enp1s0) dispatching action 'pre-up' (with callback) 23:01:15,576 DEBUG NetworkManager: [1578783675.5747] device[0xaaaaec6a8570] (enp1s0): activation-stage: complete activate_stage5_ip_config_result_4,v4 (id 263) 23:01:15,576 DEBUG NetworkManager: [1578783675.5751] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=0, new-config=0xaaaaec662d10) 23:01:15,580 DEBUG NetworkManager: [1578783675.5802] bus-manager: (dhcp) closed connection 0xaaaaec620910 on private socket 23:01:15,581 INFO dhclient:bound to 192.168.122.192 -- renewal in 1569 seconds. 23:01:15,585 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: new request (0 scripts) 23:01:15,585 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 23:01:15,585 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,586 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_UUID=bdd41996-ac36-489c-8ee2-ce63a21bf2e1 23:01:15,586 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: CONNECTION_ID=enp1s0 23:01:15,586 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 23:01:15,586 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 23:01:15,587 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,587 DEBUG nm-dispatcher:req:5 'pre-up' [enp1s0]: environment: NM_DISPATCHER_ACTION=pre-up 23:01:15,587 DEBUG NetworkManager: [1578783675.5871] dispatcher: (10) succeeded but no scripts invoked 23:01:15,587 INFO nm-dispatcher:req:5 'pre-up' [enp1s0]: completed: no scripts 23:01:15,587 DEBUG NetworkManager: [1578783675.5872] device[0xaaaaec6a8570] (enp1s0): add_pending_action (2): 'queued-state-change-secondaries' 23:01:15,587 DEBUG NetworkManager: [1578783675.5872] device[0xaaaaec6a8570] (enp1s0): queue-state[secondaries, reason:none, id:274]: queue state change 23:01:15,588 DEBUG NetworkManager: [1578783675.5873] device[0xaaaaec6a8570] (enp1s0): queue-state[secondaries, reason:none, id:274]: change state 23:01:15,588 INFO NetworkManager: [1578783675.5874] device (enp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') 23:01:15,588 DEBUG NetworkManager: [1578783675.5882] device[0xaaaaec6a8570] (enp1s0): add_pending_action (3): 'queued-state-change-activated' 23:01:15,588 DEBUG NetworkManager: [1578783675.5882] device[0xaaaaec6a8570] (enp1s0): queue-state[activated, reason:none, id:275]: queue state change 23:01:15,588 DEBUG NetworkManager: [1578783675.5883] device[0xaaaaec6a8570] (enp1s0): device entered SECONDARIES state 23:01:15,588 DEBUG NetworkManager: [1578783675.5884] device[0xaaaaec6a8570] (enp1s0): remove_pending_action (2): 'queued-state-change-secondaries' 23:01:15,589 DEBUG NetworkManager: [1578783675.5884] device[0xaaaaec6a8570] (enp1s0): queue-state[activated, reason:none, id:275]: change state 23:01:15,589 INFO NetworkManager: [1578783675.5885] device (enp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') 23:01:15,594 DEBUG NetworkManager: [1578783675.5900] active-connection[0xaaaaec662300]: set state activated (was activating) 23:01:15,594 INFO NetworkManager: [1578783675.5912] manager: NetworkManager state is now CONNECTED_LOCAL 23:01:15,594 DEBUG NetworkManager: [1578783675.5917] active-connection[0xaaaaec662300]: check-master-ready: not signalling (state activated, no master) 23:01:15,594 DEBUG NetworkManager: [1578783675.5917] device[0xaaaaec6a8570] (enp1s0): remove_pending_action (1): 'activation-0xaaaaec662300' 23:01:15,595 DEBUG NetworkManager: [1578783675.5946] dns-mgr: (device_state_changed): queueing DNS updates (1) 23:01:15,595 DEBUG NetworkManager: [1578783675.5947] dns-mgr: (update_routing_and_dns): queueing DNS updates (2) 23:01:15,595 INFO NetworkManager: [1578783675.5951] manager: NetworkManager state is now CONNECTED_SITE 23:01:15,595 INFO NetworkManager: [1578783675.5956] policy: set 'enp1s0' (enp1s0) as default for IPv4 routing and DNS 23:01:15,595 DEBUG NetworkManager: [1578783675.5956] manager: PrimaryConnection now enp1s0 23:01:15,596 DEBUG NetworkManager: [1578783675.5966] dns-mgr: (update_routing_and_dns): DNS configuration changed 23:01:15,596 DEBUG NetworkManager: [1578783675.5967] dns-mgr: (update_routing_and_dns): no DNS changes to commit (1) 23:01:15,597 DEBUG NetworkManager: [1578783675.5968] dns-mgr: (device_state_changed): DNS configuration changed 23:01:15,597 DEBUG NetworkManager: [1578783675.5968] dns-mgr: (device_state_changed): committing DNS changes (0) 23:01:15,597 DEBUG NetworkManager: [1578783675.5968] dns-mgr: update-dns: updating resolv.conf 23:01:15,597 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,599 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 23:01:15,600 DEBUG NetworkManager: [1578783675.5999] policy: restarting reverse-lookup thread for address 192.168.122.192 23:01:15,601 INFO NetworkManager: [1578783675.6009] device (enp1s0): Activation: successful, device activated. 23:01:15,601 DEBUG NetworkManager: [1578783675.6012] device[0xaaaaec6a8570] (enp1s0): set metered value 4 23:01:15,601 DEBUG NetworkManager: [1578783675.6017] manager: new metered value: 4 23:01:15,602 DEBUG NetworkManager: [1578783675.6023] dispatcher: (11) (enp1s0) dispatching action 'up' 23:01:15,604 DEBUG NetworkManager: [1578783675.6036] device[0xaaaaec6a8570] (enp1s0): connectivity state changed from NONE to FULL 23:01:15,604 DEBUG NetworkManager: [1578783675.6040] manager: connectivity checking indicates FULL 23:01:15,604 INFO NetworkManager: [1578783675.6040] manager: NetworkManager state is now CONNECTED_GLOBAL 23:01:15,604 DEBUG NetworkManager: [1578783675.6048] dispatcher: (12) dispatching action 'connectivity-change' 23:01:15,607 INFO nm-dispatcher:req:6 'up' [enp1s0]: new request (3 scripts) 23:01:15,607 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/1 23:01:15,607 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_FILENAME=/etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,607 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_UUID=bdd41996-ac36-489c-8ee2-ce63a21bf2e1 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: CONNECTION_ID=enp1s0 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IFACE=enp1s0 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DEVICE_IP_IFACE=enp1s0 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ADDRESS_0=192.168.122.192/24 192.168.122.1 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ADDRESSES=1 23:01:15,608 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_GATEWAY=192.168.122.1 23:01:15,609 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NAMESERVERS=192.168.122.1 23:01:15,609 DEBUG NetworkManager: [1578783675.6090] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=1, new-config=0xaaaaec662720) 23:01:15,609 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_ROUTE_0=192.168.122.0/24 0.0.0.0 100 23:01:15,609 DEBUG NetworkManager: [1578783675.6091] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.192/24 lft 3600sec pref 3600sec lifetime 26-0[3600,3600] dev 2 flags noprefixroute src unknown 23:01:15,609 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP4_NUM_ROUTES=1 23:01:15,610 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ADDRESS_0=fe80::5054:ff:fe76:b77/64 0.0.0.0 23:01:15,610 DEBUG NetworkManager: [1578783675.6099] platform-linux: do-add-ip4-address[2: 192.168.122.192/24]: success 23:01:15,610 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ADDRESSES=1 23:01:15,610 DEBUG NetworkManager: [1578783675.6100] device[0xaaaaec6a8570] (enp1s0): connectivity state changed from NONE to FULL 23:01:15,610 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_GATEWAY=0.0.0.0 23:01:15,610 DEBUG NetworkManager: [1578783675.6103] device[0xaaaaec6a8570] (enp1s0): ip4-config: update (commit=1, new-config=0xaaaaec662000) 23:01:15,610 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_0=fe80::/64 :: 100 23:01:15,611 DEBUG NetworkManager: [1578783675.6104] platform: (enp1s0) address: adding or updating IPv4 address: 192.168.122.192/24 lft 3600sec pref 3600sec lifetime 26-0[3600,3600] dev 2 flags noprefixroute src unknown 23:01:15,611 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_ROUTE_1=ff00::/8 :: 256 23:01:15,611 DEBUG NetworkManager: [1578783675.6105] platform-linux: do-add-ip4-address[2: 192.168.122.192/24]: success 23:01:15,611 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: IP6_NUM_ROUTES=2 23:01:15,611 DEBUG NetworkManager: [1578783675.6106] device[0xaaaaec6a8570] (enp1s0): remove_pending_action (0): 'queued-state-change-activated' 23:01:15,612 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_BROADCAST_ADDRESS=192.168.122.255 23:01:15,612 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DAD_WAIT_TIME=0 23:01:15,612 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_LEASE_TIME=3600 23:01:15,612 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_MESSAGE_TYPE=5 23:01:15,612 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_REBINDING_TIME=3150 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_RENEWAL_TIME=1800 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.122.1 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.122.1 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_EXPIRY=1578787275 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_IP_ADDRESS=192.168.122.192 23:01:15,613 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NETWORK_NUMBER=192.168.122.0 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_NEXT_SERVER=192.168.122.1 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_CLASSLESS_STATIC_ROUTES=1 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1 23:01:15,614 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1 23:01:15,616 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_HOST_NAME=1 23:01:15,616 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1 23:01:15,617 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1 23:01:15,617 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1 23:01:15,617 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NIS_SERVERS=1 23:01:15,617 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_NTP_SERVERS=1 23:01:15,618 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1 23:01:15,618 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROOT_PATH=1 23:01:15,618 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_ROUTERS=1 23:01:15,618 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1 23:01:15,618 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_SUBNET_MASK=1 23:01:15,618 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_TIME_OFFSET=1 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_REQUESTED_WPAD=1 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_ROUTERS=192.168.122.1 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: DHCP4_SUBNET_MASK=255.255.255.0 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,619 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: environment: NM_DISPATCHER_ACTION=up 23:01:15,620 INFO nm-dispatcher:req:6 'up' [enp1s0]: start running ordered scripts... 23:01:15,620 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 23:01:15,620 INFO nm-dispatcher:req:7 'connectivity-change': new request (3 scripts) 23:01:15,620 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: CONNECTIVITY_STATE=FULL 23:01:15,621 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 23:01:15,621 DEBUG nm-dispatcher:req:7 'connectivity-change': environment: NM_DISPATCHER_ACTION=connectivity-change 23:01:15,621 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 23:01:15,624 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:NeworkManager state changed to 23:01:15,626 WARNING org.fedoraproject.Anaconda.Modules.Network:DEBUG:anaconda.modules.network.network:Connected to network: True 23:01:15,639 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive. 23:01:15,641 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 23:01:15,641 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 23:01:15,657 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 23:01:15,657 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": run script 23:01:15,666 DEBUG nm-dispatcher:req:6 'up' [enp1s0], "/etc/NetworkManager/dispatcher.d/20-chrony": complete 23:01:15,666 DEBUG nm-dispatcher:req:6 'up' [enp1s0]: completed (3 scripts) 23:01:15,666 INFO nm-dispatcher:req:7 'connectivity-change': start running ordered scripts... 23:01:15,667 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script 23:01:15,668 DEBUG NetworkManager: [1578783675.6686] dispatcher: (11) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 23:01:15,668 DEBUG NetworkManager: [1578783675.6687] dispatcher: (11) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 23:01:15,669 DEBUG NetworkManager: [1578783675.6688] dispatcher: (11) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 23:01:15,671 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete 23:01:15,671 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script 23:01:15,676 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete 23:01:15,676 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script 23:01:15,680 DEBUG nm-dispatcher:req:7 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete 23:01:15,680 DEBUG nm-dispatcher:req:7 'connectivity-change': completed (3 scripts) 23:01:15,681 DEBUG NetworkManager: [1578783675.6812] dispatcher: (12) /etc/NetworkManager/dispatcher.d/04-iscsi succeeded 23:01:15,681 DEBUG NetworkManager: [1578783675.6813] dispatcher: (12) /etc/NetworkManager/dispatcher.d/11-dhclient succeeded 23:01:15,681 DEBUG NetworkManager: [1578783675.6814] dispatcher: (12) /etc/NetworkManager/dispatcher.d/20-chrony succeeded 23:01:15,713 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,717 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,721 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,724 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,728 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,732 DEBUG anaconda:anaconda: network: set real ONBOOT value 23:01:15,791 DEBUG anaconda:anaconda: network: setting ONBOOT value of enp1s0 to True 23:01:15,911 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,915 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,919 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,922 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,926 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,930 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:15,933 DEBUG anaconda:ifcfg: IfcfgFile.set /etc/sysconfig/network-scripts/ifcfg-enp1s0: (('ONBOOT', 'yes'),) 23:01:15,936 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="bdd41996-ac36-489c-8ee2-ce63a21bf2e1"#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" 23:01:15,960 WARNING anaconda:anaconda: network: set ONBOOT: --device does not exist 23:01:15,961 DEBUG anaconda:anaconda: network: real kickstart ONBOOT value set for devices ['enp1s0'] 23:01:15,962 DEBUG anaconda:ifcfg: content of files (real kickstart ONBOOT value set for devices ['enp1s0']): 23:01:15,962 DEBUG anaconda:ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp1s0: 23:01:15,963 DEBUG anaconda:ifcfg: # Generated by dracut initrd 23:01:15,964 DEBUG anaconda:ifcfg: NAME="enp1s0" 23:01:15,965 DEBUG anaconda:ifcfg: DEVICE="enp1s0" 23:01:15,966 DEBUG anaconda:ifcfg: ONBOOT="yes" 23:01:15,966 DEBUG anaconda:ifcfg: NETBOOT="yes" 23:01:15,967 DEBUG anaconda:ifcfg: UUID="bdd41996-ac36-489c-8ee2-ce63a21bf2e1" 23:01:15,968 DEBUG anaconda:ifcfg: IPV6INIT="yes" 23:01:15,969 DEBUG anaconda:ifcfg: BOOTPROTO="dhcp" 23:01:15,969 DEBUG anaconda:ifcfg: TYPE="Ethernet" 23:01:15,970 DEBUG anaconda:ifcfg: PROXY_METHOD="none" 23:01:15,971 DEBUG anaconda:ifcfg: BROWSER_ONLY="no" 23:01:15,972 DEBUG anaconda:ifcfg: DEFROUTE="yes" 23:01:15,972 DEBUG anaconda:ifcfg: IPV4_FAILURE_FATAL="no" 23:01:15,973 DEBUG anaconda:ifcfg: IPV6_AUTOCONF="yes" 23:01:15,974 DEBUG anaconda:ifcfg: IPV6_DEFROUTE="yes" 23:01:15,975 DEBUG anaconda:ifcfg: IPV6_FAILURE_FATAL="no" 23:01:15,996 DEBUG anaconda:ifcfg: all settings: [{'connection': {'autoconnect': False, 'id': 'enp1s0', 'interface-name': 'enp1s0', 'permissions': [], 'timestamp': 1578783675, 'type': '802-3-ethernet', 'uuid': 'bdd41996-ac36-489c-8ee2-ce63a21bf2e1'}, 'ipv6': {'addr-gen-mode': 0, 'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, 'proxy': {}, 'ipv4': {'address-data': [], 'addresses': [], 'dns': [], 'dns-search': [], 'method': 'auto', 'route-data': [], 'routes': []}, '802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}}] 23:01:16,006 INFO anaconda:anaconda: threading: Running Thread: AnaWaitForConnectingNMThread (281473379004896) 23:01:16,012 DEBUG anaconda:anaconda: anaconda: setting display mode to TUI 23:01:16,038 WARNING anaconda:anaconda: stdout: Not asking for VNC because of an automated install 23:01:16,040 WARNING anaconda:anaconda: stdout: Not asking for VNC because text mode was explicitly asked for in kickstart 23:01:16,040 INFO anaconda:anaconda: anaconda: Display mode is set to 'interactive text mode'. 23:01:16,044 INFO anaconda:anaconda: isys: 4217984 kB (4119 MB) are available 23:01:16,045 INFO anaconda:program: Running... losetup --list 23:01:16,061 INFO anaconda:anaconda: startup_utils: check_memory(): total:4119, needed:320, graphical:410 23:01:16,065 INFO anaconda:program: Running [2] e2fsck -V ... 23:01:16,099 INFO anaconda:program: stdout[2]: 23:01:16,099 INFO anaconda:program: stderr[2]: e2fsck 1.44.6 (5-Mar-2019)#012#011Using EXT2FS Library version 1.44.6, 5-Mar-2019 23:01:16,100 INFO anaconda:program: ...done [2] (exit code: 0) 23:01:16,150 INFO anaconda:anaconda: network: got 0 NTP servers from DHCP 23:01:16,159 WARNING org.fedoraproject.Anaconda.Modules.Timezone:DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to []. 23:01:16,162 INFO anaconda:anaconda: threading: Thread Done: AnaWaitForConnectingNMThread (281473379004896) 23:01:16,289 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:16,289 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 0 23:01:16,294 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:16,295 DEBUG anaconda:blivet: trying to set new default fstype to 'ext4' 23:01:16,301 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:16,302 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 1 23:01:16,308 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:16,328 DEBUG anaconda:anaconda: installclass: Searching /usr/lib64/python3.6/site-packages/pyanaconda/installclasses. 23:01:16,364 DEBUG anaconda:anaconda: installclass: Found Fedora Workstation (FedoraWorkstationInstallClass). 23:01:16,365 DEBUG anaconda:anaconda: installclass: Found CentOS Linux (CentOSBaseInstallClass). 23:01:16,365 DEBUG anaconda:anaconda: installclass: Found Scientific Linux (ScientificBaseInstallClass). 23:01:16,366 DEBUG anaconda:anaconda: installclass: Found Fedora (FedoraBaseInstallClass). 23:01:16,367 DEBUG anaconda:anaconda: installclass: Found Atomic Host (AtomicHostInstallClass). 23:01:16,367 DEBUG anaconda:anaconda: installclass: Found oVirt Node Next (OvirtInstallClass). 23:01:16,368 DEBUG anaconda:anaconda: installclass: Found Red Hat Virtualization (RHEVInstallClass). 23:01:16,369 DEBUG anaconda:anaconda: installclass: Found Red Hat Enterprise Linux (DefaultInstallClass). 23:01:16,369 DEBUG anaconda:anaconda: installclass: Found Red Hat Enterprise Linux (RHELBaseInstallClass). 23:01:16,370 DEBUG anaconda:anaconda: installclass: Found Fedora Server (FedoraServerInstallClass). 23:01:16,371 INFO anaconda:anaconda: installclass: Using a visible install class CentOS Linux (CentOSBaseInstallClass). 23:01:16,372 DEBUG anaconda:blivet: trying to set new default fstype to 'xfs' 23:01:16,377 DEBUG anaconda:blivet: XFS.supported: supported: True ; 23:01:16,379 INFO anaconda:program: Running... modprobe xfs 23:01:16,605 INFO kernel:SGI XFS with ACLs, security attributes, no debug enabled 23:01:16,614 DEBUG anaconda:program: Return code: 0 23:01:16,615 DEBUG anaconda:blivet: get_format('xfs') returning XFS instance with object id 2 23:01:16,620 DEBUG anaconda:blivet: XFS.supported: supported: True ; 23:01:17,246 DEBUG NetworkManager: [1578783677.2468] platform: (enp1s0) signal: address 6 changed: fe80::5054:ff:fe76:b77/64 lft forever pref forever lifetime 28-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src kernel 23:01:17,247 DEBUG NetworkManager: [1578783677.2469] device[0xaaaaec6a8570] (enp1s0): queued IP6 config change 23:01:17,247 DEBUG NetworkManager: [1578783677.2474] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=0, new-config=0xaaaaec637230) 23:01:17,249 DEBUG NetworkManager: [1578783677.2481] device[0xaaaaec6a8570] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 23:01:17,249 DEBUG NetworkManager: [1578783677.2482] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:17,250 DEBUG NetworkManager: [1578783677.2485] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:17,250 DEBUG NetworkManager: [1578783677.2486] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:17,250 DEBUG NetworkManager: [1578783677.2486] device[0xaaaaec6a8570] (enp1s0): linklocal6: waiting for link-local addresses successful, continue with method auto 23:01:17,250 DEBUG NetworkManager: [1578783677.2487] device[0xaaaaec6a8570] (enp1s0): addrconf6: using the device EUI-64 identifier 23:01:17,250 DEBUG NetworkManager: [1578783677.2488] device[0xaaaaec6a8570] (enp1s0): ip6-config: update (commit=1, new-config=0xaaaaec637340) 23:01:17,250 DEBUG NetworkManager: [1578783677.2489] platform: (enp1s0) address: adding or updating IPv6 address: fe80::5054:ff:fe76:b77/64 lft forever pref forever lifetime 28-0[4294967295,4294967295] dev 2 flags permanent,noprefixroute src unknown 23:01:17,251 DEBUG NetworkManager: [1578783677.2490] platform-linux: do-add-ip6-address[2: fe80::5054:ff:fe76:b77]: success 23:01:17,251 DEBUG NetworkManager: [1578783677.2497] device[0xaaaaec6a8570] (enp1s0): ip6-config: update IP Config instance (/org/freedesktop/NetworkManager/IP6Config/3) 23:01:17,251 DEBUG NetworkManager: [1578783677.2498] dns-mgr: (device_ip_config_changed): queueing DNS updates (1) 23:01:17,251 DEBUG NetworkManager: [1578783677.2500] dns-mgr: (device_ip_config_changed): DNS configuration did not change 23:01:17,251 DEBUG NetworkManager: [1578783677.2500] dns-mgr: (device_ip_config_changed): no DNS changes to commit (0) 23:01:17,251 DEBUG NetworkManager: [1578783677.2501] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra' to '1' (current value is '0') 23:01:17,252 DEBUG NetworkManager: [1578783677.2503] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra_defrtr' to '0' (current value is identical) 23:01:17,252 DEBUG NetworkManager: [1578783677.2504] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra_pinfo' to '0' (current value is identical) 23:01:17,252 DEBUG NetworkManager: [1578783677.2506] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/enp1s0/accept_ra_rtr_pref' to '0' (current value is identical) 23:01:17,252 DEBUG NetworkManager: [1578783677.2506] ndisc[0xaaaaec654320,"enp1s0"]: starting neighbor discovery: 2 23:01:17,252 DEBUG NetworkManager: [1578783677.2507] ndisc-lndp[0xaaaaec654320,"enp1s0"]: processing libndp events 23:01:17,252 DEBUG NetworkManager: [1578783677.2508] ndisc[0xaaaaec654320,"enp1s0"]: scheduling RA timeout in 30 seconds 23:01:17,252 DEBUG NetworkManager: [1578783677.2508] ndisc[0xaaaaec654320,"enp1s0"]: scheduling explicit router solicitation request in 0 seconds. 23:01:17,253 DEBUG NetworkManager: [1578783677.2510] ndisc[0xaaaaec654320,"enp1s0"]: router solicitation sent 23:01:17,253 DEBUG NetworkManager: [1578783677.2510] ndisc[0xaaaaec654320,"enp1s0"]: scheduling router solicitation retry in 4 seconds. 23:01:18,304 INFO anaconda:packaging: setting DNF platform id to: platform:el8 23:01:18,305 DEBUG anaconda:anaconda: payload: getting release version from tree at None (8) 23:01:18,306 DEBUG anaconda:anaconda: payload: using default release version of 8 23:01:18,315 DEBUG anaconda:packaging: Dnf configuration:#012[main]#012assumeno = 0#012assumeyes = 0#012autocheck_running_kernel = 1#012bandwidth = 0#012best = 1#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#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#012username = #012varsdir = [/etc/dnf/vars, /etc/yum/vars]#012zchunk = 1 23:01:18,317 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 23:01:18,322 INFO anaconda:anaconda: autopart: Detected 4.02 GiB of memory 23:01:18,324 INFO anaconda:anaconda: autopart: Suggested swap size (4.02 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. 23:01:18,326 INFO anaconda:anaconda: autopart: Swap attempt of 0.0 23:01:18,327 INFO anaconda:anaconda: bootloader: bootloader Aarch64EFIGRUB on Aarch64EFI platform 23:01:18,349 WARNING org.fedoraproject.Anaconda.Modules.Services:DEBUG:anaconda.modules.services.services:Default target is set to multi-user.target. 23:01:18,352 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:18,441 DEBUG anaconda:program: Return code: 0 23:01:18,456 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:18,551 DEBUG anaconda:program: Return code: 0 23:01:18,564 DEBUG anaconda:anaconda: storage_utils: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True 23:01:18,567 INFO anaconda:anaconda: threading: Running Thread: AnaStorageThread (281473379004896) 23:01:18,577 INFO anaconda:anaconda: threading: Running Thread: AnaTimeInitThread (281473347285472) 23:01:18,612 INFO anaconda:program: Running... hwclock --hctosys --utc 23:01:18,681 DEBUG anaconda:anaconda: payload: Restarting payload thread 23:01:18,684 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadRestartThread (281473338831328) 23:01:18,687 INFO anaconda:anaconda: geoloc: Geolocation is disabled due to automated kickstart based installation. 23:01:18,689 INFO anaconda:anaconda: threading: Running Thread: AnaPayloadThread (281473330377184) 23:01:18,690 INFO anaconda:blivet: no initiator set 23:01:18,691 INFO anaconda:blivet: resetting Blivet (version 3.1.0) instance 23:01:18,692 DEBUG anaconda:anaconda: payload: Updating payload thread state: 0 23:01:18,694 INFO anaconda:blivet: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is ['vda'] 23:01:18,695 DEBUG anaconda:anaconda: payload: Updating payload thread state: 1 23:01:18,696 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadRestartThread (281473338831328) 23:01:18,700 WARNING anaconda:blivet: Failed to call the update_volume_info method: libstoragemgmt functionality not available 23:01:18,701 INFO anaconda:program: Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... 23:01:18,711 INFO anaconda:program: Running... systemctl start chronyd 23:01:18,750 INFO systemd:Starting NTP client/server... 23:01:18,808 INFO chronyd:chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 23:01:18,818 INFO chronyd:Using right/UTC timezone to obtain leap second data 23:01:18,847 INFO anaconda:program: stdout[3]: 23:01:18,848 INFO anaconda:program: stderr[3]: 23:01:18,851 INFO anaconda:program: ...done [3] (exit code: 0) 23:01:18,851 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:18,897 INFO systemd:Started NTP client/server. 23:01:18,952 DEBUG anaconda:program: Return code: 0 23:01:18,955 DEBUG anaconda:program: Return code: 0 23:01:18,975 DEBUG anaconda:simpleline: GLib event loop is used! 23:01:18,997 INFO anaconda:blivet: devices to scan: ['vda', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] 23:01:19,029 DEBUG anaconda:blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/virtio-pci-0000:03:00.0 '#012 '/dev/disk/by-path/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_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': '45422966'} ; 23:01:19,030 INFO anaconda:blivet: scanning vda (/sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda)... 23:01:19,061 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:19,084 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:19,153 DEBUG anaconda:blivet: DiskDevicePopulator.run: name: vda ; 23:01:19,168 WARNING anaconda:blivet: device/model is not a valid attribute 23:01:19,169 INFO anaconda:blivet: vda is a disk 23:01:19,170 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 4 23:01:19,172 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 5 23:01:19,250 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 23:01:19,269 DEBUG anaconda:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 23:01:19,274 DEBUG anaconda:blivet: vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 23:01:19,276 INFO anaconda:anaconda: core.util: Skipping detection of unsupported hardware. 23:01:19,277 INFO anaconda:anaconda: core.util: Skipping detection of SMT. 23:01:19,299 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 ; 23:01:19,307 DEBUG anaconda:blivet: updated vda size to 10 GiB (10 GiB) 23:01:19,312 INFO anaconda:blivet: added disk vda (id 3) to device tree 23:01:19,326 INFO anaconda:blivet: got device: DiskDevice instance (0xffff9f171518) --#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 23:01:19,346 DEBUG anaconda:blivet: DeviceTree.handle_format: name: vda ; 23:01:19,347 DEBUG anaconda:blivet: no type or existing type for vda, bailing 23:01:19,362 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': Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14300/14400 'block',#012 'SYS_NAME': 'loop0',#012 'SYS_PATH': '/sys/devices/virtual/block/loop0',#012 'TAGS': ':systemd:',#012 'USEC_INITIALIZED': '45423400'} ; 23:01:19,363 INFO anaconda:blivet: scanning loop0 (/sys/devices/virtual/block/loop0)... 23:01:19,379 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; 23:01:19,395 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:19,002 DEBUG anaconda:program: Return code: 0 23:01:19,003 INFO anaconda:anaconda: threading: Thread Done: AnaTimeInitThread (281473347285472) 23:01:19,005 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop0 ; 23:01:19,021 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /tmp/curl_fetch_url1/install.img (deleted) ; incomplete: False ; hidden: False ; 23:01:19,036 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:19,037 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 9 23:01:19,039 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 10 23:01:19,039 NOTICE rsyslogd:imjournal: journal reloaded... [v8.37.0-13.el8 try http://www.rsyslog.com/e/0 ] 23:01:19,059 DEBUG anaconda:blivet: FileDevice._set_format: /tmp/curl_fetch_url1/install.img (deleted) ; type: None ; current: None ; 23:01:19,061 INFO anaconda:blivet: added file /tmp/curl_fetch_url1/install.img (deleted) (id 8) to device tree 23:01:19,062 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 13 23:01:19,089 DEBUG anaconda:blivet: FileDevice.add_child: name: /tmp/curl_fetch_url1/install.img (deleted) ; child: loop0 ; kids: 0 ; 23:01:19,090 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 14 23:01:19,110 DEBUG anaconda:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 23:01:19,112 INFO anaconda:blivet: added loop loop0 (id 12) to device tree 23:01:19,122 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9f045f28) --#012 name = loop0 status = False id = 12#012 children = []#012 parents = ['existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (8)']#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 23:01:19,140 INFO anaconda:anaconda: lifecycle: Adding controller: SummaryHub 23:01:19,141 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop0 ; 23:01:19,163 INFO anaconda:anaconda: lifecycle: Module initialized: TimeSpoke 23:01:19,197 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 23:01:19,198 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 16 23:01:19,209 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:19,211 INFO anaconda:program: Running... modprobe vfat 23:01:19,284 DEBUG anaconda:program: Return code: 0 23:01:19,287 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 17 23:01:19,300 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:19,302 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 18 23:01:19,315 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:19,315 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 19 23:01:19,317 INFO anaconda:blivet: type detected on 'loop0' is 'squashfs' 23:01:19,318 DEBUG anaconda:blivet: get_format('squashfs') returning DeviceFormat instance with object id 20 23:01:19,328 DEBUG anaconda:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; 23:01:19,333 INFO anaconda:blivet: got format: existing None 23:01:19,341 DEBUG anaconda:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/08f64b79-bf9e-4426-916d-e9868dc25c39',#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': '08f64b79-bf9e-4426-916d-e9868dc25c39',#012 'ID_FS_UUID_ENC': '08f64b79-bf9e-4426-916d-e9868dc25c39',#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': '45402469'} ; 23:01:19,342 INFO anaconda:blivet: scanning loop1 (/sys/devices/virtual/block/loop1)... 23:01:19,350 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 23:01:19,357 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:19,366 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop1 ; 23:01:19,374 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; 23:01:19,382 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:19,383 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 23 23:01:19,385 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 24 23:01:19,396 DEBUG anaconda:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; 23:01:19,398 INFO anaconda:blivet: added file /LiveOS/rootfs.img (id 22) to device tree 23:01:19,399 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 27 23:01:19,413 DEBUG anaconda:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; 23:01:19,414 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 28 23:01:19,424 DEBUG anaconda:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; 23:01:19,427 INFO anaconda:blivet: added loop loop1 (id 26) to device tree 23:01:19,433 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9f1e7278) --#012 name = loop1 status = False id = 26#012 children = []#012 parents = ['existing 0 B file /LiveOS/rootfs.img (22)']#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 23:01:19,444 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop1 ; 23:01:19,457 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 23:01:19,458 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 30 23:01:19,473 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:19,474 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 31 23:01:19,488 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:19,489 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 32 23:01:19,505 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:19,505 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 33 23:01:19,507 INFO anaconda:blivet: type detected on 'loop1' is 'ext4' 23:01:19,508 INFO anaconda:program: Running... dumpe2fs -h /dev/loop1 23:01:19,526 INFO anaconda:program: stdout: 23:01:19,526 INFO anaconda:program: Filesystem volume name: Anaconda 23:01:19,527 INFO anaconda:program: Last mounted on: /var/tmp/lorax/lorax.imgutils.hi_nkv3j 23:01:19,528 INFO anaconda:program: Filesystem UUID: 08f64b79-bf9e-4426-916d-e9868dc25c39 23:01:19,529 INFO anaconda:program: Filesystem magic number: 0xEF53 23:01:19,529 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 23:01:19,530 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 23:01:19,531 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 23:01:19,531 INFO anaconda:program: Default mount options: user_xattr acl 23:01:19,532 INFO anaconda:program: Filesystem state: clean 23:01:19,533 INFO anaconda:program: Errors behavior: Continue 23:01:19,533 INFO anaconda:program: Filesystem OS type: Linux 23:01:19,534 INFO anaconda:program: Inode count: 196608 23:01:19,535 INFO anaconda:program: Block count: 786432 23:01:19,536 INFO anaconda:program: Reserved block count: 0 23:01:19,536 INFO anaconda:program: Free blocks: 248938 23:01:19,537 INFO anaconda:program: Free inodes: 160148 23:01:19,538 INFO anaconda:program: First block: 0 23:01:19,539 INFO anaconda:program: Block size: 4096 23:01:19,539 INFO anaconda:program: Fragment size: 4096 23:01:19,540 INFO anaconda:program: Group descriptor size: 64 23:01:19,541 INFO anaconda:program: Reserved GDT blocks: 383 23:01:19,542 INFO anaconda:program: Blocks per group: 32768 23:01:19,543 INFO anaconda:program: Fragments per group: 32768 23:01:19,543 INFO anaconda:program: Inodes per group: 8192 23:01:19,544 INFO anaconda:program: Inode blocks per group: 512 23:01:19,545 INFO anaconda:program: Flex block group size: 16 23:01:19,545 INFO anaconda:program: Filesystem created: Fri Jan 3 21:33:25 2020 23:01:19,546 INFO anaconda:program: Last mount time: Fri Jan 3 21:33:25 2020 23:01:19,547 INFO anaconda:program: Last write time: Fri Jan 3 21:33:48 2020 23:01:19,547 INFO anaconda:program: Mount count: 1 23:01:19,548 INFO anaconda:program: Maximum mount count: -1 23:01:19,549 INFO anaconda:program: Last checked: Fri Jan 3 21:33:25 2020 23:01:19,549 INFO anaconda:program: Check interval: 0 () 23:01:19,550 INFO anaconda:program: Lifetime writes: 2139 MB 23:01:19,551 INFO anaconda:program: Reserved blocks uid: 0 (user root) 23:01:19,551 INFO anaconda:program: Reserved blocks gid: 0 (group root) 23:01:19,552 INFO anaconda:program: First inode: 11 23:01:19,553 INFO anaconda:program: Inode size:#011 256 23:01:19,554 INFO anaconda:program: Required extra isize: 32 23:01:19,554 INFO anaconda:program: Desired extra isize: 32 23:01:19,555 INFO anaconda:program: Journal inode: 8 23:01:19,556 INFO anaconda:program: Default directory hash: half_md4 23:01:19,556 INFO anaconda:program: Directory Hash Seed: c10032de-3558-4d7c-9561-97e0244849ee 23:01:19,557 INFO anaconda:program: Journal backup: inode blocks 23:01:19,558 INFO anaconda:program: Checksum type: crc32c 23:01:19,558 INFO anaconda:program: Checksum: 0x87458d68 23:01:19,559 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 23:01:19,560 INFO anaconda:program: Journal size: 64M 23:01:19,561 INFO anaconda:program: Journal length: 16384 23:01:19,561 INFO anaconda:program: Journal sequence: 0x00000007 23:01:19,562 INFO anaconda:program: Journal start: 0 23:01:19,563 INFO anaconda:program: Journal checksum type: crc32c 23:01:19,563 INFO anaconda:program: Journal checksum: 0xfb9322b8 23:01:19,564 INFO anaconda:program: 23:01:19,565 INFO anaconda:program: stderr: 23:01:19,568 INFO anaconda:program: b'dumpe2fs 1.44.6 (5-Mar-2019)' 23:01:19,568 DEBUG anaconda:program: Return code: 0 23:01:19,571 INFO anaconda:program: Running... resize2fs -P /dev/loop1 23:01:19,592 INFO anaconda:program: stdout: 23:01:19,593 INFO anaconda:program: Couldn't find valid filesystem superblock. 23:01:19,594 INFO anaconda:program: stderr: 23:01:19,594 INFO anaconda:program: b'resize2fs 1.44.6 (5-Mar-2019)' 23:01:19,596 INFO anaconda:program: b'resize2fs: Device or resource busy while trying to open /dev/loop1' 23:01:19,597 DEBUG anaconda:program: Return code: 1 23:01:19,598 WARNING anaconda:blivet: Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 23:01:19,611 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:19,612 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 34 23:01:19,623 DEBUG anaconda:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; 23:01:19,628 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:19,695 DEBUG anaconda:program: Return code: 0 23:01:19,722 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:19,806 DEBUG anaconda:program: Return code: 0 23:01:19,852 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:19,854 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:19,929 DEBUG anaconda:program: Return code: 0 23:01:19,991 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:19,992 INFO anaconda:blivet: got format: existing ext4 filesystem 23:01:20,007 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': '45395322'} ; 23:01:20,008 INFO anaconda:blivet: scanning loop2 (/sys/devices/virtual/block/loop2)... 23:01:20,021 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 23:01:20,034 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:20,047 DEBUG anaconda:blivet: LoopDevicePopulator.run: name: loop2 ; 23:01:20,061 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; 23:01:20,075 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:20,076 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 37 23:01:20,077 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 38 23:01:20,095 DEBUG anaconda:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; 23:01:20,097 INFO anaconda:blivet: added file /overlay (deleted) (id 36) to device tree 23:01:20,098 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 41 23:01:20,119 DEBUG anaconda:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; 23:01:20,120 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 42 23:01:20,138 DEBUG anaconda:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; 23:01:20,140 INFO anaconda:blivet: added loop loop2 (id 40) to device tree 23:01:20,147 INFO anaconda:blivet: got device: LoopDevice instance (0xffff9f130ba8) --#012 name = loop2 status = False id = 40#012 children = []#012 parents = ['existing 0 B file /overlay (deleted) (36)']#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 23:01:20,164 DEBUG anaconda:blivet: DeviceTree.handle_format: name: loop2 ; 23:01:20,165 DEBUG anaconda:blivet: no type or existing type for loop2, bailing 23:01:20,178 DEBUG anaconda:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/mapper/live-rw '#012 '/dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/08f64b79-bf9e-4426-916d-e9868dc25c39',#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': '08f64b79-bf9e-4426-916d-e9868dc25c39',#012 'ID_FS_UUID_ENC': '08f64b79-bf9e-4426-916d-e9868dc25c39',#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': '34629470'} ; 23:01:20,179 INFO anaconda:blivet: scanning live-rw (/sys/devices/virtual/block/dm-0)... 23:01:20,192 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 23:01:20,205 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:20,206 INFO anaconda:program: Running [4] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,236 INFO anaconda:program: stdout[4]: 23:01:20,237 INFO anaconda:program: stderr[4]: 23:01:20,237 INFO anaconda:program: ...done [4] (exit code: 0) 23:01:20,238 INFO anaconda:program: Running [5] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,255 INFO anaconda:program: stdout[5]: 23:01:20,256 INFO anaconda:program: stderr[5]: 23:01:20,257 INFO anaconda:program: ...done [5] (exit code: 0) 23:01:20,263 INFO anaconda:program: Running [6] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,281 INFO anaconda:program: stdout[6]: 23:01:20,281 INFO anaconda:program: stderr[6]: 23:01:20,282 INFO anaconda:program: ...done [6] (exit code: 0) 23:01:20,289 INFO anaconda:program: Running [7] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,305 INFO anaconda:program: stdout[7]: 23:01:20,306 INFO anaconda:program: stderr[7]: 23:01:20,306 INFO anaconda:program: ...done [7] (exit code: 0) 23:01:20,307 INFO anaconda:program: Running [8] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,316 INFO anaconda:anaconda: lifecycle: Module initialized: LangSpoke 23:01:20,319 INFO anaconda:anaconda: threading: Running Thread: AnaSourceWatcher (281473347285472) 23:01:20,322 INFO anaconda:program: stdout[8]: 23:01:20,323 INFO anaconda:program: stderr[8]: 23:01:20,323 INFO anaconda:anaconda: threading: Running Thread: AnaSoftwareWatcher (281473338831328) 23:01:20,324 INFO anaconda:program: ...done [8] (exit code: 0) 23:01:20,325 INFO anaconda:program: Running [9] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,337 INFO anaconda:program: stdout[9]: 23:01:20,338 INFO anaconda:program: stderr[9]: 23:01:20,339 INFO anaconda:program: ...done [9] (exit code: 0) 23:01:20,340 INFO anaconda:program: Running [10] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,352 INFO anaconda:program: stdout[10]: 23:01:20,353 INFO anaconda:program: stderr[10]: 23:01:20,354 INFO anaconda:program: ...done [10] (exit code: 0) 23:01:20,356 INFO anaconda:program: Running [11] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,370 INFO anaconda:program: stdout[11]: 23:01:20,371 INFO anaconda:program: stderr[11]: 23:01:20,372 INFO anaconda:program: ...done [11] (exit code: 0) 23:01:20,373 INFO anaconda:program: Running [12] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,382 INFO anaconda:anaconda: threading: Running Thread: AnaStorageWatcher (281473321923040) 23:01:20,386 INFO anaconda:program: stdout[12]: 23:01:20,387 INFO anaconda:program: stderr[12]: 23:01:20,387 INFO anaconda:program: ...done [12] (exit code: 0) 23:01:20,408 DEBUG anaconda:blivet: DMDevicePopulator.run: name: live-rw ; 23:01:20,430 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 23:01:20,449 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (26) with existing ext4 filesystem 23:01:20,463 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; 23:01:20,479 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (40) 23:01:20,488 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; 23:01:20,500 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:20,502 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 46 23:01:20,517 DEBUG anaconda:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; 23:01:20,518 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 47 23:01:20,530 DEBUG anaconda:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; 23:01:20,544 DEBUG anaconda:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; 23:01:20,547 DEBUG anaconda:blivet: live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 23:01:20,560 DEBUG anaconda:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 23:01:20,564 DEBUG anaconda:blivet: updated live-rw size to 3 GiB (3 GiB) 23:01:20,565 INFO anaconda:blivet: added dm live-rw (id 45) to device tree 23:01:20,576 INFO anaconda:blivet: got device: DMDevice instance (0xffff9f069a90) --#012 name = live-rw status = True id = 45#012 children = []#012 parents = ['existing 0 B loop loop1 (26) 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 23:01:20,577 INFO anaconda:program: Running [13] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,589 INFO anaconda:program: stdout[13]: 23:01:20,590 INFO anaconda:program: stderr[13]: 23:01:20,591 INFO anaconda:program: ...done [13] (exit code: 0) 23:01:20,592 INFO anaconda:program: Running [14] dmsetup info -co subsystem --noheadings live-rw ... 23:01:20,603 INFO anaconda:program: stdout[14]: 23:01:20,604 INFO anaconda:program: stderr[14]: 23:01:20,605 INFO anaconda:program: ...done [14] (exit code: 0) 23:01:20,616 DEBUG anaconda:blivet: DeviceTree.handle_format: name: live-rw ; 23:01:20,630 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 23:01:20,631 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 49 23:01:20,646 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:20,647 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 50 23:01:20,663 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:20,664 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 51 23:01:20,681 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:20,682 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 52 23:01:20,683 INFO anaconda:blivet: type detected on 'live-rw' is 'ext4' 23:01:20,685 INFO anaconda:program: Running... dumpe2fs -h /dev/mapper/live-rw 23:01:20,707 INFO anaconda:program: stdout: 23:01:20,707 INFO anaconda:program: Filesystem volume name: Anaconda 23:01:20,708 INFO anaconda:program: Last mounted on: /sysroot 23:01:20,709 INFO anaconda:program: Filesystem UUID: 08f64b79-bf9e-4426-916d-e9868dc25c39 23:01:20,710 INFO anaconda:program: Filesystem magic number: 0xEF53 23:01:20,710 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 23:01:20,711 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 23:01:20,712 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 23:01:20,712 INFO anaconda:program: Default mount options: user_xattr acl 23:01:20,713 INFO anaconda:program: Filesystem state: clean 23:01:20,714 INFO anaconda:program: Errors behavior: Continue 23:01:20,714 INFO anaconda:program: Filesystem OS type: Linux 23:01:20,715 INFO anaconda:program: Inode count: 196608 23:01:20,716 INFO anaconda:program: Block count: 786432 23:01:20,717 INFO anaconda:program: Reserved block count: 0 23:01:20,717 INFO anaconda:program: Free blocks: 248938 23:01:20,718 INFO anaconda:program: Free inodes: 160148 23:01:20,719 INFO anaconda:program: First block: 0 23:01:20,719 INFO anaconda:program: Block size: 4096 23:01:20,720 INFO anaconda:program: Fragment size: 4096 23:01:20,721 INFO anaconda:program: Group descriptor size: 64 23:01:20,721 INFO anaconda:program: Reserved GDT blocks: 383 23:01:20,722 INFO anaconda:program: Blocks per group: 32768 23:01:20,723 INFO anaconda:program: Fragments per group: 32768 23:01:20,724 INFO anaconda:program: Inodes per group: 8192 23:01:20,724 INFO anaconda:program: Inode blocks per group: 512 23:01:20,725 INFO anaconda:program: Flex block group size: 16 23:01:20,726 INFO anaconda:program: Filesystem created: Fri Jan 3 21:33:25 2020 23:01:20,726 INFO anaconda:program: Last mount time: Sat Jan 11 23:00:34 2020 23:01:20,727 INFO anaconda:program: Last write time: Sat Jan 11 23:00:34 2020 23:01:20,728 INFO anaconda:program: Mount count: 2 23:01:20,728 INFO anaconda:program: Maximum mount count: -1 23:01:20,729 INFO anaconda:program: Last checked: Fri Jan 3 21:33:25 2020 23:01:20,730 INFO anaconda:program: Check interval: 0 () 23:01:20,730 INFO anaconda:program: Lifetime writes: 2139 MB 23:01:20,731 INFO anaconda:program: Reserved blocks uid: 0 (user root) 23:01:20,732 INFO anaconda:program: Reserved blocks gid: 0 (group root) 23:01:20,733 INFO anaconda:program: First inode: 11 23:01:20,733 INFO anaconda:program: Inode size:#011 256 23:01:20,734 INFO anaconda:program: Required extra isize: 32 23:01:20,735 INFO anaconda:program: Desired extra isize: 32 23:01:20,735 INFO anaconda:program: Journal inode: 8 23:01:20,736 INFO anaconda:program: Default directory hash: half_md4 23:01:20,737 INFO anaconda:program: Directory Hash Seed: c10032de-3558-4d7c-9561-97e0244849ee 23:01:20,737 INFO anaconda:program: Journal backup: inode blocks 23:01:20,738 INFO anaconda:program: Checksum type: crc32c 23:01:20,739 INFO anaconda:program: Checksum: 0xb2b6b975 23:01:20,739 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 23:01:20,740 INFO anaconda:program: Journal size: 64M 23:01:20,741 INFO anaconda:program: Journal length: 16384 23:01:20,742 INFO anaconda:program: Journal sequence: 0x00000008 23:01:20,742 INFO anaconda:program: Journal start: 1 23:01:20,743 INFO anaconda:program: Journal checksum type: crc32c 23:01:20,744 INFO anaconda:program: Journal checksum: 0xffb83b46 23:01:20,744 INFO anaconda:program: 23:01:20,745 INFO anaconda:program: stderr: 23:01:20,746 INFO anaconda:program: b'dumpe2fs 1.44.6 (5-Mar-2019)' 23:01:20,746 DEBUG anaconda:program: Return code: 0 23:01:20,750 INFO anaconda:program: Running... resize2fs -P /dev/mapper/live-rw 23:01:20,758 DEBUG NetworkManager: [1578783680.7587] ndisc[0xaaaaec654320,"enp1s0"]: router solicitation sent 23:01:20,760 DEBUG NetworkManager: [1578783680.7588] ndisc[0xaaaaec654320,"enp1s0"]: scheduling router solicitation retry in 4 seconds. 23:01:20,770 INFO anaconda:program: stdout: 23:01:20,771 INFO anaconda:program: Estimated minimum size of the filesystem: 786432 23:01:20,772 INFO anaconda:program: stderr: 23:01:20,772 INFO anaconda:program: b'resize2fs 1.44.6 (5-Mar-2019)' 23:01:20,773 DEBUG anaconda:program: Return code: 0 23:01:20,777 DEBUG anaconda:blivet: using current size 3 GiB as min size 23:01:20,781 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:20,787 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:20,792 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:20,797 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:20,802 DEBUG anaconda:ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp1s0 23:01:20,811 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:20,812 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 53 23:01:20,823 DEBUG anaconda:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; 23:01:20,827 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:20,895 DEBUG anaconda:program: Return code: 0 23:01:20,933 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:20,936 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:20,984 INFO anaconda:anaconda: lifecycle: Module initialized: NetworkSpoke 23:01:20,993 INFO anaconda:anaconda: lifecycle: Module initialized: PasswordSpoke 23:01:21,004 WARNING anaconda:anaconda: ui.tui.hubs: Spoke PasswordSpoke initialization failure! 23:01:21,008 INFO anaconda:anaconda: lifecycle: Module initialized: UserSpoke 23:01:21,009 INFO anaconda:anaconda: lifecycle: Initialization of all modules (8) has been started. 23:01:21,015 DEBUG anaconda:program: Return code: 0 23:01:21,038 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:21,039 INFO anaconda:blivet: got format: existing ext4 filesystem 23:01:21,047 DEBUG anaconda:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/mapper/live-base /dev/disk/by-label/Anaconda '#012 '/dev/disk/by-uuid/08f64b79-bf9e-4426-916d-e9868dc25c39 '#012 '/dev/disk/by-id/dm-name-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': '08f64b79-bf9e-4426-916d-e9868dc25c39',#012 'ID_FS_UUID_ENC': '08f64b79-bf9e-4426-916d-e9868dc25c39',#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': '34749561'} ; 23:01:21,047 INFO anaconda:blivet: scanning live-base (/sys/devices/virtual/block/dm-1)... 23:01:21,054 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 23:01:21,060 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:21,061 INFO anaconda:program: Running [15] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,072 INFO anaconda:program: stdout[15]: 23:01:21,073 INFO anaconda:program: stderr[15]: 23:01:21,074 INFO anaconda:program: ...done [15] (exit code: 0) 23:01:21,075 INFO anaconda:program: Running [16] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,085 INFO anaconda:program: stdout[16]: 23:01:21,085 INFO anaconda:program: stderr[16]: 23:01:21,086 INFO anaconda:program: ...done [16] (exit code: 0) 23:01:21,087 INFO anaconda:program: Running [17] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,096 INFO anaconda:program: stdout[17]: 23:01:21,097 INFO anaconda:program: stderr[17]: 23:01:21,098 INFO anaconda:program: ...done [17] (exit code: 0) 23:01:21,099 INFO anaconda:program: Running [18] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,109 INFO anaconda:program: stdout[18]: 23:01:21,109 INFO anaconda:program: stderr[18]: 23:01:21,110 INFO anaconda:program: ...done [18] (exit code: 0) 23:01:21,111 INFO anaconda:program: Running [19] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,121 INFO anaconda:program: stdout[19]: 23:01:21,121 INFO anaconda:program: stderr[19]: 23:01:21,122 INFO anaconda:program: ...done [19] (exit code: 0) 23:01:21,123 INFO anaconda:program: Running [20] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,133 INFO anaconda:program: stdout[20]: 23:01:21,133 INFO anaconda:program: stderr[20]: 23:01:21,134 INFO anaconda:program: ...done [20] (exit code: 0) 23:01:21,135 INFO anaconda:program: Running [21] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,145 INFO anaconda:program: stdout[21]: 23:01:21,146 INFO anaconda:program: stderr[21]: 23:01:21,146 INFO anaconda:program: ...done [21] (exit code: 0) 23:01:21,147 INFO anaconda:program: Running [22] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,157 INFO anaconda:program: stdout[22]: 23:01:21,157 INFO anaconda:program: stderr[22]: 23:01:21,158 INFO anaconda:program: ...done [22] (exit code: 0) 23:01:21,159 INFO anaconda:program: Running [23] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,169 INFO anaconda:program: stdout[23]: 23:01:21,170 INFO anaconda:program: stderr[23]: 23:01:21,170 INFO anaconda:program: ...done [23] (exit code: 0) 23:01:21,177 DEBUG anaconda:blivet: DMDevicePopulator.run: name: live-base ; 23:01:21,186 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; 23:01:21,197 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (26) with existing ext4 filesystem 23:01:21,204 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; 23:01:21,210 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned None 23:01:21,211 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 56 23:01:21,222 DEBUG anaconda:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; 23:01:21,223 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 57 23:01:21,231 DEBUG anaconda:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; 23:01:21,240 DEBUG anaconda:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; 23:01:21,241 DEBUG anaconda:blivet: live-base sysfs_path set to /sys/devices/virtual/block/dm-1 23:01:21,250 DEBUG anaconda:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 23:01:21,253 DEBUG anaconda:blivet: updated live-base size to 3 GiB (3 GiB) 23:01:21,254 INFO anaconda:blivet: added dm live-base (id 55) to device tree 23:01:21,259 INFO anaconda:blivet: got device: DMDevice instance (0xffff9efe5f98) --#012 name = live-base status = True id = 55#012 children = []#012 parents = ['existing 0 B loop loop1 (26) 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 23:01:21,260 INFO anaconda:program: Running [24] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,271 INFO anaconda:program: stdout[24]: 23:01:21,271 INFO anaconda:program: stderr[24]: 23:01:21,272 INFO anaconda:program: ...done [24] (exit code: 0) 23:01:21,273 INFO anaconda:program: Running [25] dmsetup info -co subsystem --noheadings live-base ... 23:01:21,283 INFO anaconda:program: stdout[25]: 23:01:21,283 INFO anaconda:program: stderr[25]: 23:01:21,284 INFO anaconda:program: ...done [25] (exit code: 0) 23:01:21,292 DEBUG anaconda:blivet: DeviceTree.handle_format: name: live-base ; 23:01:21,302 DEBUG anaconda:blivet: AppleBootstrapFS.supported: supported: True ; 23:01:21,303 DEBUG anaconda:blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 59 23:01:21,313 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:21,314 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 60 23:01:21,324 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:21,325 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 61 23:01:21,336 DEBUG anaconda:blivet: MacEFIFS.supported: supported: True ; 23:01:21,337 DEBUG anaconda:blivet: get_format('macefi') returning MacEFIFS instance with object id 62 23:01:21,338 INFO anaconda:blivet: type detected on 'live-base' is 'ext4' 23:01:21,339 INFO anaconda:program: Running... dumpe2fs -h /dev/mapper/live-base 23:01:21,357 INFO anaconda:program: stdout: 23:01:21,358 INFO anaconda:program: Filesystem volume name: Anaconda 23:01:21,358 INFO anaconda:program: Last mounted on: /var/tmp/lorax/lorax.imgutils.hi_nkv3j 23:01:21,359 INFO anaconda:program: Filesystem UUID: 08f64b79-bf9e-4426-916d-e9868dc25c39 23:01:21,360 INFO anaconda:program: Filesystem magic number: 0xEF53 23:01:21,360 INFO anaconda:program: Filesystem revision #: 1 (dynamic) 23:01:21,361 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 23:01:21,362 INFO anaconda:program: Filesystem flags: unsigned_directory_hash 23:01:21,362 INFO anaconda:program: Default mount options: user_xattr acl 23:01:21,363 INFO anaconda:program: Filesystem state: clean 23:01:21,364 INFO anaconda:program: Errors behavior: Continue 23:01:21,364 INFO anaconda:program: Filesystem OS type: Linux 23:01:21,365 INFO anaconda:program: Inode count: 196608 23:01:21,366 INFO anaconda:program: Block count: 786432 23:01:21,366 INFO anaconda:program: Reserved block count: 0 23:01:21,367 INFO anaconda:program: Free blocks: 248938 23:01:21,368 INFO anaconda:program: Free inodes: 160148 23:01:21,368 INFO anaconda:program: First block: 0 23:01:21,369 INFO anaconda:program: Block size: 4096 23:01:21,370 INFO anaconda:program: Fragment size: 4096 23:01:21,370 INFO anaconda:program: Group descriptor size: 64 23:01:21,371 INFO anaconda:program: Reserved GDT blocks: 383 23:01:21,372 INFO anaconda:program: Blocks per group: 32768 23:01:21,372 INFO anaconda:program: Fragments per group: 32768 23:01:21,373 INFO anaconda:program: Inodes per group: 8192 23:01:21,374 INFO anaconda:program: Inode blocks per group: 512 23:01:21,374 INFO anaconda:program: Flex block group size: 16 23:01:21,375 INFO anaconda:program: Filesystem created: Fri Jan 3 21:33:25 2020 23:01:21,375 INFO anaconda:program: Last mount time: Fri Jan 3 21:33:25 2020 23:01:21,376 INFO anaconda:program: Last write time: Fri Jan 3 21:33:48 2020 23:01:21,377 INFO anaconda:program: Mount count: 1 23:01:21,377 INFO anaconda:program: Maximum mount count: -1 23:01:21,378 INFO anaconda:program: Last checked: Fri Jan 3 21:33:25 2020 23:01:21,379 INFO anaconda:program: Check interval: 0 () 23:01:21,379 INFO anaconda:program: Lifetime writes: 2139 MB 23:01:21,380 INFO anaconda:program: Reserved blocks uid: 0 (user root) 23:01:21,381 INFO anaconda:program: Reserved blocks gid: 0 (group root) 23:01:21,381 INFO anaconda:program: First inode: 11 23:01:21,382 INFO anaconda:program: Inode size:#011 256 23:01:21,383 INFO anaconda:program: Required extra isize: 32 23:01:21,383 INFO anaconda:program: Desired extra isize: 32 23:01:21,384 INFO anaconda:program: Journal inode: 8 23:01:21,385 INFO anaconda:program: Default directory hash: half_md4 23:01:21,385 INFO anaconda:program: Directory Hash Seed: c10032de-3558-4d7c-9561-97e0244849ee 23:01:21,386 INFO anaconda:program: Journal backup: inode blocks 23:01:21,387 INFO anaconda:program: Checksum type: crc32c 23:01:21,387 INFO anaconda:program: Checksum: 0x87458d68 23:01:21,388 INFO anaconda:program: Journal features: journal_64bit journal_checksum_v3 23:01:21,389 INFO anaconda:program: Journal size: 64M 23:01:21,389 INFO anaconda:program: Journal length: 16384 23:01:21,390 INFO anaconda:program: Journal sequence: 0x00000007 23:01:21,391 INFO anaconda:program: Journal start: 0 23:01:21,391 INFO anaconda:program: Journal checksum type: crc32c 23:01:21,392 INFO anaconda:program: Journal checksum: 0xfb9322b8 23:01:21,393 INFO anaconda:program: 23:01:21,393 INFO anaconda:program: stderr: 23:01:21,394 INFO anaconda:program: b'dumpe2fs 1.44.6 (5-Mar-2019)' 23:01:21,395 DEBUG anaconda:program: Return code: 0 23:01:21,397 INFO anaconda:program: Running... resize2fs -P /dev/mapper/live-base 23:01:21,413 INFO anaconda:program: stdout: 23:01:21,413 INFO anaconda:program: Couldn't find valid filesystem superblock. 23:01:21,414 INFO anaconda:program: stderr: 23:01:21,415 INFO anaconda:program: b'resize2fs 1.44.6 (5-Mar-2019)' 23:01:21,415 INFO anaconda:program: b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' 23:01:21,416 DEBUG anaconda:program: Return code: 1 23:01:21,417 WARNING anaconda:blivet: Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 23:01:21,427 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:21,429 DEBUG anaconda:blivet: get_format('ext4') returning Ext4FS instance with object id 63 23:01:21,438 DEBUG anaconda:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; 23:01:21,441 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:21,505 DEBUG anaconda:program: Return code: 0 23:01:21,527 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:21,529 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:21,616 DEBUG anaconda:program: Return code: 0 23:01:21,640 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:21,641 INFO anaconda:blivet: got format: existing ext4 filesystem 23:01:21,643 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:21,705 DEBUG anaconda:program: Return code: 0 23:01:21,724 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 23:01:21,731 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:21,738 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:21,739 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:21,846 DEBUG anaconda:program: Return code: 0 23:01:21,852 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 23:01:21,859 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 23:01:21,861 INFO anaconda:blivet: edd: collected mbr signatures: {} 23:01:21,872 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 23:01:21,878 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:21,884 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:21,885 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:21,955 DEBUG anaconda:program: Return code: 0 23:01:21,961 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 23:01:21,968 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 23:01:21,998 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:22,007 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:22,015 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:22,021 INFO anaconda:anaconda: threading: Thread Done: AnaStorageThread (281473379004896) 23:01:22,021 DEBUG anaconda:anaconda: payload: Updating payload thread state: 2 23:01:22,022 DEBUG anaconda:anaconda: payload: Updating payload thread state: 4 23:01:22,023 INFO anaconda:packaging: configuring base repo 23:01:22,072 INFO anaconda:anaconda: lifecycle: Module initialized: StorageSpoke 23:01:22,072 INFO anaconda:anaconda: threading: Thread Done: AnaStorageWatcher (281473321923040) 23:01:22,085 DEBUG anaconda:anaconda: payload: retrieving treeinfo from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (proxy: ; sslverify: True) 23:01:22,087 INFO anaconda:packaging: Trying to download '.treeinfo' 23:01:22,105 DEBUG anaconda:packaging: Retrieved '.treeinfo' from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 23:01:22,125 DEBUG anaconda:anaconda: payload: getting release version from tree at http://qa.centos.org/centos/8/BaseOS/aarch64/os/ (8) 23:01:22,126 DEBUG anaconda:anaconda: payload: using treeinfo release version of 8 23:01:22,126 DEBUG anaconda:packaging: Treeinfo points base repository to http://qa.centos.org/centos/8/BaseOS/aarch64/os/. 23:01:22,127 DEBUG anaconda:packaging: releasever from http://qa.centos.org/centos/8/BaseOS/aarch64/os/ is 8 23:01:22,130 INFO anaconda:packaging: added repo: 'anaconda' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 23:01:22,145 DEBUG anaconda:dnf: repo: downloading from remote: anaconda 23:01:22,265 INFO anaconda:packaging: enabled repo: '' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 23:01:22,265 DEBUG anaconda:packaging: repo koji-override-0: mirrorlist None, baseurl http://qa.centos.org/centos/8/BaseOS/aarch64/os/, metalink False 23:01:22,268 INFO anaconda:packaging: added repo: 'koji-override-0' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/ 23:01:22,268 DEBUG anaconda:packaging: repo koji-override-1: mirrorlist None, baseurl http://qa.centos.org/centos/8/AppStream/aarch64/os/, metalink False 23:01:22,270 INFO anaconda:packaging: added repo: 'koji-override-1' - http://qa.centos.org/centos/8/AppStream/aarch64/os/ 23:01:22,271 DEBUG anaconda:packaging: repo AppStream: mirrorlist None, baseurl http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/, metalink False 23:01:22,273 INFO anaconda:packaging: added repo: 'AppStream' - http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/ 23:01:22,276 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-0 23:01:22,354 INFO anaconda:packaging: enabled repo: '' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] and got repomd 23:01:22,355 DEBUG anaconda:dnf: repo: downloading from remote: koji-override-1 23:01:22,473 INFO anaconda:packaging: enabled repo: '' - ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] and got repomd 23:01:22,474 DEBUG anaconda:dnf: repo: downloading from remote: AppStream 23:01:22,586 INFO anaconda:packaging: enabled repo: '' - ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/'] and got repomd 23:01:22,587 DEBUG anaconda:anaconda: payload: Updating payload thread state: 5 23:01:22,590 DEBUG anaconda:dnf: repo: using cache for: anaconda 23:01:22,591 DEBUG anaconda:packaging: repo anaconda: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 23:01:22,592 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 23:01:22,593 DEBUG anaconda:packaging: repo koji-override-0: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/'] 23:01:22,594 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 23:01:22,595 DEBUG anaconda:packaging: repo koji-override-1: _sync_metadata success from ['http://qa.centos.org/centos/8/AppStream/aarch64/os/'] 23:01:22,596 DEBUG anaconda:dnf: repo: using cache for: AppStream 23:01:22,597 DEBUG anaconda:packaging: repo AppStream: _sync_metadata success from ['http://qa.centos.org/centos/8/BaseOS/aarch64/os/../../../AppStream/aarch64/os/'] 23:01:22,601 DEBUG anaconda:dnf: repo: using cache for: anaconda 23:01:24,760 DEBUG NetworkManager: [1578783684.7607] ndisc[0xaaaaec654320,"enp1s0"]: router solicitation sent 23:01:24,761 DEBUG NetworkManager: [1578783684.7608] ndisc[0xaaaaec654320,"enp1s0"]: did not receive a router advertisement after 3 solicitations. 23:01:24,942 DEBUG anaconda:dnf: anaconda: using metadata from Fri 10 Jan 2020 06:28:52 PM UTC. 23:01:24,943 DEBUG anaconda:dnf: repo: using cache for: koji-override-0 23:01:27,306 DEBUG anaconda:dnf: koji-override-0: using metadata from Fri 10 Jan 2020 06:28:52 PM UTC. 23:01:27,307 DEBUG anaconda:dnf: repo: using cache for: koji-override-1 23:01:31,053 DEBUG anaconda:dnf: koji-override-1: using metadata from Fri 10 Jan 2020 06:28:20 PM UTC. 23:01:31,054 DEBUG anaconda:dnf: repo: using cache for: AppStream 23:01:34,809 DEBUG anaconda:dnf: AppStream: using metadata from Fri 10 Jan 2020 06:28:20 PM UTC. 23:01:34,811 INFO anaconda:dnf: Last metadata expiration check: 0:00:02 ago on Sat 11 Jan 2020 11:01:22 PM UTC. Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14290/14400 23:01:38,194 INFO anaconda:anaconda: payload: Refreshing environmentAddons 23:01:38,474 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 23:01:38,486 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 23:01:38,497 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 23:01:38,508 INFO anaconda:packaging: Failed to parse proxy for test if repo available : No host url 23:01:38,518 DEBUG anaconda:anaconda: payload: Updating payload thread state: 6 23:01:38,519 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Payload restarted, set new info and clear the old one. 23:01:38,520 INFO anaconda:anaconda: threading: Thread Done: AnaPayloadThread (281473330377184) 23:01:38,523 INFO anaconda:anaconda: lifecycle: Module initialized: SourceSpoke 23:01:38,524 INFO anaconda:anaconda: threading: Thread Done: AnaSourceWatcher (281473347285472) 23:01:38,524 DEBUG anaconda:anaconda: ui.tui.spokes.software_selection: Apply called old env None, new env None and addons set() 23:01:38,527 INFO anaconda:anaconda: lifecycle: Module initialized: SoftwareSpoke 23:01:38,528 INFO anaconda:anaconda: lifecycle: All modules have been initialized. 23:01:38,529 INFO anaconda:anaconda: threading: Thread Done: AnaSoftwareWatcher (281473338831328) 23:01:38,742 DEBUG anaconda:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (3) ; hidden: False ; 23:01:38,743 DEBUG anaconda:blivet: dep is a leaf 23:01:38,744 DEBUG anaconda:blivet: removing vda 23:01:38,752 DEBUG anaconda:blivet: DeviceTree.get_dependent_devices: dep: existing 10 GiB disk vda (3) ; hidden: False ; 23:01:38,753 DEBUG anaconda:blivet: dep is a leaf 23:01:38,754 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 66 23:01:38,763 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 23:01:38,766 INFO anaconda:blivet: registered action: [65] destroy format None on disk vda (id 3) 23:01:38,767 DEBUG anaconda:anaconda: storage: clearpart: initializing vda 23:01:38,769 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 68 23:01:38,775 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; 23:01:38,776 INFO anaconda:blivet: registered action: [67] destroy format None on disk vda (id 3) 23:01:38,782 DEBUG anaconda:blivet: DiskLabel.__init__: device: /dev/vda ; 23:01:38,790 DEBUG anaconda:blivet: selecting None disklabel for vda based on size 23:01:38,797 DEBUG anaconda:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: gpt ; 23:01:38,798 DEBUG anaconda:blivet: selecting None disklabel for vda based on size 23:01:38,805 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 0xffff9d5a06c8> 23:01:38,875 DEBUG anaconda:blivet: get_format('disklabel') returning DiskLabel instance with object id 69 23:01:38,883 DEBUG anaconda:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; 23:01:38,887 INFO anaconda:blivet: registered action: [70] create format gpt disklabel on disk vda (id 3) 23:01:38,893 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Execute the bootloader with dry run True. 23:01:38,915 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'] 23:01:38,919 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader location: MBR 23:01:38,926 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader timeout: 1 23:01:38,931 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying drive order: [] 23:01:38,932 DEBUG anaconda:anaconda: bootloader: new disk order: [] 23:01:38,936 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Use the requested boot drive. 23:01:38,937 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:39,005 DEBUG anaconda:program: Return code: 0 23:01:39,019 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:39,105 DEBUG anaconda:program: Return code: 0 23:01:39,127 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,136 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,137 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 23:01:39,142 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,151 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,159 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) (8)#012 existing 0 B loop loop0 (12)#012existing 0 B file /LiveOS/rootfs.img (22)#012 existing 0 B loop loop1 (26) with existing ext4 filesystem#012 existing 3 GiB dm live-rw (45) with existing ext4 filesystem#012 existing 3 GiB dm live-base (55) with existing ext4 filesystem#012existing 0 B file /overlay (deleted) (36)#012 existing 0 B loop loop2 (40)#012 and disks_only=True 23:01:39,159 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Using a boot drive: vda 23:01:39,164 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,172 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,173 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 23:01:39,184 DEBUG anaconda:anaconda: kickstart: Looking for platform-specific bootloader requirements. 23:01:39,186 DEBUG anaconda:anaconda: kickstart: Applying requirements:#012PartSpec instance (0xffff9d5cee10) -- #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 23:01:39,193 DEBUG anaconda:anaconda: bootloader: stage1 device cannot be of type disk 23:01:39,201 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:39,202 DEBUG anaconda:blivet: get_format('efi') returning EFIFS instance with object id 71 23:01:39,203 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 73 23:01:39,213 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; 23:01:39,220 DEBUG anaconda:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: None ; 23:01:39,230 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 23:01:39,231 INFO anaconda:blivet: added partition req0 (id 72) to device tree 23:01:39,234 INFO anaconda:blivet: registered action: [75] create device partition req0 (id 72) 23:01:39,236 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 77 23:01:39,243 DEBUG anaconda:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: efi ; 23:01:39,245 INFO anaconda:blivet: registered action: [76] create format efi filesystem mounted at /boot/efi on partition req0 (id 72) 23:01:39,251 DEBUG anaconda:blivet: XFS.supported: supported: True ; 23:01:39,251 DEBUG anaconda:blivet: get_format('xfs') returning XFS instance with object id 78 23:01:39,256 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,264 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,265 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 23:01:39,267 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 80 23:01:39,275 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: req1 ; kids: 0 ; 23:01:39,281 DEBUG anaconda:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: None ; 23:01:39,291 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 23:01:39,292 INFO anaconda:blivet: added partition req1 (id 79) to device tree 23:01:39,293 INFO anaconda:blivet: registered action: [82] create device partition req1 (id 79) 23:01:39,295 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 84 23:01:39,302 DEBUG anaconda:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ; 23:01:39,304 INFO anaconda:blivet: registered action: [83] create format xfs filesystem mounted at / on partition req1 (id 79) 23:01:39,311 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 23:01:39,313 DEBUG anaconda:blivet: removing all non-preexisting partitions ['req0(id 72)', 'req1(id 79)'] from disk(s) ['vda'] 23:01:39,315 DEBUG anaconda:blivet: allocate_partitions: disks=['vda'] ; partitions=['req0(id 72)', 'req1(id 79)'] 23:01:39,317 DEBUG anaconda:blivet: removing all non-preexisting partitions ['req0(id 72)', 'req1(id 79)'] from disk(s) ['vda'] 23:01:39,319 DEBUG anaconda:blivet: allocating partition: req0 ; id: 72 ; disks: ['vda'] ;#012boot: True ; primary: False ; size: 200 MiB ; grow: True ; max_size: 600 MiB ; start: None ; end: None 23:01:39,321 DEBUG anaconda:blivet: checking freespace on vda 23:01:39,324 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 23:01:39,325 DEBUG anaconda:blivet: checking 34-20971486 (10 GiB) 23:01:39,327 DEBUG anaconda:blivet: current free range is 34-20971486 (10 GiB) 23:01:39,328 DEBUG anaconda:blivet: evaluating growth potential for new layout 23:01:39,329 DEBUG anaconda:blivet: calculating growth for disk /dev/vda 23:01:39,332 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9d5d8128> 23:01:39,334 DEBUG anaconda:blivet: adjusted start sector from 34 to 2048 23:01:39,340 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 23:01:39,342 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 0xffff9d5999e8> 23:01:39,348 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 23:01:39,354 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 23:01:39,358 DEBUG anaconda:blivet: adding request 72 to chunk 20967424 (2048-20969471) on /dev/vda 23:01:39,361 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 23:01:39,364 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 72 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 23:01:39,365 DEBUG anaconda:blivet: 1 requests and 20557824 (9.8 GiB) left in chunk 23:01:39,366 DEBUG anaconda:blivet: adding 20557824 (9.8 GiB) to 72 (vda1) 23:01:39,368 DEBUG anaconda:blivet: taking back 19738624 (9.41 GiB) from 72 (vda1) 23:01:39,369 DEBUG anaconda:blivet: new grow amount for request 72 (vda1) is 819200 units, or 400 MiB 23:01:39,371 DEBUG anaconda:blivet: request 72 (vda1) growth: 819200 (400 MiB) size: 600 MiB 23:01:39,372 DEBUG anaconda:blivet: disk /dev/vda growth: 819200 (400 MiB) 23:01:39,377 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:39,378 DEBUG anaconda:blivet: device vda1 new parted_partition None 23:01:39,383 DEBUG anaconda:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 23:01:39,390 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; 23:01:39,391 DEBUG anaconda:blivet: total growth: 819200 sectors 23:01:39,392 DEBUG anaconda:blivet: updating use_disk to vda, type: 0 23:01:39,393 DEBUG anaconda:blivet: new free: 34-20971486 / 10 GiB 23:01:39,394 DEBUG anaconda:blivet: new free allows for 819200 sectors of growth 23:01:39,394 DEBUG anaconda:blivet: found free space for bootable request 23:01:39,396 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9d5d8128> 23:01:39,397 DEBUG anaconda:blivet: adjusted start sector from 34 to 2048 23:01:39,401 DEBUG anaconda:blivet: created partition vda1 of 200 MiB and added it to /dev/vda 23:01:39,405 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 23:01:39,408 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 0xffff9d599a40> 23:01:39,413 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 23:01:39,419 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 23:01:39,426 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:39,428 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 0xffff9d599b48> 23:01:39,430 DEBUG anaconda:blivet: allocating partition: req1 ; id: 79 ; disks: ['vda'] ;#012boot: False ; primary: False ; size: 7.81 GiB ; grow: False ; max_size: 0 B ; start: None ; end: None 23:01:39,431 DEBUG anaconda:blivet: checking freespace on vda 23:01:39,433 DEBUG anaconda:blivet: get_best_free_space_region: disk=/dev/vda part_type=0 req_size=7.81 GiB boot=False best=None grow=False start=None 23:01:39,435 DEBUG anaconda:blivet: checking 34-2047 (1007 KiB) 23:01:39,437 DEBUG anaconda:blivet: current free range is 34-2047 (1007 KiB) 23:01:39,438 DEBUG anaconda:blivet: checking 411648-20971486 (9.8 GiB) 23:01:39,440 DEBUG anaconda:blivet: current free range is 411648-20971486 (9.8 GiB) 23:01:39,441 DEBUG anaconda:blivet: evaluating growth potential for new layout 23:01:39,442 DEBUG anaconda:blivet: calculating growth for disk /dev/vda 23:01:39,443 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9d5d8128> 23:01:39,450 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 23:01:39,452 DEBUG anaconda:blivet: device req1 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 0xffff9d599d00> 23:01:39,458 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 23:01:39,464 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 23:01:39,469 DEBUG anaconda:blivet: adding request 72 to chunk 20967424 (2048-20969471) on /dev/vda 23:01:39,470 DEBUG anaconda:blivet: adding request 79 to chunk 20967424 (2048-20969471) on /dev/vda 23:01:39,472 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 23:01:39,473 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 72 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 23:01:39,474 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 79 name = vda2 growable = False#012base = 16384000 growth = 0 max_grow = 0#012done = True 23:01:39,475 DEBUG anaconda:blivet: 1 requests and 4173824 (1.99 GiB) left in chunk 23:01:39,476 DEBUG anaconda:blivet: adding 4173824 (1.99 GiB) to 72 (vda1) 23:01:39,477 DEBUG anaconda:blivet: taking back 3354624 (1.6 GiB) from 72 (vda1) 23:01:39,479 DEBUG anaconda:blivet: new grow amount for request 72 (vda1) is 819200 units, or 400 MiB 23:01:39,480 DEBUG anaconda:blivet: request 72 (vda1) growth: 819200 (400 MiB) size: 600 MiB 23:01:39,482 DEBUG anaconda:blivet: request 79 (vda2) growth: 0 (0 B) size: 7.81 GiB 23:01:39,483 DEBUG anaconda:blivet: disk /dev/vda growth: 819200 (400 MiB) 23:01:39,488 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:39,489 DEBUG anaconda:blivet: device vda2 new parted_partition None 23:01:39,494 DEBUG anaconda:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 23:01:39,501 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 2 ; 23:01:39,502 DEBUG anaconda:blivet: total growth: 819200 sectors 23:01:39,503 DEBUG anaconda:blivet: updating use_disk to vda, type: 0 23:01:39,504 DEBUG anaconda:blivet: new free: 411648-20971486 / 9.8 GiB 23:01:39,505 DEBUG anaconda:blivet: new free allows for 819200 sectors of growth 23:01:39,507 DEBUG anaconda:blivet: using alignment: parted.Alignment instance --#012 offset: 0 grainSize: 2048#012 PedAlignment: <_ped.Alignment object at 0xffff9d5d8128> 23:01:39,510 DEBUG anaconda:blivet: created partition vda2 of 7.81 GiB and added it to /dev/vda 23:01:39,515 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 23:01:39,517 DEBUG anaconda:blivet: device req1 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 0xffff9d599bf8> 23:01:39,522 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 23:01:39,529 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 23:01:39,535 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:39,537 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 0xffff9d599990> 23:01:39,539 DEBUG anaconda:blivet: grow_partitions: disks=['vda'], partitions=['vda1(id 72)', 'vda2(id 79)'] 23:01:39,539 DEBUG anaconda:blivet: growable partitions are ['vda1'] 23:01:39,543 DEBUG anaconda:blivet: adding request 72 to chunk 20967424 (2048-20969471) on /dev/vda 23:01:39,545 DEBUG anaconda:blivet: adding request 79 to chunk 20967424 (2048-20969471) on /dev/vda 23:01:39,545 DEBUG anaconda:blivet: disk vda has 1 chunks 23:01:39,547 DEBUG anaconda:blivet: Chunk.grow_requests: 20967424 (2048-20969471) on /dev/vda start = 2048 end = 20969471#012sector_size = 512 B 23:01:39,548 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 72 name = vda1 growable = True#012base = 409600 growth = 0 max_grow = 819200#012done = False 23:01:39,549 DEBUG anaconda:blivet: req: PartitionRequest instance --#012id = 79 name = vda2 growable = False#012base = 16384000 growth = 0 max_grow = 0#012done = True 23:01:39,550 DEBUG anaconda:blivet: 1 requests and 4173824 (1.99 GiB) left in chunk 23:01:39,551 DEBUG anaconda:blivet: adding 4173824 (1.99 GiB) to 72 (vda1) 23:01:39,552 DEBUG anaconda:blivet: taking back 3354624 (1.6 GiB) from 72 (vda1) 23:01:39,554 DEBUG anaconda:blivet: new grow amount for request 72 (vda1) is 819200 units, or 400 MiB 23:01:39,554 DEBUG anaconda:blivet: growing partitions on vda 23:01:39,556 DEBUG anaconda:blivet: partition vda1 (72): 0 23:01:39,558 DEBUG anaconda:blivet: new geometry for vda1: parted.Geometry instance --#012 start: 2048 end: 1230847 length: 1228800#012 device: PedGeometry: <_ped.Geometry object at 0xffff9f053e48> 23:01:39,559 DEBUG anaconda:blivet: partition vda2 (79): 0 23:01:39,561 DEBUG anaconda:blivet: new geometry for vda2: parted.Geometry instance --#012 start: 1230848 end: 17614847 length: 16384000#012 device: PedGeometry: <_ped.Geometry object at 0xffff9f053400> 23:01:39,562 DEBUG anaconda:blivet: removing all non-preexisting partitions ['vda1(id 72)', 'vda2(id 79)'] from disk(s) ['vda'] 23:01:39,568 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:39,569 DEBUG anaconda:blivet: device vda1 new parted_partition None 23:01:39,574 DEBUG anaconda:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; 23:01:39,582 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 2 ; 23:01:39,587 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:39,588 DEBUG anaconda:blivet: device vda2 new parted_partition None 23:01:39,593 DEBUG anaconda:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; 23:01:39,601 DEBUG anaconda:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; 23:01:39,602 DEBUG anaconda:blivet: back from remove_new_partitions 23:01:39,604 DEBUG anaconda:blivet: extended: None 23:01:39,605 DEBUG anaconda:blivet: setting req0 new geometry: parted.Geometry instance --#012 start: 2048 end: 1230847 length: 1228800#012 device: PedGeometry: <_ped.Geometry object at 0xffff9f053e48> 23:01:39,611 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req0 ; 23:01:39,613 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 0xffff9d599c50> 23:01:39,618 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; 23:01:39,625 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; 23:01:39,632 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:39,634 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 0xffff9d599a98> 23:01:39,635 DEBUG anaconda:blivet: setting req1 new geometry: parted.Geometry instance --#012 start: 1230848 end: 17614847 length: 16384000#012 device: PedGeometry: <_ped.Geometry object at 0xffff9f053400> 23:01:39,641 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: req1 ; 23:01:39,643 DEBUG anaconda:blivet: device req1 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 0xffff9d5998e0> 23:01:39,648 DEBUG anaconda:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; 23:01:39,654 DEBUG anaconda:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; 23:01:39,661 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:39,663 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 0xffff9d599990> 23:01:39,679 DEBUG anaconda:blivet: fixing size of non-existent 600 MiB partition vda1 (72) with non-existent efi filesystem mounted at /boot/efi 23:01:39,694 DEBUG anaconda:blivet: fixing size of non-existent 7.81 GiB partition vda2 (79) with non-existent xfs filesystem mounted at / 23:01:39,708 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Execute the bootloader with dry run False. 23:01:39,729 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'] 23:01:39,733 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader location: MBR 23:01:39,740 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying bootloader timeout: 1 23:01:39,745 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Applying drive order: [] 23:01:39,746 DEBUG anaconda:anaconda: bootloader: new disk order: [] 23:01:39,754 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Use the requested boot drive. 23:01:39,754 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:39,825 DEBUG anaconda:program: Return code: 0 23:01:39,845 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,859 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,860 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 23:01:39,865 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,878 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,889 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 (72) with non-existent efi filesystem mounted at /boot/efi#012 non-existent 7.81 GiB partition vda2 (79) with non-existent xfs filesystem mounted at /#012existing 0 B file /tmp/curl_fetch_url1/install.img (deleted) (8)#012 existing 0 B loop loop0 (12)#012existing 0 B file /LiveOS/rootfs.img (22)#012 existing 0 B loop loop1 (26) with existing ext4 filesystem#012 existing 3 GiB dm live-rw (45) with existing ext4 filesystem#012 existing 3 GiB dm live-base (55) with existing ext4 filesystem#012existing 0 B file /overlay (deleted) (36)#012 existing 0 B loop loop2 (40)#012 and disks_only=True 23:01:39,889 DEBUG anaconda:anaconda: kickstart.kickstart.bootloader: Using a boot drive: vda 23:01:39,895 DEBUG anaconda:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; 23:01:39,907 DEBUG anaconda:blivet: DeviceTree.get_device_by_name returned existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:39,907 DEBUG anaconda:blivet: resolved 'vda' to 'vda' (disk) 23:01:39,916 DEBUG anaconda:anaconda: bootloader: stage1 device cannot be of type disk 23:01:39,921 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda1) returning True 23:01:39,924 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda1) returning True 23:01:39,924 DEBUG anaconda:anaconda: bootloader: _is_valid_location(vda1) returning True 23:01:39,925 WARNING anaconda:anaconda: bootloader: vda1 not bootable 23:01:39,926 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda1) returning True 23:01:39,927 DEBUG anaconda:anaconda: bootloader: is_valid_stage1_device(vda1) returning True 23:01:39,941 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda1) returning True 23:01:39,944 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda1) returning True 23:01:39,945 DEBUG anaconda:anaconda: bootloader: _is_valid_location(vda1) returning True 23:01:39,945 WARNING anaconda:anaconda: bootloader: vda1 not bootable 23:01:39,946 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda1) returning True 23:01:39,947 DEBUG anaconda:anaconda: bootloader: is_valid_stage1_device(vda1) returning True 23:01:39,949 DEBUG anaconda:anaconda: bootloader: _is_valid_disklabel(vda2) returning True 23:01:39,951 DEBUG anaconda:anaconda: bootloader: _is_valid_size(vda2) returning True 23:01:39,952 DEBUG anaconda:anaconda: bootloader: _is_valid_partition(vda2) returning True 23:01:39,953 DEBUG anaconda:anaconda: bootloader: _is_valid_format(vda2) returning True 23:01:39,954 DEBUG anaconda:anaconda: bootloader: is_valid_stage2_device(vda2) returning True 23:01:39,964 DEBUG anaconda:anaconda: storage_utils: Available memory: 1.91 GiB 23:01:39,969 DEBUG anaconda:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; 23:01:39,986 DEBUG anaconda:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (72) with non-existent efi filesystem mounted at /boot/efi 23:01:39,991 DEBUG anaconda:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; 23:01:40,008 DEBUG anaconda:blivet: DeviceTree.get_device_by_path returned non-existent 7.81 GiB partition vda2 (79) with non-existent xfs filesystem mounted at / 23:01:40,009 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', '/usr/share', '/usr/lib', '/var', '/tmp', '/home'}, 'must_be_on_root': {'/dev', 'lost+found', '/mnt', '/proc', '/bin', '/etc', '/root', '/lib', '/sbin'}, 'root_device_types': set(), 'req_partition_sizes': {}, 'must_not_be_on_root': set(), 'swap_is_recommended': True, 'luks2_min_ram': Size (128 MiB)}. 23:01:40,010 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_root. 23:01:40,010 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_s390_constraints. 23:01:40,011 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_partition_sizes. 23:01:40,012 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_partition_format_sizes. 23:01:40,012 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_bootloader. 23:01:40,013 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_gpt_biosboot. 23:01:40,014 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_swap. 23:01:40,014 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. 23:01:40,015 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_swap_uuid. 23:01:40,016 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_on_linuxfs. 23:01:40,016 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_on_root. 23:01:40,017 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mountpoints_not_on_root. 23:01:40,017 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_luks_devices_have_key. 23:01:40,018 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_luks2_memory_requirements. 23:01:40,019 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Run sanity check verify_mounted_partitions. 23:01:40,019 DEBUG anaconda:anaconda: ui.tui.spokes.storage: Storage check finished with failure(s). 23:01:40,020 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. 23:01:40,055 DEBUG anaconda:simpleline: Scheduling screen SummaryHub 23:01:40,055 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 23:01:40,059 DEBUG anaconda:simpleline: Scheduling screen ProgressSpoke 23:01:40,060 DEBUG anaconda:simpleline: Starting main loop 23:01:40,064 DEBUG anaconda:simpleline: Processing screen ScreenData(SummaryHub,None,False) 23:01:40,114 DEBUG anaconda:anaconda: payload: Source http://qa.centos.org/centos/8/BaseOS/aarch64/os/ needs network for installation 23:01:40,296 DEBUG anaconda:simpleline: Input is required by ScreenData(SummaryHub,None,False) screen 23:01:40,305 DEBUG anaconda:anaconda: payload: Source http://qa.centos.org/centos/8/BaseOS/aarch64/os/ needs network for installation 23:01:40,343 INFO anaconda:program: Running... df --output=target,avail 23:01:40,374 INFO anaconda:program: Mounted on Avail 23:01:40,374 INFO anaconda:program: /dev 2013312 23:01:40,375 INFO anaconda:program: /dev/shm 2043456 23:01:40,376 INFO anaconda:program: /run 1974272 23:01:40,376 INFO anaconda:program: /sys/fs/cgroup 2043456 23:01:40,377 INFO anaconda:program: / 966516 23:01:40,377 INFO anaconda:program: /tmp 2002048 23:01:40,378 DEBUG anaconda:program: Return code: 0 23:01:40,384 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.9200439453125 GiB), '/dev/shm': Size (1.94879150390625 GiB), '/run': Size (1.8828125 GiB), '/sys/fs/cgroup': Size (1.94879150390625 GiB), '/': Size (943.86328125 MiB), '/tmp': Size (1.9093017578125 GiB), '/mnt/sysimage/boot/efi': Size (593.99999904632568359375 MiB), '/mnt/sysimage': Size (7.578124999068677425384521484375 GiB)} 23:01:40,386 INFO anaconda:packaging: Estimated size: download 0 B & install 2.79 GiB 23:01:40,387 INFO anaconda:packaging: Sufficient mountpoints found: {'/': Size (943.86328125 MiB), '/tmp': Size (1.9093017578125 GiB), '/mnt/sysimage': Size (7.578124999068677425384521484375 GiB)} 23:01:40,388 DEBUG anaconda:packaging: Install + download space required 2.79 GiB 23:01:40,390 INFO anaconda:anaconda: ui.lib.space: fs space: 7.58 GiB needed: 2.79 GiB 23:01:40,391 DEBUG anaconda:simpleline: New signal CloseScreenSignal enqueued with source SummaryHub 23:01:40,392 DEBUG anaconda:simpleline: Closing screen ScreenData(SummaryHub,None,False) from SummaryHub 23:01:40,393 DEBUG anaconda:simpleline: New signal RenderScreenSignal enqueued with source ScreenScheduler 23:01:40,394 DEBUG anaconda:simpleline: Processing screen ScreenData(ProgressSpoke,None,False) 23:01:40,426 INFO anaconda:anaconda: threading: Running Thread: AnaInstallThread (281473338831328) 23:01:40,456 INFO anaconda:anaconda: installation: Top-level task queue: Installation queue#012Number of task queues: 9#012Number of tasks: 18#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: Bootloader installation#012 Task: Install bootloader#012 Task queue: Post-installation setup tasks#012 Task: Run post-installation setup tasks 23:01:40,458 INFO anaconda:anaconda: installation: Task started: Save system time to HW clock (1/18) 23:01:40,468 INFO anaconda:program: Running... hwclock --systohc --utc 23:01:40,502 DEBUG anaconda:program: Return code: 0 23:01:40,503 INFO anaconda:anaconda: progress: Save system time to HW clock 23:01:40,504 DEBUG anaconda:anaconda: installation: Task completed: Save system time to HW clock (1/18) (0.0 s) 23:01:40,506 INFO anaconda:anaconda: progress: Setting up the installation environment 23:01:40,507 INFO anaconda:anaconda: installation: Queue started: Installation environment setup (1/9) 23:01:40,508 INFO anaconda:anaconda: installation: Task started: Setup addons (2/18) 23:01:40,523 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']'. 23:01:40,528 INFO anaconda:anaconda: progress: Setup addons 23:01:40,529 DEBUG anaconda:anaconda: installation: Task completed: Setup addons (2/18) (0.0 s) 23:01:40,531 INFO anaconda:anaconda: progress: Configuring storage 23:01:40,532 INFO anaconda:anaconda: installation: Queue started: Early storage configuration (2/9) 23:01:40,533 INFO anaconda:anaconda: installation: Task started: Insert custom storage to ksdata (3/18) 23:01:40,540 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. 23:01:40,552 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Enabled is set to 'False'. 23:01:40,559 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Type is set to 'AutoPartitioningType.LVM'. 23:01:40,563 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.partitioning.automatic:Encrypted is set to 'False'. 23:01:40,572 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. 23:01:40,579 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. 23:01:40,583 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. 23:01:40,588 WARNING org.fedoraproject.Anaconda.Modules.Storage:DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. 23:01:40,604 INFO anaconda:anaconda: storage: omitting ksdata: existing 10 GiB disk vda (3) with non-existent gpt disklabel 23:01:40,606 INFO anaconda:anaconda: progress: Insert custom storage to ksdata 23:01:40,607 DEBUG anaconda:anaconda: installation: Task completed: Insert custom storage to ksdata (3/18) (0.1 s) 23:01:40,608 INFO anaconda:anaconda: installation: Task started: Run pre-storage tasks (4/18) 23:01:40,609 INFO anaconda:anaconda: progress: Run pre-storage tasks 23:01:40,610 DEBUG anaconda:anaconda: installation: Task completed: Run pre-storage tasks (4/18) (0.0 s) 23:01:40,611 INFO anaconda:anaconda: installation: Task started: Activate filesystems (5/18) 23:01:40,628 DEBUG anaconda:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; 23:01:40,634 DEBUG anaconda:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; 23:01:40,640 DEBUG anaconda:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; 23:01:40,647 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 23:01:40,655 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:40,656 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:40,735 DEBUG anaconda:program: Return code: 0 23:01:40,741 DEBUG anaconda:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; 23:01:40,748 DEBUG anaconda:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; 23:01:40,756 DEBUG anaconda:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; 23:01:40,757 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:40,865 DEBUG anaconda:program: Return code: 0 23:01:40,867 DEBUG anaconda:blivet: action: [65] destroy format None on disk vda (id 3) 23:01:40,868 DEBUG anaconda:blivet: action: [67] destroy format None on disk vda (id 3) 23:01:40,869 DEBUG anaconda:blivet: action: [70] create format gpt disklabel on disk vda (id 3) 23:01:40,870 DEBUG anaconda:blivet: action: [75] create device partition vda1 (id 72) 23:01:40,871 DEBUG anaconda:blivet: action: [76] create format efi filesystem mounted at /boot/efi on partition vda1 (id 72) 23:01:40,872 DEBUG anaconda:blivet: action: [82] create device partition vda2 (id 79) 23:01:40,873 DEBUG anaconda:blivet: action: [83] create format xfs filesystem mounted at / on partition vda2 (id 79) 23:01:40,874 INFO anaconda:blivet: pruning action queue... 23:01:40,876 INFO anaconda:blivet: removing obsolete action 67 (65) 23:01:40,879 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:40,965 DEBUG anaconda:program: Return code: 0 23:01:40,979 INFO anaconda:blivet: resetting parted disks... 23:01:40,987 DEBUG anaconda:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; 23:01:40,995 DEBUG anaconda:blivet: PartitionDevice.pre_commit_fixup: vda1 ; 23:01:41,002 DEBUG anaconda:blivet: PartitionDevice.pre_commit_fixup: vda2 ; 23:01:41,003 INFO anaconda:blivet: sorting actions... 23:01:41,009 DEBUG anaconda:blivet: action: [65] destroy format None on disk vda (id 3) 23:01:41,011 DEBUG anaconda:blivet: lvm filter: removing vda1 from the reject list 23:01:41,012 DEBUG anaconda:blivet: vda1 wasn't in the reject list 23:01:41,012 DEBUG anaconda:blivet: lvm filter: removing vda2 from the reject list 23:01:41,013 DEBUG anaconda:blivet: vda2 wasn't in the reject list 23:01:41,014 DEBUG anaconda:blivet: action: [70] create format gpt disklabel on disk vda (id 3) 23:01:41,016 DEBUG anaconda:blivet: lvm filter: removing vda1 from the reject list 23:01:41,016 DEBUG anaconda:blivet: vda1 wasn't in the reject list 23:01:41,017 DEBUG anaconda:blivet: lvm filter: removing vda2 from the reject list 23:01:41,018 DEBUG anaconda:blivet: vda2 wasn't in the reject list 23:01:41,019 DEBUG anaconda:blivet: action: [75] create device partition vda1 (id 72) 23:01:41,021 DEBUG anaconda:blivet: action: [82] create device partition vda2 (id 79) 23:01:41,023 DEBUG anaconda:blivet: action: [83] create format xfs filesystem mounted at / on partition vda2 (id 79) 23:01:41,025 DEBUG anaconda:blivet: action: [76] create format efi filesystem mounted at /boot/efi on partition vda1 (id 72) 23:01:41,027 INFO anaconda:blivet: executing action: [65] destroy format None on disk vda (id 3) 23:01:41,034 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; 23:01:41,041 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda ; type: None ; status: False ; 23:01:41,042 INFO anaconda:program: Running... wipefs -f -a /dev/vda 23:01:41,077 DEBUG anaconda:program: Return code: 0 23:01:41,078 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,175 DEBUG anaconda:program: Return code: 0 23:01:41,177 INFO anaconda:blivet: executing action: [70] create format gpt disklabel on disk vda (id 3) 23:01:41,179 INFO anaconda:anaconda: progress: Creating disklabel on /dev/vda 23:01:41,188 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 23:01:41,195 DEBUG anaconda:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; 23:01:41,203 DEBUG anaconda:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; 23:01:41,212 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; 23:01:41,232 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,238 INFO kernel: vda: 23:01:41,326 DEBUG anaconda:program: Return code: 0 23:01:41,326 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,395 DEBUG anaconda:program: Return code: 0 23:01:41,404 DEBUG anaconda:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; 23:01:41,405 DEBUG anaconda:blivet: vda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda 23:01:41,408 INFO anaconda:blivet: executing action: [75] create device partition vda1 (id 72) 23:01:41,415 DEBUG anaconda:blivet: PartitionDevice.create: vda1 ; status: False ; 23:01:41,423 DEBUG anaconda:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; 23:01:41,432 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 23:01:41,441 DEBUG anaconda:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 23:01:41,448 DEBUG anaconda:blivet: PartitionDevice._create: vda1 ; status: False ; 23:01:41,458 DEBUG anaconda:blivet: PartitionDevice._wipe: vda1 ; status: False ; 23:01:41,460 INFO anaconda:program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 23:01:41,497 INFO anaconda:program: stderr: 23:01:41,498 INFO anaconda:program: b'2048+0 records in' 23:01:41,498 INFO kernel: vda: 23:01:41,498 INFO anaconda:program: b'2048+0 records out' 23:01:41,499 INFO anaconda:program: b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0167966 s, 62.4 MB/s' 23:01:41,500 DEBUG anaconda:program: Return code: 0 23:01:41,501 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,586 DEBUG anaconda:program: Return code: 0 23:01:41,597 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; 23:01:41,616 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,618 INFO kernel: vda: vda1 23:01:41,696 DEBUG anaconda:program: Return code: 0 23:01:41,698 DEBUG anaconda:blivet: post-commit partition path is /dev/vda1 23:01:41,707 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:41,711 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 0xffff9d4e8468> 23:01:41,720 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; 23:01:41,721 INFO anaconda:program: Running... wipefs -f -a /dev/vda1 23:01:41,742 DEBUG anaconda:program: Return code: 0 23:01:41,753 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 23:01:41,763 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 23:01:41,764 DEBUG anaconda:blivet: vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 23:01:41,765 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:41,845 DEBUG anaconda:program: Return code: 0 23:01:41,858 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 ; 23:01:41,862 DEBUG anaconda:blivet: updated vda1 size to 600 MiB (600 MiB) 23:01:41,864 INFO anaconda:blivet: executing action: [82] create device partition vda2 (id 79) 23:01:41,871 DEBUG anaconda:blivet: PartitionDevice.create: vda2 ; status: False ; 23:01:41,880 DEBUG anaconda:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; 23:01:41,889 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 23:01:41,898 DEBUG anaconda:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; 23:01:41,905 DEBUG anaconda:blivet: PartitionDevice._create: vda2 ; status: False ; 23:01:41,915 DEBUG anaconda:blivet: PartitionDevice._wipe: vda2 ; status: False ; 23:01:41,917 INFO anaconda:program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1230848 count=2048 23:01:41,947 INFO anaconda:program: stderr: 23:01:41,948 INFO anaconda:program: b'2048+0 records in' 23:01:41,948 INFO kernel: vda: vda1 23:01:41,948 INFO anaconda:program: b'2048+0 records out' 23:01:41,949 INFO anaconda:program: b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0163623 s, 64.1 MB/s' 23:01:41,950 DEBUG anaconda:program: Return code: 0 23:01:41,951 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:42,036 DEBUG anaconda:program: Return code: 0 23:01:42,048 DEBUG anaconda:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; 23:01:42,069 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:42,176 DEBUG anaconda:program: Return code: 0 23:01:42,177 DEBUG anaconda:blivet: post-commit partition path is /dev/vda2 23:01:42,188 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:42,191 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 0xffff9d4e8570> 23:01:42,200 DEBUG anaconda:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; 23:01:42,201 INFO anaconda:program: Running... wipefs -f -a /dev/vda2 23:01:42,223 DEBUG anaconda:program: Return code: 0 23:01:42,234 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 23:01:42,243 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 23:01:42,244 DEBUG anaconda:blivet: vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 23:01:42,245 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:42,326 DEBUG anaconda:program: Return code: 0 23:01:42,337 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 ; 23:01:42,341 DEBUG anaconda:blivet: updated vda2 size to 7.81 GiB (7.81 GiB) 23:01:42,344 INFO anaconda:blivet: executing action: [83] create format xfs filesystem mounted at / on partition vda2 (id 79) 23:01:42,345 INFO anaconda:anaconda: progress: Creating xfs on /dev/vda2 23:01:42,354 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; 23:01:42,362 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; 23:01:42,369 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; 23:01:42,377 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; 23:01:42,385 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; 23:01:42,392 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; 23:01:42,400 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; 23:01:42,408 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; 23:01:42,415 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; 23:01:42,423 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; 23:01:42,430 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; 23:01:42,438 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; 23:01:42,446 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; 23:01:42,453 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; 23:01:42,462 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; 23:01:42,470 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; 23:01:42,478 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; 23:01:42,489 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 23:01:42,508 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:42,616 DEBUG anaconda:program: Return code: 0 23:01:42,624 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 23:01:42,631 DEBUG anaconda:blivet: XFS.create: device: /dev/vda2 ; type: xfs ; status: False ; 23:01:42,639 DEBUG anaconda:blivet: XFS._create: type: xfs ; device: /dev/vda2 ; mountpoint: / ; 23:01:42,641 INFO anaconda:program: Running... mkfs.xfs -f /dev/vda2 23:01:42,765 INFO anaconda:program: stdout: 23:01:42,766 INFO anaconda:program: meta-data=/dev/vda2 isize=512 agcount=4, agsize=512000 blks 23:01:42,767 INFO anaconda:program: = sectsz=512 attr=2, projid32bit=1 23:01:42,768 INFO anaconda:program: = crc=1 finobt=1, sparse=1, rmapbt=0 23:01:42,768 INFO anaconda:program: = reflink=1 23:01:42,769 INFO anaconda:program: data = bsize=4096 blocks=2048000, imaxpct=25 23:01:42,770 INFO anaconda:program: = sunit=0 swidth=0 blks 23:01:42,771 INFO anaconda:program: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 23:01:42,771 INFO anaconda:program: log =internal log bsize=4096 blocks=2560, version=2 23:01:42,772 INFO anaconda:program: = sectsz=512 sunit=0 blks, lazy-count=1 23:01:42,773 INFO anaconda:program: realtime =none extsz=4096 blocks=0, rtextents=0 23:01:42,773 DEBUG anaconda:program: Return code: 0 23:01:42,775 INFO anaconda:program: Running... xfs_admin -L -- /dev/vda2 23:01:42,875 INFO anaconda:program: stdout: 23:01:42,876 INFO anaconda:program: writing all SBs 23:01:42,877 INFO anaconda:program: new label = "" 23:01:42,878 DEBUG anaconda:program: Return code: 0 23:01:42,879 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:42,966 DEBUG anaconda:program: Return code: 0 23:01:42,974 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; 23:01:42,975 DEBUG anaconda:blivet: vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda2 23:01:42,980 INFO anaconda:blivet: executing action: [76] create format efi filesystem mounted at /boot/efi on partition vda1 (id 72) 23:01:42,982 INFO anaconda:anaconda: progress: Creating efi on /dev/vda1 23:01:42,990 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; 23:01:42,997 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; 23:01:43,005 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; 23:01:43,012 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; 23:01:43,020 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; 23:01:43,027 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; 23:01:43,035 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; 23:01:43,043 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; 23:01:43,050 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; 23:01:43,057 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; 23:01:43,066 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; 23:01:43,073 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; 23:01:43,081 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; 23:01:43,089 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; 23:01:43,096 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; 23:01:43,104 DEBUG anaconda:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; 23:01:43,111 DEBUG anaconda:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 23:01:43,122 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 23:01:43,147 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:43,236 DEBUG anaconda:program: Return code: 0 23:01:43,244 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 23:01:43,251 DEBUG anaconda:blivet: EFIFS.create: device: /dev/vda1 ; type: efi ; status: False ; 23:01:43,259 DEBUG anaconda:blivet: EFIFS._create: type: vfat ; device: /dev/vda1 ; mountpoint: /boot/efi ; 23:01:43,260 INFO anaconda:program: Running... mkdosfs /dev/vda1 23:01:43,305 INFO anaconda:program: stdout: 23:01:43,306 INFO anaconda:program: mkfs.fat 4.1 (2017-01-24) 23:01:43,306 DEBUG anaconda:program: Return code: 0 23:01:43,307 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:43,376 DEBUG anaconda:program: Return code: 0 23:01:43,384 DEBUG anaconda:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; 23:01:43,385 DEBUG anaconda:blivet: vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:03:00.0/virtio2/block/vda/vda1 23:01:43,401 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda1 ; 23:01:43,405 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 0xffff9d4daba0> 23:01:43,413 DEBUG anaconda:blivet: PartitionDevice._set_parted_partition: vda2 ; 23:01:43,416 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 0xffff9d4dab48> 23:01:43,418 INFO anaconda:anaconda: storage: setting boot flag on vda1 23:01:43,424 DEBUG anaconda:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; 23:01:43,441 INFO anaconda:anaconda: storage: Setting label on existing 600 MiB partition vda1 (72) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' 23:01:43,447 DEBUG anaconda:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; 23:01:43,453 DEBUG anaconda:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; 23:01:43,493 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:43,505 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:43,515 DEBUG anaconda:blivet: Ext4FS.supported: supported: True ; 23:01:43,530 DEBUG anaconda:blivet: EFIFS.supported: supported: True ; 23:01:43,543 DEBUG anaconda:blivet: XFS.supported: supported: True ; 23:01:43,560 DEBUG anaconda:blivet: BindFS.supported: supported: False ; 23:01:43,560 DEBUG anaconda:blivet: get_format('bind') returning BindFS instance with object id 88 23:01:43,561 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 90 23:01:43,569 DEBUG anaconda:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; 23:01:43,573 DEBUG anaconda:blivet: updated /dev size to 2.79 KiB (2.79 KiB) 23:01:43,585 DEBUG anaconda:blivet: TmpFS.supported: supported: True ; 23:01:43,594 DEBUG anaconda:blivet: get_format('tmpfs') returning TmpFS instance with object id 92 23:01:43,595 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 94 23:01:43,604 DEBUG anaconda:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; 23:01:43,614 DEBUG anaconda:blivet: DevPtsFS.supported: supported: False ; 23:01:43,615 DEBUG anaconda:blivet: get_format('devpts') returning DevPtsFS instance with object id 96 23:01:43,616 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 98 23:01:43,624 DEBUG anaconda:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; 23:01:43,633 DEBUG anaconda:blivet: SysFS.supported: supported: False ; 23:01:43,634 DEBUG anaconda:blivet: get_format('sysfs') returning SysFS instance with object id 100 23:01:43,635 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 102 23:01:43,643 DEBUG anaconda:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; 23:01:43,652 DEBUG anaconda:blivet: ProcFS.supported: supported: False ; 23:01:43,653 DEBUG anaconda:blivet: get_format('proc') returning ProcFS instance with object id 104 23:01:43,654 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 106 23:01:43,662 DEBUG anaconda:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; 23:01:43,672 DEBUG anaconda:blivet: SELinuxFS.supported: supported: False ; 23:01:43,673 DEBUG anaconda:blivet: get_format('selinuxfs') returning SELinuxFS instance with object id 108 23:01:43,674 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 110 23:01:43,682 DEBUG anaconda:blivet: NoDevice._set_format: selinuxfs ; type: sel Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14280/14400 inuxfs ; current: None ; 23:01:43,691 DEBUG anaconda:blivet: USBFS.supported: supported: False ; 23:01:43,692 DEBUG anaconda:blivet: get_format('usbfs') returning USBFS instance with object id 112 23:01:43,693 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 114 23:01:43,700 DEBUG anaconda:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; 23:01:43,709 DEBUG anaconda:blivet: BindFS.supported: supported: False ; 23:01:43,710 DEBUG anaconda:blivet: get_format('bind') returning BindFS instance with object id 116 23:01:43,711 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 118 23:01:43,718 DEBUG anaconda:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; 23:01:43,722 DEBUG anaconda:blivet: updated /run size to 720 B (720 B) 23:01:43,730 DEBUG anaconda:blivet: EFIVarFS.supported: supported: False ; 23:01:43,731 DEBUG anaconda:blivet: get_format('efivarfs') returning EFIVarFS instance with object id 120 23:01:43,732 DEBUG anaconda:blivet: get_format('None') returning DeviceFormat instance with object id 122 23:01:43,740 DEBUG anaconda:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; 23:01:43,748 DEBUG anaconda:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; 23:01:43,750 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:43,835 DEBUG anaconda:program: Return code: 0 23:01:43,860 DEBUG anaconda:blivet: XFS.setup: device: /dev/vda2 ; type: xfs ; status: False ; 23:01:43,861 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:43,925 DEBUG anaconda:program: Return code: 0 23:01:43,945 INFO anaconda:program: Running... mount -t xfs -o defaults /dev/vda2 /mnt/sysimage 23:01:43,968 NOTICE kernel:XFS (vda2): Mounting V5 Filesystem 23:01:43,978 DEBUG anaconda:program: Return code: 0 23:01:43,978 INFO kernel:XFS (vda2): Ending clean mount 23:01:44,007 DEBUG anaconda:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; 23:01:44,009 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,075 DEBUG anaconda:program: Return code: 0 23:01:44,094 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,155 DEBUG anaconda:program: Return code: 0 23:01:44,174 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,266 DEBUG anaconda:program: Return code: 0 23:01:44,291 DEBUG anaconda:blivet: EFIFS.setup: device: /dev/vda1 ; type: efi ; status: False ; 23:01:44,292 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,356 DEBUG anaconda:program: Return code: 0 23:01:44,387 INFO anaconda:program: Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi 23:01:44,409 DEBUG anaconda:program: Return code: 0 23:01:44,417 DEBUG anaconda:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; 23:01:44,419 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,515 DEBUG anaconda:program: Return code: 0 23:01:44,534 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,594 DEBUG anaconda:program: Return code: 0 23:01:44,614 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,674 DEBUG anaconda:program: Return code: 0 23:01:44,694 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,784 DEBUG anaconda:program: Return code: 0 23:01:44,805 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,865 DEBUG anaconda:program: Return code: 0 23:01:44,889 DEBUG anaconda:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; 23:01:44,891 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:44,975 DEBUG anaconda:program: Return code: 0 23:01:44,996 INFO anaconda:program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev 23:01:45,012 DEBUG anaconda:program: Return code: 0 23:01:45,019 DEBUG anaconda:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; 23:01:45,021 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,125 DEBUG anaconda:program: Return code: 0 23:01:45,144 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,204 DEBUG anaconda:program: Return code: 0 23:01:45,224 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,284 DEBUG anaconda:program: Return code: 0 23:01:45,304 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,365 DEBUG anaconda:program: Return code: 0 23:01:45,389 DEBUG anaconda:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; 23:01:45,391 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,455 DEBUG anaconda:program: Return code: 0 23:01:45,474 INFO anaconda:program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts 23:01:45,490 DEBUG anaconda:program: Return code: 0 23:01:45,497 DEBUG anaconda:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; 23:01:45,499 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,585 DEBUG anaconda:program: Return code: 0 23:01:45,604 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,665 DEBUG anaconda:program: Return code: 0 23:01:45,684 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,755 DEBUG anaconda:program: Return code: 0 23:01:45,779 DEBUG anaconda:blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; 23:01:45,781 INFO anaconda:program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm 23:01:45,796 DEBUG anaconda:program: Return code: 0 23:01:45,802 DEBUG anaconda:blivet: NoDevice.setup: proc ; orig: False ; status: False ; controllable: True ; 23:01:45,804 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,895 DEBUG anaconda:program: Return code: 0 23:01:45,914 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:45,984 DEBUG anaconda:program: Return code: 0 23:01:46,003 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,065 DEBUG anaconda:program: Return code: 0 23:01:46,084 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,165 DEBUG anaconda:program: Return code: 0 23:01:46,189 DEBUG anaconda:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; 23:01:46,191 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,264 DEBUG anaconda:program: Return code: 0 23:01:46,288 INFO anaconda:program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc 23:01:46,304 DEBUG anaconda:program: Return code: 0 23:01:46,446 DEBUG anaconda:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; 23:01:46,448 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,535 DEBUG anaconda:program: Return code: 0 23:01:46,554 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,614 DEBUG anaconda:program: Return code: 0 23:01:46,634 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,725 DEBUG anaconda:program: Return code: 0 23:01:46,744 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,761 DEBUG NetworkManager: [1578783706.7609] device[0xaaaaec6a8570] (enp1s0): timed out waiting for IPv6 router advertisement 23:01:46,761 DEBUG NetworkManager: [1578783706.7610] device[0xaaaaec6a8570] (enp1s0): activation-stage: schedule activate_stage4_ip_config_timeout_6,v6 (id 422) 23:01:46,762 DEBUG NetworkManager: [1578783706.7611] device[0xaaaaec6a8570] (enp1s0): activation-stage: invoke activate_stage4_ip_config_timeout_6,v6 (id 422) 23:01:46,762 DEBUG NetworkManager: [1578783706.7612] device[0xaaaaec6a8570] (enp1s0): activation-stage: complete activate_stage4_ip_config_timeout_6,v6 (id 422) 23:01:46,804 DEBUG anaconda:program: Return code: 0 23:01:46,825 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,905 DEBUG anaconda:program: Return code: 0 23:01:46,929 DEBUG anaconda:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; 23:01:46,931 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:46,995 DEBUG anaconda:program: Return code: 0 23:01:47,019 INFO anaconda:program: Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run 23:01:47,035 DEBUG anaconda:program: Return code: 0 23:01:47,046 DEBUG anaconda:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; 23:01:47,048 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,125 DEBUG anaconda:program: Return code: 0 23:01:47,144 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,224 DEBUG anaconda:program: Return code: 0 23:01:47,244 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,305 DEBUG anaconda:program: Return code: 0 23:01:47,324 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,405 DEBUG anaconda:program: Return code: 0 23:01:47,429 DEBUG anaconda:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; 23:01:47,431 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,494 DEBUG anaconda:program: Return code: 0 23:01:47,515 INFO anaconda:program: Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys 23:01:47,529 DEBUG anaconda:program: Return code: 0 23:01:47,536 DEBUG anaconda:blivet: NoDevice.setup: efivarfs ; orig: False ; status: False ; controllable: True ; 23:01:47,538 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,604 DEBUG anaconda:program: Return code: 0 23:01:47,624 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,705 DEBUG anaconda:program: Return code: 0 23:01:47,724 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,804 DEBUG anaconda:program: Return code: 0 23:01:47,824 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:47,905 DEBUG anaconda:program: Return code: 0 23:01:47,930 DEBUG anaconda:blivet: EFIVarFS.setup: device: efivarfs ; type: efivarfs ; status: False ; 23:01:47,931 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,015 DEBUG anaconda:program: Return code: 0 23:01:48,035 INFO anaconda:program: Running... mount -t efivarfs -o defaults efivarfs /mnt/sysimage/sys/firmware/efi/efivars 23:01:48,050 DEBUG anaconda:program: Return code: 0 23:01:48,056 DEBUG anaconda:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; 23:01:48,059 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,124 DEBUG anaconda:program: Return code: 0 23:01:48,145 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,205 DEBUG anaconda:program: Return code: 0 23:01:48,224 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,285 DEBUG anaconda:program: Return code: 0 23:01:48,304 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,374 DEBUG anaconda:program: Return code: 0 23:01:48,399 DEBUG anaconda:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; 23:01:48,401 INFO anaconda:program: Running... udevadm settle --timeout=300 23:01:48,464 DEBUG anaconda:program: Return code: 0 23:01:48,484 INFO anaconda:program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux 23:01:48,499 DEBUG anaconda:program: Return code: 0 23:01:48,501 INFO anaconda:anaconda: progress: Activate filesystems 23:01:48,502 DEBUG anaconda:anaconda: installation: Task completed: Activate filesystems (5/18) (7.9 s) 23:01:48,503 INFO anaconda:anaconda: installation: Task started: Write early storage (6/18) 23:01:48,515 INFO anaconda:anaconda: storage: not writing out mpath configuration 23:01:48,516 INFO anaconda:anaconda: progress: Write early storage 23:01:48,517 DEBUG anaconda:anaconda: installation: Task completed: Write early storage (6/18) (0.0 s) 23:01:48,519 INFO anaconda:anaconda: progress: Running pre-installation scripts 23:01:48,519 INFO anaconda:anaconda: installation: Queue started: Pre-install scripts (3/9) 23:01:48,520 INFO anaconda:anaconda: installation: Task started: Run %pre-install scripts (7/18) 23:01:48,521 INFO anaconda:anaconda: progress: Run %pre-install scripts 23:01:48,522 DEBUG anaconda:anaconda: installation: Task completed: Run %pre-install scripts (7/18) (0.0 s) 23:01:48,524 INFO anaconda:anaconda: progress: Discovering realm to join 23:01:48,524 INFO anaconda:anaconda: installation: Queue started: Realm discover (4/9) 23:01:48,525 INFO anaconda:anaconda: installation: Task started: Discover realm to join (8/18) 23:01:48,538 INFO anaconda:anaconda: progress: Discover realm to join 23:01:48,543 DEBUG anaconda:anaconda: installation: Task completed: Discover realm to join (8/18) (0.0 s) 23:01:48,543 INFO anaconda:anaconda: progress: Running pre-installation tasks 23:01:48,543 INFO anaconda:anaconda: installation: Queue started: Pre install tasks (5/9) 23:01:48,543 INFO anaconda:anaconda: installation: Task started: Setup authselect (9/18) 23:01:48,558 INFO anaconda:anaconda: progress: Setup authselect 23:01:48,558 DEBUG anaconda:anaconda: installation: Task completed: Setup authselect (9/18) (0.0 s) 23:01:48,559 INFO anaconda:anaconda: installation: Task started: Setup firewall (10/18) 23:01:48,569 INFO anaconda:anaconda: progress: Setup firewall 23:01:48,569 DEBUG anaconda:anaconda: installation: Task completed: Setup firewall (10/18) (0.0 s) 23:01:48,570 INFO anaconda:anaconda: installation: Task started: Setup network (11/18) 23:01:48,604 INFO anaconda:anaconda: progress: Setup network 23:01:48,605 DEBUG anaconda:anaconda: installation: Task completed: Setup network (11/18) (0.0 s) 23:01:48,606 INFO anaconda:anaconda: installation: Task started: Setup timezone (12/18) 23:01:48,630 INFO anaconda:program: Running... systemctl status chronyd 23:01:48,667 INFO anaconda:program: * chronyd.service - NTP client/server 23:01:48,667 INFO anaconda:program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled) 23:01:48,668 INFO anaconda:program: Active: active (running) since Sat 2020-01-11 23:01:18 UTC; 29s ago 23:01:48,669 INFO anaconda:program: Docs: man:chronyd(8) 23:01:48,669 INFO anaconda:program: man:chrony.conf(5) 23:01:48,670 INFO anaconda:program: Process: 1932 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS) 23:01:48,671 INFO anaconda:program: Process: 1922 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) 23:01:48,671 INFO anaconda:program: Main PID: 1928 (chronyd) 23:01:48,672 INFO anaconda:program: Tasks: 1 (limit: 6291) 23:01:48,673 INFO anaconda:program: Memory: 7.5M 23:01:48,673 INFO anaconda:program: CGroup: /system.slice/chronyd.service 23:01:48,674 INFO anaconda:program: `-1928 /usr/sbin/chronyd 23:01:48,674 INFO anaconda:program: 23:01:48,675 INFO anaconda:program: Jan 11 23:01:18 localhost.localdomain systemd[1]: Starting NTP client/server... 23:01:48,676 INFO anaconda:program: Jan 11 23:01:18 localhost.localdomain chronyd[1928]: chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) 23:01:48,676 INFO anaconda:program: Jan 11 23:01:18 localhost.localdomain chronyd[1928]: Using right/UTC timezone to obtain leap second data 23:01:48,677 INFO anaconda:program: Jan 11 23:01:18 localhost.localdomain systemd[1]: Started NTP client/server. 23:01:48,678 DEBUG anaconda:program: Return code: 0 23:01:48,679 INFO anaconda:anaconda: progress: Setup timezone 23:01:48,680 DEBUG anaconda:anaconda: installation: Task completed: Setup timezone (12/18) (0.1 s) 23:01:48,681 INFO anaconda:anaconda: installation: Task started: Copy /resolv.conf to sysroot (13/18) 23:01:48,684 INFO anaconda:anaconda: progress: Copy /resolv.conf to sysroot 23:01:48,684 DEBUG anaconda:anaconda: installation: Task completed: Copy /resolv.conf to sysroot (13/18) (0.0 s) 23:01:48,685 INFO anaconda:anaconda: installation: Task started: Find additional packages & run preInstall() (14/18) 23:01:48,689 DEBUG anaconda:anaconda: payload: added package requirement 'e2fsprogs' for storage, strong=True 23:01:48,690 DEBUG anaconda:anaconda: payload: added package requirement 'xfsprogs' for storage, strong=True 23:01:48,691 DEBUG anaconda:anaconda: payload: added package requirement 'dosfstools' for storage, strong=True 23:01:48,691 DEBUG anaconda:anaconda: payload: no package requirement added for realm 23:01:48,692 DEBUG anaconda:anaconda: payload: added package requirement 'authselect-compat' for authselect, strong=True 23:01:48,693 DEBUG anaconda:anaconda: payload: added package requirement 'firewalld' for firewall, strong=True 23:01:48,694 DEBUG anaconda:anaconda: payload: no package requirement added for network 23:01:48,695 DEBUG anaconda:anaconda: payload: added package requirement 'chrony' for ntp, strong=False 23:01:48,695 DEBUG anaconda:anaconda: payload: added package requirement 'grub2-efi-aa64' for bootloader, strong=True 23:01:48,696 DEBUG anaconda:anaconda: payload: added package requirement 'shim-aa64' for bootloader, strong=True 23:01:48,697 DEBUG anaconda:anaconda: payload: added package requirement 'efibootmgr' for bootloader, strong=True 23:01:48,698 DEBUG anaconda:anaconda: payload: added package requirement 'grub2' for bootloader, strong=True 23:01:48,698 DEBUG anaconda:anaconda: payload: added package requirement 'grub2-tools' for bootloader, strong=True 23:01:48,717 DEBUG anaconda:anaconda: payload: no group requirement added for language groups 23:01:48,743 DEBUG anaconda:anaconda: payload: added package requirement 'langpacks-en' for langpacks, strong=False 23:01:48,745 INFO anaconda:program: Running... systemd-detect-virt 23:01:48,778 INFO anaconda:program: kvm 23:01:48,779 DEBUG anaconda:program: Return code: 0 23:01:48,782 WARNING anaconda:anaconda: payload: Platform group platform-kvm not available. 23:01:48,794 INFO anaconda:anaconda: progress: Find additional packages & run preInstall() 23:01:48,794 DEBUG anaconda:anaconda: installation: Task completed: Find additional packages & run preInstall() (14/18) (0.1 s) 23:01:48,797 INFO anaconda:anaconda: progress: Installing. 23:01:48,798 INFO anaconda:anaconda: installation: Queue started: Payload installation (6/9) 23:01:48,799 INFO anaconda:anaconda: installation: Task started: Install the payload (15/18) 23:01:48,803 INFO anaconda:anaconda: progress: Starting package installation process 23:01:48,803 INFO anaconda:packaging: checking software selection 23:01:48,805 DEBUG anaconda:packaging: disabling modules: [] 23:01:48,969 DEBUG anaconda:packaging: enabling modules: [] 23:01:50,564 DEBUG anaconda:packaging: applying DNF package/group/module selection 23:01:50,565 INFO anaconda:packaging: selected group: core 23:01:50,566 INFO anaconda:packaging: excluded package: 'aic94xx-firmware' 23:01:50,566 INFO anaconda:packaging: excluded package: 'alsa-firmware' 23:01:50,567 INFO anaconda:packaging: excluded package: 'alsa-lib' 23:01:50,568 INFO anaconda:packaging: excluded package: 'alsa-tools-firmware' 23:01:50,569 INFO anaconda:packaging: excluded package: 'biosdevname' 23:01:50,569 INFO anaconda:packaging: excluded package: 'iprutils' 23:01:50,570 INFO anaconda:packaging: excluded package: 'ivtv-firmware' 23:01:50,571 INFO anaconda:packaging: excluded package: 'iwl100-firmware' 23:01:50,571 INFO anaconda:packaging: excluded package: 'iwl1000-firmware' 23:01:50,572 INFO anaconda:packaging: excluded package: 'iwl105-firmware' 23:01:50,573 INFO anaconda:packaging: excluded package: 'iwl135-firmware' 23:01:50,573 INFO anaconda:packaging: excluded package: 'iwl2000-firmware' 23:01:50,574 INFO anaconda:packaging: excluded package: 'iwl2030-firmware' 23:01:50,575 INFO anaconda:packaging: excluded package: 'iwl3160-firmware' 23:01:50,575 INFO anaconda:packaging: excluded package: 'iwl3945-firmware' 23:01:50,576 INFO anaconda:packaging: excluded package: 'iwl4965-firmware' 23:01:50,577 INFO anaconda:packaging: excluded package: 'iwl5000-firmware' 23:01:50,577 INFO anaconda:packaging: excluded package: 'iwl5150-firmware' 23:01:50,578 INFO anaconda:packaging: excluded package: 'iwl6000-firmware' 23:01:50,579 INFO anaconda:packaging: excluded package: 'iwl6000g2a-firmware' 23:01:50,579 INFO anaconda:packaging: excluded package: 'iwl6000g2b-firmware' 23:01:50,580 INFO anaconda:packaging: excluded package: 'iwl6050-firmware' 23:01:50,581 INFO anaconda:packaging: excluded package: 'iwl7260-firmware' 23:01:50,582 INFO anaconda:packaging: excluded package: 'langpacks-*' 23:01:50,582 INFO anaconda:packaging: excluded package: 'langpacks-en' 23:01:50,583 INFO anaconda:packaging: excluded package: 'libertas-sd8686-firmware' 23:01:50,584 INFO anaconda:packaging: excluded package: 'libertas-sd8787-firmware' 23:01:50,584 INFO anaconda:packaging: excluded package: 'libertas-usb8388-firmware' 23:01:50,585 INFO anaconda:packaging: excluded package: 'plymouth' 23:01:50,586 INFO anaconda:packaging: selected package: 'NetworkManager' 23:01:50,586 INFO anaconda:packaging: selected package: 'centos-release' 23:01:50,587 INFO anaconda:packaging: selected package: 'chrony' 23:01:50,588 INFO anaconda:packaging: selected package: 'cloud-init' 23:01:50,588 INFO anaconda:packaging: selected package: 'cloud-utils-growpart' 23:01:50,589 INFO anaconda:packaging: selected package: 'cockpit-system' 23:01:50,590 INFO anaconda:packaging: selected package: 'cockpit-ws' 23:01:50,591 INFO anaconda:packaging: selected package: 'dhcp-client' 23:01:50,591 INFO anaconda:packaging: selected package: 'dnf' 23:01:50,592 INFO anaconda:packaging: selected package: 'dnf-utils' 23:01:50,593 INFO anaconda:packaging: selected package: 'dracut-config-generic' 23:01:50,593 INFO anaconda:packaging: selected package: 'dracut-norescue' 23:01:50,594 INFO anaconda:packaging: selected package: 'firewalld' 23:01:50,595 INFO anaconda:packaging: selected package: 'grub2' 23:01:50,595 INFO anaconda:packaging: selected package: 'kernel' 23:01:50,596 INFO anaconda:packaging: selected package: 'nfs-utils' 23:01:50,597 INFO anaconda:packaging: selected package: 'python3-jsonschema' 23:01:50,597 INFO anaconda:packaging: selected package: 'qemu-guest-agent' 23:01:50,598 INFO anaconda:packaging: selected package: 'rng-tools' 23:01:50,599 INFO anaconda:packaging: selected package: 'rsync' 23:01:50,599 INFO anaconda:packaging: selected package: 'tar' 23:01:50,600 INFO anaconda:packaging: selected package: 'yum' 23:01:50,601 INFO anaconda:packaging: selected package: 'yum-utils' 23:01:50,601 INFO anaconda:packaging: selected package: 'kexec-tools' 23:01:50,603 INFO anaconda:packaging: kernel: selected kernel 23:01:50,603 DEBUG anaconda:packaging: selected package: e2fsprogs, requirement for ['storage'] 23:01:50,604 DEBUG anaconda:packaging: selected package: xfsprogs, requirement for ['storage'] 23:01:50,605 DEBUG anaconda:packaging: selected package: dosfstools, requirement for ['storage'] 23:01:50,606 DEBUG anaconda:packaging: selected package: authselect-compat, requirement for ['authselect'] 23:01:50,606 DEBUG anaconda:packaging: selected package: firewalld, requirement for ['firewall'] 23:01:50,607 DEBUG anaconda:packaging: selected package: chrony, requirement for ['ntp'] 23:01:50,608 DEBUG anaconda:packaging: selected package: grub2-efi-aa64, requirement for ['bootloader'] 23:01:50,608 DEBUG anaconda:packaging: selected package: shim-aa64, requirement for ['bootloader'] 23:01:50,609 DEBUG anaconda:packaging: selected package: efibootmgr, requirement for ['bootloader'] 23:01:50,610 DEBUG anaconda:packaging: selected package: grub2, requirement for ['bootloader'] 23:01:50,611 DEBUG anaconda:packaging: selected package: grub2-tools, requirement for ['bootloader'] 23:01:50,611 DEBUG anaconda:packaging: selected package: langpacks-en, requirement for ['langpacks'] IGNORED because excluded 23:01:50,613 DEBUG anaconda:anaconda: payload: apply with result True called on requirements [('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'dosfstools', PayloadRequirement(id=dosfstools, 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)]))] 23:01:50,613 DEBUG anaconda:packaging: transaction include list 23:01:50,614 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', 'firewalld', 'authselect-compat', 'grub2-efi-aa64', 'grub2-tools', 'xfsprogs', 'dosfstools', 'shim-aa64', 'e2fsprogs', 'chrony', 'grub2', 'efibootmgr'] 23:01:50,615 DEBUG anaconda:packaging: transaction exclude list 23:01:50,615 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'] 23:01:53,005 DEBUG anaconda:dnf: Adding packages from group 'core': {, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , } 23:01:53,007 WARNING anaconda:dnf: No match for group package "iwl5150-firmware" 23:01:53,009 WARNING anaconda:dnf: No match for group package "iwl6050-firmware" 23:01:53,011 WARNING anaconda:dnf: No match for group package "iwl7260-firmware" 23:01:53,017 WARNING anaconda:dnf: No match for group package "iprutils" 23:01:53,024 WARNING anaconda:dnf: No match for group package "iwl105-firmware" 23:01:53,025 WARNING anaconda:dnf: No match for group package "iwl6000-firmware" 23:01:53,029 WARNING anaconda:dnf: No match for group package "iwl2000-firmware" 23:01:53,031 WARNING anaconda:dnf: No match for group package "iwl100-firmware" 23:01:53,032 WARNING anaconda:dnf: No match for group package "iwl6000g2a-firmware" 23:01:53,035 WARNING anaconda:dnf: No match for group package "iwl3945-firmware" 23:01:53,036 WARNING anaconda:dnf: No match for group package "iwl1000-firmware" 23:01:53,038 WARNING anaconda:dnf: No match for group package "iwl3160-firmware" 23:01:53,040 WARNING anaconda:dnf: No match for group package "plymouth" 23:01:53,042 WARNING anaconda:dnf: No match for group package "iwl135-firmware" 23:01:53,044 WARNING anaconda:dnf: No match for group package "iwl2030-firmware" 23:01:53,045 WARNING anaconda:dnf: No match for group package "iwl4965-firmware" 23:01:53,047 WARNING anaconda:dnf: No match for group package "iwl5000-firmware" 23:01:53,491 INFO anaconda:packaging: checking dependencies: success 23:01:53,730 DEBUG anaconda:packaging: Size from DNF: 1.5 GiB 23:01:53,731 DEBUG anaconda:packaging: Bonus size 314.92 MiB by number of files 53747 23:01:53,732 DEBUG anaconda:packaging: Total size required 1.99 GiB 23:01:53,758 INFO anaconda:program: Running... df --output=target,avail 23:01:53,803 INFO anaconda:program: Mounted on Avail 23:01:53,803 INFO anaconda:program: /dev 2013312 23:01:53,804 INFO anaconda:program: /dev/shm 2043456 23:01:53,805 INFO anaconda:program: /run 1974272 23:01:53,805 INFO anaconda:program: /sys/fs/cgroup 2043456 23:01:53,806 INFO anaconda:program: / 966492 23:01:53,807 INFO anaconda:program: /tmp 2001984 23:01:53,807 INFO anaconda:program: /mnt/sysimage 8091260 23:01:53,808 INFO anaconda:program: /mnt/sysimage/boot/efi 613180 23:01:53,809 INFO anaconda:program: /mnt/sysimage/dev/shm 2043456 23:01:53,810 DEBUG anaconda:program: Return code: 0 23:01:53,815 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.9200439453125 GiB), '/dev/shm': Size (1.94879150390625 GiB), '/run': Size (1.8828125 GiB), '/sys/fs/cgroup': Size (1.94879150390625 GiB), '/': Size (943.83984375 MiB), '/tmp': Size (1.90924072265625 GiB), '/mnt/sysimage': Size (7.716426849365234375 GiB), '/mnt/sysimage/boot/efi': Size (598.80859375 MiB), '/mnt/sysimage/dev/shm': Size (1.94879150390625 GiB)} 23:01:53,816 INFO anaconda:packaging: Estimated size: download 450.73 MiB & install 1.99 GiB 23:01:53,818 INFO anaconda:packaging: Sufficient mountpoints found: {'/': Size (943.83984375 MiB), '/tmp': Size (1.90924072265625 GiB), '/mnt/sysimage': Size (7.716426849365234375 GiB)} 23:01:53,819 DEBUG anaconda:packaging: Install + download space required 2.43 GiB 23:01:53,820 INFO anaconda:packaging: 435 packages selected totalling 2.43 GiB 23:01:54,067 DEBUG anaconda:packaging: Size from DNF: 1.5 GiB 23:01:54,068 DEBUG anaconda:packaging: Bonus size 314.92 MiB by number of files 53747 23:01:54,069 DEBUG anaconda:packaging: Total size required 1.99 GiB 23:01:54,070 INFO anaconda:program: Running... df --output=target,avail 23:01:54,085 INFO anaconda:program: Mounted on Avail 23:01:54,086 INFO anaconda:program: /dev 2013312 23:01:54,086 INFO anaconda:program: /dev/shm 2043456 23:01:54,087 INFO anaconda:program: /run 1974272 23:01:54,088 INFO anaconda:program: /sys/fs/cgroup 2043456 23:01:54,088 INFO anaconda:program: / 966492 23:01:54,089 INFO anaconda:program: /tmp 2001984 23:01:54,090 INFO anaconda:program: /mnt/sysimage 8091260 23:01:54,090 INFO anaconda:program: /mnt/sysimage/boot/efi 613180 23:01:54,091 INFO anaconda:program: /mnt/sysimage/dev/shm 2043456 23:01:54,092 DEBUG anaconda:program: Return code: 0 23:01:54,096 DEBUG anaconda:packaging: Input mount points: {'/dev': Size (1.9200439453125 GiB), '/dev/shm': Size (1.94879150390625 GiB), '/run': Size (1.8828125 GiB), '/sys/fs/cgroup': Size (1.94879150390625 GiB), '/': Size (943.83984375 MiB), '/tmp': Size (1.90924072265625 GiB), '/mnt/sysimage': Size (7.716426849365234375 GiB), '/mnt/sysimage/boot/efi': Size (598.80859375 MiB), '/mnt/sysimage/dev/shm': Size (1.94879150390625 GiB)} 23:01:54,097 INFO anaconda:packaging: Estimated size: download 450.73 MiB & install 1.99 GiB 23:01:54,099 INFO anaconda:packaging: Sufficient mountpoints found: {'/': Size (943.83984375 MiB), '/tmp': Size (1.90924072265625 GiB), '/mnt/sysimage': Size (7.716426849365234375 GiB)} 23:01:54,100 INFO anaconda:packaging: Mountpoint /tmp picked as download location 23:01:54,132 INFO anaconda:packaging: Downloading packages to /tmp/dnf.package.cache. Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14270/14400 23:02:00,907 INFO anaconda:packaging: Downloading packages finished. 23:02:00,909 INFO anaconda:anaconda: progress: Preparing transaction from installation source 23:02:01,024 INFO anaconda:dnf: Running transaction check 23:02:01,969 INFO anaconda:dnf: Transaction check succeeded. 23:02:01,970 INFO anaconda:dnf: Running transaction test Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14260/14400 23:02:07,303 INFO anaconda:dnf: Transaction test succeeded. 23:02:07,305 INFO anaconda:dnf: Running transaction 23:02:07,309 DEBUG anaconda:dnf: RPMDB altered outside of DNF. 23:02:13,686 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 23:02:14,243 INFO anaconda:packaging: Installed: libgcc-8.3.1-4.5.el8.aarch64 1573020941 44b6c368421a973bc5abc4707af78835f35a642af23a1f72d0a73f448dc4ec1a 23:02:14,299 INFO anaconda:packaging: Configuring (running scriptlet for): libgcc-8.3.1-4.5.el8.aarch64 1573020941 44b6c368421a973bc5abc4707af78835f35a642af23a1f72d0a73f448dc4ec1a 23:02:14,309 INFO anaconda:packaging: Installed: tzdata-2019c-1.el8.noarch 1569937645 ef86bf42e76d2a1d9dc507c66665eb7fa1be8c7418d8d7906d853794f179449e Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14250/14400 23:02:17,340 INFO anaconda:packaging: Installed: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 23:02:17,603 INFO anaconda:packaging: Installed: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 23:02:21,406 INFO anaconda:packaging: Installed: python3-setuptools-wheel-39.2.0-5.el8.noarch 1573572823 fe32f87d975ed2bd5f1c854961caa05fec47f6a5f9bd2a28610be907aeb71f4e 23:02:21,443 INFO anaconda:packaging: Installed: python3-pip-wheel-9.0.3-15.el8.noarch 1573239287 45192c93402f5ee029f8d9a63a36278e02a743c48ab064849469ad8153d1a555 23:02:21,543 INFO anaconda:packaging: Installed: hwdata-0.314-8.2.el8_1.noarch 1576092858 5af7c0a78b1cbfe6806441530ef628bcf1becdd8dca254864bcba68caba69c9b 23:02:21,922 INFO anaconda:packaging: Installed: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 23:02:21,933 INFO anaconda:packaging: Installed: abattis-cantarell-fonts-0.0.25-4.el8.noarch 1557787818 923b2b30ab34bc765fb6d563cacd09d3fdeece9b03a719b8bdcd1b4fd729365c 23:02:21,996 INFO anaconda:packaging: Installed: centos-gpg-keys-8.1-1.1911.0.8.el8.noarch 1577978521 e32102ff6751b1fa27b81baed961c43125840a1bc84a9d01f8b539ba4a3b30bc 23:02:22,009 INFO anaconda:packaging: Installed: centos-release-8.1-1.1911.0.8.el8.aarch64 1577978521 1e3dbe18935b3a3b316cd19989cdd820c6cedea7403a8f39b2fd1fb112c29194 23:02:22,050 INFO anaconda:packaging: Installed: centos-repos-8.1-1.1911.0.8.el8.aarch64 1577978521 89f8f6d41d58b54bb17ca83704c408cb8d7788302199f9f2ee7ab6f01f4d8ac2 23:02:22,077 INFO anaconda:packaging: Installed: setup-2.12.2-2.el8_1.1.noarch 1578074652 7beab7df092f567bc07b3dd0b99c85f85fdba9117927e87f0b42d4d2769d3e2d 23:02:22,154 INFO anaconda:packaging: Configuring (running scriptlet for): setup-2.12.2-2.el8_1.1.noarch 1578074652 7beab7df092f567bc07b3dd0b99c85f85fdba9117927e87f0b42d4d2769d3e2d 23:02:22,189 INFO anaconda:packaging: Installed: filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 23:02:24,069 INFO anaconda:packaging: Installed: efi-filesystem-3-2.el8.noarch 1557581188 e5961ed94f6609f99d30aed65883764750b738ac448f7e1eca6e046743a7a5ef 23:02:24,076 INFO anaconda:packaging: Installed: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 23:02:24,080 INFO anaconda:packaging: Installed: xkeyboard-config-2.24-3.el8.noarch 1557813346 7ed935a3833b30da023fe6977424b19a0ca4975bdd73e3adaf7cfda40ea7b122 23:02:25,251 INFO anaconda:packaging: Installed: libX11-common-1.6.7-1.el8.noarch 1557799604 8908b1ac5fa60245e0ddc1a42bd008acea9e2b3346ef67ba5b2a5b829d981a3d 23:02:25,833 INFO anaconda:packaging: Installed: quota-nls-1:4.04-10.el8.noarch 1557588824 35f810182b9605123bb81da116e441c254c01726607477188f18e07bf0582ee1 23:02:25,869 INFO anaconda:packaging: Installed: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 23:02:25,888 INFO anaconda:packaging: Installed: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14240/14400 23:02:26,429 INFO anaconda:packaging: Installed: pcre2-10.32-1.el8.aarch64 1557535789 4bc79516dafe99ec1157d1733d6f5873f1add668f022051794d89f92de5616ee 23:02:26,501 INFO anaconda:packaging: Installed: libselinux-2.9-2.1.el8.aarch64 1573486606 a10c3bbe22bccd0e90b651cabb33d952b7d7f9023d65d2a5b5e85f04178a8060 23:02:26,536 INFO anaconda:packaging: Installed: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 23:02:26,663 INFO anaconda:packaging: Installed: glibc-all-langpacks-2.28-72.el8.aarch64 1573010757 013e77eafe9076e066e3b53d831ed5b2ced9c9f54e1f07ede97566e5f8645384 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14230/14400 23:02:36,887 INFO anaconda:packaging: Installed: glibc-common-2.28-72.el8.aarch64 1573010757 d90a2e23630cc72b13816de2fc8c3eacf0e3a8196d1886e51affee456f8ee6f1 23:02:37,197 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-72.el8.aarch64 1573010757 09f4b5dddfa85bdd8c00059cde77ae767dc1771e857959641f138699922c02b1 23:02:37,199 INFO anaconda:packaging: Installed: glibc-2.28-72.el8.aarch64 1573010757 09f4b5dddfa85bdd8c00059cde77ae767dc1771e857959641f138699922c02b1 23:02:39,276 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-2.28-72.el8.aarch64 1573010757 09f4b5dddfa85bdd8c00059cde77ae767dc1771e857959641f138699922c02b1 23:02:39,700 INFO anaconda:packaging: Installed: bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 23:02:40,311 INFO anaconda:packaging: Configuring (running scriptlet for): bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 23:02:40,315 INFO anaconda:packaging: Installed: libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 23:02:40,383 INFO anaconda:packaging: Configuring (running scriptlet for): libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 23:02:40,417 INFO anaconda:packaging: Installed: zlib-1.2.11-10.el8.aarch64 1557536543 03574b773706d8912ae43d4f62b5056bd4781e44989163231ce98c7e47a211c3 23:02:40,451 INFO anaconda:packaging: Installed: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 23:02:40,477 INFO anaconda:packaging: Installed: popt-1.16-14.el8.aarch64 1557535927 f58ce80c4f54569359e6f051b84d11cdce1bbe0f79ad51228ca89ecc614f937d 23:02:40,578 INFO anaconda:packaging: Installed: libcom_err-1.44.6-3.el8.aarch64 1573233254 6fa43da699a765578a3e9445bb4f8e81cfa0488241660722d01d2735ce740cf6 23:02:40,600 INFO anaconda:packaging: Configuring (running scriptlet for): libcom_err-1.44.6-3.el8.aarch64 1573233254 6fa43da699a765578a3e9445bb4f8e81cfa0488241660722d01d2735ce740cf6 23:02:40,619 INFO anaconda:packaging: Installed: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 23:02:40,664 INFO anaconda:packaging: Installed: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 23:02:40,682 INFO anaconda:packaging: Installed: libcap-2.26-1.el8.aarch64 1573233363 06ffc7a438bab22cdad9f191a05045ee634c78d69162369822efcbf2b4c94127 23:02:40,740 INFO anaconda:packaging: Installed: libxml2-2.9.7-5.el8.aarch64 1557535440 61705d4ff0dfacad59f9a1a34b3f224a692d8cba28b6a2a5d8cf47b99e5d8957 23:02:40,898 INFO anaconda:packaging: Installed: info-6.5-4.el8.aarch64 1557536354 49a7e7eb36e9c3dfed9f8290e6e1ddc7ed5ccc6721888ce9bd90d9705dde118a 23:02:40,962 INFO anaconda:packaging: Installed: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 23:02:41,092 INFO anaconda:packaging: Installed: libuuid-2.32.1-17.el8.aarch64 1573243582 f96200d76a55bff931f994c48dfa77c933c6a3eb4ec018cccc706c7c62b26f8a 23:02:41,115 INFO anaconda:packaging: Configuring (running scriptlet for): libuuid-2.32.1-17.el8.aarch64 1573243582 f96200d76a55bff931f994c48dfa77c933c6a3eb4ec018cccc706c7c62b26f8a 23:02:41,134 INFO anaconda:packaging: Installed: libstdc++-8.3.1-4.5.el8.aarch64 1573020941 8164adb9d244bea61d74ec7cd0ea5ecb5045e7132540ff08aad6df8a07e96168 23:02:41,279 INFO anaconda:packaging: Configuring (running scriptlet for): libstdc++-8.3.1-4.5.el8.aarch64 1573020941 8164adb9d244bea61d74ec7cd0ea5ecb5045e7132540ff08aad6df8a07e96168 23:02:41,298 INFO anaconda:packaging: Installed: elfutils-libelf-0.176-5.el8.aarch64 1574179287 1bdd18be6f185964f70b98dccc9ae9202e2461ac045143d118829143cfdd5e53 23:02:41,377 INFO anaconda:packaging: Installed: expat-2.2.5-3.el8.aarch64 1557534216 6b081b6a5b780eefe8fc5f8f6c4291b7558ddd6107de8a8bd9610799be9662e4 23:02:41,419 INFO anaconda:packaging: Installed: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 23:02:41,475 INFO anaconda:packaging: Configuring (running scriptlet for): readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 23:02:41,508 INFO anaconda:packaging: Installed: libcap-ng-0.7.9-4.el8.aarch64 1557534755 1a97d9d8d347c084cf4b7ac4c8ac6e4914eae7a18062644aff5ad944583207c5 23:02:41,527 INFO anaconda:packaging: Installed: audit-libs-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 59a12bf8bec4313297320c5c13da007e1f0376b0d0ab9e8ef7747370e672f627 23:02:41,567 INFO anaconda:packaging: Installed: chkconfig-1.11-1.el8.aarch64 1557533941 172da3cd3ea13036c2a6cbe953b5d5b2b41c9a3aa7a2d6fdb5efd4c1d51174f3 23:02:41,817 INFO anaconda:packaging: Installed: sqlite-libs-3.26.0-3.el8.aarch64 1557537182 879d2b7e8c9a78b65831a8cf32bac397fafcff4f6376435a2b36f488a6d52024 23:02:41,920 INFO anaconda:packaging: Installed: libffi-3.1-21.el8.aarch64 1573233544 bc2fc704cf93c3d23b5dd08190504888c5c5de9e36ad5503bca83918c9a0f0eb 23:02:41,941 INFO anaconda:packaging: Installed: p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 23:02:42,054 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 23:02:42,074 INFO anaconda:packaging: Installed: libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 23:02:42,181 INFO anaconda:packaging: Configuring (running scriptlet for): libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 23:02:42,198 INFO anaconda:packaging: Installed: libtalloc-2.1.16-3.el8.aarch64 1573234521 c4fe87058c1ec13568e33f7cca03d0bcc88d33a2fac63bb574408b091e6e3888 23:02:42,222 INFO anaconda:packaging: Installed: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 23:02:42,318 INFO anaconda:packaging: Configuring (running scriptlet for): gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 23:02:42,336 INFO anaconda:packaging: Installed: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 23:02:42,357 INFO anaconda:packaging: Installed: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 23:02:42,380 INFO anaconda:packaging: Configuring (running scriptlet for): libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 23:02:42,397 INFO anaconda:packaging: Installed: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 23:02:42,428 INFO anaconda:packaging: Installed: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 23:02:42,547 INFO anaconda:packaging: Installed: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 23:02:42,647 INFO anaconda:packaging: Installed: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 23:02:42,660 INFO anaconda:packaging: Installed: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 23:02:42,674 INFO anaconda:packaging: Installed: sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 23:02:42,841 INFO anaconda:packaging: Configuring (running scriptlet for): sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 23:02:42,864 INFO anaconda:packaging: Installed: libsemanage-2.9-1.el8.aarch64 1573487540 87f4af95cf6a5a4d85c0fe309174743f746c49441b7a6ce148b3bd3f087cccfd 23:02:42,912 INFO anaconda:packaging: Installed: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 23:02:42,958 INFO anaconda:packaging: Installed: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 23:02:43,183 INFO anaconda:packaging: Configuring (running scriptlet for): findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 23:02:43,204 INFO anaconda:packaging: Installed: grub2-common-1:2.02-78.el8.noarch 1574698110 9dcfd058a7f727a740aa8654c8db4f8d53ee023289d916fcdbde986cc4f6e0e2 23:02:43,544 INFO anaconda:packaging: Installed: efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 23:02:43,579 INFO anaconda:packaging: Configuring (running scriptlet for): efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 23:02:43,600 INFO anaconda:packaging: Installed: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 23:02:43,623 INFO anaconda:packaging: Installed: json-c-0.13.1-0.2.el8.aarch64 1557583395 e5f07ebcc0dabd9cc5a460c3fd5db8bbb96276a48132ea52ce2b1ddb7ead6320 23:02:43,644 INFO anaconda:packaging: Installed: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 23:02:43,665 INFO anaconda:packaging: Installed: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 23:02:43,688 INFO anaconda:packaging: Installed: libnl3-3.4.0-5.el8.aarch64 1573234000 3dbedc02c65206c7351aee9a770118824f3e5ca5044b4764ae01309fb5658376 23:02:43,807 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-3.4.0-5.el8.aarch64 1573234000 3dbedc02c65206c7351aee9a770118824f3e5ca5044b4764ae01309fb5658376 23:02:43,828 INFO anaconda:packaging: Installed: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 23:02:43,851 INFO anaconda:packaging: Installed: libsmartcols-2.32.1-17.el8.aarch64 1573243582 6bb601fd3931e40a36c57150fcb3eb7747e8b8febb8a933f7047cded5c249f95 23:02:43,891 INFO anaconda:packaging: Configuring (running scriptlet for): libsmartcols-2.32.1-17.el8.aarch64 1573243582 6bb601fd3931e40a36c57150fcb3eb7747e8b8febb8a933f7047cded5c249f95 23:02:43,910 INFO anaconda:packaging: Installed: lz4-libs-1.8.1.2-4.el8.aarch64 1557535455 b646ce7481e0c17b0b5ae21d606e96496a56bf782e94247968061e746d97b4ce 23:02:43,932 INFO anaconda:packaging: Installed: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 23:02:43,991 INFO anaconda:packaging: Installed: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 23:02:44,178 INFO anaconda:packaging: Configuring (running scriptlet for): grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 23:02:44,198 INFO anaconda:packaging: Installed: libtevent-0.9.39-2.el8.aarch64 1573486614 d08f2d8516b707b59b5f68a4f414a37c309d26909eb009ba383db0e042ff6afe 23:02:44,218 INFO anaconda:packaging: Installed: libtdb-1.3.18-2.el8.aarch64 1573234812 2dc4b8089158d71b6a6fb16494f2daf4fe41a318aba88719edd4d446d5fc6c90 23:02:44,241 INFO anaconda:packaging: Configuring (running scriptlet for): libtdb-1.3.18-2.el8.aarch64 1573234812 2dc4b8089158d71b6a6fb16494f2daf4fe41a318aba88719edd4d446d5fc6c90 23:02:44,263 INFO anaconda:packaging: Installed: file-libs-5.33-8.el8.aarch64 1557534266 b76126f36f78f85da4f7b3614e7f69b4ee5067e6319468d1eec609fb85858c31 23:02:44,487 INFO anaconda:packaging: Installed: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 23:02:44,519 INFO anaconda:packaging: Installed: freetype-2.9.1-4.el8.aarch64 1557581503 b07f15c1664aebecde998ae5c704e86f7869171d79726f3748ed8e5c60d9b145 23:02:44,601 INFO anaconda:packaging: Installed: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 23:02:44,627 INFO anaconda:packaging: Installed: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 23:02:44,654 INFO anaconda:packaging: Installed: which-2.21-10.el8.aarch64 1557536446 36a92dd8e26cf742a84479b9e1ff3760d9a9827059aaef11e4137c5163639ffe 23:02:44,691 INFO anaconda:packaging: Installed: file-5.33-8.el8.aarch64 1557534266 8315fe00ae01b2b4ee6baca9c80e6bcf1815a7eb8a8a305e93b3bfb7ae8e3023 23:02:44,721 INFO anaconda:packaging: Installed: libnl3-cli-3.4.0-5.el8.aarch64 1573234000 3ae2de9c8188dfee3977fa4563c22880002569d2212ec17e1a71da3250d64ebd 23:02:45,081 INFO anaconda:packaging: Configuring (running scriptlet for): libnl3-cli-3.4.0-5.el8.aarch64 1573234000 3ae2de9c8188dfee3977fa4563c22880002569d2212ec17e1a71da3250d64ebd 23:02:45,099 INFO anaconda:packaging: Installed: libnftnl-1.1.1-4.el8.aarch64 1557585529 bea5f15f556dc7f8ac2ef28cc511d4df8ce614501d6981865668aead3b0a0210 23:02:45,130 INFO anaconda:packaging: Configuring (running scriptlet for): libnftnl-1.1.1-4.el8.aarch64 1557585529 bea5f15f556dc7f8ac2ef28cc511d4df8ce614501d6981865668aead3b0a0210 23:02:45,148 INFO anaconda:packaging: Installed: nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 23:02:45,243 INFO anaconda:packaging: Configuring (running scriptlet for): nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 23:02:45,276 INFO anaconda:packaging: Installed: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 23:02:45,337 INFO anaconda:packaging: Installed: diffutils-3.6-5.el8.aarch64 1557534078 f33a7ddfee5ed3471905f31af5d898f0fc7f5f4048955af4c86098ab8c9904af 23:02:45,520 INFO anaconda:packaging: Configuring (running scriptlet for): diffutils-3.6-5.el8.aarch64 1557534078 f33a7ddfee5ed3471905f31af5d898f0fc7f5f4048955af4c86098ab8c9904af 23:02:45,543 INFO anaconda:packaging: Installed: libgomp-8.3.1-4.5.el8.aarch64 1573020941 c614dc0f97d224c534836a21bfc5102b62ef0875b1763662d3de4ea24e163a49 23:02:45,583 INFO anaconda:packaging: Configuring (running scriptlet for): libgomp-8.3.1-4.5.el8.aarch64 1573020941 c614dc0f97d224c534836a21bfc5102b62ef0875b1763662d3de4ea24e163a49 23:02:45,617 INFO anaconda:packaging: Installed: e2fsprogs-libs-1.44.6-3.el8.aarch64 1573233254 03f61e9a430bc94a95a716b72225c71d0a1ced36f17a4c12fabdc653d28250e0 23:02:45,677 INFO anaconda:packaging: Configuring (running scriptlet for): e2fsprogs-libs-1.44.6-3.el8.aarch64 1573233254 03f61e9a430bc94a95a716b72225c71d0a1ced36f17a4c12fabdc653d28250e0 23:02:45,695 INFO anaconda:packaging: Installed: ethtool-2:5.0-2.el8.aarch64 1573231455 6f22032249e36b6cf05bb4346b2864e3e2c94aea0d872ed2eede0e8f0ebb908c 23:02:45,751 INFO anaconda:packaging: Installed: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 23:02:45,771 INFO anaconda:packaging: Installed: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 23:02:45,809 INFO anaconda:packaging: Installed: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 23:02:45,836 INFO anaconda:packaging: Configuring (running scriptlet for): libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 23:02:45,854 INFO anaconda:packaging: Installed: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 23:02:45,877 INFO anaconda:packaging: Installed: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 23:02:45,911 INFO anaconda:packaging: Installed: libpcap-14:1.9.0-3.el8.aarch64 1576255398 1c945626c4f926e0bb991c26aef4da87aa9a34d9bb4e958ec6090457d4813156 23:02:45,968 INFO anaconda:packaging: Installed: iptables-libs-1.8.2-16.el8.aarch64 1573233028 84f683206d976ee4ebdb8c68adf3a95cd699fb6d0842850e929e2b3335e6e665 23:02:46,003 INFO anaconda:packaging: Installed: libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 23:02:46,046 INFO anaconda:packaging: Configuring (running scriptlet for): libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 23:02:46,067 INFO anaconda:packaging: Installed: libsss_idmap-2.2.0-19.el8.aarch64 1573512794 679e584ee1deb93910ac3dc35a7fde42c9441102aee6380c90e16c06abc226da 23:02:46,093 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_idmap-2.2.0-19.el8.aarch64 1573512794 679e584ee1deb93910ac3dc35a7fde42c9441102aee6380c90e16c06abc226da 23:02:46,111 INFO anaconda:packaging: Installed: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 23:02:46,154 INFO anaconda:packaging: Configuring (running scriptlet for): libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 23:02:46,173 INFO anaconda:packaging: Installed: p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 23:02:46,218 INFO anaconda:packaging: Configuring (running scriptlet for): p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 23:02:46,236 INFO anaconda:packaging: Installed: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 23:02:46,263 INFO anaconda:packaging: Installed: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 23:02:46,294 INFO anaconda:packaging: Installed: psmisc-23.1-3.el8.aarch64 1557588474 8759e04e64142205fc3e1a2d51596f3fcf4ece86cd4e6ee179a794718b9f18ca 23:02:46,434 INFO anaconda:packaging: Installed: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14220/14400 23:02:46,523 INFO anaconda:packaging: Installed: newt-0.52.20-9.el8.aarch64 1557587113 c8788d931dd6b3a3801dc9be373b31cea1f2a752aa0908744b4bb8b41a264434 23:02:46,744 INFO anaconda:packaging: Installed: pixman-0.36.0-1.el8.aarch64 1557806663 581c4719be5dec26a9d65065a074c05e7bd1487d37785bf9b40d1df083e49722 23:02:46,783 INFO anaconda:packaging: Installed: squashfs-tools-4.3-19.el8.aarch64 1573241516 75922657d45adf2cd13f22c8e371fd57ed38edfa21bc68f49c6708acf583b0ce 23:02:46,861 INFO anaconda:packaging: Installed: nftables-1:0.9.0-14.el8.aarch64 1573235986 81b8b353c3ae238e357ad1e4849c7da17def05db0459260e516322174ae2924d 23:02:46,951 INFO anaconda:packaging: Configuring (running scriptlet for): nftables-1:0.9.0-14.el8.aarch64 1573235986 81b8b353c3ae238e357ad1e4849c7da17def05db0459260e516322174ae2924d 23:02:46,970 INFO anaconda:packaging: Installed: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 23:02:46,999 INFO anaconda:packaging: Configuring (running scriptlet for): libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 23:02:47,021 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.2-16.el8.aarch64 1573233028 6dd58d0af9ef6955a21f8f9033f28176e34439d4ae725c2d69366b4cbc7237e0 23:02:47,035 INFO anaconda:packaging: Installed: iptables-1.8.2-16.el8.aarch64 1573233028 6dd58d0af9ef6955a21f8f9033f28176e34439d4ae725c2d69366b4cbc7237e0 23:02:47,846 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-1.8.2-16.el8.aarch64 1573233028 6dd58d0af9ef6955a21f8f9033f28176e34439d4ae725c2d69366b4cbc7237e0 23:02:48,221 INFO anaconda:packaging: Installed: iptables-ebtables-1.8.2-16.el8.aarch64 1573233028 1cfbec8150dde24fa9dd950794677d3f3ad1c38a8da5dc411716f64b5f490b26 23:02:48,237 INFO anaconda:packaging: Configuring (running scriptlet for): iptables-ebtables-1.8.2-16.el8.aarch64 1573233028 1cfbec8150dde24fa9dd950794677d3f3ad1c38a8da5dc411716f64b5f490b26 23:02:48,254 INFO anaconda:packaging: Installed: libteam-1.28-4.el8.aarch64 1573234657 8404f3b9e52c880cd4ce24c7260c9cbb71bd3919a9ddfdec0a4aab897059f4db 23:02:48,287 INFO anaconda:packaging: Configuring (running scriptlet for): libteam-1.28-4.el8.aarch64 1573234657 8404f3b9e52c880cd4ce24c7260c9cbb71bd3919a9ddfdec0a4aab897059f4db 23:02:48,307 INFO anaconda:packaging: Installed: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 23:02:48,402 INFO anaconda:packaging: Installed: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 23:02:48,523 INFO anaconda:packaging: Installed: efivar-36-1.el8.aarch64 1557585149 9702573194d4d11974707180e6f1e5e0e8ed7f2361088afc71af0450536492f9 23:02:48,546 INFO anaconda:packaging: Installed: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 23:02:49,262 INFO anaconda:packaging: Installed: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 23:02:49,330 INFO anaconda:packaging: Installed: vim-minimal-2:8.0.1763-13.el8.aarch64 1573499615 064c38a01fb786acf8ff0f8657d74077d2d6091908c20a4c41156d161893e6a4 23:02:49,448 INFO anaconda:packaging: Installed: libpsl-0.20.2-5.el8.aarch64 1557535090 8743b29596353e56b8f8c5c946f89a1d2edf698f17a7c4166c57366e01be68d4 23:02:49,468 INFO anaconda:packaging: Installed: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 23:02:49,502 INFO anaconda:packaging: Configuring (running scriptlet for): ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 23:02:49,528 INFO anaconda:packaging: Installed: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 23:02:49,552 INFO anaconda:packaging: Installed: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 23:02:49,601 INFO anaconda:packaging: Installed: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 23:02:49,673 INFO anaconda:packaging: Configuring (running scriptlet for): mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 23:02:49,699 INFO anaconda:packaging: Installed: libcomps-0.1.11-2.el8.aarch64 1573233392 87777c207d91cd1c3e3b1def76626a91c432c520ad3c107dea33f39331f9276d 23:02:49,733 INFO anaconda:packaging: Installed: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 23:02:49,752 INFO anaconda:packaging: Installed: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 23:02:49,778 INFO anaconda:packaging: Configuring (running scriptlet for): libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 23:02:49,803 INFO anaconda:packaging: Installed: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 23:02:49,839 INFO anaconda:packaging: Configuring (running scriptlet for): libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 23:02:49,858 INFO anaconda:packaging: Installed: mozjs60-60.9.0-3.el8.aarch64 1574483715 18b16de26a9a92a19f0d98218c8e756490223af68653122374e93d34e2d5ddf8 23:02:51,319 INFO anaconda:packaging: Installed: snappy-1.1.7-5.el8.aarch64 1557589532 62df1e376189aab65976262deb5f4fb1ede20d16ce55082918c716f35572667d 23:02:51,346 INFO anaconda:packaging: Installed: coreutils-common-8.30-6.el8.aarch64 1557591004 e4d5d6544d1470c76512b41ff7771114acd48afad05caa66e613da1d410e25b1 23:02:52,211 INFO anaconda:packaging: Configuring (running scriptlet for): coreutils-common-8.30-6.el8.aarch64 1557591004 e4d5d6544d1470c76512b41ff7771114acd48afad05caa66e613da1d410e25b1 23:02:52,245 INFO anaconda:packaging: Installed: libss-1.44.6-3.el8.aarch64 1573233254 079c551bfc4550143995e20e9cb1d6c5a0f7bf842852ae7b058593fd496172ad 23:02:52,267 INFO anaconda:packaging: Configuring (running scriptlet for): libss-1.44.6-3.el8.aarch64 1573233254 079c551bfc4550143995e20e9cb1d6c5a0f7bf842852ae7b058593fd496172ad 23:02:52,290 INFO anaconda:packaging: Installed: pigz-2.4-2.el8.aarch64 1557588247 9a719047ee3917950f637d58b6946c1374328ca16dad5fe0b9d4fe59ca936ebd 23:02:52,321 INFO anaconda:packaging: Installed: libselinux-utils-2.9-2.1.el8.aarch64 1573486606 ab2bc3a6fc459367f04e21d18301227269f9ded2071bf5ebf6110112b379147a 23:02:52,638 INFO anaconda:packaging: Installed: kernel-tools-libs-4.18.0-147.3.1.el8_1.aarch64 1578096988 5708252d76d992b48b5fdf8d852350e069de325c19588cb7f2b37a55ec645b1d 23:02:52,655 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-tools-libs-4.18.0-147.3.1.el8_1.aarch64 1578096988 5708252d76d992b48b5fdf8d852350e069de325c19588cb7f2b37a55ec645b1d 23:02:52,760 INFO anaconda:packaging: Installed: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 23:02:52,830 INFO anaconda:packaging: Installed: brotli-1.0.6-1.el8.aarch64 1557534256 53d4648b9fcbc0b226fa9eb09963c0e0468438a9ed3e67cceced09650ddd347b 23:02:52,927 INFO anaconda:packaging: Installed: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 23:02:52,970 INFO anaconda:packaging: Configuring (running scriptlet for): c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 23:02:52,990 INFO anaconda:packaging: Installed: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 23:02:53,100 INFO anaconda:packaging: Installed: cpio-2.12-8.el8.aarch64 1557534098 9a200f1cabd5869c7cd6483dc6e143e394bbd83fc6d653d279bc3ec25e1e35cc 23:02:53,247 INFO anaconda:packaging: Installed: dmidecode-1:3.2-3.el8.aarch64 1573230902 62472b4c8bb228421498da29e8bd34bdedcff09874ee95a4d49fab24edece0de 23:02:53,289 INFO anaconda:packaging: Installed: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 23:02:53,328 INFO anaconda:packaging: Configuring (running scriptlet for): fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 23:02:53,349 INFO anaconda:packaging: Installed: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 23:02:53,369 INFO anaconda:packaging: Installed: hdparm-9.54-2.el8.aarch64 1557582484 7fccc75d00a8f0223b01776dd79a22822291e4b8bb41e38ec483a556b2b7884d 23:02:53,407 INFO anaconda:packaging: Installed: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 23:02:53,427 INFO anaconda:packaging: Installed: libndp-1.7-1.el8.aarch64 1573233921 ce5c67da65c3afb0bd1a2083f19a1e57a9d29ba214e6ee42201a30d75ce56841 23:02:53,456 INFO anaconda:packaging: Configuring (running scriptlet for): libndp-1.7-1.el8.aarch64 1573233921 ce5c67da65c3afb0bd1a2083f19a1e57a9d29ba214e6ee42201a30d75ce56841 23:02:53,477 INFO anaconda:packaging: Installed: libnghttp2-1.33.0-1.el8_0.1.aarch64 1576601338 bcf5a99e8c71bf201e8420601632f6fd01b6092b27f52a3defc3a9cc42dfa56f 23:02:53,507 INFO anaconda:packaging: Installed: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 23:02:53,539 INFO anaconda:packaging: Configuring (running scriptlet for): libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 23:02:53,560 INFO anaconda:packaging: Installed: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 23:02:53,587 INFO anaconda:packaging: Installed: gawk-4.2.1-1.el8.aarch64 1557534134 481c7df1492512f2a1d0afb42f041e4ac500cdf7d1f6e2f20c81222c7fc54e35 23:02:53,978 INFO anaconda:packaging: Installed: libsss_autofs-2.2.0-19.el8.aarch64 1573512794 97e52f53c76558f5ad489ee254efdd816a1df7eed9b37519ef78eb68a7be503b 23:02:54,010 INFO anaconda:packaging: Installed: libsss_nss_idmap-2.2.0-19.el8.aarch64 1573512794 d3833e3a5f0a8c22b093e153b02e0f9598ce983bfdc3ae183e36083efedd1282 23:02:54,038 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_nss_idmap-2.2.0-19.el8.aarch64 1573512794 d3833e3a5f0a8c22b093e153b02e0f9598ce983bfdc3ae183e36083efedd1282 23:02:54,058 INFO anaconda:packaging: Installed: libsss_sudo-2.2.0-19.el8.aarch64 1573512794 a75db9464518d5d968fe2dd66fd08558e1b5ee0c6bb77516c0201152735e2133 23:02:54,079 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_sudo-2.2.0-19.el8.aarch64 1573512794 a75db9464518d5d968fe2dd66fd08558e1b5ee0c6bb77516c0201152735e2133 23:02:54,098 INFO anaconda:packaging: Installed: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 23:02:54,142 INFO anaconda:packaging: Configuring (running scriptlet for): libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 23:02:54,163 INFO anaconda:packaging: Installed: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 23:02:54,287 INFO anaconda:packaging: Installed: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 23:02:54,304 INFO anaconda:packaging: Installed: numactl-libs-2.0.12-7.el8.aarch64 1573236177 bc60afd90df5c05d8774b29663563a75805ac7b5be51869da327b8e9467d09fd 23:02:54,322 INFO anaconda:packaging: Configuring (running scriptlet for): numactl-libs-2.0.12-7.el8.aarch64 1573236177 bc60afd90df5c05d8774b29663563a75805ac7b5be51869da327b8e9467d09fd 23:02:54,345 INFO anaconda:packaging: Installed: pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 23:02:54,368 INFO anaconda:packaging: Configuring (running scriptlet for): pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 23:02:54,387 INFO anaconda:packaging: Installed: sg3_utils-libs-1.44-3.el8.aarch64 1573240979 cd40c4a7a2a20a70e087d5a8dd8d6d8064aaf64331bbbb2f0fcf6df71266f192 23:02:54,425 INFO anaconda:packaging: Configuring (running scriptlet for): sg3_utils-libs-1.44-3.el8.aarch64 1573240979 cd40c4a7a2a20a70e087d5a8dd8d6d8064aaf64331bbbb2f0fcf6df71266f192 23:02:54,444 INFO anaconda:packaging: Installed: libXau-1.0.8-13.el8.aarch64 1557799563 44f86b410396099845f2aeef4bf43a5dd5059a3f1edd372aad19e3ae44ac9adc 23:02:54,471 INFO anaconda:packaging: Installed: libxcb-1.13-5.el8.aarch64 1557799754 5b4279560d0b86cb7ea37dd06fa4b2b8f1389ea2e1be28754ec39f03b1986947 23:02:54,670 INFO anaconda:packaging: Installed: libX11-1.6.7-1.el8.aarch64 1557799604 544dbd656f5a675ed87ddec55d9a3063fc1e1f71f1c497a1716607320fa6b24a 23:02:54,782 INFO anaconda:packaging: Installed: libXext-1.3.3-9.el8.aarch64 1557799663 2af81148071438a7dac001103d220d42ed0944eab430ac1f6255a382ce251028 23:02:54,805 INFO anaconda:packaging: Installed: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 23:02:54,824 INFO anaconda:packaging: Installed: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 23:02:54,853 INFO anaconda:packaging: Configuring (running scriptlet for): libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 23:02:54,878 INFO anaconda:packaging: Installed: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 23:02:54,908 INFO anaconda:packaging: Configuring (running scriptlet for): libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 23:02:54,931 INFO anaconda:packaging: Installed: libmaxminddb-1.2.0-6.el8.aarch64 1557798166 a3da4f3afd122eba7050c9de1f22b6f38036cdaea8360e16adb2574d79578910 23:02:54,952 INFO anaconda:packaging: Configuring (running scriptlet for): libmaxminddb-1.2.0-6.el8.aarch64 1557798166 a3da4f3afd122eba7050c9de1f22b6f38036cdaea8360e16adb2574d79578910 23:02:54,972 INFO anaconda:packaging: Installed: ipcalc-0.2.4-3.el8.aarch64 1557582759 0ee3ef643d6baf7260f2759afc99bb076024b65083faa3b114434a00e0d2cbdb 23:02:54,997 INFO anaconda:packaging: Installed: libxkbcommon-0.8.2-1.el8.aarch64 1557799690 abe4562e125500047a5aa1584d976e96c5bb04ea3d1f8150c4997f8b13499b53 23:02:55,038 INFO anaconda:packaging: Installed: linux-firmware-20190516-94.git711d3297.el8.noarch 1573234994 8dac407af9b2f2dde1e49ff1b3373ceace8aa1c7eb2a58018a13ef03e5beb4a4 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14210/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14200/14400 23:03:15,235 INFO anaconda:packaging: Installed: libssh-config-0.9.0-4.el8.noarch 1573234383 de84d1439aba91eb9a6de521a0beb3bc6cbf7686f56a622aa289c398b2b0a28f 23:03:15,245 INFO anaconda:packaging: Installed: libreport-filesystem-2.9.5-9.el8.aarch64 1574181762 eb87d54346b64000861c1a103405d4e8975f363b6263fbf0f3cc433f344157c8 23:03:15,260 INFO anaconda:packaging: Installed: dnf-data-4.2.7-7.el8_1.noarch 1576770263 896ae1e03e45a1aec04367da33a59a91027c57d63c2379ef66f10848bf09fe91 23:03:15,302 INFO anaconda:packaging: Installed: kbd-misc-2.0.4-8.el8.noarch 1557583683 e5f83b3943b3fa81681a8cfabbf818afff97818b24c891e40027f8ff11048b6a Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14190/14400 23:03:17,871 INFO anaconda:packaging: Installed: kbd-legacy-2.0.4-8.el8.noarch 1557583683 331cfded11fa060603aa6fe768ac78e0233481dad2ae2b082462d3902f1ae7c9 23:03:18,631 INFO anaconda:packaging: Installed: firewalld-filesystem-0.7.0-5.el8.noarch 1573231701 d96af48c138ad995cc4abbf73b1910bd8627eb811cf09f279b8603f4fa605da1 23:03:18,644 INFO anaconda:packaging: Installed: dhcp-common-12:4.3.6-34.el8.noarch 1574177723 ba2a96d422a773e05e9bacff9f59995ed933f180fcad0cb031e5198fec753101 23:03:18,686 INFO anaconda:packaging: Installed: dbus-common-1:1.12.8-9.el8.noarch 1573230909 cf8c41f6d9795ebb1176025816ac22ea5b40de5d3a1084e2fcff53a6bd2fc766 23:03:18,709 INFO anaconda:packaging: Installed: cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 23:03:18,806 INFO anaconda:packaging: Configuring (running scriptlet for): cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 23:03:18,830 INFO anaconda:packaging: Installed: libssh-0.9.0-4.el8.aarch64 1573234383 c5f58b46af969ce79376f444552cf83880564cd3e53128794dde62ce4effffdf 23:03:18,905 INFO anaconda:packaging: Installed: openldap-2.4.46-10.el8.aarch64 1573236632 6166fd0648aa00efa667638d3990dd25898cf2e238fd03e881206077916bab24 23:03:19,022 INFO anaconda:packaging: Installed: libcurl-7.61.1-11.el8.aarch64 1573231440 1b8602cf8e381e63d39774336650273195b4dce5c19da492ef31e2af06337f98 23:03:19,079 INFO anaconda:packaging: Installed: libkcapi-1.1.1-16_1.el8.aarch64 1557585303 1320860e686f2c065412f51b96538ec373ac521a90d83450cecb12ac7d1c8166 23:03:19,117 INFO anaconda:packaging: Installed: libkcapi-hmaccalc-1.1.1-16_1.el8.aarch64 1557585303 afe4286cd6ffb6412f6790c0c8c6c14f9b1b207642f81926c178f9dea4f457ff 23:03:19,151 INFO anaconda:packaging: Installed: libarchive-3.3.2-7.el8.aarch64 1573233541 85101969d4db13026e07b6f585a1f7bc987311058b611ad5a19ac3932ba8e14a 23:03:19,245 INFO anaconda:packaging: Installed: libdb-utils-5.3.28-37.el8.aarch64 1573233918 9c174435e558ebc58198efd824803a01275831c69e8969fc567a34b6f9d07f6d 23:03:19,381 INFO anaconda:packaging: Installed: curl-7.61.1-11.el8.aarch64 1573231440 787253e22ed01af9ca2ff38ed8c090c41a6a3991d74029ab7fb0b3539270535c 23:03:19,471 INFO anaconda:packaging: Installed: openssl-1:1.1.1c-2.el8.aarch64 1573237545 abfd79e176fe6ac01691ab0c5efb60e162de105bd8556656d82c1ed2f1978a5e 23:03:19,821 INFO anaconda:packaging: Installed: elfutils-default-yama-scope-0.176-5.el8.noarch 1574179287 0413fcea9c722f7283109667db9225e352c71245e393438aa9b24f4b45ff385b 23:03:19,826 INFO anaconda:packaging: Configuring (running scriptlet for): elfutils-default-yama-scope-0.176-5.el8.noarch 1574179287 0413fcea9c722f7283109667db9225e352c71245e393438aa9b24f4b45ff385b 23:03:19,843 INFO anaconda:packaging: Installed: elfutils-libs-0.176-5.el8.aarch64 1574179287 03d5aa989e1e4da882216ee63abe0ba6ddd770f1bffead9ec7b252c17416a5bb 23:03:20,023 INFO anaconda:packaging: Installed: gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 23:03:20,136 INFO anaconda:packaging: Configuring (running scriptlet for): gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 23:03:20,157 INFO anaconda:packaging: Installed: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 23:03:20,350 INFO anaconda:packaging: Installed: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 23:03:21,062 INFO anaconda:packaging: Installed: procps-ng-3.3.15-1.el8.aarch64 1557588510 9ce1e465eaea7a0024ca3679052997575b62e97e63eb5055c874240e922b3918 23:03:21,387 INFO anaconda:packaging: Installed: krb5-libs-1.17-9.el8.aarch64 1573233667 4f3908f9681f4d485f30ebf700ba3ad6f3faa500d7ac913d6af11b6540a490c4 23:03:21,656 INFO anaconda:packaging: Installed: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 23:03:21,706 INFO anaconda:packaging: Configuring (running scriptlet for): libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 23:03:21,733 INFO anaconda:packaging: Installed: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 23:03:21,761 INFO anaconda:packaging: Configuring (running scriptlet for): libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 23:03:21,785 INFO anaconda:packaging: Installed: kpartx-0.8.0-5.el8.aarch64 1573230860 47d02369f241ded4b3d4abd365ca758aa9c3203dfb89485ce1a063db9337f121 23:03:21,823 INFO anaconda:packaging: Installed: device-mapper-8:1.02.163-5.el8.0.1.aarch64 1578076773 2a9c0a618b522131b85d224d9f7e52fed57b8adaffa791e840576b4f6a547be3 23:03:21,899 INFO anaconda:packaging: Installed: openssl-pkcs11-0.4.8-2.el8.aarch64 1557587485 a97d882e500776675402de6aee23417867dd295f97d961b7811df3a00a7e32a5 23:03:21,940 INFO anaconda:packaging: Configuring (running scriptlet for): openssl-pkcs11-0.4.8-2.el8.aarch64 1557587485 a97d882e500776675402de6aee23417867dd295f97d961b7811df3a00a7e32a5 23:03:21,963 INFO anaconda:packaging: Installed: rpm-4.14.2-25.el8.aarch64 1573240096 dca6ba2c2cfef0725198523e1f350595bd257bc247822ee60a1bb67afde9bd98 23:03:22,530 INFO anaconda:packaging: Installed: grub2-tools-minimal-1:2.02-78.el8.aarch64 1574699200 5763be342928486d1ef7e8ed67cb3ca786828d08fc488cd9a2819cb2630de1a3 23:03:22,615 INFO anaconda:packaging: Installed: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 23:03:22,713 INFO anaconda:packaging: Installed: libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 23:03:22,771 INFO anaconda:packaging: Configuring (running scriptlet for): libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 23:03:22,794 INFO anaconda:packaging: Installed: libfdisk-2.32.1-17.el8.aarch64 1573243582 5f2d6f3627c8b711c009d3e45ff826d6fb5f9f133a70fddc2092516fdf8a03b1 23:03:22,849 INFO anaconda:packaging: Configuring (running scriptlet for): libfdisk-2.32.1-17.el8.aarch64 1573243582 5f2d6f3627c8b711c009d3e45ff826d6fb5f9f133a70fddc2092516fdf8a03b1 23:03:22,873 INFO anaconda:packaging: Installed: libmount-2.32.1-17.el8.aarch64 1573243582 51f25e1c76760e9706a191557827f19e93fe2a4ba69d822ec710125b480f5e5b 23:03:22,926 INFO anaconda:packaging: Configuring (running scriptlet for): libmount-2.32.1-17.el8.aarch64 1573243582 51f25e1c76760e9706a191557827f19e93fe2a4ba69d822ec710125b480f5e5b 23:03:22,962 INFO anaconda:packaging: Installed: dbus-libs-1:1.12.8-9.el8.aarch64 1573230909 26e91abcf8582e3f928ee825c45a63049669ff2ef68e9707af1d2f5d1b8f118e 23:03:23,006 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-libs-1:1.12.8-9.el8.aarch64 1573230909 26e91abcf8582e3f928ee825c45a63049669ff2ef68e9707af1d2f5d1b8f118e 23:03:23,030 INFO anaconda:packaging: Installed: dbus-tools-1:1.12.8-9.el8.aarch64 1573230909 ff972a44b0442d483877703a550c6742b8c49e1a01e271f0ad4a899a3362a90c 23:03:23,079 INFO anaconda:packaging: Installed: coreutils-8.30-6.el8.aarch64 1557591004 40284d87139ec57636d7fc7020e1c164bf8af0bebe5a1798af0725a3c59c211f 23:03:23,817 INFO anaconda:packaging: Installed: systemd-libs-239-18.el8_1.1.aarch64 1578075311 5edcc59775d92ddaf407586159560a1215d75169ffa9b30eeeb2386be5f2c686 23:03:23,994 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-libs-239-18.el8_1.1.aarch64 1578075311 5edcc59775d92ddaf407586159560a1215d75169ffa9b30eeeb2386be5f2c686 23:03:24,040 INFO anaconda:packaging: Installed: shadow-utils-2:4.6-8.el8.aarch64 1573241054 4ec8423570d1cb923acc9e03a87c02065eb26e2aa67048240223fc72cdb861c5 23:03:25,207 INFO anaconda:packaging: Installed: libblkid-2.32.1-17.el8.aarch64 1573243582 8d01474037b685e8a64ebe54126eee8fcf6384c26aa924328cae995a749ed10e 23:03:25,250 INFO anaconda:packaging: Configuring (running scriptlet for): libblkid-2.32.1-17.el8.aarch64 1573243582 8d01474037b685e8a64ebe54126eee8fcf6384c26aa924328cae995a749ed10e 23:03:25,443 INFO anaconda:packaging: Installed: device-mapper-libs-8:1.02.163-5.el8.0.1.aarch64 1578076773 4608cfe7ac6396147ab60965f363f41f440e204122139c2ad58c2d1f1bc81c5e 23:03:25,492 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 23:03:25,506 INFO anaconda:packaging: Installed: ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 23:03:25,625 INFO anaconda:packaging: Configuring (running scriptlet for): ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14180/14400 23:03:27,003 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-9.el8.aarch64 1573230909 e21d76d770c60c72f234fa65eebe91760258190a16bb126be35cd3d30d52f62e 23:03:27,035 INFO groupadd:group added to /etc/group: name=dbus, GID=81 23:03:27,040 INFO groupadd:group added to /etc/gshadow: name=dbus 23:03:27,043 INFO groupadd:new group: name=dbus, GID=81 23:03:27,063 INFO useradd:new user: name=dbus, UID=81, GID=81, home=/, shell=/sbin/nologin 23:03:27,087 INFO anaconda:packaging: Installed: dbus-daemon-1:1.12.8-9.el8.aarch64 1573230909 e21d76d770c60c72f234fa65eebe91760258190a16bb126be35cd3d30d52f62e 23:03:27,198 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-daemon-1:1.12.8-9.el8.aarch64 1573230909 e21d76d770c60c72f234fa65eebe91760258190a16bb126be35cd3d30d52f62e 23:03:27,217 INFO anaconda:packaging: Configuring (running scriptlet for): libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 23:03:27,244 INFO groupadd:group added to /etc/group: name=utmp, GID=22 23:03:27,249 INFO groupadd:group added to /etc/gshadow: name=utmp 23:03:27,252 INFO groupadd:new group: name=utmp, GID=22 23:03:27,268 INFO groupadd:group added to /etc/group: name=utempter, GID=35 23:03:27,273 INFO groupadd:group added to /etc/gshadow: name=utempter 23:03:27,276 INFO groupadd:new group: name=utempter, GID=35 23:03:27,283 INFO anaconda:packaging: Installed: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 23:03:27,311 INFO anaconda:packaging: Installed: kmod-25-13.el8.aarch64 1573233257 fcba58b071206a5d0b8ea64b4d74fad7166346a9998c7a7596bd6f18812a70c2 23:03:27,395 INFO anaconda:packaging: Installed: kmod-libs-25-13.el8.aarch64 1573233257 ae5e172502f5351ed843028ef740eba561772027a64c9a8a4d350d228fde5215 23:03:27,426 INFO anaconda:packaging: Configuring (running scriptlet for): kmod-libs-25-13.el8.aarch64 1573233257 ae5e172502f5351ed843028ef740eba561772027a64c9a8a4d350d228fde5215 23:03:27,452 INFO anaconda:packaging: Installed: kbd-2.0.4-8.el8.aarch64 1557583683 0718c043b13b3676a5f4a57f85ac4fac435f49a89a2050a093ed87cc37f0e0a7 23:03:27,877 INFO anaconda:packaging: Installed: libpwquality-1.4.0-9.el8.aarch64 1557535058 a90e9486e7956f07d1e48a60128c6fcdce7ba45deff90b403e8b77a8d6d77a12 23:03:28,073 INFO anaconda:packaging: Installed: systemd-pam-239-18.el8_1.1.aarch64 1578075311 7ddb617e2aaa90f8d5a1bb2764e792858755429809fc01c64a3e4d9f9e620c7b 23:03:28,117 INFO anaconda:packaging: Installed: cryptsetup-libs-2.2.0-2.el8.aarch64 1573230634 f68e6554f00961309a789cfdbf93a459414253180e6310ae02bd42f991713110 23:03:28,277 INFO anaconda:packaging: Configuring (running scriptlet for): cryptsetup-libs-2.2.0-2.el8.aarch64 1573230634 f68e6554f00961309a789cfdbf93a459414253180e6310ae02bd42f991713110 23:03:28,306 INFO anaconda:packaging: Installed: dracut-049-27.git20190906.el8_1.1.aarch64 1578075187 997e71d94206966a0926af1cc4b81ac2c5bd1a0b32f8950d8978deac1a48e215 23:03:29,033 INFO anaconda:packaging: Installed: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 23:03:29,175 INFO anaconda:packaging: Installed: libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 23:03:29,335 INFO anaconda:packaging: Configuring (running scriptlet for): libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 23:03:29,364 INFO anaconda:packaging: Installed: pam-1.3.1-4.el8.aarch64 1557535981 56211c910b8a4ea3fd9b6312adf5b5ce5a748a03f1f98a4ae5ed77502935ae43 23:03:30,555 INFO anaconda:packaging: Configuring (running scriptlet for): pam-1.3.1-4.el8.aarch64 1557535981 56211c910b8a4ea3fd9b6312adf5b5ce5a748a03f1f98a4ae5ed77502935ae43 23:03:30,660 INFO anaconda:packaging: Installed: util-linux-2.32.1-17.el8.aarch64 1573243582 7e9b8eca0f0460106af0be542609b52721f2169e3845216f97e6507b1f0ae96f 23:03:32,348 INFO anaconda:packaging: Configuring (running scriptlet for): util-linux-2.32.1-17.el8.aarch64 1573243582 7e9b8eca0f0460106af0be542609b52721f2169e3845216f97e6507b1f0ae96f 23:03:32,378 INFO anaconda:packaging: Installed: rpm-libs-4.14.2-25.el8.aarch64 1573240096 0effd0de6224f4bbf487963fc4e5466a25d3c92e14d2c29062cd3cc4683ef34a 23:03:32,455 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-libs-4.14.2-25.el8.aarch64 1573240096 0effd0de6224f4bbf487963fc4e5466a25d3c92e14d2c29062cd3cc4683ef34a 23:03:32,481 INFO anaconda:packaging: Installed: trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 23:03:32,538 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 23:03:32,562 INFO anaconda:packaging: Installed: openssl-libs-1:1.1.1c-2.el8.aarch64 1573237545 ca3895e61cd5ab7f833eae7a231d7fb4d4c88c24ddb570d88e73c2625f42bd0d 23:03:32,885 INFO anaconda:packaging: Configuring (running scriptlet for): openssl-libs-1:1.1.1c-2.el8.aarch64 1573237545 ca3895e61cd5ab7f833eae7a231d7fb4d4c88c24ddb570d88e73c2625f42bd0d 23:03:32,910 INFO anaconda:packaging: Installed: grubby-8.40-37.el8.aarch64 1573232585 9a19ff9fb1431ba3a6fa3bd482d8234f767c69f97c91a0052de90b106aaa4960 23:03:32,946 INFO anaconda:packaging: Installed: crypto-policies-20190807-1.git9b1477b.el8.noarch 1576516381 2d63eb375a83b7c50847e370edc668f404c1412a46b6f618ab598863996042cd 23:03:33,141 INFO anaconda:packaging: Configuring (running scriptlet for): crypto-policies-20190807-1.git9b1477b.el8.noarch 1576516381 2d63eb375a83b7c50847e370edc668f404c1412a46b6f618ab598863996042cd 23:03:33,367 INFO anaconda:packaging: Installed: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 23:03:34,049 INFO anaconda:packaging: Configuring (running scriptlet for): gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 23:03:34,080 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-78.el8.aarch64 1574699200 6a9e8d04bfa413c098e8f87a837547379b6b7b158c3bbfd8cdecd35a62f24bc2 23:03:34,096 INFO anaconda:packaging: Installed: grub2-tools-1:2.02-78.el8.aarch64 1574699200 6a9e8d04bfa413c098e8f87a837547379b6b7b158c3bbfd8cdecd35a62f24bc2 23:03:34,631 INFO anaconda:packaging: Configuring (running scriptlet for): grub2-tools-1:2.02-78.el8.aarch64 1574699200 6a9e8d04bfa413c098e8f87a837547379b6b7b158c3bbfd8cdecd35a62f24bc2 23:03:34,660 INFO anaconda:packaging: Installed: glib2-2.56.4-7.el8.aarch64 1573232550 9aa167a7ad4523f0b04cc818f67d2eb113b97afc391a613d780c8a4032b0148b 23:03:35,621 INFO anaconda:packaging: Installed: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 23:03:35,749 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 23:03:35,768 INFO anaconda:packaging: Installed: gnutls-3.6.8-8.el8.aarch64 1573513791 b8fcf0738511c87ff60071ca3e13b3cd884adf7efa11ba2586a08dad1aebcb1c 23:03:36,020 INFO anaconda:packaging: Installed: dbus-1:1.12.8-9.el8.aarch64 1573230909 8fe6a663694c249e0318c16bf46eb1b8e5b79f1e1c9f91d6864a4af1ae64f060 23:03:36,026 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:03:36,070 INFO groupadd:group added to /etc/group: name=input, GID=999 23:03:36,075 INFO groupadd:group added to /etc/gshadow: name=input 23:03:36,078 INFO groupadd:new group: name=input, GID=999 23:03:36,101 INFO groupadd:group added to /etc/group: name=kvm, GID=36 23:03:36,105 INFO groupadd:group added to /etc/gshadow: name=kvm 23:03:36,109 INFO groupadd:new group: name=kvm, GID=36 23:03:36,131 INFO groupadd:group added to /etc/group: name=render, GID=998 23:03:36,136 INFO groupadd:group added to /etc/gshadow: name=render 23:03:36,139 INFO groupadd:new group: name=render, GID=998 23:03:36,161 INFO groupadd:group added to /etc/group: name=systemd-journal, GID=190 23:03:36,166 INFO groupadd:group added to /etc/gshadow: name=systemd-journal 23:03:36,169 INFO groupadd:new group: name=systemd-journal, GID=190 23:03:36,191 INFO groupadd:group added to /etc/group: name=systemd-coredump, GID=997 23:03:36,196 INFO groupadd:group added to /etc/gshadow: name=systemd-coredump 23:03:36,199 INFO groupadd:new group: name=systemd-coredump, GID=997 23:03:36,221 INFO useradd:new user: name=systemd-coredump, UID=999, GID=997, home=/, shell=/sbin/nologin 23:03:36,259 INFO groupadd:group added to /etc/group: name=systemd-resolve, GID=193 23:03:36,263 INFO groupadd:group added to /etc/gshadow: name=systemd-resolve 23:03:36,267 INFO groupadd:new group: name=systemd-resolve, GID=193 23:03:36,287 INFO useradd:new user: name=systemd-resolve, UID=193, GID=193, home=/, shell=/sbin/nologin 23:03:36,310 INFO anaconda:packaging: Installed: systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14170/14400 23:03:38,832 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:03:39,001 INFO anaconda:packaging: Installed: systemd-udev-239-18.el8_1.1.aarch64 1578075311 01fba66c119497098edd29804620a7eff4d851774af10f3dbc2da5843c46ae74 23:03:39,840 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-18.el8_1.1.aarch64 1578075311 01fba66c119497098edd29804620a7eff4d851774af10f3dbc2da5843c46ae74 23:03:40,547 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 23:03:40,580 INFO groupadd:group added to /etc/group: name=tss, GID=59 23:03:40,585 INFO groupadd:group added to /etc/gshadow: name=tss 23:03:40,588 INFO groupadd:new group: name=tss, GID=59 23:03:40,609 INFO useradd:new user: name=tss, UID=59, GID=59, home=/dev/null, shell=/sbin/nologin 23:03:40,634 INFO anaconda:packaging: Installed: trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 23:03:40,688 INFO anaconda:packaging: Configuring (running scriptlet for): trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 23:03:40,726 INFO anaconda:packaging: Installed: platform-python-pip-9.0.3-15.el8.noarch 1573239287 3bb7989fd8bbd4c7abde093a492755040c2ef922fdb08adb8d914e182285cfff 23:03:42,970 INFO anaconda:packaging: Installed: platform-python-setuptools-39.2.0-5.el8.noarch 1573572823 d300ce0fa3a0c6a91d50c5f6a8f5988c014b07b431267b857fcd057b8bf10301 23:03:43,736 INFO anaconda:packaging: Installed: platform-python-3.6.8-15.1.el8.aarch64 1574366540 5e4012d263a0ed0962c3dd6c6273d18db5e212840283f2e3f946f59cbfbb1aff 23:03:43,770 INFO anaconda:packaging: Configuring (running scriptlet for): platform-python-3.6.8-15.1.el8.aarch64 1574366540 5e4012d263a0ed0962c3dd6c6273d18db5e212840283f2e3f946f59cbfbb1aff 23:03:43,807 INFO anaconda:packaging: Installed: python3-libs-3.6.8-15.1.el8.aarch64 1574366540 8f7f98c62904f3dd996be5fb39008a56e094a694d1decd87503f8fed767da72c Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14160/14400 23:03:51,285 INFO anaconda:packaging: Installed: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 23:03:51,332 INFO anaconda:packaging: Installed: python3-libselinux-2.9-2.1.el8.aarch64 1573486606 21a15f64f9f6f1ac4fbc1a53bcfe3bead0a7b4c29135ccbbc4e3a8c63b5f2338 23:03:51,400 INFO anaconda:packaging: Installed: libmodulemd1-1.8.11-4.el8_1.aarch64 1576093164 0879ea74919dd39e22980004d715cf0c81088bf85e1108154e74286d11ce0d6d 23:03:51,460 INFO anaconda:packaging: Installed: polkit-libs-0.115-9.el8.aarch64 1573512852 a7104bc17b5c0baf19692628955e173b2d64eca36cc88a2bef6db630f0532317 23:03:51,495 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-libs-0.115-9.el8.aarch64 1573512852 a7104bc17b5c0baf19692628955e173b2d64eca36cc88a2bef6db630f0532317 23:03:51,520 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-9.el8.aarch64 1573512852 ed0311423e12642f6bfc0c32d2475be6f435731b5467c3a0743b43b26379a49b 23:03:51,550 INFO groupadd:group added to /etc/group: name=polkitd, GID=996 23:03:51,555 INFO groupadd:group added to /etc/gshadow: name=polkitd 23:03:51,558 INFO groupadd:new group: name=polkitd, GID=996 23:03:51,577 INFO useradd:new user: name=polkitd, UID=998, GID=996, home=/, shell=/sbin/nologin 23:03:51,602 INFO anaconda:packaging: Installed: polkit-0.115-9.el8.aarch64 1573512852 ed0311423e12642f6bfc0c32d2475be6f435731b5467c3a0743b43b26379a49b 23:03:51,732 INFO anaconda:packaging: Configuring (running scriptlet for): polkit-0.115-9.el8.aarch64 1573512852 ed0311423e12642f6bfc0c32d2475be6f435731b5467c3a0743b43b26379a49b 23:03:51,766 INFO anaconda:packaging: Installed: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 23:03:51,819 INFO anaconda:packaging: Installed: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 23:03:51,912 INFO anaconda:packaging: Installed: policycoreutils-2.9-3.el8.aarch64 1573488035 78dedca50bdd817496b77f7516b10e5003e3ba7d16e406e5e44597da76c67318 23:03:52,383 INFO anaconda:packaging: Configuring (running scriptlet for): policycoreutils-2.9-3.el8.aarch64 1573488035 78dedca50bdd817496b77f7516b10e5003e3ba7d16e406e5e44597da76c67318 23:03:52,418 INFO anaconda:packaging: Installed: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 23:03:52,460 INFO anaconda:packaging: Installed: libsolv-0.7.4-3.el8.aarch64 1573234478 b842f1ea4a11d3775f20fdbe2d184a5e7e0a881fa7508de6cb65d86d1afd306c 23:03:52,537 INFO anaconda:packaging: Installed: iproute-4.18.0-15.el8.aarch64 1573232985 cfd58ae6c49fedfcd8c9fc8ce252d5b337f03e88db12aab6e342f7e9c752bd3f 23:03:52,907 INFO anaconda:packaging: Installed: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 23:03:52,965 INFO anaconda:packaging: Installed: python3-audit-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 11c5899061960567d2dada6bfe0ef3e41ad5cf0a8534a8114e5ddcc1af3786be 23:03:53,002 INFO anaconda:packaging: Installed: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 23:03:53,129 INFO anaconda:packaging: Installed: kernel-core-4.18.0-147.3.1.el8_1.aarch64 1578096988 5ecc296fd16979e85eaf846b82808900e63a08d5327a3a346182665721df360c Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14149/14400 23:03:57,996 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-147.3.1.el8_1.aarch64 1578096988 5ecc296fd16979e85eaf846b82808900e63a08d5327a3a346182665721df360c 23:03:58,018 INFO anaconda:packaging: Installed: crontabs-1.11-16.20150630git.el8.noarch 1557580631 57a0a20b081bf0e24fb60146e3a004ff64ab5d55ea0d491c3920c76d4ddac2fe 23:03:58,052 INFO anaconda:packaging: Installed: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 23:03:58,121 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 23:03:58,160 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 23:03:58,205 INFO anaconda:packaging: Installed: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 23:03:58,224 INFO anaconda:packaging: Configuring (running scriptlet for): cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 23:03:58,256 INFO anaconda:packaging: Installed: iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 23:03:58,493 INFO anaconda:packaging: Configuring (running scriptlet for): iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 23:03:58,530 INFO anaconda:packaging: Installed: NetworkManager-libnm-1:1.20.0-3.el8.aarch64 1573235835 9093e381ee3316634f1eed41c8c4ed2f22ed26f4897b06d194d99554ce8b6f75 23:03:59,157 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-libnm-1:1.20.0-3.el8.aarch64 1573235835 9093e381ee3316634f1eed41c8c4ed2f22ed26f4897b06d194d99554ce8b6f75 23:03:59,186 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.20.0-3.el8.aarch64 1573235835 0bdecc9952fec17c92b7bec5550f4545fbfb8ddacf39882ee274c1b9ecf9d1b3 23:03:59,201 INFO anaconda:packaging: Installed: NetworkManager-1:1.20.0-3.el8.aarch64 1573235835 0bdecc9952fec17c92b7bec5550f4545fbfb8ddacf39882ee274c1b9ecf9d1b3 23:03:59,781 INFO anaconda:packaging: Configuring (running scriptlet for): NetworkManager-1:1.20.0-3.el8.aarch64 1573235835 0bdecc9952fec17c92b7bec5550f4545fbfb8ddacf39882ee274c1b9ecf9d1b3 23:03:59,862 INFO anaconda:packaging: Installed: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 23:03:59,865 DEBUG NetworkManager: [1578783839.8628] platform-linux: UDEV event: action 'change' subsys 'net' device 'enp1s0' (2); seqnum=2088 23:03:59,869 DEBUG NetworkManager: [1578783839.8696] platform-linux: UDEV event: action 'change' subsys 'net' device 'lo' (1); seqnum=2089 23:03:59,980 INFO anaconda:packaging: Installed: python3-gobject-base-3.28.3-1.el8.aarch64 1557588487 ec8aa634bc4c3de87a638b609bd8aa94bcf7f06b9d532ac1eb8f9a5032f8276e 23:04:00,235 INFO anaconda:packaging: Installed: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 23:04:00,422 INFO anaconda:packaging: Installed: ima-evm-utils-1.1-5.el8.aarch64 1573232742 b58f45e55741bb835ec566af2afc36cd97d8fc354b3aad96a85980cadefa968c 23:04:00,461 INFO anaconda:packaging: Installed: libsss_certmap-2.2.0-19.el8.aarch64 1573512794 11647f23c1dae08df9814eae78825c3ed4b766740135b27edfadbb3859e50cff 23:04:00,496 INFO anaconda:packaging: Configuring (running scriptlet for): libsss_certmap-2.2.0-19.el8.aarch64 1573512794 11647f23c1dae08df9814eae78825c3ed4b766740135b27edfadbb3859e50cff 23:04:00,538 INFO anaconda:packaging: Installed: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 23:04:00,808 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 23:04:01,870 INFO anaconda:packaging: Installed: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 23:04:02,037 INFO anaconda:packaging: Installed: libnfsidmap-1:2.3.3-26.el8.aarch64 1573235829 546b1549d01858aa8a020bc3e953edc05f2d5a434832692d809ccee500ffa267 23:04:02,084 INFO anaconda:packaging: Installed: libldb-1.5.4-2.el8.aarch64 1573487471 e97703e1f23de9959ce24875cf50c0c4efd3e54e8568a169c674dac413a112d1 23:04:02,198 INFO anaconda:packaging: Installed: sssd-nfs-idmap-2.2.0-19.el8.aarch64 1573512794 8194cfa4b8b3b4e75485d15a1cceef24fd5ca904934ae4b03f2e81a3c0d45acf 23:04:02,220 INFO anaconda:packaging: Installed: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 23:04:02,237 INFO anaconda:packaging: Installed: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 23:04:02,290 INFO anaconda:packaging: Installed: python3-gobject-3.28.3-1.el8.aarch64 1557588487 6299c46d95e3dcf38f135a3cf51f412b1fdc7b03f2bdb92e79410a52cb437905 23:04:02,319 INFO anaconda:packaging: Installed: kernel-modules-4.18.0-147.3.1.el8_1.aarch64 1578096988 5be538654b2aa8ebbf8cb011347f8fd6a648c10c7593c0091fb00ecb970027bd 23:04:03,467 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-modules-4.18.0-147.3.1.el8_1.aarch64 1578096988 5be538654b2aa8ebbf8cb011347f8fd6a648c10c7593c0091fb00ecb970027bd Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14139/14400 23:04:08,752 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:04:08,791 INFO groupadd:group added to /etc/group: name=rpc, GID=32 23:04:08,796 INFO groupadd:group added to /etc/gshadow: name=rpc 23:04:08,799 INFO groupadd:new group: name=rpc, GID=32 23:04:08,826 INFO useradd:new user: name=rpc, UID=32, GID=32, home=/var/lib/rpcbind, shell=/sbin/nologin 23:04:08,851 INFO anaconda:packaging: Installed: rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:04:08,897 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:04:08,971 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:04:09,040 INFO anaconda:packaging: Configuring (running scriptlet for): rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:04:09,105 INFO anaconda:packaging: Installed: rpm-plugin-selinux-4.14.2-25.el8.aarch64 1573240096 42872dd6a1695dc061aa6acaa29715e90e2aa00b53b6ab7bb3bb43420ede8e46 23:04:09,127 INFO anaconda:packaging: Installed: selinux-policy-3.14.3-20.el8.noarch 1573585042 e8f90558d8479ca9206014b9f68339b74f214f2f24a9e2e53d1ea8dc77cfaacc 23:04:09,144 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-20.el8.noarch 1573585042 e8f90558d8479ca9206014b9f68339b74f214f2f24a9e2e53d1ea8dc77cfaacc 23:04:09,164 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-3.14.3-20.el8.noarch 1573585042 e8f90558d8479ca9206014b9f68339b74f214f2f24a9e2e53d1ea8dc77cfaacc 23:04:09,220 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-20.el8.noarch 1573585042 a5c67bf86a55d8ce4fbd3567aa85034fe2cdf8b99aedb083461c9670d03175e5 23:04:09,234 INFO anaconda:packaging: Installed: selinux-policy-targeted-3.14.3-20.el8.noarch 1573585042 a5c67bf86a55d8ce4fbd3567aa85034fe2cdf8b99aedb083461c9670d03175e5 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14129/14400 23:04:17,052 INFO anaconda:packaging: Configuring (running scriptlet for): selinux-policy-targeted-3.14.3-20.el8.noarch 1573585042 a5c67bf86a55d8ce4fbd3567aa85034fe2cdf8b99aedb083461c9670d03175e5 23:04:18,288 INFO kernel:SELinux: Converting 268 SID table entries... 23:04:18,288 INFO kernel:SELinux: policy capability network_peer_controls=1 23:04:18,288 INFO kernel:SELinux: policy capability open_perms=1 23:04:18,288 INFO kernel:SELinux: policy capability extended_socket_class=1 23:04:18,288 INFO kernel:SELinux: policy capability always_check_network=0 23:04:18,289 INFO kernel:SELinux: policy capability cgroup_seclabel=1 23:04:18,289 INFO kernel:SELinux: policy capability nnp_nosuid_transition=1 23:04:18,565 INFO dbus-daemon:[system] Reloaded configuration 23:04:18,575 INFO dbus-daemon:Reloaded configuration 23:04:19,086 INFO anaconda:packaging: Installed: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 23:04:19,116 INFO anaconda:packaging: Installed: gssproxy-0.8.0-14.el8.aarch64 1573232732 95271115f298f57bee19a0ae06590affac813db4b7cfdbac25f3be1a15490795 23:04:19,181 INFO anaconda:packaging: Configuring (running scriptlet for): gssproxy-0.8.0-14.el8.aarch64 1573232732 95271115f298f57bee19a0ae06590affac813db4b7cfdbac25f3be1a15490795 23:04:19,223 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-8.el8.aarch64 1557812335 5c40a9d31aedc56c73de9f2e7f236885e3eee0cd2e3d0e16f5010ca09b87ae92 23:04:19,283 INFO groupadd:group added to /etc/group: name=unbound, GID=995 23:04:19,289 INFO groupadd:group added to /etc/gshadow: name=unbound 23:04:19,292 INFO groupadd:new group: name=unbound, GID=995 23:04:19,317 INFO useradd:new user: name=unbound, UID=997, GID=995, home=/etc/unbound, shell=/sbin/nologin 23:04:19,364 INFO anaconda:packaging: Installed: unbound-libs-1.7.3-8.el8.aarch64 1557812335 5c40a9d31aedc56c73de9f2e7f236885e3eee0cd2e3d0e16f5010ca09b87ae92 23:04:19,491 INFO anaconda:packaging: Configuring (running scriptlet for): unbound-libs-1.7.3-8.el8.aarch64 1557812335 5c40a9d31aedc56c73de9f2e7f236885e3eee0cd2e3d0e16f5010ca09b87ae92 23:04:19,541 INFO anaconda:packaging: Installed: python3-unbound-1.7.3-8.el8.aarch64 1557812335 1ccd47844ef949eb4b6eb3fb169d235aa465778d0d67bdbbfa657182278c7a85 23:04:19,643 INFO anaconda:packaging: Installed: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 23:04:19,672 INFO anaconda:packaging: Configuring (running scriptlet for): timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 23:04:19,707 INFO anaconda:packaging: Installed: python3-libsemanage-2.9-1.el8.aarch64 1573487540 af053286389567214e1917a110bbb12b3710a4292481b53f6d563c7127e3d7b2 23:04:19,749 INFO anaconda:packaging: Installed: python3-setools-4.2.2-1.el8.aarch64 1573493537 96725cf51e5349d7eae0487f4f2611ee2a6b339e3ae4defae82c655e1b864aa9 23:04:20,297 INFO anaconda:packaging: Installed: python3-policycoreutils-2.9-3.el8.noarch 1573488035 e475a0675789f63672538b41a284375b24d56028a8dfa85655265396f43546fd 23:04:21,354 INFO anaconda:packaging: Installed: policycoreutils-python-utils-2.9-3.el8.noarch 1573488035 368f2920e1dd4d2d74fc96b41cc9466f39d8485cf6235ae036f0fd7c32c166fb 23:04:21,476 INFO anaconda:packaging: Installed: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 23:04:21,562 INFO anaconda:packaging: Installed: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 23:04:21,730 INFO anaconda:packaging: Installed: python3-linux-procfs-0.6-7.el8.noarch 1573239108 5226e65270b5a04b649ce2b7a74ed57ee390a8120a6057fe77fa535740992e27 23:04:21,786 INFO anaconda:packaging: Installed: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 23:04:21,952 INFO anaconda:packaging: Installed: python3-libcomps-0.1.11-2.el8.aarch64 1573233392 8a8fc1b08c3eb295e863ced3b49e9c503e22bdc9fcaa6be8b958add274442067 23:04:21,979 INFO anaconda:packaging: Installed: python3-libxml2-2.9.7-5.el8.aarch64 1557535440 b9f44dccb1a6e0417393a56b1ab0c10f2ddab1edc2f9f0591fa3e3197cc6d081 23:04:22,089 INFO anaconda:packaging: Installed: python3-perf-4.18.0-147.3.1.el8_1.aarch64 1578096988 3319fbeb285639f7fe6e239a3660e6e0643021e1cb20ee5e8cb0eedc67f044e7 23:04:22,131 INFO anaconda:packaging: Installed: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 23:04:22,315 INFO anaconda:packaging: Installed: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 23:04:22,344 INFO anaconda:packaging: Installed: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 23:04:22,422 INFO anaconda:packaging: Installed: python3-netifaces-0.10.6-4.el8.aarch64 1557807744 c805709ad155fa3a798350106f664aa3f239879560269146484bcf36c5d6f0d5 23:04:22,455 INFO anaconda:packaging: Installed: python3-newt-0.52.20-9.el8.aarch64 1557587113 1d3fda5b69f9ae5df628ee6817470dd147efd393e2bc5f07136fbeeda7e29514 23:04:22,485 INFO anaconda:packaging: Installed: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 23:04:22,605 INFO anaconda:packaging: Installed: kernel-tools-4.18.0-147.3.1.el8_1.aarch64 1578096988 23267601579476f3fd8c95cedc55de89d385381e351673d94ebb6da640676e09 23:04:22,708 INFO anaconda:packaging: Installed: python3-asn1crypto-0.24.0-3.el8.noarch 1557588506 95155acf769b85643a43b670759ed7e0c14d8b2fbc2cc58f2cee5d38d78d12e8 23:04:22,938 INFO anaconda:packaging: Installed: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 23:04:23,258 INFO anaconda:packaging: Installed: python3-ply-3.9-7.el8.noarch 1557588726 f797d3780fe602a3d71ba5ce3c6cdc5c3fa9a3ff3640d6abbc7d78809e556de7 23:04:23,339 INFO anaconda:packaging: Installed: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 23:04:23,497 INFO anaconda:packaging: Installed: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 23:04:23,720 INFO anaconda:packaging: Installed: python3-cryptography-2.3-2.el8.aarch64 1557589132 44fb2649bcfb5e710c9eee82ee7a926a7ec1a51b989fa6142fa7e205dd52eebf 23:04:24,597 INFO anaconda:packaging: Installed: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 23:04:24,713 INFO anaconda:packaging: Installed: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 23:04:25,083 INFO anaconda:packaging: Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch 1557807120 15d72644ce92ad261c4c6a97ebdd863bba4c5aa14fa50444873294cdbb612fff 23:04:25,181 INFO anaconda:packaging: Installed: python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 1573704981 08d81c0dbed2e0dac8c84540953840af202ecf66dd9653aabf2ec57fa64b0a3c 23:04:25,281 INFO anaconda:packaging: Installed: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 23:04:25,320 INFO anaconda:packaging: Installed: python3-urllib3-1.24.2-2.el8.noarch 1573588287 50abeee694b5648795602784b07de9463a1dd55b4c5bb4751ef987d1dd233b53 23:04:25,604 INFO anaconda:packaging: Installed: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 23:04:25,770 INFO anaconda:packaging: Installed: python3-syspurpose-1.25.17-1.el8.aarch64 1574362418 0b642b19c69672b74e32012c73c5346d9f5a139d18684fb613180d325550ef59 23:04:25,876 INFO anaconda:packaging: Installed: python3-hwdata-2.3.6-3.el8.noarch 1557807484 7db269ccc445b3b913faf7bd3d90d48cd7dbffaf210a3734be4051b4c06090cf 23:04:25,958 INFO anaconda:packaging: Installed: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 23:04:26,000 INFO anaconda:packaging: Installed: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 23:04:26,045 INFO anaconda:packaging: Installed: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 23:04:26,214 INFO anaconda:packaging: Installed: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c868277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 23:04:26,257 INFO anaconda:packaging: Installed: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14119/14400 23:04:26,535 INFO anaconda:packaging: Installed: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 23:04:26,620 INFO anaconda:packaging: Installed: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 23:04:29,956 INFO anaconda:packaging: Installed: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 23:04:30,562 INFO anaconda:packaging: Installed: audit-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 be1763e1bf20741ad7de85d00784e5837403f5ddbf8c29090621d5bf0e52997b 23:04:30,793 INFO anaconda:packaging: Configuring (running scriptlet for): audit-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 be1763e1bf20741ad7de85d00784e5837403f5ddbf8c29090621d5bf0e52997b 23:04:30,840 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 23:04:30,857 INFO anaconda:packaging: Installed: authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 23:04:31,066 INFO anaconda:packaging: Installed: dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 23:04:31,093 INFO anaconda:packaging: Configuring (running scriptlet for): dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 23:04:31,132 INFO anaconda:packaging: Installed: initscripts-10.00.4-1.el8.aarch64 1573232863 380252cfb290a90b34716d10551425dd166390cfa758977581ef82f9b07b7224 23:04:31,430 INFO anaconda:packaging: Configuring (running scriptlet for): initscripts-10.00.4-1.el8.aarch64 1573232863 380252cfb290a90b34716d10551425dd166390cfa758977581ef82f9b07b7224 23:04:31,504 INFO anaconda:packaging: Configuring (running scriptlet for): initscripts-10.00.4-1.el8.aarch64 1573232863 380252cfb290a90b34716d10551425dd166390cfa758977581ef82f9b07b7224 23:04:31,526 INFO anaconda:packaging: Installed: net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 23:04:31,740 INFO anaconda:packaging: Configuring (running scriptlet for): net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 23:04:31,775 INFO anaconda:packaging: Installed: oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 23:04:31,863 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 23:04:31,899 INFO dbus-daemon:[system] Reloaded configuration 23:04:31,905 INFO dbus-daemon:Reloaded configuration 23:04:31,920 INFO anaconda:packaging: Installed: oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 23:04:31,958 INFO anaconda:packaging: Configuring (running scriptlet for): oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 23:04:31,994 INFO dbus-daemon:[system] Reloaded configuration 23:04:31,995 INFO anaconda:packaging: Installed: authselect-1.1-2.el8.aarch64 1573230404 a5d616eda2b80c58b429388fc966a542b5d9b712649101e7eb1b12fde7de8bf0 23:04:32,000 INFO dbus-daemon:Reloaded configuration 23:04:32,041 INFO anaconda:packaging: Installed: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 23:04:32,091 INFO anaconda:packaging: Configuring (running scriptlet for): dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 23:04:32,122 INFO anaconda:packaging: Installed: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 23:04:32,288 INFO anaconda:packaging: Installed: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 23:04:32,383 INFO anaconda:packaging: Installed: python3-firewall-0.7.0-5.el8.noarch 1573231701 b93fe93a665d8fcff4e12987c71db4c0233b18fbf30f01ad10dfa1aa6d9f77b3 23:04:32,805 INFO anaconda:packaging: Installed: gsettings-desktop-schemas-3.32.0-3.el8.aarch64 1573232613 f2d9fce2b2145ca15f024c6136d043975c03b228281aa16d6e9438fa0310ac57 23:04:33,223 INFO anaconda:packaging: Installed: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 23:04:33,467 INFO anaconda:packaging: Installed: cockpit-bridge-196.3-1.el8.aarch64 1573230707 ea4be5b56693e747264b43fbd7ec89f3889021df7ba557936edf22f8d5c9d1cc 23:04:33,592 INFO anaconda:packaging: Installed: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 23:04:33,618 INFO anaconda:packaging: Installed: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 23:04:33,827 INFO anaconda:packaging: Installed: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 23:04:33,874 INFO anaconda:packaging: Configuring (running scriptlet for): pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 23:04:33,895 INFO anaconda:packaging: Installed: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 23:04:34,270 INFO anaconda:packaging: Configuring (running scriptlet for): libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 23:04:34,297 INFO anaconda:packaging: Installed: grub2-tools-extra-1:2.02-78.el8.aarch64 1574699200 d200c93c872183b0103260ccca16759ee2f42d716690e47e2c7eede12e14a966 23:04:34,658 INFO anaconda:packaging: Installed: bind-export-libs-32:9.11.4-26.P2.el8.aarch64 1573498702 5ec09684ff0d5349940a316487a989fdf28ee4d1183ffc7a12f1e9f400828584 23:04:34,903 INFO anaconda:packaging: Configuring (running scriptlet for): bind-export-libs-32:9.11.4-26.P2.el8.aarch64 1573498702 5ec09684ff0d5349940a316487a989fdf28ee4d1183ffc7a12f1e9f400828584 23:04:34,930 INFO anaconda:packaging: Installed: fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 23:04:34,950 INFO anaconda:packaging: Configuring (running scriptlet for): fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 23:04:34,976 INFO anaconda:packaging: Installed: fipscheck-1.5.0-4.el8.aarch64 1557581383 6a5f0fd839aad1ef9a435346b7c7f7f6c892af6b3856732b32bbe2aaf75a1d39 23:04:35,017 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-8.0p1-3.el8.aarch64 1573237033 319ed06ae83288371ca27aa1d04b4b3fc0fb8c99c4497c7f71af30243d478a22 23:04:35,069 INFO groupadd:group added to /etc/group: name=ssh_keys, GID=994 23:04:35,075 INFO groupadd:group added to /etc/gshadow: name=ssh_keys 23:04:35,078 INFO groupadd:new group: name=ssh_keys, GID=994 23:04:35,086 INFO anaconda:packaging: Installed: openssh-8.0p1-3.el8.aarch64 1573237033 319ed06ae83288371ca27aa1d04b4b3fc0fb8c99c4497c7f71af30243d478a22 23:04:35,259 INFO anaconda:packaging: Installed: mokutil-1:0.3.0-9.el8.aarch64 1557586896 8c51a122cdeeda7d93b8390f20cc4127172b97d5e00aa3b163ac315b35a89f5a 23:04:35,289 INFO anaconda:packaging: Installed: rpm-plugin-systemd-inhibit-4.14.2-25.el8.aarch64 1573240096 e2f449fb449a5b8a9808397086467eb5d1d61bcbd40451ae0e2af6d7fc2b6cb4 23:04:35,305 INFO anaconda:packaging: Installed: sscg-2.3.3-6.el8.aarch64 1557810975 d029f87ab67913b9202957a9486729e3803d850370c99aa019e60331dd33daec 23:04:35,334 INFO anaconda:packaging: Installed: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 23:04:35,360 INFO anaconda:packaging: Installed: sssd-client-2.2.0-19.el8.aarch64 1573512794 7fd5c4eef93623f07d89357bf4c1e9f2e9691257336cd8b8ae3339563407ce19 23:04:35,438 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-client-2.2.0-19.el8.aarch64 1573512794 7fd5c4eef93623f07d89357bf4c1e9f2e9691257336cd8b8ae3339563407ce19 23:04:35,476 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.0-19.el8.aarch64 1573512794 da8648f624682b2287af381481e254eb0159bddc4cf2e3699e1d942d29b55264 23:04:35,528 INFO groupadd:group added to /etc/group: name=sssd, GID=993 23:04:35,534 INFO groupadd:group added to /etc/gshadow: name=sssd 23:04:35,538 INFO groupadd:new group: name=sssd, GID=993 23:04:35,560 INFO useradd:new user: name=sssd, UID=996, GID=993, home=/, shell=/sbin/nologin 23:04:35,606 INFO anaconda:packaging: Installed: sssd-common-2.2.0-19.el8.aarch64 1573512794 da8648f624682b2287af381481e254eb0159bddc4cf2e3699e1d942d29b55264 23:04:36,315 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.0-19.el8.aarch64 1573512794 da8648f624682b2287af381481e254eb0159bddc4cf2e3699e1d942d29b55264 23:04:36,478 INFO anaconda:packaging: Installed: dracut-squash-049-27.git20190906.el8_1.1.aarch64 1578075187 79d1111ccf1a224e361dd1bd81946792a60192f3e3050cff0307d2a2cea157c0 23:04:36,500 INFO anaconda:packaging: Installed: xfsprogs-5.0.0-1.el8.aarch64 1573244453 3af6826b50f41559df742eaffaab3038fc9bf7bb51e815f99257427241f41053 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14109/14400 23:04:36,952 INFO anaconda:packaging: Configuring (running scriptlet for): xfsprogs-5.0.0-1.el8.aarch64 1573244453 3af6826b50f41559df742eaffaab3038fc9bf7bb51e815f99257427241f41053 23:04:36,981 INFO anaconda:packaging: Installed: e2fsprogs-1.44.6-3.el8.aarch64 1573233254 f6763b7ee83f470671015d8c01e8c2fa6274887e81da2911f5f5acf110c1af4e 23:04:37,405 INFO anaconda:packaging: Installed: dhcp-libs-12:4.3.6-34.el8.aarch64 1574177723 1c66b5647558403d0d68364bf76f1f00a640fa86562f9f1ff6674f273230235c 23:04:37,438 INFO anaconda:packaging: Installed: dhcp-client-12:4.3.6-34.el8.aarch64 1574177723 e8e0e7dd3dfa5f42ed49873f7f076f59aa2d9465ea38004a612c9dc98e443fa2 23:04:37,525 INFO anaconda:packaging: Installed: dracut-network-049-27.git20190906.el8_1.1.aarch64 1578075187 8f882b4dab0f8aaf1a4464ffbbf3bbcebc4735c8bfa2ef3a931e3f9061d42700 23:04:37,697 INFO anaconda:packaging: Installed: kexec-tools-2.0.19-12.el8_1.1.aarch64 1578075342 83b2f65073ec812d05075c114db64128719d15fd87df22e807cdc3d6b5b800dd 23:04:37,937 INFO anaconda:packaging: Configuring (running scriptlet for): kexec-tools-2.0.19-12.el8_1.1.aarch64 1578075342 83b2f65073ec812d05075c114db64128719d15fd87df22e807cdc3d6b5b800dd 23:04:37,977 INFO anaconda:packaging: Installed: libusbx-1.0.22-1.el8.aarch64 1557535350 24145e86f4b02fac2175f3d8e9f38749618a8b770b45ae2a5a92311c220c9ff0 23:04:38,011 INFO anaconda:packaging: Installed: gnupg2-smime-2.2.9-1.el8.aarch64 1557534580 caa079a4e2ee59c9fb062c2fee2087e360863249d820eecb4c21f12a106c352c 23:04:38,075 INFO anaconda:packaging: Installed: gnupg2-2.2.9-1.el8.aarch64 1557534580 cdaad1e2c2321bd400740c140f595c03baee66a4d3af42a97808202c2a047614 23:04:38,955 INFO anaconda:packaging: Installed: gpgme-1.10.0-6.el8.0.1.aarch64 1557965317 8113abba5e1552707c4bb808b9fbbd42e8837046e7a815fea170eaa032ade3e7 23:04:39,037 INFO anaconda:packaging: Installed: librepo-1.10.3-3.el8.aarch64 1573234097 04c498d2659373d1ea4b96f5fe467c8f68867484030462537275e2643d423dce 23:04:39,070 INFO anaconda:packaging: Installed: libdnf-0.35.1-9.el8_1.aarch64 1576094372 066f9f0de17b6a32a3d54adc76fc54a247405f39562769dc5fc73115ee9ce62e 23:04:39,508 INFO anaconda:packaging: Installed: python3-libdnf-0.35.1-9.el8_1.aarch64 1576094372 9b4b379d377df15867b21aaa6fc03dfdfaa99392f69994498497f4636a02e562 23:04:39,786 INFO anaconda:packaging: Installed: python3-hawkey-0.35.1-9.el8_1.aarch64 1576094372 a2df038876c0266408fa3d3b1a804944111fe7af92a2ef7e048d2c386896a0c6 23:04:39,838 INFO anaconda:packaging: Installed: python3-librepo-1.10.3-3.el8.aarch64 1573234097 2b3c59be4c1694c478d757490bb771415c3fc5009faf8e7dedfd1548bc3a3198 23:04:39,866 INFO anaconda:packaging: Installed: python3-gpg-1.10.0-6.el8.0.1.aarch64 1557965317 cd7c23cccf987fc8a7d3a3508508377e030eef22513de56062b2eaf49e855819 23:04:40,139 INFO anaconda:packaging: Installed: rpm-build-libs-4.14.2-25.el8.aarch64 1573240096 e8a0fd5945bbefb9101e541d14f0954da786d0f91b8f61907e15b2a12a768014 23:04:40,178 INFO anaconda:packaging: Configuring (running scriptlet for): rpm-build-libs-4.14.2-25.el8.aarch64 1573240096 e8a0fd5945bbefb9101e541d14f0954da786d0f91b8f61907e15b2a12a768014 23:04:40,209 INFO anaconda:packaging: Installed: python3-rpm-4.14.2-25.el8.aarch64 1573240096 71a4a1847e162ea824cd97f4cb999f3c6b2fddcc71dda3f629a22237bdf8d01c 23:04:40,290 INFO anaconda:packaging: Installed: python3-dnf-4.2.7-7.el8_1.noarch 1576770263 6a2bcc5e243e330a0eac7ac21c16df3e8aeb6c0a19c635568e734dee31f1493e 23:04:40,908 INFO anaconda:packaging: Installed: dnf-4.2.7-7.el8_1.noarch 1576770263 36bfe110fb40a28b833d69f38a082a0f8f38c0c9fbf12b6c981521edf92a15fc 23:04:41,137 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-4.2.7-7.el8_1.noarch 1576770263 36bfe110fb40a28b833d69f38a082a0f8f38c0c9fbf12b6c981521edf92a15fc 23:04:41,177 INFO anaconda:packaging: Installed: setroubleshoot-plugins-3.3.10-3.el8.noarch 1573240978 9313532f5a1f2eab848897e3a4c291d93f4bbc83f2620839746a0e78c0d4230c 23:04:41,905 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.20-2.el8.aarch64 1573240880 cb7fc9b951ad25ea64dc59b6087bca5dff5adbdad8f439b94fadec66e9235436 23:04:41,937 INFO useradd:new group: name=setroubleshoot, GID=992 23:04:41,938 INFO useradd:new user: name=setroubleshoot, UID=995, GID=992, home=/var/lib/setroubleshoot, shell=/sbin/nologin 23:04:42,118 INFO anaconda:packaging: Installed: setroubleshoot-server-3.3.20-2.el8.aarch64 1573240880 cb7fc9b951ad25ea64dc59b6087bca5dff5adbdad8f439b94fadec66e9235436 23:04:42,668 INFO anaconda:packaging: Configuring (running scriptlet for): setroubleshoot-server-3.3.20-2.el8.aarch64 1573240880 cb7fc9b951ad25ea64dc59b6087bca5dff5adbdad8f439b94fadec66e9235436 23:04:42,760 INFO anaconda:packaging: Installed: python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 a6cc943ffda27e3d29cc80d237bafa7743a94ba4055d54f3f42da27a98c995fc 23:04:42,936 INFO anaconda:packaging: Installed: rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 23:04:43,242 INFO anaconda:packaging: Configuring (running scriptlet for): rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 23:04:43,261 INFO anaconda:packaging: Installed: python3-dnf-plugins-core-4.0.8-3.el8.noarch 1573573422 bcdeb1093281850403cc71cbd07b9f40880b51e7b30102bdd1170aac81ab4780 23:04:43,470 INFO anaconda:packaging: Installed: dnf-plugins-core-4.0.8-3.el8.noarch 1573573422 462ff8f34d236d66dd2887f780ba5d7a9eba9a0163b5f2be7f3077682735e289 23:04:43,519 INFO anaconda:packaging: Installed: python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 021789e27ff75fc27325557a5b6f6e56f92c89035544428c276a67d6f7c7b87a 23:04:43,551 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 23:04:43,560 INFO anaconda:packaging: Installed: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 23:04:43,585 INFO anaconda:packaging: Configuring (running scriptlet for): dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 23:04:43,595 INFO anaconda:packaging: Configuring (running scriptlet for): logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 23:04:43,610 INFO anaconda:packaging: Installed: logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 23:04:43,653 INFO anaconda:packaging: Installed: centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 23:04:44,003 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 23:04:44,021 INFO anaconda:packaging: Installed: teamd-1.28-4.el8.aarch64 1573234657 b140894120d427016d6956702078a4f610a261e0eedf8b08f1e7a36c79b26d58 23:04:44,168 INFO anaconda:packaging: Installed: NetworkManager-team-1:1.20.0-3.el8.aarch64 1573235835 c3fd633845b1697d26095c2a50280ee05b21f301e9cadb3be963c204e8207834 23:04:44,183 INFO anaconda:packaging: Installed: quota-1:4.04-10.el8.aarch64 1557588824 e63088cb4953eeddaf321aa25b33701c44e70180697b7af54011cd193ffe0c48 23:04:44,322 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:04:44,338 NOTICE kernel:audit: type=1400 audit(1578783884.320:68): avc: denied { read } for pid=2798 comm="groupadd" path="pipe:[51484]" dev="pipefs" ino=51484 scontext=system_u:system_r:groupadd_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=fifo_file permissive=1 23:04:44,338 NOTICE kernel:audit: type=1300 audit(1578783884.320:68): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaac97f9cf0 a1=aaaac97fcf60 a2=aaaac97fd160 a3=ffff9893f710 items=0 ppid=2794 pid=2798 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="groupadd" exe="/usr/sbin/groupadd" subj=system_u:system_r:groupadd_t:s0 key=(null) 23:04:44,338 NOTICE kernel:audit: type=1327 audit(1578783884.320:68): proctitle=2F7573722F7362696E2F67726F7570616464002D670032390072706375736572 23:04:44,373 INFO groupadd:group added to /etc/group: name=rpcuser, GID=29 23:04:44,378 NOTICE kernel:audit: type=1400 audit(1578783884.360:69): avc: denied { ioctl } for pid=2798 comm="groupadd" path="pipe:[51484]" dev="pipefs" ino=51484 ioctlcmd=0x5401 scontext=system_u:system_r:groupadd_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=fifo_file permissive=1 23:04:44,378 NOTICE kernel:audit: type=1300 audit(1578783884.360:69): arch=c00000b7 syscall=29 success=no exit=-25 a0=0 a1=5401 a2=ffffe1ecbf30 a3=ffffe1ecbfc8 items=0 ppid=2794 pid=2798 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="groupadd" exe="/usr/sbin/groupadd" subj=system_u:system_r:groupadd_t:s0 key=(null) 23:04:44,378 NOTICE kernel:audit: type=1327 audit(1578783884.360:69): proctitle=2F7573722F7362696E2F67726F7570616464002D670032390072706375736572 23:04:44,378 NOTICE kernel:audit: type=1116 audit(1578783884.360:70): pid=2798 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' 23:04:44,379 INFO groupadd:group added to /etc/gshadow: name=rpcuser 23:04:44,388 NOTICE kernel:audit: type=1132 audit(1578783884.370:71): pid=2798 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' 23:04:44,431 INFO groupadd:new group: name=rpcuser, GID=29 23:04:44,498 INFO useradd:new user: name=rpcuser, UID=29, GID=29, home=/var/lib/nfs, shell=/sbin/nologin 23:04:44,508 NOTICE kernel:audit: type=1114 audit(1578783884.490:72): pid=2807 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' 23:04:44,647 INFO anaconda:packaging: Installed: nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:04:44,980 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:04:45,106 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:04:45,136 INFO anaconda:packaging: Configuring (running scriptlet for): nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:04:45,170 INFO anaconda:packaging: Installed: cockpit-system-196.3-1.el8.noarch 1573230707 7dd8997185ae5e315277cede46c753a2d6b6cdcfc83b6dcf880eec3b9afa0793 23:04:45,995 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-196.3-1.el8.aarch64 1573230707 747d67103e9f969894b69086148ed8aeb8e69c814f4a2a1fa44b50028086d7b8 23:04:46,048 INFO groupadd:group added to /etc/group: name=cockpit-ws, GID=991 23:04:46,055 INFO groupadd:group added to /etc/gshadow: name=cockpit-ws 23:04:46,058 NOTICE kernel:audit: type=1116 audit(1578783886.030:73): pid=2831 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' 23:04:46,106 INFO groupadd:new group: name=cockpit-ws, GID=991 23:04:46,176 INFO useradd:new user: name=cockpit-ws, UID=994, GID=991, home=/nonexisting, shell=/sbin/nologin 23:04:46,319 INFO anaconda:packaging: Installed: cockpit-ws-196.3-1.el8.aarch64 1573230707 747d67103e9f969894b69086148ed8aeb8e69c814f4a2a1fa44b50028086d7b8 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14099/14400 23:04:46,695 INFO anaconda:packaging: Configuring (running scriptlet for): cockpit-ws-196.3-1.el8.aarch64 1573230707 747d67103e9f969894b69086148ed8aeb8e69c814f4a2a1fa44b50028086d7b8 23:04:46,732 INFO anaconda:packaging: Installed: rsyslog-8.37.0-13.el8.aarch64 1573240664 0e38fc7ac46fee5155018d02e860cbfcb6c15e0fbfcc4512c1f50d2aacfe1ade 23:04:47,085 INFO anaconda:packaging: Configuring (running scriptlet for): rsyslog-8.37.0-13.el8.aarch64 1573240664 0e38fc7ac46fee5155018d02e860cbfcb6c15e0fbfcc4512c1f50d2aacfe1ade 23:04:47,131 INFO anaconda:packaging: Installed: yum-utils-4.0.8-3.el8.noarch 1573573422 37ae941e5d7b92d9aa299595bfe0c1cd960a1dfe5e6fa3e31a12ae8cdd949824 23:04:47,198 INFO anaconda:packaging: Installed: yum-4.2.7-7.el8_1.noarch 1576770263 8fbe43b831d44d00a1230c28a318d7d6afd594a43863d0dffd1c156c1493f27e 23:04:47,232 INFO anaconda:packaging: Installed: cloud-init-18.5-7.el8.noarch 1576252424 73ffd9574acbfa2b9f749dcc1127a960396bf10878256f3782d8c8f4c416fad9 23:04:48,868 INFO anaconda:packaging: Configuring (running scriptlet for): cloud-init-18.5-7.el8.noarch 1576252424 73ffd9574acbfa2b9f749dcc1127a960396bf10878256f3782d8c8f4c416fad9 23:04:48,955 INFO anaconda:packaging: Installed: sssd-kcm-2.2.0-19.el8.aarch64 1573512794 0bf74ae3c7cbec9445109c1fe0cbe900aa69e5c88b60f1908403a62004430862 23:04:49,014 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-kcm-2.2.0-19.el8.aarch64 1573512794 0bf74ae3c7cbec9445109c1fe0cbe900aa69e5c88b60f1908403a62004430862 23:04:49,052 INFO anaconda:packaging: Installed: tuned-2.12.0-3.el8.noarch 1576255946 93d38c941a733d2a0c0f4a90bedb20ae60bde28e98aed5bcc9cce3566ce240a4 23:04:49,992 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.12.0-3.el8.noarch 1576255946 93d38c941a733d2a0c0f4a90bedb20ae60bde28e98aed5bcc9cce3566ce240a4 23:04:50,038 INFO anaconda:packaging: Installed: shim-aa64-15-8.el8.aarch64 1559920826 fd8634f54437693dcdcba8234c0d28a35fa8811dc2b3f2047f210139e9ffd103 23:04:50,216 INFO anaconda:packaging: Installed: openssh-clients-8.0p1-3.el8.aarch64 1573237033 ec8a8344de6b6fb79cd1722cbf5de1c9aa393befa3dc52553ca794eb17a7bf81 23:04:50,433 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-3.el8.aarch64 1573237033 ef79a2db3d17dd2ec9727f43eb446c1e5506f89d090f069b813a335e442553c5 23:04:50,448 WARNING kernel:kauditd_printk_skb: 2 callbacks suppressed 23:04:50,448 NOTICE kernel:audit: type=1400 audit(1578783890.430:76): avc: denied { transition } for pid=2863 comm="anaconda" path="/usr/bin/bash" dev="vda2" ino=26186 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 23:04:50,448 NOTICE kernel:audit: type=1300 audit(1578783890.430:76): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaab16ec4100 a1=aaab16fe2a80 a2=aaab14d44040 a3=0 items=0 ppid=2155 pid=2863 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="sh" exe="/usr/bin/bash" subj=system_u:system_r:rpm_script_t:s0 key=(null) 23:04:50,448 NOTICE kernel:audit: type=1327 audit(1578783890.430:76): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E3366387457590031 23:04:50,488 INFO groupadd:group added to /etc/group: name=sshd, GID=74 23:04:50,494 INFO groupadd:group added to /etc/gshadow: name=sshd 23:04:50,498 NOTICE kernel:audit: type=1116 audit(1578783890.470:77): pid=2865 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' 23:04:50,498 NOTICE kernel:audit: type=1132 audit(1578783890.480:78): pid=2865 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' 23:04:50,549 INFO groupadd:new group: name=sshd, GID=74 23:04:50,619 INFO useradd:new user: name=sshd, UID=74, GID=74, home=/var/empty/sshd, shell=/sbin/nologin 23:04:50,628 NOTICE kernel:audit: type=1114 audit(1578783890.610:79): pid=2872 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' 23:04:50,763 INFO anaconda:packaging: Installed: openssh-server-8.0p1-3.el8.aarch64 1573237033 ef79a2db3d17dd2ec9727f43eb446c1e5506f89d090f069b813a335e442553c5 23:04:50,890 INFO anaconda:packaging: Configuring (running scriptlet for): openssh-server-8.0p1-3.el8.aarch64 1573237033 ef79a2db3d17dd2ec9727f43eb446c1e5506f89d090f069b813a335e442553c5 23:04:50,929 INFO anaconda:packaging: Installed: grub2-efi-aa64-1:2.02-78.el8.aarch64 1574699200 baa8e3751c946889d72371235585e0829df94dd314d09f133b4bff8126a3a056 23:04:51,039 INFO anaconda:packaging: Installed: passwd-0.80-2.el8.aarch64 1557587492 040487c80718f96fb44579013d6c409f2f4a99ee54b5a07990f23c260b878442 23:04:51,256 INFO anaconda:packaging: Installed: firewalld-0.7.0-5.el8.noarch 1573231701 4634f974cc3500aff1ffbf3e8b2a0379e3f92acc8089f3b0cf7c536fa0336e50 23:04:52,184 INFO anaconda:packaging: Configuring (running scriptlet for): firewalld-0.7.0-5.el8.noarch 1573231701 4634f974cc3500aff1ffbf3e8b2a0379e3f92acc8089f3b0cf7c536fa0336e50 23:04:52,220 INFO anaconda:packaging: Installed: authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 23:04:52,270 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 23:04:52,322 INFO groupadd:group added to /etc/group: name=chrony, GID=990 23:04:52,328 NOTICE kernel:audit: type=1116 audit(1578783892.310:80): pid=2885 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' 23:04:52,328 NOTICE kernel:audit: type=1132 audit(1578783892.320:81): pid=2885 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' 23:04:52,328 INFO groupadd:group added to /etc/gshadow: name=chrony 23:04:52,382 INFO groupadd:new group: name=chrony, GID=990 23:04:52,452 INFO useradd:new user: name=chrony, UID=993, GID=990, home=/var/lib/chrony, shell=/sbin/nologin 23:04:52,458 NOTICE kernel:audit: type=1114 audit(1578783892.440:82): pid=2892 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' 23:04:52,596 INFO anaconda:packaging: Installed: chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 23:04:52,701 INFO anaconda:packaging: Configuring (running scriptlet for): chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 23:04:52,774 INFO anaconda:packaging: Installed: kernel-4.18.0-147.3.1.el8_1.aarch64 1578096988 52f2a88738e71cdaa94303a703d3f077e68ae3297a1521457f5f9e2b1d70cb5c 23:04:52,786 INFO anaconda:packaging: Installed: NetworkManager-tui-1:1.20.0-3.el8.aarch64 1573235835 0ce6aeeb800d5b47d884884effdd058cb3f5a9eda588e81999f5512ba778701f 23:04:52,855 INFO anaconda:packaging: Installed: rng-tools-6.6-2.el8.aarch64 1557588942 23859e3aced0e1f20282134bd5c4cca395ad429916458e65ab349dd3bba25a86 23:04:52,897 INFO anaconda:packaging: Configuring (running scriptlet for): rng-tools-6.6-2.el8.aarch64 1557588942 23859e3aced0e1f20282134bd5c4cca395ad429916458e65ab349dd3bba25a86 23:04:52,933 INFO anaconda:packaging: Installed: qemu-guest-agent-15:2.12.0-88.module_el8.1.0+258+1d2a1d58.1.aarch64 1578631756 9d170f27dc456e27d8adaa64ccd26047b5cf2ba15d0db3673c356eae976c5fe2 23:04:52,998 INFO anaconda:packaging: Installed: irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 23:04:53,030 INFO anaconda:packaging: Configuring (running scriptlet for): irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 23:04:53,066 INFO anaconda:packaging: Installed: cloud-utils-growpart-0.29-3.el8.noarch 1573230520 ce137030e5e2ed2be9238c97448da5189b80d14a5e694b336942dcc6ef1797c7 23:04:53,088 INFO anaconda:packaging: Installed: sudo-1.8.25p1-8.el8_1.aarch64 1576093251 5581c5b38c177f4bd5aadc7badbf15aaa99f9b6d2a4cbfd3505cdbfc3861176e 23:04:53,533 INFO anaconda:packaging: Configuring (running scriptlet for): sudo-1.8.25p1-8.el8_1.aarch64 1576093251 5581c5b38c177f4bd5aadc7badbf15aaa99f9b6d2a4cbfd3505cdbfc3861176e 23:04:53,553 INFO anaconda:packaging: Installed: dracut-config-generic-049-27.git20190906.el8_1.1.aarch64 1578075187 9ead89eff9957c9e8bb9b95699ebc5e1ac0de17225a4a2401503722842cfc103 23:04:53,561 INFO anaconda:packaging: Installed: dracut-config-rescue-049-27.git20190906.el8_1.1.aarch64 1578075187 fbc5382ea869116799cb2ec0bd8dd7d0097d303f13154385a58bba5a1afb6ab7 23:04:53,575 INFO anaconda:packaging: Installed: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 23:04:53,801 INFO anaconda:packaging: Configuring (running scriptlet for): parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 23:04:53,844 INFO anaconda:packaging: Installed: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 23:04:53,951 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 23:04:53,966 INFO anaconda:packaging: Installed: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 23:04:54,666 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 23:04:54,687 INFO anaconda:packaging: Installed: sg3_utils-1.44-3.el8.aarch64 1573240979 ee083687b0640c2e3fdf5815084809d382e2145b49baccf3c241a4041a4906f1 23:04:55,419 INFO anaconda:packaging: Installed: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 23:04:55,454 INFO anaconda:packaging: Installed: rsync-3.1.3-6.el8.aarch64 1573240364 1d0a616e38aab867a4fb15639c11f8cb6745ae9fd397390070c78b18259526bd 23:04:55,609 INFO anaconda:packaging: Installed: tar-2:1.30-4.el8.aarch64 1557536685 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 23:04:55,875 INFO anaconda:packaging: Configuring (running scriptlet for): tar-2:1.30-4.el8.aarch64 1557536685 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 23:04:55,895 INFO anaconda:packaging: Installed: lshw-B.02.18-21.el8.aarch64 1573235087 91a8c71a624463bc766d2c4b6264d0cf58ac89b159bad32fddb214a8827b663b 23:04:55,972 INFO anaconda:packaging: Installed: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 23:04:56,007 INFO anaconda:packaging: Configuring (running scriptlet for): hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 23:04:56,044 INFO anaconda:packaging: Installed: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 23:04:56,133 INFO anaconda:packaging: Installed: lsscsi-0.30-1.el8.aarch64 1557586552 54a0cc194a5c31f4f45d1d2ccf9790e51529d86f0aaf083092096e09011d7bab 23:04:56,175 INFO anaconda:packaging: Installed: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 23:04:56,181 INFO anaconda:packaging: Post installation setup phase started. 23:04:56,206 INFO anaconda:packaging: Configuring (running scriptlet for): filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 23:04:56,409 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-all-langpacks-2.28-72.el8.aarch64 1573010757 013e77eafe9076e066e3b53d831ed5b2ced9c9f54e1f07ede97566e5f8645384 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14089/14400 23:05:04,154 INFO anaconda:packaging: Configuring (running scriptlet for): kernel-core-4.18.0-147.3.1.el8_1.aarch64 1578096988 5ecc296fd16979e85eaf846b82808900e63a08d5327a3a346182665721df360c Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14079/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14069/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14059/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14049/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14039/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14029/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14019/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 14009/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13999/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13989/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13979/14400 23:06:50,427 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 23:06:50,459 INFO anaconda:packaging: Configuring (running scriptlet for): sssd-common-2.2.0-19.el8.aarch64 1573512794 da8648f624682b2287af381481e254eb0159bddc4cf2e3699e1d942d29b55264 23:06:50,488 INFO anaconda:packaging: Configuring (running scriptlet for): centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 23:06:50,504 INFO anaconda:packaging: Configuring (running scriptlet for): tuned-2.12.0-3.el8.noarch 1576255946 93d38c941a733d2a0c0f4a90bedb20ae60bde28e98aed5bcc9cce3566ce240a4 23:06:50,548 INFO anaconda:packaging: Configuring (running scriptlet for): authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 23:06:50,565 INFO anaconda:packaging: Configuring (running scriptlet for): rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 23:06:50,639 INFO anaconda:packaging: Configuring (running scriptlet for): glibc-common-2.28-72.el8.aarch64 1573010757 d90a2e23630cc72b13816de2fc8c3eacf0e3a8196d1886e51affee456f8ee6f1 23:06:50,716 INFO anaconda:packaging: Configuring (running scriptlet for): info-6.5-4.el8.aarch64 1557536354 49a7e7eb36e9c3dfed9f8290e6e1ddc7ed5ccc6721888ce9bd90d9705dde118a 23:06:51,034 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-7.el8.aarch64 1573232550 9aa167a7ad4523f0b04cc818f67d2eb113b97afc391a613d780c8a4032b0148b 23:06:51,092 INFO anaconda:packaging: Configuring (running scriptlet for): glib2-2.56.4-7.el8.aarch64 1573232550 9aa167a7ad4523f0b04cc818f67d2eb113b97afc391a613d780c8a4032b0148b 23:06:51,132 INFO anaconda:packaging: Configuring (running scriptlet for): shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 23:06:53,910 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:53,949 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:53,984 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:54,019 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:54,065 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:54,219 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-18.el8_1.1.aarch64 1578075311 01fba66c119497098edd29804620a7eff4d851774af10f3dbc2da5843c46ae74 23:06:54,971 INFO anaconda:packaging: Configuring (running scriptlet for): systemd-udev-239-18.el8_1.1.aarch64 1578075311 01fba66c119497098edd29804620a7eff4d851774af10f3dbc2da5843c46ae74 23:06:55,093 INFO anaconda:packaging: Configuring (running scriptlet for): fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 23:06:55,403 INFO anaconda:packaging: Configuring (running scriptlet for): man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 23:06:55,438 NOTICE kernel:audit: type=1107 audit(1578784015.420:83): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='avc: received policyload notice (seqno=2)#012 exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' 23:06:55,443 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 23:06:55,448 NOTICE kernel:audit: type=1130 audit(1578784015.430:84): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-r32b412b0a4084f2fb01c1dc4baf33803 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 23:06:55,478 NOTICE kernel:audit: type=1138 audit(1578784015.460:85): pid=2155 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="libgcc-8.3.1-4.5.el8.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' 23:06:55,478 NOTICE kernel:audit: type=1138 audit(1578784015.460:86): pid=2155 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="tzdata-2019c-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' 23:06:55,478 NOTICE kernel:audit: type=1138 audit(1578784015.460:87): pid=2155 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' 23:06:55,478 NOTICE kernel:audit: type=1138 audit(1578784015.460:88): pid=2155 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' 23:06:55,479 NOTICE kernel:audit: type=1138 audit(1578784015.460:89): pid=2155 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' 23:06:55,479 NOTICE kernel:audit: type=1138 audit(1578784015.460:90): pid=2155 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="python3-pip-wheel-9.0.3-15.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' 23:06:55,479 NOTICE kernel:audit: type=1138 audit(1578784015.460:91): pid=2155 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=install sw="hwdata-0.314-8.2.el8_1.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' 23:06:55,479 NOTICE kernel:audit: type=1138 audit(1578784015.460:92): pid=2155 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' 23:06:55,587 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 23:06:55,593 NOTICE systemd:run-r32b412b0a4084f2fb01c1dc4baf33803.service: Main process exited, code=exited, status=5/NOTINSTALLED 23:06:55,594 WARNING systemd:run-r32b412b0a4084f2fb01c1dc4baf33803.service: Failed with result 'exit-code'. 23:06:56,232 INFO anaconda:packaging: Verifying: NetworkManager-1:1.20.0-3.el8.aarch64 1573235835 0bdecc9952fec17c92b7bec5550f4545fbfb8ddacf39882ee274c1b9ecf9d1b3 23:06:56,243 INFO anaconda:packaging: Verifying: NetworkManager-libnm-1:1.20.0-3.el8.aarch64 1573235835 9093e381ee3316634f1eed41c8c4ed2f22ed26f4897b06d194d99554ce8b6f75 23:06:56,255 INFO anaconda:packaging: Verifying: NetworkManager-team-1:1.20.0-3.el8.aarch64 1573235835 c3fd633845b1697d26095c2a50280ee05b21f301e9cadb3be963c204e8207834 23:06:56,268 INFO anaconda:packaging: Verifying: NetworkManager-tui-1:1.20.0-3.el8.aarch64 1573235835 0ce6aeeb800d5b47d884884effdd058cb3f5a9eda588e81999f5512ba778701f 23:06:56,280 INFO anaconda:packaging: Verifying: acl-2.2.53-1.el8.aarch64 1557533888 47c2cc5872174c548de1096dc5673ee91349209d89e0193a4793955d6865b3b1 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13969/14400 23:06:56,905 INFO anaconda:packaging: Verifying: audit-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 be1763e1bf20741ad7de85d00784e5837403f5ddbf8c29090621d5bf0e52997b 23:06:56,916 INFO anaconda:packaging: Verifying: audit-libs-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 59a12bf8bec4313297320c5c13da007e1f0376b0d0ab9e8ef7747370e672f627 23:06:56,926 INFO anaconda:packaging: Verifying: authselect-1.1-2.el8.aarch64 1573230404 a5d616eda2b80c58b429388fc966a542b5d9b712649101e7eb1b12fde7de8bf0 23:06:56,935 INFO anaconda:packaging: Verifying: authselect-libs-1.1-2.el8.aarch64 1573230404 817f81f1b356adb7722324f8e85048db6d48202822a5a57a13d8088cd059151a 23:06:56,936 INFO anaconda:packaging: Verifying: basesystem-11-5.el8.noarch 1557533944 48226934763e4c412c1eb65df314e6879720b4b1ebcb3d07c126c9526639cb68 23:06:56,938 INFO anaconda:packaging: Verifying: bash-4.4.19-10.el8.aarch64 1573230502 b4db0c7eb9ac568e423eede22018935de0281f7a96099aa5b32fb56ae5968c40 23:06:56,940 INFO anaconda:packaging: Verifying: bind-export-libs-32:9.11.4-26.P2.el8.aarch64 1573498702 5ec09684ff0d5349940a316487a989fdf28ee4d1183ffc7a12f1e9f400828584 23:06:56,942 INFO anaconda:packaging: Verifying: brotli-1.0.6-1.el8.aarch64 1557534256 53d4648b9fcbc0b226fa9eb09963c0e0468438a9ed3e67cceced09650ddd347b 23:06:56,945 INFO anaconda:packaging: Verifying: bzip2-libs-1.0.6-26.el8.aarch64 1557534038 a4451cae0e8a3307228ed8ac7dc9bab7de77fcbf2004141daa7f986f5dc9b381 23:06:56,947 INFO anaconda:packaging: Verifying: c-ares-1.13.0-5.el8.aarch64 1557580686 4ae071ebcf06cec6e4e7e49a50d83464cb1f1f1c72449a02ba1dfc820dbf67c5 23:06:56,949 INFO anaconda:packaging: Verifying: ca-certificates-2019.2.32-80.0.el8_1.noarch 1576091956 f223fa4f5790aa54be68459c68848db6fe8dfc7f6ddde4acd4dca2434813af67 23:06:56,950 INFO anaconda:packaging: Verifying: centos-gpg-keys-8.1-1.1911.0.8.el8.noarch 1577978521 e32102ff6751b1fa27b81baed961c43125840a1bc84a9d01f8b539ba4a3b30bc 23:06:56,953 INFO anaconda:packaging: Verifying: centos-release-8.1-1.1911.0.8.el8.aarch64 1577978521 1e3dbe18935b3a3b316cd19989cdd820c6cedea7403a8f39b2fd1fb112c29194 23:06:56,954 INFO anaconda:packaging: Verifying: centos-repos-8.1-1.1911.0.8.el8.aarch64 1577978521 89f8f6d41d58b54bb17ca83704c408cb8d7788302199f9f2ee7ab6f01f4d8ac2 23:06:56,956 INFO anaconda:packaging: Verifying: checkpolicy-2.9-1.el8.aarch64 1573487380 01b89be34e48d345ba14a3856bba0d1ff94e79798b5f7529a6a0803b97adca15 23:06:56,959 INFO anaconda:packaging: Verifying: chkconfig-1.11-1.el8.aarch64 1557533941 172da3cd3ea13036c2a6cbe953b5d5b2b41c9a3aa7a2d6fdb5efd4c1d51174f3 23:06:56,960 INFO anaconda:packaging: Verifying: chrony-3.5-1.el8.aarch64 1574177614 26408472966a698ac0ac5bfd326e749af9c82029eb443fb04d3b897ef3260b5c 23:06:56,963 INFO anaconda:packaging: Verifying: cockpit-bridge-196.3-1.el8.aarch64 1573230707 ea4be5b56693e747264b43fbd7ec89f3889021df7ba557936edf22f8d5c9d1cc 23:06:56,964 INFO anaconda:packaging: Verifying: cockpit-system-196.3-1.el8.noarch 1573230707 7dd8997185ae5e315277cede46c753a2d6b6cdcfc83b6dcf880eec3b9afa0793 23:06:56,966 INFO anaconda:packaging: Verifying: cockpit-ws-196.3-1.el8.aarch64 1573230707 747d67103e9f969894b69086148ed8aeb8e69c814f4a2a1fa44b50028086d7b8 23:06:56,969 INFO anaconda:packaging: Verifying: coreutils-8.30-6.el8.aarch64 1557591004 40284d87139ec57636d7fc7020e1c164bf8af0bebe5a1798af0725a3c59c211f 23:06:56,971 INFO anaconda:packaging: Verifying: coreutils-common-8.30-6.el8.aarch64 1557591004 e4d5d6544d1470c76512b41ff7771114acd48afad05caa66e613da1d410e25b1 23:06:56,972 INFO anaconda:packaging: Verifying: cpio-2.12-8.el8.aarch64 1557534098 9a200f1cabd5869c7cd6483dc6e143e394bbd83fc6d653d279bc3ec25e1e35cc 23:06:56,974 INFO anaconda:packaging: Verifying: cracklib-2.9.6-15.el8.aarch64 1557533931 54efb853142572e1c2872e351838fc3657b662722ff6b2913d1872d4752a0eb8 23:06:56,976 INFO anaconda:packaging: Verifying: cracklib-dicts-2.9.6-15.el8.aarch64 1557533931 d61741af0ffe96c55f588dd164b9c3c93e7c7175c7e616db25990ab3e16e0f22 23:06:56,978 INFO anaconda:packaging: Verifying: cronie-1.5.2-4.el8.aarch64 1573230628 d95e7d75d39bdec2742f406a12027605612e8abc38a9bcac5c9b632611313020 23:06:56,980 INFO anaconda:packaging: Verifying: cronie-anacron-1.5.2-4.el8.aarch64 1573230628 b729404e9d1195caf72cf793331886708fdf8d807b74575871b5aa8ae8d726b4 23:06:56,983 INFO anaconda:packaging: Verifying: crontabs-1.11-16.20150630git.el8.noarch 1557580631 57a0a20b081bf0e24fb60146e3a004ff64ab5d55ea0d491c3920c76d4ddac2fe 23:06:56,984 INFO anaconda:packaging: Verifying: crypto-policies-20190807-1.git9b1477b.el8.noarch 1576516381 2d63eb375a83b7c50847e370edc668f404c1412a46b6f618ab598863996042cd 23:06:56,987 INFO anaconda:packaging: Verifying: cryptsetup-libs-2.2.0-2.el8.aarch64 1573230634 f68e6554f00961309a789cfdbf93a459414253180e6310ae02bd42f991713110 23:06:56,988 INFO anaconda:packaging: Verifying: curl-7.61.1-11.el8.aarch64 1573231440 787253e22ed01af9ca2ff38ed8c090c41a6a3991d74029ab7fb0b3539270535c 23:06:56,990 INFO anaconda:packaging: Verifying: cyrus-sasl-lib-2.1.27-1.el8.aarch64 1573230943 fbf3b3a288f9fd9787280a467199e9ffe188e1d1927ec7de04dc4c57eb6c28c8 23:06:56,992 INFO anaconda:packaging: Verifying: dbus-1:1.12.8-9.el8.aarch64 1573230909 8fe6a663694c249e0318c16bf46eb1b8e5b79f1e1c9f91d6864a4af1ae64f060 23:06:56,994 INFO anaconda:packaging: Verifying: dbus-common-1:1.12.8-9.el8.noarch 1573230909 cf8c41f6d9795ebb1176025816ac22ea5b40de5d3a1084e2fcff53a6bd2fc766 23:06:56,996 INFO anaconda:packaging: Verifying: dbus-daemon-1:1.12.8-9.el8.aarch64 1573230909 e21d76d770c60c72f234fa65eebe91760258190a16bb126be35cd3d30d52f62e 23:06:56,998 INFO anaconda:packaging: Verifying: dbus-glib-0.110-2.el8.aarch64 1557580884 eb5c0f62803580e76f09d53bec1fb4797f03846537fb0d050fd62045b7ce64ce 23:06:57,000 INFO anaconda:packaging: Verifying: dbus-libs-1:1.12.8-9.el8.aarch64 1573230909 26e91abcf8582e3f928ee825c45a63049669ff2ef68e9707af1d2f5d1b8f118e 23:06:57,002 INFO anaconda:packaging: Verifying: dbus-tools-1:1.12.8-9.el8.aarch64 1573230909 ff972a44b0442d483877703a550c6742b8c49e1a01e271f0ad4a899a3362a90c 23:06:57,004 INFO anaconda:packaging: Verifying: dbxtool-8-5.el8.aarch64 1557580858 9d21cef2038fc9ea3009fff44f9045283d321a2e50ca4b45fbb29f0427ad5756 23:06:57,006 INFO anaconda:packaging: Verifying: device-mapper-8:1.02.163-5.el8.0.1.aarch64 1578076773 2a9c0a618b522131b85d224d9f7e52fed57b8adaffa791e840576b4f6a547be3 23:06:57,008 INFO anaconda:packaging: Verifying: device-mapper-libs-8:1.02.163-5.el8.0.1.aarch64 1578076773 4608cfe7ac6396147ab60965f363f41f440e204122139c2ad58c2d1f1bc81c5e 23:06:57,009 INFO anaconda:packaging: Verifying: dhcp-client-12:4.3.6-34.el8.aarch64 1574177723 e8e0e7dd3dfa5f42ed49873f7f076f59aa2d9465ea38004a612c9dc98e443fa2 23:06:57,011 INFO anaconda:packaging: Verifying: dhcp-common-12:4.3.6-34.el8.noarch 1574177723 ba2a96d422a773e05e9bacff9f59995ed933f180fcad0cb031e5198fec753101 23:06:57,014 INFO anaconda:packaging: Verifying: dhcp-libs-12:4.3.6-34.el8.aarch64 1574177723 1c66b5647558403d0d68364bf76f1f00a640fa86562f9f1ff6674f273230235c 23:06:57,015 INFO anaconda:packaging: Verifying: diffutils-3.6-5.el8.aarch64 1557534078 f33a7ddfee5ed3471905f31af5d898f0fc7f5f4048955af4c86098ab8c9904af 23:06:57,017 INFO anaconda:packaging: Verifying: dmidecode-1:3.2-3.el8.aarch64 1573230902 62472b4c8bb228421498da29e8bd34bdedcff09874ee95a4d49fab24edece0de 23:06:57,020 INFO anaconda:packaging: Verifying: dnf-4.2.7-7.el8_1.noarch 1576770263 36bfe110fb40a28b833d69f38a082a0f8f38c0c9fbf12b6c981521edf92a15fc 23:06:57,021 INFO anaconda:packaging: Verifying: dnf-data-4.2.7-7.el8_1.noarch 1576770263 896ae1e03e45a1aec04367da33a59a91027c57d63c2379ef66f10848bf09fe91 23:06:57,023 INFO anaconda:packaging: Verifying: dnf-plugins-core-4.0.8-3.el8.noarch 1573573422 462ff8f34d236d66dd2887f780ba5d7a9eba9a0163b5f2be7f3077682735e289 23:06:57,025 INFO anaconda:packaging: Verifying: dosfstools-4.1-6.el8.aarch64 1557581141 e57a218c73df587fb441a22bd4e5f97afb8cbe8812707b26b6dd658910e52dcc 23:06:57,027 INFO anaconda:packaging: Verifying: dracut-049-27.git20190906.el8_1.1.aarch64 1578075187 997e71d94206966a0926af1cc4b81ac2c5bd1a0b32f8950d8978deac1a48e215 23:06:57,029 INFO anaconda:packaging: Verifying: dracut-config-generic-049-27.git20190906.el8_1.1.aarch64 1578075187 9ead89eff9957c9e8bb9b95699ebc5e1ac0de17225a4a2401503722842cfc103 23:06:57,032 INFO anaconda:packaging: Verifying: dracut-config-rescue-049-27.git20190906.el8_1.1.aarch64 1578075187 fbc5382ea869116799cb2ec0bd8dd7d0097d303f13154385a58bba5a1afb6ab7 23:06:57,034 INFO anaconda:packaging: Verifying: dracut-network-049-27.git20190906.el8_1.1.aarch64 1578075187 8f882b4dab0f8aaf1a4464ffbbf3bbcebc4735c8bfa2ef3a931e3f9061d42700 23:06:57,036 INFO anaconda:packaging: Verifying: dracut-squash-049-27.git20190906.el8_1.1.aarch64 1578075187 79d1111ccf1a224e361dd1bd81946792a60192f3e3050cff0307d2a2cea157c0 23:06:57,037 INFO anaconda:packaging: Verifying: e2fsprogs-1.44.6-3.el8.aarch64 1573233254 f6763b7ee83f470671015d8c01e8c2fa6274887e81da2911f5f5acf110c1af4e 23:06:57,039 INFO anaconda:packaging: Verifying: e2fsprogs-libs-1.44.6-3.el8.aarch64 1573233254 03f61e9a430bc94a95a716b72225c71d0a1ced36f17a4c12fabdc653d28250e0 23:06:57,042 INFO anaconda:packaging: Verifying: efi-filesystem-3-2.el8.noarch 1557581188 e5961ed94f6609f99d30aed65883764750b738ac448f7e1eca6e046743a7a5ef 23:06:57,043 INFO anaconda:packaging: Verifying: efibootmgr-16-1.el8.aarch64 1557581197 7d604604382cb1ec72fb7534cdff4371e5b8ceb84be26ebb3ea6cfbc613f82d9 23:06:57,045 INFO anaconda:packaging: Verifying: efivar-36-1.el8.aarch64 1557585149 9702573194d4d11974707180e6f1e5e0e8ed7f2361088afc71af0450536492f9 23:06:57,047 INFO anaconda:packaging: Verifying: efivar-libs-36-1.el8.aarch64 1557585149 7095af6b92597a3f8ddb3129edace55f25892fff2b5d12a9f6e6378020f318e3 23:06:57,049 INFO anaconda:packaging: Verifying: elfutils-default-yama-scope-0.176-5.el8.noarch 1574179287 0413fcea9c722f7283109667db9225e352c71245e393438aa9b24f4b45ff385b 23:06:57,051 INFO anaconda:packaging: Verifying: elfutils-libelf-0.176-5.el8.aarch64 1574179287 1bdd18be6f185964f70b98dccc9ae9202e2461ac045143d118829143cfdd5e53 23:06:57,053 INFO anaconda:packaging: Verifying: elfutils-libs-0.176-5.el8.aarch64 1574179287 03d5aa989e1e4da882216ee63abe0ba6ddd770f1bffead9ec7b252c17416a5bb 23:06:57,055 INFO anaconda:packaging: Verifying: ethtool-2:5.0-2.el8.aarch64 1573231455 6f22032249e36b6cf05bb4346b2864e3e2c94aea0d872ed2eede0e8f0ebb908c 23:06:57,057 INFO anaconda:packaging: Verifying: expat-2.2.5-3.el8.aarch64 1557534216 6b081b6a5b780eefe8fc5f8f6c4291b7558ddd6107de8a8bd9610799be9662e4 23:06:57,059 INFO anaconda:packaging: Verifying: file-5.33-8.el8.aarch64 1557534266 8315fe00ae01b2b4ee6baca9c80e6bcf1815a7eb8a8a305e93b3bfb7ae8e3023 23:06:57,061 INFO anaconda:packaging: Verifying: file-libs-5.33-8.el8.aarch64 1557534266 b76126f36f78f85da4f7b3614e7f69b4ee5067e6319468d1eec609fb85858c31 23:06:57,063 INFO anaconda:packaging: Verifying: filesystem-3.8-2.el8.aarch64 1557534032 ab20ad82d06371112c442d6bef7dc1b7af1bd4d51ee880868c2a079034e57934 23:06:57,065 INFO anaconda:packaging: Verifying: findutils-1:4.6.0-20.el8.aarch64 1557534393 985479064966d05aa82010ed5b8905942e47e2bebb919c9c1bd004a28addad1d 23:06:57,067 INFO anaconda:packaging: Verifying: fipscheck-1.5.0-4.el8.aarch64 1557581383 6a5f0fd839aad1ef9a435346b7c7f7f6c892af6b3856732b32bbe2aaf75a1d39 23:06:57,069 INFO anaconda:packaging: Verifying: fipscheck-lib-1.5.0-4.el8.aarch64 1557581383 eaaa11596a1f530e106bdb240bfc04a60964deabe5f7a847cbddd60622f708ba 23:06:57,071 INFO anaconda:packaging: Verifying: firewalld-0.7.0-5.el8.noarch 1573231701 4634f974cc3500aff1ffbf3e8b2a0379e3f92acc8089f3b0cf7c536fa0336e50 23:06:57,073 INFO anaconda:packaging: Verifying: firewalld-filesystem-0.7.0-5.el8.noarch 1573231701 d96af48c138ad995cc4abbf73b1910bd8627eb811cf09f279b8603f4fa605da1 23:06:57,075 INFO anaconda:packaging: Verifying: fontconfig-2.13.1-3.el8.aarch64 1557581481 e4dc102f15c1e6104bdeae343e54fcc7929b922b93077f6b50216087e7125a2d 23:06:57,077 INFO anaconda:packaging: Verifying: fontpackages-filesystem-1.44-22.el8.noarch 1557581453 700b9050aa490b5eca6d1f8630cbebceb122fce11c370689b5ccb37f5a43ee2f 23:06:57,079 INFO anaconda:packaging: Verifying: freetype-2.9.1-4.el8.aarch64 1557581503 b07f15c1664aebecde998ae5c704e86f7869171d79726f3748ed8e5c60d9b145 23:06:57,081 INFO anaconda:packaging: Verifying: fuse-libs-2.9.7-12.el8.aarch64 1557581642 0431ac0a9ad2ae9d657a66e9a5dc9326b232732e9967088990c09e826c6f3071 23:06:57,083 INFO anaconda:packaging: Verifying: gawk-4.2.1-1.el8.aarch64 1557534134 481c7df1492512f2a1d0afb42f041e4ac500cdf7d1f6e2f20c81222c7fc54e35 23:06:57,085 INFO anaconda:packaging: Verifying: gdbm-1:1.18-1.el8.aarch64 1557534276 b7d0b4b922429354ffe7ddac90c8cd448229571b8d8e4c342110edadfe809f99 23:06:57,087 INFO anaconda:packaging: Verifying: gdbm-libs-1:1.18-1.el8.aarch64 1557534276 a7d04ae40ad91ba0ea93e4971a35585638f6adf8dbe1ed4849f643b6b64a5871 23:06:57,090 INFO anaconda:packaging: Verifying: gettext-0.19.8.1-17.el8.aarch64 1573232179 5f0c37488d3017b052039ddb8d9189a38c252af97884264959334237109c7e7c 23:06:57,092 INFO anaconda:packaging: Verifying: gettext-libs-0.19.8.1-17.el8.aarch64 1573232179 882f23e0250a2d4aea49abb4ec8e11a9a3869ccdd812c796b6f85341ff9d30a2 23:06:57,094 INFO anaconda:packaging: Verifying: glib-networking-2.56.1-1.1.el8.aarch64 1557581996 aeb3b5ca60e55077ecf9da81d6bcb50a86b909808d7373f3f8a372dabcc1eedb 23:06:57,096 INFO anaconda:packaging: Verifying: glib2-2.56.4-7.el8.aarch64 1573232550 9aa167a7ad4523f0b04cc818f67d2eb113b97afc391a613d780c8a4032b0148b 23:06:57,098 INFO anaconda:packaging: Verifying: glibc-2.28-72.el8.aarch64 1573010757 09f4b5dddfa85bdd8c00059cde77ae767dc1771e857959641f138699922c02b1 23:06:57,100 INFO anaconda:packaging: Verifying: glibc-all-langpacks-2.28-72.el8.aarch64 1573010757 013e77eafe9076e066e3b53d831ed5b2ced9c9f54e1f07ede97566e5f8645384 23:06:57,102 INFO anaconda:packaging: Verifying: glibc-common-2.28-72.el8.aarch64 1573010757 d90a2e23630cc72b13816de2fc8c3eacf0e3a8196d1886e51affee456f8ee6f1 23:06:57,104 INFO anaconda:packaging: Verifying: gmp-1:6.1.2-10.el8.aarch64 1573232447 8d407f8ad961169fca2ee5e22e824cbc2d2b5fedca9701896cc492d4cb788603 23:06:57,106 INFO anaconda:packaging: Verifying: gnupg2-2.2.9-1.el8.aarch64 1557534580 cdaad1e2c2321bd400740c140f595c03baee66a4d3af42a97808202c2a047614 23:06:57,108 INFO anaconda:packaging: Verifying: gnupg2-smime-2.2.9-1.el8.aarch64 1557534580 caa079a4e2ee59c9fb062c2fee2087e360863249d820eecb4c21f12a106c352c 23:06:57,110 INFO anaconda:packaging: Verifying: gnutls-3.6.8-8.el8.aarch64 1573513791 b8fcf0738511c87ff60071ca3e13b3cd884adf7efa11ba2586a08dad1aebcb1c 23:06:57,112 INFO anaconda:packaging: Verifying: gobject-introspection-1.56.1-1.el8.aarch64 1557582127 38b18b20b348adabd9df71ebf378a56c805f086a46b3fb89f2ed5e35f5505417 23:06:57,114 INFO anaconda:packaging: Verifying: gpgme-1.10.0-6.el8.0.1.aarch64 1557965317 8113abba5e1552707c4bb808b9fbbd42e8837046e7a815fea170eaa032ade3e7 23:06:57,116 INFO anaconda:packaging: Verifying: grep-3.1-6.el8.aarch64 1557534549 7ffd6e95b0554466e97346b2f41fb5279aedcb29ae07828f63d06a8dedd7cd51 23:06:57,118 INFO anaconda:packaging: Verifying: groff-base-1.22.3-18.el8.aarch64 1559058588 eb12a527155e0e3ef20e1815fd6395e85d9439a0a895b743e6429e09691e56a2 23:06:57,120 INFO anaconda:packaging: Verifying: grub2-common-1:2.02-78.el8.noarch 1574698110 9dcfd058a7f727a740aa8654c8db4f8d53ee023289d916fcdbde986cc4f6e0e2 23:06:57,122 INFO anaconda:packaging: Verifying: grub2-efi-aa64-1:2.02-78.el8.aarch64 1574699200 baa8e3751c946889d72371235585e0829df94dd314d09f133b4bff8126a3a056 23:06:57,124 INFO anaconda:packaging: Verifying: grub2-tools-1:2.02-78.el8.aarch64 1574699200 6a9e8d04bfa413c098e8f87a837547379b6b7b158c3bbfd8cdecd35a62f24bc2 23:06:57,126 INFO anaconda:packaging: Verifying: grub2-tools-extra-1:2.02-78.el8.aarch64 1574699200 d200c93c872183b0103260ccca16759ee2f42d716690e47e2c7eede12e14a966 23:06:57,128 INFO anaconda:packaging: Verifying: grub2-tools-minimal-1:2.02-78.el8.aarch64 1574699200 5763be342928486d1ef7e8ed67cb3ca786828d08fc488cd9a2819cb2630de1a3 23:06:57,129 INFO anaconda:packaging: Verifying: grubby-8.40-37.el8.aarch64 1573232585 9a19ff9fb1431ba3a6fa3bd482d8234f767c69f97c91a0052de90b106aaa4960 23:06:57,132 INFO anaconda:packaging: Verifying: gsettings-desktop-schemas-3.32.0-3.el8.aarch64 1573232613 f2d9fce2b2145ca15f024c6136d043975c03b228281aa16d6e9438fa0310ac57 23:06:57,133 INFO anaconda:packaging: Verifying: gssproxy-0.8.0-14.el8.aarch64 1573232732 95271115f298f57bee19a0ae06590affac813db4b7cfdbac25f3be1a15490795 23:06:57,135 INFO anaconda:packaging: Verifying: gzip-1.9-9.el8.aarch64 1573232646 88ecbc25e066f0dbd0cde2142c5e1fa27a68b349b66f0ee638086c03c96d1dc6 23:06:57,137 INFO anaconda:packaging: Verifying: hardlink-1:1.3-6.el8.aarch64 1557582435 0d6de2febd0e0ef4fa74eb8f3cffa1b194118e4b7bfe4d2010bf4903ce2c4096 23:06:57,139 INFO anaconda:packaging: Verifying: hdparm-9.54-2.el8.aarch64 1557582484 7fccc75d00a8f0223b01776dd79a22822291e4b8bb41e38ec483a556b2b7884d 23:06:57,141 INFO anaconda:packaging: Verifying: hostname-3.20-6.el8.aarch64 1557582534 656b3b23230b9c17461b5cde860d46bb84074a406f71840697fca8dffcdf280c 23:06:57,143 INFO anaconda:packaging: Verifying: hwdata-0.314-8.2.el8_1.noarch 1576092858 5af7c0a78b1cbfe6806441530ef628bcf1becdd8dca254864bcba68caba69c9b 23:06:57,145 INFO anaconda:packaging: Verifying: ima-evm-utils-1.1-5.el8.aarch64 1573232742 b58f45e55741bb835ec566af2afc36cd97d8fc354b3aad96a85980cadefa968c 23:06:57,147 INFO anaconda:packaging: Verifying: info-6.5-4.el8.aarch64 1557536354 49a7e7eb36e9c3dfed9f8290e6e1ddc7ed5ccc6721888ce9bd90d9705dde118a 23:06:57,149 INFO anaconda:packaging: Verifying: initscripts-10.00.4-1.el8.aarch64 1573232863 380252cfb290a90b34716d10551425dd166390cfa758977581ef82f9b07b7224 23:06:57,151 INFO anaconda:packaging: Verifying: ipcalc-0.2.4-3.el8.aarch64 1557582759 0ee3ef643d6baf7260f2759afc99bb076024b65083faa3b114434a00e0d2cbdb 23:06:57,153 INFO anaconda:packaging: Verifying: iproute-4.18.0-15.el8.aarch64 1573232985 cfd58ae6c49fedfcd8c9fc8ce252d5b337f03e88db12aab6e342f7e9c752bd3f 23:06:57,155 INFO anaconda:packaging: Verifying: ipset-7.1-1.el8.aarch64 1573232968 979928665e57d4a33024ae2098579d051caeaf505e6e0bf20006647d74956581 23:06:57,157 INFO anaconda:packaging: Verifying: ipset-libs-7.1-1.el8.aarch64 1573232968 5a0a3ebbf94f1c49c9dab50c210e568ea3015db2fe4340652c9883ea249e898d 23:06:57,164 INFO anaconda:packaging: Verifying: iptables-1.8.2-16.el8.aarch64 1573233028 6dd58d0af9ef6955a21f8f9033f28176e34439d4ae725c2d69366b4cbc7237e0 23:06:57,164 INFO anaconda:packaging: Verifying: iptables-ebtables-1.8.2-16.el8.aarch64 1573233028 1cfbec8150dde24fa9dd950794677d3f3ad1c38a8da5dc411716f64b5f490b26 23:06:57,164 INFO anaconda:packaging: Verifying: iptables-libs-1.8.2-16.el8.aarch64 1573233028 84f683206d976ee4ebdb8c68adf3a95cd699fb6d0842850e929e2b3335e6e665 23:06:57,164 INFO anaconda:packaging: Verifying: iputils-20180629-2.el8.aarch64 1573233043 4948d75c8b9a2abd4cb29fd516308e319ffdadabbd4aab623123ab35b9bc1b77 23:06:57,164 INFO anaconda:packaging: Verifying: irqbalance-2:1.4.0-4.el8.aarch64 1576253474 f232d059308997b356dc4efdc249c4171bc0ead65d1baf8319ba3f2141d5c3c6 23:06:57,165 INFO anaconda:packaging: Verifying: jansson-2.11-3.el8.aarch64 1557583287 b8bd21e036c68bb8fbb9f21e6b5f6998fc3558f55a4b902d5d85664d5929134a 23:06:57,166 INFO anaconda:packaging: Verifying: json-c-0.13.1-0.2.el8.aarch64 1557583395 e5f07ebcc0dabd9cc5a460c3fd5db8bbb96276a48132ea52ce2b1ddb7ead6320 23:06:57,168 INFO anaconda:packaging: Verifying: json-glib-1.4.4-1.el8.aarch64 1557583440 01e70480bb032d5e0b60c5e732d4302d3a0ce73d1502a1729280d2b36e7e1c1a 23:06:57,169 INFO anaconda:packaging: Verifying: kbd-2.0.4-8.el8.aarch64 1557583683 0718c043b13b3676a5f4a57f85ac4fac435f49a89a2050a093ed87cc37f0e0a7 23:06:57,171 INFO anaconda:packaging: Verifying: kbd-legacy-2.0.4-8.el8.noarch 1557583683 331cfded11fa060603aa6fe768ac78e0233481dad2ae2b082462d3902f1ae7c9 23:06:57,172 INFO anaconda:packaging: Verifying: kbd-misc-2.0.4-8.el8.noarch 1557583683 e5f83b3943b3fa81681a8cfabbf818afff97818b24c891e40027f8ff11048b6a 23:06:57,174 INFO anaconda:packaging: Verifying: kernel-4.18.0-147.3.1.el8_1.aarch64 1578096988 52f2a88738e71cdaa94303a703d3f077e68ae3297a1521457f5f9e2b1d70cb5c 23:06:57,176 INFO anaconda:packaging: Verifying: kernel-core-4.18.0-147.3.1.el8_1.aarch64 1578096988 5ecc296fd16979e85eaf846b82808900e63a08d5327a3a346182665721df360c 23:06:57,178 INFO anaconda:packaging: Verifying: kernel-modules-4.18.0-147.3.1.el8_1.aarch64 1578096988 5be538654b2aa8ebbf8cb011347f8fd6a648c10c7593c0091fb00ecb970027bd 23:06:57,179 INFO anaconda:packaging: Verifying: kernel-tools-4.18.0-147.3.1.el8_1.aarch64 1578096988 23267601579476f3fd8c95cedc55de89d385381e351673d94ebb6da640676e09 23:06:57,181 INFO anaconda:packaging: Verifying: kernel-tools-libs-4.18.0-147.3.1.el8_1.aarch64 1578096988 5708252d76d992b48b5fdf8d852350e069de325c19588cb7f2b37a55ec645b1d 23:06:57,183 INFO anaconda:packaging: Verifying: kexec-tools-2.0.19-12.el8_1.1.aarch64 1578075342 83b2f65073ec812d05075c114db64128719d15fd87df22e807cdc3d6b5b800dd 23:06:57,184 INFO anaconda:packaging: Verifying: keyutils-1.5.10-6.el8.aarch64 1557534531 edaaf208de0881eeebf3a2b3995c3c7c86bad3e78633c519dcec441753af9688 23:06:57,186 INFO anaconda:packaging: Verifying: keyutils-libs-1.5.10-6.el8.aarch64 1557534531 54e61e873e45000433bec3387112f7ead3c4cb9731045caa8033ff5b14ee46b1 23:06:57,188 INFO anaconda:packaging: Verifying: kmod-25-13.el8.aarch64 1573233257 fcba58b071206a5d0b8ea64b4d74fad7166346a9998c7a7596bd6f18812a70c2 23:06:57,190 INFO anaconda:packaging: Verifying: kmod-libs-25-13.el8.aarch64 1573233257 ae5e172502f5351ed843028ef740eba561772027a64c9a8a4d350d228fde5215 23:06:57,191 INFO anaconda:packaging: Verifying: kpartx-0.8.0-5.el8.aarch64 1573230860 47d02369f241ded4b3d4abd365ca758aa9c3203dfb89485ce1a063db9337f121 23:06:57,193 INFO anaconda:packaging: Verifying: krb5-libs-1.17-9.el8.aarch64 1573233667 4f3908f9681f4d485f30ebf700ba3ad6f3faa500d7ac913d6af11b6540a490c4 23:06:57,195 INFO anaconda:packaging: Verifying: less-530-1.el8.aarch64 1557583955 2057a073ae0bb0149a8093447fad2577f900577605576b3ca22b2af76e970c5f 23:06:57,197 INFO anaconda:packaging: Verifying: libacl-2.2.53-1.el8.aarch64 1557533888 c4cfed85e5a0db903ad134b4327b1714e5453fcf5c4348ec93ab344860a970ef 23:06:57,198 INFO anaconda:packaging: Verifying: libarchive-3.3.2-7.el8.aarch64 1573233541 85101969d4db13026e07b6f585a1f7bc987311058b611ad5a19ac3932ba8e14a 23:06:57,200 INFO anaconda:packaging: Verifying: libassuan-2.5.1-3.el8.aarch64 1557534744 cf4d477f18ecd97470d1bc50c0e442de6f7d5db74829221d0f9b1ddfc9a71dab 23:06:57,202 INFO anaconda:packaging: Verifying: libattr-2.4.48-3.el8.aarch64 1557533888 6a6db7eab6e53dccc54116d2ddf86b02db4cff332a58b868f7ba778a99666c58 23:06:57,204 INFO anaconda:packaging: Verifying: libbasicobjects-0.1.1-39.el8.aarch64 1557580950 fb0c3ae20294a9f49668a4152b6906f399e8856246c0c29458fc682e22c1edbe 23:06:57,205 INFO anaconda:packaging: Verifying: libblkid-2.32.1-17.el8.aarch64 1573243582 8d01474037b685e8a64ebe54126eee8fcf6384c26aa924328cae995a749ed10e 23:06:57,207 INFO anaconda:packaging: Verifying: libcap-2.26-1.el8.aarch64 1573233363 06ffc7a438bab22cdad9f191a05045ee634c78d69162369822efcbf2b4c94127 23:06:57,209 INFO anaconda:packaging: Verifying: libcap-ng-0.7.9-4.el8.aarch64 1557534755 1a97d9d8d347c084cf4b7ac4c8ac6e4914eae7a18062644aff5ad944583207c5 23:06:57,212 INFO anaconda:packaging: Verifying: libcollection-0.7.0-39.el8.aarch64 1557580950 97e11df69bf2ed6eeb3c93b04d5276216bee58543b5e7ef149d7d82d186f67b5 23:06:57,216 INFO anaconda:packaging: Verifying: libcom_err-1.44.6-3.el8.aarch64 1573233254 6fa43da699a765578a3e9445bb4f8e81cfa0488241660722d01d2735ce740cf6 23:06:57,218 INFO anaconda:packaging: Verifying: libcomps-0.1.11-2.el8.aarch64 1573233392 87777c207d91cd1c3e3b1def76626a91c432c520ad3c107dea33f39331f9276d 23:06:57,220 INFO anaconda:packaging: Verifying: libcroco-0.6.12-4.el8.aarch64 1557584141 7c39121f6fa3a4e73fe9679338070b3c9a3d6c9bbeccaca7be32c749f0f471ca 23:06:57,222 INFO anaconda:packaging: Verifying: libcurl-7.61.1-11.el8.aarch64 1573231440 1b8602cf8e381e63d39774336650273195b4dce5c19da492ef31e2af06337f98 23:06:57,225 INFO anaconda:packaging: Verifying: libdaemon-0.14-15.el8.aarch64 1557584227 752995ca0b46a767a114cd55cc620a3188d68d35747b3e0dc995fb0b8d9dc241 23:06:57,227 INFO anaconda:packaging: Verifying: libdb-5.3.28-37.el8.aarch64 1573233918 ad06d1753bb443403e544c02837579cb0b7836d380ca59c88cd0e89894870615 23:06:57,229 INFO anaconda:packaging: Verifying: libdb-utils-5.3.28-37.el8.aarch64 1573233918 9c174435e558ebc58198efd824803a01275831c69e8969fc567a34b6f9d07f6d 23:06:57,231 INFO anaconda:packaging: Verifying: libdhash-0.5.0-39.el8.aarch64 1557580950 84af0a7d5811252b51025e77aba787704793106b1c4c3fc6f281bafe72d9a586 23:06:57,232 INFO anaconda:packaging: Verifying: libdnf-0.35.1-9.el8_1.aarch64 1576094372 066f9f0de17b6a32a3d54adc76fc54a247405f39562769dc5fc73115ee9ce62e 23:06:57,234 INFO anaconda:packaging: Verifying: libedit-3.1-23.20170329cvs.el8.aarch64 1557584367 ed1bf4961e5dd6e7c813655a18059f9a854d6512a6f7b3ed3077c280e8d6c13c 23:06:57,236 INFO anaconda:packaging: Verifying: libevent-2.1.8-5.el8.aarch64 1557584388 a7fed3b521d23e60539dcbd548bda2a62f0d745a99dd5feeb43b6539f7f88232 23:06:57,238 INFO anaconda:packaging: Verifying: libfdisk-2.32.1-17.el8.aarch64 1573243582 5f2d6f3627c8b711c009d3e45ff826d6fb5f9f133a70fddc2092516fdf8a03b1 23:06:57,240 INFO anaconda:packaging: Verifying: libffi-3.1-21.el8.aarch64 1573233544 bc2fc704cf93c3d23b5dd08190504888c5c5de9e36ad5503bca83918c9a0f0eb 23:06:57,241 INFO anaconda:packaging: Verifying: libgcc-8.3.1-4.5.el8.aarch64 1573020941 44b6c368421a973bc5abc4707af78835f35a642af23a1f72d0a73f448dc4ec1a 23:06:57,243 INFO anaconda:packaging: Verifying: libgcrypt-1.8.3-4.el8.aarch64 1573233696 349fb3fe51236f9c0608cc94c035853292fed724bcc4a37f7f7edd3523e1099d 23:06:57,245 INFO anaconda:packaging: Verifying: libgomp-8.3.1-4.5.el8.aarch64 1573020941 c614dc0f97d224c534836a21bfc5102b62ef0875b1763662d3de4ea24e163a49 23:06:57,247 INFO anaconda:packaging: Verifying: libgpg-error-1.31-1.el8.aarch64 1557534857 b953729a0a2be24749aeee9f00853fdc3227737971cf052a999a37ac36387cd9 23:06:57,249 INFO anaconda:packaging: Verifying: libgudev-232-4.el8.aarch64 1557584654 3580edd85564275b4f99bc0045d795f9d792e53215560ff955122abf67f83c21 23:06:57,250 INFO anaconda:packaging: Verifying: libidn2-2.2.0-1.el8.aarch64 1573233666 b62589101a60a365ef34447cae78f62e6dba560d403dc56c87036709ea00ad88 23:06:57,252 INFO anaconda:packaging: Verifying: libini_config-1.3.1-39.el8.aarch64 1557580950 4156413385dce1692e46bc8bc42c74bc6b4f9748230bbd4a2134a17e69ea79d9 23:06:57,254 INFO anaconda:packaging: Verifying: libkcapi-1.1.1-16_1.el8.aarch64 1557585303 1320860e686f2c065412f51b96538ec373ac521a90d83450cecb12ac7d1c8166 23:06:57,256 INFO anaconda:packaging: Verifying: libkcapi-hmaccalc-1.1.1-16_1.el8.aarch64 1557585303 afe4286cd6ffb6412f6790c0c8c6c14f9b1b207642f81926c178f9dea4f457ff 23:06:57,258 INFO anaconda:packaging: Verifying: libksba-1.3.5-7.el8.aarch64 1557534860 268145276c48fbb98f90edc9a4379eb30ddc8a9a14d93f5970a7c89281ac7e14 23:06:57,260 INFO anaconda:packaging: Verifying: libldb-1.5.4-2.el8.aarch64 1573487471 e97703e1f23de9959ce24875cf50c0c4efd3e54e8568a169c674dac413a112d1 23:06:57,262 INFO anaconda:packaging: Verifying: libmetalink-0.1.3-7.el8.aarch64 1557534971 b86423694dd6d12a0b608760046ef18f6ee97f96cb8ad661ace419a45525e200 23:06:57,264 INFO anaconda:packaging: Verifying: libmnl-1.0.4-6.el8.aarch64 1557584713 fbe4f2cb2660ebe3cb90a73c7dfbd978059af138356e46c9a93049761c0467ef 23:06:57,266 INFO anaconda:packaging: Verifying: libmodman-2.0.1-17.el8.aarch64 1557585031 f2628a19999f78a3ec1a796d66c8cd45f58cfb670850ecb7790528279f410677 23:06:57,267 INFO anaconda:packaging: Verifying: libmodulemd1-1.8.11-4.el8_1.aarch64 1576093164 0879ea74919dd39e22980004d715cf0c81088bf85e1108154e74286d11ce0d6d 23:06:57,269 INFO anaconda:packaging: Verifying: libmount-2.32.1-17.el8.aarch64 1573243582 51f25e1c76760e9706a191557827f19e93fe2a4ba69d822ec710125b480f5e5b 23:06:57,271 INFO anaconda:packaging: Verifying: libndp-1.7-1.el8.aarch64 1573233921 ce5c67da65c3afb0bd1a2083f19a1e57a9d29ba214e6ee42201a30d75ce56841 23:06:57,273 INFO anaconda:packaging: Verifying: libnetfilter_conntrack-1.0.6-5.el8.aarch64 1557585128 4e43b0f85746f74064b082fdf6914ba4e9fe386651b1c39aeaecc702b2a59fc0 23:06:57,275 INFO anaconda:packaging: Verifying: libnfnetlink-1.0.1-13.el8.aarch64 1557585535 8422fbc84108abc9a89fe98cef9cd18ad1788b4dc6a9ec0bba1836b772fcaeda 23:06:57,277 INFO anaconda:packaging: Verifying: libnfsidmap-1:2.3.3-26.el8.aarch64 1573235829 546b1549d01858aa8a020bc3e953edc05f2d5a434832692d809ccee500ffa267 23:06:57,279 INFO anaconda:packaging: Verifying: libnftnl-1.1.1-4.el8.aarch64 1557585529 bea5f15f556dc7f8ac2ef28cc511d4df8ce614501d6981865668aead3b0a0210 23:06:57,280 INFO anaconda:packaging: Verifying: libnghttp2-1.33.0-1.el8_0.1.aarch64 1576601338 bcf5a99e8c71bf201e8420601632f6fd01b6092b27f52a3defc3a9cc42dfa56f 23:06:57,282 INFO anaconda:packaging: Verifying: libnl3-3.4.0-5.el8.aarch64 1573234000 3dbedc02c65206c7351aee9a770118824f3e5ca5044b4764ae01309fb5658376 23:06:57,284 INFO anaconda:packaging: Verifying: libnl3-cli-3.4.0-5.el8.aarch64 1573234000 3ae2de9c8188dfee3977fa4563c22880002569d2212ec17e1a71da3250d64ebd 23:06:57,286 INFO anaconda:packaging: Verifying: libnsl2-1.2.0-2.20180605git4a062cf.el8.aarch64 1557535010 b33276781f442757afd5e066ead95ec79927f2aed608a368420f230d5ee28686 23:06:57,288 INFO anaconda:packaging: Verifying: libpath_utils-0.2.1-39.el8.aarch64 1557580950 6cc569defd57bfde537b5a727ae2413a72e7ed8584be0df30b1613bbf8af1e0a 23:06:57,290 INFO anaconda:packaging: Verifying: libpcap-14:1.9.0-3.el8.aarch64 1576255398 1c945626c4f926e0bb991c26aef4da87aa9a34d9bb4e958ec6090457d4813156 23:06:57,292 INFO anaconda:packaging: Verifying: libpipeline-1.5.0-2.el8.aarch64 1557585743 f5cf9c5fbec4050a8314d47bf7005504c324ca653b6ed3576859d5ecf880b5be 23:06:57,293 INFO anaconda:packaging: Verifying: libpng-2:1.6.34-5.el8.aarch64 1557585701 d7bd4e7a7ff4424266c0f6030bf444de0bea88d0540ff4caf4f7f6c2bac175f6 23:06:57,296 INFO anaconda:packaging: Verifying: libproxy-0.4.15-5.2.el8.aarch64 1557585849 47df802c2647563bac65f260b56e9385c53062dbdc3f5c1f23a9144ca5902d61 23:06:57,298 INFO anaconda:packaging: Verifying: libpsl-0.20.2-5.el8.aarch64 1557535090 8743b29596353e56b8f8c5c946f89a1d2edf698f17a7c4166c57366e01be68d4 23:06:57,299 INFO anaconda:packaging: Verifying: libpwquality-1.4.0-9.el8.aarch64 1557535058 a90e9486e7956f07d1e48a60128c6fcdce7ba45deff90b403e8b77a8d6d77a12 23:06:57,301 INFO anaconda:packaging: Verifying: libref_array-0.1.5-39.el8.aarch64 1557580950 73276d31fe59e80654a4cfbda40edf01a8cfdeffbdfc1a5b4a5ff5fdb898dfca 23:06:57,303 INFO anaconda:packaging: Verifying: librepo-1.10.3-3.el8.aarch64 1573234097 04c498d2659373d1ea4b96f5fe467c8f68867484030462537275e2643d423dce 23:06:57,305 INFO anaconda:packaging: Verifying: libreport-filesystem-2.9.5-9.el8.aarch64 1574181762 eb87d54346b64000861c1a103405d4e8975f363b6263fbf0f3cc433f344157c8 23:06:57,307 INFO anaconda:packaging: Verifying: libseccomp-2.4.1-1.el8.aarch64 1573234460 9e370acca52660ec634507b4ab9cdd63931141ba79f850febb063adb902e71a8 23:06:57,309 INFO anaconda:packaging: Verifying: libsecret-0.18.6-1.el8.aarch64 1557585898 6665ea7ce8357d9678ed40a58981a554bf0b843b434c839755bc784aef6f2a85 23:06:57,310 INFO anaconda:packaging: Verifying: libselinux-2.9-2.1.el8.aarch64 1573486606 a10c3bbe22bccd0e90b651cabb33d952b7d7f9023d65d2a5b5e85f04178a8060 23:06:57,312 INFO anaconda:packaging: Verifying: libselinux-utils-2.9-2.1.el8.aarch64 1573486606 ab2bc3a6fc459367f04e21d18301227269f9ded2071bf5ebf6110112b379147a 23:06:57,314 INFO anaconda:packaging: Verifying: libsemanage-2.9-1.el8.aarch64 1573487540 87f4af95cf6a5a4d85c0fe309174743f746c49441b7a6ce148b3bd3f087cccfd 23:06:57,316 INFO anaconda:packaging: Verifying: libsepol-2.9-1.el8.aarch64 1573234404 236c00d37f3127a7d399a11ff45f019554b8f7bfaefd12965705f9ca0d4f3908 23:06:57,318 INFO anaconda:packaging: Verifying: libsigsegv-2.11-5.el8.aarch64 1557535163 b377f4e8bcdc750ed0be94f97bdbfbb12843c458fbc1d5d507f92ad04aaf592b 23:06:57,320 INFO anaconda:packaging: Verifying: libsmartcols-2.32.1-17.el8.aarch64 1573243582 6bb601fd3931e40a36c57150fcb3eb7747e8b8febb8a933f7047cded5c249f95 23:06:57,321 INFO anaconda:packaging: Verifying: libsolv-0.7.4-3.el8.aarch64 1573234478 b842f1ea4a11d3775f20fdbe2d184a5e7e0a881fa7508de6cb65d86d1afd306c 23:06:57,323 INFO anaconda:packaging: Verifying: libss-1.44.6-3.el8.aarch64 1573233254 079c551bfc4550143995e20e9cb1d6c5a0f7bf842852ae7b058593fd496172ad 23:06:57,325 INFO anaconda:packaging: Verifying: libssh-0.9.0-4.el8.aarch64 1573234383 c5f58b46af969ce79376f444552cf83880564cd3e53128794dde62ce4effffdf 23:06:57,327 INFO anaconda:packaging: Verifying: libssh-config-0.9.0-4.el8.noarch 1573234383 de84d1439aba91eb9a6de521a0beb3bc6cbf7686f56a622aa289c398b2b0a28f 23:06:57,329 INFO anaconda:packaging: Verifying: libsss_autofs-2.2.0-19.el8.aarch64 1573512794 97e52f53c76558f5ad489ee254efdd816a1df7eed9b37519ef78eb68a7be503b 23:06:57,331 INFO anaconda:packaging: Verifying: libsss_certmap-2.2.0-19.el8.aarch64 1573512794 11647f23c1dae08df9814eae78825c3ed4b766740135b27edfadbb3859e50cff 23:06:57,333 INFO anaconda:packaging: Verifying: libsss_idmap-2.2.0-19.el8.aarch64 1573512794 679e584ee1deb93910ac3dc35a7fde42c9441102aee6380c90e16c06abc226da 23:06:57,335 INFO anaconda:packaging: Verifying: libsss_nss_idmap-2.2.0-19.el8.aarch64 1573512794 d3833e3a5f0a8c22b093e153b02e0f9598ce983bfdc3ae183e36083efedd1282 23:06:57,336 INFO anaconda:packaging: Verifying: libsss_sudo-2.2.0-19.el8.aarch64 1573512794 a75db9464518d5d968fe2dd66fd08558e1b5ee0c6bb77516c0201152735e2133 23:06:57,338 INFO anaconda:packaging: Verifying: libstdc++-8.3.1-4.5.el8.aarch64 1573020941 8164adb9d244bea61d74ec7cd0ea5ecb5045e7132540ff08aad6df8a07e96168 23:06:57,341 INFO anaconda:packaging: Verifying: libsysfs-2.1.0-24.el8.aarch64 1557589647 c31bbacfb56aa3e6eaaba32c7e2a186bdedcd768a5d12bfeaeacada350afb4b1 23:06:57,344 INFO anaconda:packaging: Verifying: libtalloc-2.1.16-3.el8.aarch64 1573234521 c4fe87058c1ec13568e33f7cca03d0bcc88d33a2fac63bb574408b091e6e3888 23:06:57,346 INFO anaconda:packaging: Verifying: libtasn1-4.13-3.el8.aarch64 1557535255 3401ccfb7fd08c12578b6257b4dac7e94ba5f4cd70fc6a234fd90bb99d1bb108 23:06:57,349 INFO anaconda:packaging: Verifying: libtdb-1.3.18-2.el8.aarch64 1573234812 2dc4b8089158d71b6a6fb16494f2daf4fe41a318aba88719edd4d446d5fc6c90 23:06:57,352 INFO anaconda:packaging: Verifying: libteam-1.28-4.el8.aarch64 1573234657 8404f3b9e52c880cd4ce24c7260c9cbb71bd3919a9ddfdec0a4aab897059f4db 23:06:57,354 INFO anaconda:packaging: Verifying: libtevent-0.9.39-2.el8.aarch64 1573486614 d08f2d8516b707b59b5f68a4f414a37c309d26909eb009ba383db0e042ff6afe 23:06:57,357 INFO anaconda:packaging: Verifying: libtirpc-1.1.4-4.el8.aarch64 1573234751 5f5d63e14ca77e84ae79d1d78569ad9326af6c107be137461800527afb5613eb 23:06:57,359 INFO anaconda:packaging: Verifying: libunistring-0.9.9-3.el8.aarch64 1557535383 707429ccb3223628d55097a162cd0d3de1bd00b48800677c1099931b0f019e80 23:06:57,362 INFO anaconda:packaging: Verifying: libusbx-1.0.22-1.el8.aarch64 1557535350 24145e86f4b02fac2175f3d8e9f38749618a8b770b45ae2a5a92311c220c9ff0 23:06:57,364 INFO anaconda:packaging: Verifying: libuser-0.62-23.el8.aarch64 1573234877 7235adbeb071f9076a9595523cae26a97be5afbb015ccab9ba459764e4cc4ee0 23:06:57,367 INFO anaconda:packaging: Verifying: libutempter-1.1.6-14.el8.aarch64 1557535324 8f6d9839a758fdacfdb4b4b0731e8023b8bbb0b633bd32dbf21c2ce85a933a8a 23:06:57,369 INFO anaconda:packaging: Verifying: libuuid-2.32.1-17.el8.aarch64 1573243582 f96200d76a55bff931f994c48dfa77c933c6a3eb4ec018cccc706c7c62b26f8a 23:06:57,372 INFO anaconda:packaging: Verifying: libverto-0.3.0-5.el8.aarch64 1557535347 446f45706d78e80d4057d9d55dda32ce1cb823b2ca4dfe50f0ca5b515238130d 23:06:57,374 INFO anaconda:packaging: Verifying: libverto-libevent-0.3.0-5.el8.aarch64 1557535347 c32f372529ad09dea40f1262ceec38464f1bd8aa8acb2ba1358e0d1742743261 23:06:57,376 INFO anaconda:packaging: Verifying: libxcrypt-4.1.1-4.el8.aarch64 1557535351 2221fb6f38fb36025c3283afe04e009bb1cc688144e71c5a9edc6717f22012c0 23:06:57,379 INFO anaconda:packaging: Verifying: libxml2-2.9.7-5.el8.aarch64 1557535440 61705d4ff0dfacad59f9a1a34b3f224a692d8cba28b6a2a5d8cf47b99e5d8957 23:06:57,381 INFO anaconda:packaging: Verifying: libyaml-0.1.7-5.el8.aarch64 1557586308 30327c94b9729602f0b4dd73ff67edc2b7269af782182a2c02f44246ffe7f10f 23:06:57,383 INFO anaconda:packaging: Verifying: linux-firmware-20190516-94.git711d3297.el8.noarch 1573234994 8dac407af9b2f2dde1e49ff1b3373ceace8aa1c7eb2a58018a13ef03e5beb4a4 23:06:57,384 INFO anaconda:packaging: Verifying: logrotate-3.14.0-3.el8.aarch64 1557586438 c28aee1e2d4f0c2e20f5ca9096895bd36657c3438fe9b5a2a0d97e490a62109e 23:06:57,386 INFO anaconda:packaging: Verifying: lshw-B.02.18-21.el8.aarch64 1573235087 91a8c71a624463bc766d2c4b6264d0cf58ac89b159bad32fddb214a8827b663b 23:06:57,388 INFO anaconda:packaging: Verifying: lsscsi-0.30-1.el8.aarch64 1557586552 54a0cc194a5c31f4f45d1d2ccf9790e51529d86f0aaf083092096e09011d7bab 23:06:57,390 INFO anaconda:packaging: Verifying: lua-libs-5.3.4-11.el8.aarch64 1573235119 914f1d8cf5385ec874ac88b00f5ae99e77be48aa6c7157a2e0c1c5355c415c94 23:06:57,392 INFO anaconda:packaging: Verifying: lz4-libs-1.8.1.2-4.el8.aarch64 1557535455 b646ce7481e0c17b0b5ae21d606e96496a56bf782e94247968061e746d97b4ce 23:06:57,394 INFO anaconda:packaging: Verifying: lzo-2.08-14.el8.aarch64 1557586698 6809839757bd05082ca1b8d23eac617898eda3ce34844a0d31b0a030c8cc6653 23:06:57,396 INFO anaconda:packaging: Verifying: man-db-2.7.6.1-17.el8.aarch64 1557586723 9d9492991dc9808ee56e00ab111f95714c62fee7fcbdb2141684c473ed2b2cc9 23:06:57,398 INFO anaconda:packaging: Verifying: mokutil-1:0.3.0-9.el8.aarch64 1557586896 8c51a122cdeeda7d93b8390f20cc4127172b97d5e00aa3b163ac315b35a89f5a 23:06:57,400 INFO anaconda:packaging: Verifying: mozjs60-60.9.0-3.el8.aarch64 1574483715 18b16de26a9a92a19f0d98218c8e756490223af68653122374e93d34e2d5ddf8 23:06:57,402 INFO anaconda:packaging: Verifying: mpfr-3.1.6-1.el8.aarch64 1557535575 97a998a1b93c21bf070f9a9a1dbb525234b00fccedfe67de8967cd9ec7132eb1 23:06:57,404 INFO anaconda:packaging: Verifying: ncurses-6.1-7.20180224.el8.aarch64 1557535702 313b9d0ba8b2734cde9edfdf477616c1e535998238e43a1b6465cf946eb92c0b 23:06:57,406 INFO anaconda:packaging: Verifying: ncurses-base-6.1-7.20180224.el8.noarch 1557535702 1dfed63c2b675064c87d3e95c433a1c4515b24c28a7815e643e6f3d84814e79d 23:06:57,408 INFO anaconda:packaging: Verifying: ncurses-libs-6.1-7.20180224.el8.aarch64 1557535702 4d62bee2b38b7ae79937139f3e246ddefd184da953a70263d633f770d30b60c3 23:06:57,410 INFO anaconda:packaging: Verifying: net-tools-2.0-0.51.20160912git.el8.aarch64 1557586959 cb5a8b40db52e72cf0ac4470af5861fcc5fc55656553ff299acb1c11aee6dd5c 23:06:57,411 INFO anaconda:packaging: Verifying: nettle-3.4.1-1.el8.aarch64 1557535610 4d39ab38529ac4ef18c984de994a170822ba06cecd019d3847ee388f92c55ac8 23:06:57,412 INFO anaconda:packaging: Verifying: newt-0.52.20-9.el8.aarch64 1557587113 c8788d931dd6b3a3801dc9be373b31cea1f2a752aa0908744b4bb8b41a264434 23:06:57,413 INFO anaconda:packaging: Verifying: nfs-utils-1:2.3.3-26.el8.aarch64 1573235829 0f85437acdf80be34dfc501433f4e0f1e57a23413843e7de2bfc8f5ab2088ee3 23:06:57,415 INFO anaconda:packaging: Verifying: nftables-1:0.9.0-14.el8.aarch64 1573235986 81b8b353c3ae238e357ad1e4849c7da17def05db0459260e516322174ae2924d 23:06:57,416 INFO anaconda:packaging: Verifying: npth-1.5-4.el8.aarch64 1557535644 eaaeb7ee9274c38650feab7a7abae0b6b38637cded9cf6c828651326b791dc68 23:06:57,417 INFO anaconda:packaging: Verifying: numactl-libs-2.0.12-7.el8.aarch64 1573236177 bc60afd90df5c05d8774b29663563a75805ac7b5be51869da327b8e9467d09fd 23:06:57,419 INFO anaconda:packaging: Verifying: openldap-2.4.46-10.el8.aarch64 1573236632 6166fd0648aa00efa667638d3990dd25898cf2e238fd03e881206077916bab24 23:06:57,420 INFO anaconda:packaging: Verifying: openssh-8.0p1-3.el8.aarch64 1573237033 319ed06ae83288371ca27aa1d04b4b3fc0fb8c99c4497c7f71af30243d478a22 23:06:57,421 INFO anaconda:packaging: Verifying: openssh-clients-8.0p1-3.el8.aarch64 1573237033 ec8a8344de6b6fb79cd1722cbf5de1c9aa393befa3dc52553ca794eb17a7bf81 23:06:57,423 INFO anaconda:packaging: Verifying: openssh-server-8.0p1-3.el8.aarch64 1573237033 ef79a2db3d17dd2ec9727f43eb446c1e5506f89d090f069b813a335e442553c5 23:06:57,424 INFO anaconda:packaging: Verifying: openssl-1:1.1.1c-2.el8.aarch64 1573237545 abfd79e176fe6ac01691ab0c5efb60e162de105bd8556656d82c1ed2f1978a5e 23:06:57,427 INFO anaconda:packaging: Verifying: openssl-libs-1:1.1.1c-2.el8.aarch64 1573237545 ca3895e61cd5ab7f833eae7a231d7fb4d4c88c24ddb570d88e73c2625f42bd0d 23:06:57,482 INFO anaconda:packaging: Verifying: openssl-pkcs11-0.4.8-2.el8.aarch64 1557587485 a97d882e500776675402de6aee23417867dd295f97d961b7811df3a00a7e32a5 23:06:57,482 INFO anaconda:packaging: Verifying: os-prober-1.74-6.el8.aarch64 1557587474 5515efce88237588ed2f13b8008846f139cafd1ba5063eccdfb156af03fc8f75 23:06:57,483 INFO anaconda:packaging: Verifying: p11-kit-0.23.14-5.el8_0.aarch64 1561995890 fdf69d6c98f6a9bae8a280b16a043841bb086470c3366e0ec75eb46c2ade7013 23:06:57,483 INFO anaconda:packaging: Verifying: p11-kit-trust-0.23.14-5.el8_0.aarch64 1561995890 a629464b907faa92e7d294120a95b492078e2f05122e51810c4f4912ff8f95de 23:06:57,483 INFO anaconda:packaging: Verifying: pam-1.3.1-4.el8.aarch64 1557535981 56211c910b8a4ea3fd9b6312adf5b5ce5a748a03f1f98a4ae5ed77502935ae43 23:06:57,483 INFO anaconda:packaging: Verifying: parted-3.2-38.el8.aarch64 1573237793 52e88fe9b9a841735a8ef826592fc11ef7006b3368ff224c4577aad86b5989ea 23:06:57,483 INFO anaconda:packaging: Verifying: passwd-0.80-2.el8.aarch64 1557587492 040487c80718f96fb44579013d6c409f2f4a99ee54b5a07990f23c260b878442 23:06:57,483 INFO anaconda:packaging: Verifying: pciutils-libs-3.5.6-4.el8.aarch64 1557587511 0318d07dbb89a81453621124207764f2b9eb3a12597a19e4630d3d963fb1ba19 23:06:57,484 INFO anaconda:packaging: Verifying: pcre-8.42-4.el8.aarch64 1557587721 a8053346f758919a8e6f177d767d6372352b2b37e1c86195ab87a891ce55e692 23:06:57,484 INFO anaconda:packaging: Verifying: pcre2-10.32-1.el8.aarch64 1557535789 4bc79516dafe99ec1157d1733d6f5873f1add668f022051794d89f92de5616ee 23:06:57,484 INFO anaconda:packaging: Verifying: pigz-2.4-2.el8.aarch64 1557588247 9a719047ee3917950f637d58b6946c1374328ca16dad5fe0b9d4fe59ca936ebd 23:06:57,484 INFO anaconda:packaging: Verifying: platform-python-3.6.8-15.1.el8.aarch64 1574366540 5e4012d263a0ed0962c3dd6c6273d18db5e212840283f2e3f946f59cbfbb1aff 23:06:57,484 INFO anaconda:packaging: Verifying: platform-python-pip-9.0.3-15.el8.noarch 1573239287 3bb7989fd8bbd4c7abde093a492755040c2ef922fdb08adb8d914e182285cfff 23:06:57,484 INFO anaconda:packaging: Verifying: platform-python-setuptools-39.2.0-5.el8.noarch 1573572823 d300ce0fa3a0c6a91d50c5f6a8f5988c014b07b431267b857fcd057b8bf10301 23:06:57,485 INFO anaconda:packaging: Verifying: policycoreutils-2.9-3.el8.aarch64 1573488035 78dedca50bdd817496b77f7516b10e5003e3ba7d16e406e5e44597da76c67318 23:06:57,485 INFO anaconda:packaging: Verifying: policycoreutils-python-utils-2.9-3.el8.noarch 1573488035 368f2920e1dd4d2d74fc96b41cc9466f39d8485cf6235ae036f0fd7c32c166fb 23:06:57,485 INFO anaconda:packaging: Verifying: polkit-0.115-9.el8.aarch64 1573512852 ed0311423e12642f6bfc0c32d2475be6f435731b5467c3a0743b43b26379a49b 23:06:57,485 INFO anaconda:packaging: Verifying: polkit-libs-0.115-9.el8.aarch64 1573512852 a7104bc17b5c0baf19692628955e173b2d64eca36cc88a2bef6db630f0532317 23:06:57,485 INFO anaconda:packaging: Verifying: polkit-pkla-compat-0.1-12.el8.aarch64 1557588280 d25d562fe77f391458903ebf0d9078b6d38af6d9ced39d902b9afc7e717d2234 23:06:57,485 INFO anaconda:packaging: Verifying: popt-1.16-14.el8.aarch64 1557535927 f58ce80c4f54569359e6f051b84d11cdce1bbe0f79ad51228ca89ecc614f937d 23:06:57,486 INFO anaconda:packaging: Verifying: prefixdevname-0.1.0-6.el8.aarch64 1558550049 a8bc6c8653eaede6f46620da42f99ee5d511f161e78f2719aa231c75cf06cd15 23:06:57,486 INFO anaconda:packaging: Verifying: procps-ng-3.3.15-1.el8.aarch64 1557588510 9ce1e465eaea7a0024ca3679052997575b62e97e63eb5055c874240e922b3918 23:06:57,486 INFO anaconda:packaging: Verifying: psmisc-23.1-3.el8.aarch64 1557588474 8759e04e64142205fc3e1a2d51596f3fcf4ece86cd4e6ee179a794718b9f18ca 23:06:57,486 INFO anaconda:packaging: Verifying: publicsuffix-list-dafsa-20180723-1.el8.noarch 1557535917 65ecf1e479dc2b2f7f09c2e86d7457043b3470b3eab3c4ee8909b50b0a669fc2 23:06:57,486 INFO anaconda:packaging: Verifying: python3-asn1crypto-0.24.0-3.el8.noarch 1557588506 95155acf769b85643a43b670759ed7e0c14d8b2fbc2cc58f2cee5d38d78d12e8 23:06:57,487 INFO anaconda:packaging: Verifying: python3-audit-3.0-0.10.20180831git0047a6c.el8.aarch64 1557533998 11c5899061960567d2dada6bfe0ef3e41ad5cf0a8534a8114e5ddcc1af3786be 23:06:57,487 INFO anaconda:packaging: Verifying: python3-cffi-1.11.5-5.el8.aarch64 1557588468 7cf94e71d42aecccf095c8225aabe5085f8cf7fb4f956fabbe04d23ba7688029 23:06:57,487 INFO anaconda:packaging: Verifying: python3-chardet-3.0.4-7.el8.noarch 1557588504 176ffcb2cf0fdcbdd2d8119cbd98eef60a30fdb0fb065a9382d2c95e90c79652 23:06:57,487 INFO anaconda:packaging: Verifying: python3-configobj-5.0.6-11.el8.noarch 1557588527 1bd969e0521820374122f5132e5998d9bd2ab185be66565a7266096297419c8e 23:06:57,487 INFO anaconda:packaging: Verifying: python3-cryptography-2.3-2.el8.aarch64 1557589132 44fb2649bcfb5e710c9eee82ee7a926a7ec1a51b989fa6142fa7e205dd52eebf 23:06:57,487 INFO anaconda:packaging: Verifying: python3-dateutil-1:2.6.1-6.el8.noarch 1557588521 c5b5967a094ced90899052a82e2c245529b75ba3f46e0ce1a89cfc95edb935ea 23:06:57,488 INFO anaconda:packaging: Verifying: python3-dbus-1.2.4-15.el8.aarch64 1573230892 116c1d18b0bda6388cde56e4c93f28b2449dc496ea6a9c5e2d4b581065e2e6c4 23:06:57,489 INFO anaconda:packaging: Verifying: python3-decorator-4.2.1-2.el8.noarch 1557588489 0e9a8a0f823bf0ef948862f0ccb62353460bd07931e756c98f23908c1c526578 23:06:57,491 INFO anaconda:packaging: Verifying: python3-dnf-4.2.7-7.el8_1.noarch 1576770263 6a2bcc5e243e330a0eac7ac21c16df3e8aeb6c0a19c635568e734dee31f1493e 23:06:57,493 INFO anaconda:packaging: Verifying: python3-dnf-plugins-core-4.0.8-3.el8.noarch 1573573422 bcdeb1093281850403cc71cbd07b9f40880b51e7b30102bdd1170aac81ab4780 23:06:57,495 INFO anaconda:packaging: Verifying: python3-firewall-0.7.0-5.el8.noarch 1573231701 b93fe93a665d8fcff4e12987c71db4c0233b18fbf30f01ad10dfa1aa6d9f77b3 23:06:57,496 INFO anaconda:packaging: Verifying: python3-gobject-base-3.28.3-1.el8.aarch64 1557588487 ec8aa634bc4c3de87a638b609bd8aa94bcf7f06b9d532ac1eb8f9a5032f8276e 23:06:57,499 INFO anaconda:packaging: Verifying: python3-gpg-1.10.0-6.el8.0.1.aarch64 1557965317 cd7c23cccf987fc8a7d3a3508508377e030eef22513de56062b2eaf49e855819 23:06:57,500 INFO anaconda:packaging: Verifying: python3-hawkey-0.35.1-9.el8_1.aarch64 1576094372 a2df038876c0266408fa3d3b1a804944111fe7af92a2ef7e048d2c386896a0c6 23:06:57,503 INFO anaconda:packaging: Verifying: python3-idna-2.5-5.el8.noarch 1557588568 78c43d8a15ca018de1803e4baac5819e1baab1963fd31f1e44e54e8a573acbfc 23:06:57,504 INFO anaconda:packaging: Verifying: python3-jwt-1.6.1-2.el8.noarch 1557588633 ebeb05a4a9cdd5d060859eabac1349029c0120615c98fc939e26664c030655c1 23:06:57,507 INFO anaconda:packaging: Verifying: python3-libcomps-0.1.11-2.el8.aarch64 1573233392 8a8fc1b08c3eb295e863ced3b49e9c503e22bdc9fcaa6be8b958add274442067 23:06:57,508 INFO anaconda:packaging: Verifying: python3-libdnf-0.35.1-9.el8_1.aarch64 1576094372 9b4b379d377df15867b21aaa6fc03dfdfaa99392f69994498497f4636a02e562 23:06:57,511 INFO anaconda:packaging: Verifying: python3-librepo-1.10.3-3.el8.aarch64 1573234097 2b3c59be4c1694c478d757490bb771415c3fc5009faf8e7dedfd1548bc3a3198 23:06:57,512 INFO anaconda:packaging: Verifying: python3-libs-3.6.8-15.1.el8.aarch64 1574366540 8f7f98c62904f3dd996be5fb39008a56e094a694d1decd87503f8fed767da72c 23:06:57,514 INFO anaconda:packaging: Verifying: python3-libselinux-2.9-2.1.el8.aarch64 1573486606 21a15f64f9f6f1ac4fbc1a53bcfe3bead0a7b4c29135ccbbc4e3a8c63b5f2338 23:06:57,517 INFO anaconda:packaging: Verifying: python3-libsemanage-2.9-1.el8.aarch64 1573487540 af053286389567214e1917a110bbb12b3710a4292481b53f6d563c7127e3d7b2 23:06:57,518 INFO anaconda:packaging: Verifying: python3-libxml2-2.9.7-5.el8.aarch64 1557535440 b9f44dccb1a6e0417393a56b1ab0c10f2ddab1edc2f9f0591fa3e3197cc6d081 23:06:57,520 INFO anaconda:packaging: Verifying: python3-linux-procfs-0.6-7.el8.noarch 1573239108 5226e65270b5a04b649ce2b7a74ed57ee390a8120a6057fe77fa535740992e27 23:06:57,523 INFO anaconda:packaging: Verifying: python3-oauthlib-2.1.0-1.el8.noarch 1557588664 20874a9d40b12125c9e5b97fe4ccda3f94acbc03da1dec7299123901f5b56631 23:06:57,524 INFO anaconda:packaging: Verifying: python3-perf-4.18.0-147.3.1.el8_1.aarch64 1578096988 3319fbeb285639f7fe6e239a3660e6e0643021e1cb20ee5e8cb0eedc67f044e7 23:06:57,527 INFO anaconda:packaging: Verifying: python3-pip-wheel-9.0.3-15.el8.noarch 1573239287 45192c93402f5ee029f8d9a63a36278e02a743c48ab064849469ad8153d1a555 23:06:57,528 INFO anaconda:packaging: Verifying: python3-ply-3.9-7.el8.noarch 1557588726 f797d3780fe602a3d71ba5ce3c6cdc5c3fa9a3ff3640d6abbc7d78809e556de7 23:06:57,531 INFO anaconda:packaging: Verifying: python3-policycoreutils-2.9-3.el8.noarch 1573488035 e475a0675789f63672538b41a284375b24d56028a8dfa85655265396f43546fd 23:06:57,532 INFO anaconda:packaging: Verifying: python3-pycparser-2.14-14.el8.noarch 1557588721 8891a9a4707611c13a5693b195201dd940254ffdb03cf5742952329282bb8cb7 23:06:57,535 INFO anaconda:packaging: Verifying: python3-pysocks-1.6.8-3.el8.noarch 1557588655 7f506879c64e0bb4d98782d025f46fb9a07517487ae4cbebbb3985a98f4e2154 23:06:57,536 INFO anaconda:packaging: Verifying: python3-pyudev-0.21.0-7.el8.noarch 1557588691 aa0007192287faeaecc72d9fa48efdb3108c764d450dc8fea65474476da32c45 23:06:57,538 INFO anaconda:packaging: Verifying: python3-pyyaml-3.12-12.el8.aarch64 1557588779 125e3be7258821f7bc210b7eee8591289ea4ce97edea2832d8e6a89f1b6969e5 23:06:57,540 INFO anaconda:packaging: Verifying: python3-requests-2.20.0-2.1.el8_1.noarch 1576103860 003ee19ec5b88de212c3246bdfdb3e97a9910a25a219fd7cf5030b7bc666fea9 23:06:57,542 INFO anaconda:packaging: Verifying: python3-rpm-4.14.2-25.el8.aarch64 1573240096 71a4a1847e162ea824cd97f4cb999f3c6b2fddcc71dda3f629a22237bdf8d01c 23:06:57,544 INFO anaconda:packaging: Verifying: python3-schedutils-0.6-6.el8.aarch64 1573239506 7d11819e0646e34f1489fbe9f6673a6cd701657d8ae1fe0ca370f7421150163f 23:06:57,546 INFO anaconda:packaging: Verifying: python3-setools-4.2.2-1.el8.aarch64 1573493537 96725cf51e5349d7eae0487f4f2611ee2a6b339e3ae4defae82c655e1b864aa9 23:06:57,548 INFO anaconda:packaging: Verifying: python3-setuptools-wheel-39.2.0-5.el8.noarch 1573572823 fe32f87d975ed2bd5f1c854961caa05fec47f6a5f9bd2a28610be907aeb71f4e 23:06:57,550 INFO anaconda:packaging: Verifying: python3-six-1.11.0-8.el8.noarch 1557588702 a04cb3117395b962edc32bf45d8411f240632476b0706b2df7f4a1a87b2ce34b 23:06:57,552 INFO anaconda:packaging: Verifying: python3-slip-0.6.4-11.el8.noarch 1557588696 233e5f78027b684e5aaac1395cc574aea3039059bf86eb4494422bc74216a396 23:06:57,554 INFO anaconda:packaging: Verifying: python3-slip-dbus-0.6.4-11.el8.noarch 1557588696 563b3741d26b6af963fdb7b0634e0791445a707d0b6093ac71c3224299241639 23:06:57,556 INFO anaconda:packaging: Verifying: python3-syspurpose-1.25.17-1.el8.aarch64 1574362418 0b642b19c69672b74e32012c73c5346d9f5a139d18684fb613180d325550ef59 23:06:57,558 INFO anaconda:packaging: Verifying: python3-urllib3-1.24.2-2.el8.noarch 1573588287 50abeee694b5648795602784b07de9463a1dd55b4c5bb4751ef987d1dd233b53 23:06:57,560 INFO anaconda:packaging: Verifying: quota-1:4.04-10.el8.aarch64 1557588824 e63088cb4953eeddaf321aa25b33701c44e70180697b7af54011cd193ffe0c48 23:06:57,562 INFO anaconda:packaging: Verifying: quota-nls-1:4.04-10.el8.noarch 1557588824 35f810182b9605123bb81da116e441c254c01726607477188f18e07bf0582ee1 23:06:57,564 INFO anaconda:packaging: Verifying: readline-7.0-10.el8.aarch64 1557535996 ef74f2c65ed0e38dd021177d6e59fcdf7fb8de8929b7544b7a6f0709eff6562c 23:06:57,566 INFO anaconda:packaging: Verifying: rng-tools-6.6-2.el8.aarch64 1557588942 23859e3aced0e1f20282134bd5c4cca395ad429916458e65ab349dd3bba25a86 23:06:57,568 INFO anaconda:packaging: Verifying: rootfiles-8.1-22.el8.noarch 1557588938 d967d6bbb33bf7a295a64807f81875c84e82a8ecc59b6c72fe955141b1660d39 23:06:57,570 INFO anaconda:packaging: Verifying: rpcbind-1.2.5-4.el8.aarch64 1573239868 bb795499583ade01930874f600040c4154b3948b9aed0892b6b19be32f6c10a6 23:06:57,572 INFO anaconda:packaging: Verifying: rpm-4.14.2-25.el8.aarch64 1573240096 dca6ba2c2cfef0725198523e1f350595bd257bc247822ee60a1bb67afde9bd98 23:06:57,574 INFO anaconda:packaging: Verifying: rpm-build-libs-4.14.2-25.el8.aarch64 1573240096 e8a0fd5945bbefb9101e541d14f0954da786d0f91b8f61907e15b2a12a768014 23:06:57,576 INFO anaconda:packaging: Verifying: rpm-libs-4.14.2-25.el8.aarch64 1573240096 0effd0de6224f4bbf487963fc4e5466a25d3c92e14d2c29062cd3cc4683ef34a 23:06:57,578 INFO anaconda:packaging: Verifying: rpm-plugin-selinux-4.14.2-25.el8.aarch64 1573240096 42872dd6a1695dc061aa6acaa29715e90e2aa00b53b6ab7bb3bb43420ede8e46 23:06:57,580 INFO anaconda:packaging: Verifying: rpm-plugin-systemd-inhibit-4.14.2-25.el8.aarch64 1573240096 e2f449fb449a5b8a9808397086467eb5d1d61bcbd40451ae0e2af6d7fc2b6cb4 23:06:57,581 INFO anaconda:packaging: Verifying: rsync-3.1.3-6.el8.aarch64 1573240364 1d0a616e38aab867a4fb15639c11f8cb6745ae9fd397390070c78b18259526bd 23:06:57,584 INFO anaconda:packaging: Verifying: sed-4.5-1.el8.aarch64 1557536195 fbecd3eaccc7aed98b42e88280d2ee9104c52d3329f9139b291527fc30d5fd02 23:06:57,585 INFO anaconda:packaging: Verifying: selinux-policy-3.14.3-20.el8.noarch 1573585042 e8f90558d8479ca9206014b9f68339b74f214f2f24a9e2e53d1ea8dc77cfaacc 23:06:57,588 INFO anaconda:packaging: Verifying: selinux-policy-targeted-3.14.3-20.el8.noarch 1573585042 a5c67bf86a55d8ce4fbd3567aa85034fe2cdf8b99aedb083461c9670d03175e5 23:06:57,590 INFO anaconda:packaging: Verifying: setup-2.12.2-2.el8_1.1.noarch 1578074652 7beab7df092f567bc07b3dd0b99c85f85fdba9117927e87f0b42d4d2769d3e2d 23:06:57,592 INFO anaconda:packaging: Verifying: sg3_utils-1.44-3.el8.aarch64 1573240979 ee083687b0640c2e3fdf5815084809d382e2145b49baccf3c241a4041a4906f1 23:06:57,594 INFO anaconda:packaging: Verifying: sg3_utils-libs-1.44-3.el8.aarch64 1573240979 cd40c4a7a2a20a70e087d5a8dd8d6d8064aaf64331bbbb2f0fcf6df71266f192 23:06:57,595 INFO anaconda:packaging: Verifying: shadow-utils-2:4.6-8.el8.aarch64 1573241054 4ec8423570d1cb923acc9e03a87c02065eb26e2aa67048240223fc72cdb861c5 23:06:57,598 INFO anaconda:packaging: Verifying: shared-mime-info-1.9-3.el8.aarch64 1557589089 955e50447ee8ba78996529e1f9192eab92b25251d236b6e24a61be9787fb7552 23:06:57,600 INFO anaconda:packaging: Verifying: shim-aa64-15-8.el8.aarch64 1559920826 fd8634f54437693dcdcba8234c0d28a35fa8811dc2b3f2047f210139e9ffd103 23:06:57,601 INFO anaconda:packaging: Verifying: slang-2.3.2-3.el8.aarch64 1557589195 121ddf8c1e31a9f6958659daa77254ca991da1d25609bc17eb7c261aa32d6176 23:06:57,604 INFO anaconda:packaging: Verifying: snappy-1.1.7-5.el8.aarch64 1557589532 62df1e376189aab65976262deb5f4fb1ede20d16ce55082918c716f35572667d 23:06:57,605 INFO anaconda:packaging: Verifying: sqlite-libs-3.26.0-3.el8.aarch64 1557537182 879d2b7e8c9a78b65831a8cf32bac397fafcff4f6376435a2b36f488a6d52024 23:06:57,608 INFO anaconda:packaging: Verifying: squashfs-tools-4.3-19.el8.aarch64 1573241516 75922657d45adf2cd13f22c8e371fd57ed38edfa21bc68f49c6708acf583b0ce 23:06:57,609 INFO anaconda:packaging: Verifying: sssd-client-2.2.0-19.el8.aarch64 1573512794 7fd5c4eef93623f07d89357bf4c1e9f2e9691257336cd8b8ae3339563407ce19 23:06:57,611 INFO anaconda:packaging: Verifying: sssd-common-2.2.0-19.el8.aarch64 1573512794 da8648f624682b2287af381481e254eb0159bddc4cf2e3699e1d942d29b55264 23:06:57,614 INFO anaconda:packaging: Verifying: sssd-kcm-2.2.0-19.el8.aarch64 1573512794 0bf74ae3c7cbec9445109c1fe0cbe900aa69e5c88b60f1908403a62004430862 23:06:57,616 INFO anaconda:packaging: Verifying: sssd-nfs-idmap-2.2.0-19.el8.aarch64 1573512794 8194cfa4b8b3b4e75485d15a1cceef24fd5ca904934ae4b03f2e81a3c0d45acf 23:06:57,618 INFO anaconda:packaging: Verifying: sudo-1.8.25p1-8.el8_1.aarch64 1576093251 5581c5b38c177f4bd5aadc7badbf15aaa99f9b6d2a4cbfd3505cdbfc3861176e 23:06:57,620 INFO anaconda:packaging: Verifying: systemd-239-18.el8_1.1.aarch64 1578075311 9e3b512cceefc98dead2b81d7b80804b3cf3cdc4c9b2d357d289c1a373917aa9 23:06:57,622 INFO anaconda:packaging: Verifying: systemd-libs-239-18.el8_1.1.aarch64 1578075311 5edcc59775d92ddaf407586159560a1215d75169ffa9b30eeeb2386be5f2c686 23:06:57,624 INFO anaconda:packaging: Verifying: systemd-pam-239-18.el8_1.1.aarch64 1578075311 7ddb617e2aaa90f8d5a1bb2764e792858755429809fc01c64a3e4d9f9e620c7b 23:06:57,626 INFO anaconda:packaging: Verifying: systemd-udev-239-18.el8_1.1.aarch64 1578075311 01fba66c119497098edd29804620a7eff4d851774af10f3dbc2da5843c46ae74 23:06:57,628 INFO anaconda:packaging: Verifying: tar-2:1.30-4.el8.aarch64 1557536685 51ee9e5981361b491a22f63223798ebfa2287af8bb6206b4f8538e945b37fcf2 23:06:57,630 INFO anaconda:packaging: Verifying: teamd-1.28-4.el8.aarch64 1573234657 b140894120d427016d6956702078a4f610a261e0eedf8b08f1e7a36c79b26d58 23:06:57,632 INFO anaconda:packaging: Verifying: timedatex-0.5-3.el8.aarch64 1557589856 f6078b759fafad2208d3e572cec9fbfb473dea334bc7a90583811f451d493cef 23:06:57,634 INFO anaconda:packaging: Verifying: trousers-0.3.14-4.el8.aarch64 1576255516 b9d9438d1fd54ff9a63190eb3c24f87eaf250502cf40f8ec263cdef443f400f4 23:06:57,635 INFO anaconda:packaging: Verifying: trousers-lib-0.3.14-4.el8.aarch64 1576255516 37cc33bca2dce51b6188742303f91c037aec09586fa1e6d239f654186212f4ab 23:06:57,638 INFO anaconda:packaging: Verifying: tuned-2.12.0-3.el8.noarch 1576255946 93d38c941a733d2a0c0f4a90bedb20ae60bde28e98aed5bcc9cce3566ce240a4 23:06:57,639 INFO anaconda:packaging: Verifying: tzdata-2019c-1.el8.noarch 1569937645 ef86bf42e76d2a1d9dc507c66665eb7fa1be8c7418d8d7906d853794f179449e 23:06:57,641 INFO anaconda:packaging: Verifying: util-linux-2.32.1-17.el8.aarch64 1573243582 7e9b8eca0f0460106af0be542609b52721f2169e3845216f97e6507b1f0ae96f 23:06:57,644 INFO anaconda:packaging: Verifying: vim-minimal-2:8.0.1763-13.el8.aarch64 1573499615 064c38a01fb786acf8ff0f8657d74077d2d6091908c20a4c41156d161893e6a4 23:06:57,646 INFO anaconda:packaging: Verifying: virt-what-1.18-6.el8.aarch64 1557590339 ba9e4f58aab3c5943f5674ca9f9c8fd442f02460ecf1a2ea5beb80229027da8f 23:06:57,648 INFO anaconda:packaging: Verifying: which-2.21-10.el8.aarch64 1557536446 36a92dd8e26cf742a84479b9e1ff3760d9a9827059aaef11e4137c5163639ffe 23:06:57,650 INFO anaconda:packaging: Verifying: xfsprogs-5.0.0-1.el8.aarch64 1573244453 3af6826b50f41559df742eaffaab3038fc9bf7bb51e815f99257427241f41053 23:06:57,652 INFO anaconda:packaging: Verifying: xz-5.2.4-3.el8.aarch64 1557536539 b9a899e715019e7002600005bcb2a9dd7b089eaef9c55c3764c326d745ad681f 23:06:57,654 INFO anaconda:packaging: Verifying: xz-libs-5.2.4-3.el8.aarch64 1557536539 8f141db26834b1ec60028790b130d00b14b7fda256db0df1e51b7ba8d3d40c7b 23:06:57,655 INFO anaconda:packaging: Verifying: yum-4.2.7-7.el8_1.noarch 1576770263 8fbe43b831d44d00a1230c28a318d7d6afd594a43863d0dffd1c156c1493f27e 23:06:57,658 INFO anaconda:packaging: Verifying: yum-utils-4.0.8-3.el8.noarch 1573573422 37ae941e5d7b92d9aa299595bfe0c1cd960a1dfe5e6fa3e31a12ae8cdd949824 23:06:57,660 INFO anaconda:packaging: Verifying: zlib-1.2.11-10.el8.aarch64 1557536543 03574b773706d8912ae43d4f62b5056bd4781e44989163231ce98c7e47a211c3 23:06:57,661 INFO anaconda:packaging: Verifying: abattis-cantarell-fonts-0.0.25-4.el8.noarch 1557787818 923b2b30ab34bc765fb6d563cacd09d3fdeece9b03a719b8bdcd1b4fd729365c 23:06:57,662 INFO anaconda:packaging: Verifying: authselect-compat-1.1-2.el8.aarch64 1573230404 a315fa901f4ddce49ebfd194a2fafb2100fd0d7b83646f982815684a5b167472 23:06:57,664 INFO anaconda:packaging: Verifying: cairo-1.15.12-3.el8.aarch64 1557788538 3187b5a82f1e6906539903c42b3bbd0b9979f00ae41d73c52e69e239f1090bf7 23:06:57,665 INFO anaconda:packaging: Verifying: cairo-gobject-1.15.12-3.el8.aarch64 1557788538 c98e748866b96eab0e8ea4170fe312cb48fd46db98e23c6125b1262c4b8b495d 23:06:57,666 INFO anaconda:packaging: Verifying: centos-logos-80.5-2.el8.aarch64 1564503952 6cc505a9206b3c10c1ea3138d1ba41d6e5f74da2191a3a033f661f63cd3951b3 23:06:57,668 INFO anaconda:packaging: Verifying: cloud-init-18.5-7.el8.noarch 1576252424 73ffd9574acbfa2b9f749dcc1127a960396bf10878256f3782d8c8f4c416fad9 23:06:57,669 INFO anaconda:packaging: Verifying: cloud-utils-growpart-0.29-3.el8.noarch 1573230520 ce137030e5e2ed2be9238c97448da5189b80d14a5e694b336942dcc6ef1797c7 23:06:57,671 INFO anaconda:packaging: Verifying: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 d1aed63233ead3685d05320bb1a9888e725a863435be69b39a34a8d8bde1b966 23:06:57,673 INFO anaconda:packaging: Verifying: geolite2-city-20180605-1.el8.noarch 1557791307 cad86777bcb265db0da766952ff63e8d33f0fd4f3b90b22d0a1da587a785db44 23:06:57,676 INFO anaconda:packaging: Verifying: geolite2-country-20180605-1.el8.noarch 1557791307 67419432fe7d373f8e5ddaa7b0dd1c25389608bf2f4ee76dbabcc2d96eb8c9d0 23:06:57,678 INFO anaconda:packaging: Verifying: libX11-1.6.7-1.el8.aarch64 1557799604 544dbd656f5a675ed87ddec55d9a3063fc1e1f71f1c497a1716607320fa6b24a 23:06:57,681 INFO anaconda:packaging: Verifying: libX11-common-1.6.7-1.el8.noarch 1557799604 8908b1ac5fa60245e0ddc1a42bd008acea9e2b3346ef67ba5b2a5b829d981a3d 23:06:57,682 INFO anaconda:packaging: Verifying: libXau-1.0.8-13.el8.aarch64 1557799563 44f86b410396099845f2aeef4bf43a5dd5059a3f1edd372aad19e3ae44ac9adc 23:06:57,684 INFO anaconda:packaging: Verifying: libXext-1.3.3-9.el8.aarch64 1557799663 2af81148071438a7dac001103d220d42ed0944eab430ac1f6255a382ce251028 23:06:57,686 INFO anaconda:packaging: Verifying: libXrender-0.9.10-7.el8.aarch64 1557799953 0a7cb86aeedf8d6665a37a3515238c04f8780caaab303d1a7263b66b9a6cb7ed 23:06:57,688 INFO anaconda:packaging: Verifying: libestr-0.1.10-1.el8.aarch64 1557797102 d44031d4e8ad270fd07b56002667c5dcdca056dda326e69baf0326c76a3147e2 23:06:57,690 INFO anaconda:packaging: Verifying: libfastjson-0.99.8-2.el8.aarch64 1557797177 413890b3d1d8535c08a8aab6afc1437283867f88c0f945ff9d1e664c0855d700 23:06:57,691 INFO anaconda:packaging: Verifying: libmaxminddb-1.2.0-6.el8.aarch64 1557798166 a3da4f3afd122eba7050c9de1f22b6f38036cdaea8360e16adb2574d79578910 23:06:57,694 INFO anaconda:packaging: Verifying: libxcb-1.13-5.el8.aarch64 1557799754 5b4279560d0b86cb7ea37dd06fa4b2b8f1389ea2e1be28754ec39f03b1986947 23:06:57,695 INFO anaconda:packaging: Verifying: libxkbcommon-0.8.2-1.el8.aarch64 1557799690 abe4562e125500047a5aa1584d976e96c5bb04ea3d1f8150c4997f8b13499b53 23:06:57,697 INFO anaconda:packaging: Verifying: oddjob-0.34.4-7.el8.aarch64 1557802483 9101ebf3a322fa9f1ed7867e0399afa74a4eb807ffaa26fb5af0dc70b6511164 23:06:57,699 INFO anaconda:packaging: Verifying: oddjob-mkhomedir-0.34.4-7.el8.aarch64 1557802483 0c2318fe55367444c65d843c3b92e9ed57b0abbf69e8909f094c46a9b2cb8f9f 23:06:57,701 INFO anaconda:packaging: Verifying: pinentry-1.1.0-2.el8.aarch64 1557806682 cd55ba5d97f3de548d5fa7e14b9ff2924300f620dfc8013d55d8b2e031c36d36 23:06:57,703 INFO anaconda:packaging: Verifying: pixman-0.36.0-1.el8.aarch64 1557806663 581c4719be5dec26a9d65065a074c05e7bd1487d37785bf9b40d1df083e49722 23:06:57,705 INFO anaconda:packaging: Verifying: python3-babel-2.5.1-5.el8.noarch 1573230266 9dbf3ceb7de5a727f1a36edd5add73dcd96c83f24afc81d78e254b518551da96 23:06:57,707 INFO anaconda:packaging: Verifying: python3-cairo-1.16.3-6.el8.aarch64 1557807206 84ee9acac31c9363ccca04a9fab7358b9ed979f41faa7742f96b45a37df56663 23:06:57,709 INFO anaconda:packaging: Verifying: python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 1573704983 021789e27ff75fc27325557a5b6f6e56f92c89035544428c276a67d6f7c7b87a 23:06:57,711 INFO anaconda:packaging: Verifying: python3-gobject-3.28.3-1.el8.aarch64 1557588487 6299c46d95e3dcf38f135a3cf51f412b1fdc7b03f2bdb92e79410a52cb437905 23:06:57,713 INFO anaconda:packaging: Verifying: python3-hwdata-2.3.6-3.el8.noarch 1557807484 7db269ccc445b3b913faf7bd3d90d48cd7dbffaf210a3734be4051b4c06090cf 23:06:57,715 INFO anaconda:packaging: Verifying: python3-jinja2-2.10.1-2.el8_0.noarch 1561995907 5f4f256128dba88a13599d6458908c24c0e9c18d8979ae44bf5734da8e7cab70 23:06:57,717 INFO anaconda:packaging: Verifying: python3-jsonpatch-1.21-2.el8.noarch 1557876014 85eb614fc608f3b3f4bbd08d4a3b0ff6af188677ea4e009be021680c521cedae 23:06:57,719 INFO anaconda:packaging: Verifying: python3-jsonpointer-1.10-11.el8.noarch 1557807561 60b0cbc5e435be346bb06f45f3336f8936d7362022d8bceda80ff16bc3fb7dd2 23:06:57,721 INFO anaconda:packaging: Verifying: python3-jsonschema-2.6.0-4.el8.noarch 1557807600 0feac495306bbe6e3149a352025bea8d23cda512859a230cbd3f510cf48caaf7 23:06:57,723 INFO anaconda:packaging: Verifying: python3-markupsafe-0.23-19.el8.aarch64 1557807744 b0c806fe44182d354d8397045090bdc18c44dc1185895f7340d91406534cb186 23:06:57,725 INFO anaconda:packaging: Verifying: python3-netifaces-0.10.6-4.el8.aarch64 1557807744 c805709ad155fa3a798350106f664aa3f239879560269146484bcf36c5d6f0d5 23:06:57,727 INFO anaconda:packaging: Verifying: python3-newt-0.52.20-9.el8.aarch64 1557587113 1d3fda5b69f9ae5df628ee6817470dd147efd393e2bc5f07136fbeeda7e29514 23:06:57,729 INFO anaconda:packaging: Verifying: python3-prettytable-0.7.2-14.el8.noarch 1557807872 1b53c86 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13959/14400 8277dec628058b31b1a8a8a2ccd8efe832ce9694805b5f82564136eb3 23:06:57,731 INFO anaconda:packaging: Verifying: python3-pyOpenSSL-18.0.0-1.el8.noarch 1557807120 15d72644ce92ad261c4c6a97ebdd863bba4c5aa14fa50444873294cdbb612fff 23:06:57,733 INFO anaconda:packaging: Verifying: python3-pyserial-3.1.1-8.el8.noarch 1557807164 82ce159a9e4e4b6b4fdce9ad954aa507f67108430bd261a4dcd826e44d0152a4 23:06:57,735 INFO anaconda:packaging: Verifying: python3-pytz-2017.2-9.el8.noarch 1557808381 0edde19e0c027c8cff31b82e1f4b0b198c00bf924047fcf4dd610a7d4965ab52 23:06:57,737 INFO anaconda:packaging: Verifying: python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 a6cc943ffda27e3d29cc80d237bafa7743a94ba4055d54f3f42da27a98c995fc 23:06:57,739 INFO anaconda:packaging: Verifying: python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 1573704981 08d81c0dbed2e0dac8c84540953840af202ecf66dd9653aabf2ec57fa64b0a3c 23:06:57,741 INFO anaconda:packaging: Verifying: python3-systemd-234-8.el8.aarch64 1557875997 b44932e4383ed1a197cacb9af673eb527ad5903202db0c573aeac879f42d7a9a 23:06:57,743 INFO anaconda:packaging: Verifying: python3-unbound-1.7.3-8.el8.aarch64 1557812335 1ccd47844ef949eb4b6eb3fb169d235aa465778d0d67bdbbfa657182278c7a85 23:06:57,745 INFO anaconda:packaging: Verifying: qemu-guest-agent-15:2.12.0-88.module_el8.1.0+258+1d2a1d58.1.aarch64 1578631756 9d170f27dc456e27d8adaa64ccd26047b5cf2ba15d0db3673c356eae976c5fe2 23:06:57,747 INFO anaconda:packaging: Verifying: rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.aarch64 1573705036 058abb1fe800f8b32436d892cc092f8244cd6e635fea608c5dce646ec2aae552 23:06:57,749 INFO anaconda:packaging: Verifying: rsyslog-8.37.0-13.el8.aarch64 1573240664 0e38fc7ac46fee5155018d02e860cbfcb6c15e0fbfcc4512c1f50d2aacfe1ade 23:06:57,751 INFO anaconda:packaging: Verifying: setroubleshoot-plugins-3.3.10-3.el8.noarch 1573240978 9313532f5a1f2eab848897e3a4c291d93f4bbc83f2620839746a0e78c0d4230c 23:06:57,753 INFO anaconda:packaging: Verifying: setroubleshoot-server-3.3.20-2.el8.aarch64 1573240880 cb7fc9b951ad25ea64dc59b6087bca5dff5adbdad8f439b94fadec66e9235436 23:06:57,755 INFO anaconda:packaging: Verifying: sscg-2.3.3-6.el8.aarch64 1557810975 d029f87ab67913b9202957a9486729e3803d850370c99aa019e60331dd33daec 23:06:57,757 INFO anaconda:packaging: Verifying: unbound-libs-1.7.3-8.el8.aarch64 1557812335 5c40a9d31aedc56c73de9f2e7f236885e3eee0cd2e3d0e16f5010ca09b87ae92 23:06:57,758 INFO anaconda:packaging: Verifying: xkeyboard-config-2.24-3.el8.noarch 1557813346 7ed935a3833b30da023fe6977424b19a0ca4975bdd73e3adaf7cfda40ea7b122 23:06:57,760 INFO anaconda:packaging: Cleaning up downloaded packages: /tmp/dnf.package.cache 23:06:57,762 INFO anaconda:anaconda: progress: Install the payload 23:06:57,762 DEBUG anaconda:anaconda: installation: Task completed: Install the payload (15/18) (309.0 s) 23:06:57,764 INFO anaconda:anaconda: progress: Configuring storage 23:06:57,765 INFO anaconda:anaconda: installation: Queue started: Late storage configuration (7/9) 23:06:57,766 INFO anaconda:anaconda: installation: Task started: Write late storage (16/18) 23:06:57,767 INFO anaconda:anaconda: progress: Write late storage 23:06:57,767 DEBUG anaconda:anaconda: installation: Task completed: Write late storage (16/18) (0.0 s) 23:06:57,769 INFO anaconda:anaconda: progress: Installing boot loader 23:06:57,770 INFO anaconda:anaconda: installation: Queue started: Bootloader installation (8/9) 23:06:57,771 INFO anaconda:anaconda: installation: Task started: Install bootloader (17/18) 23:06:57,772 INFO anaconda:anaconda: bootloader: boot loader stage1 target device is vda1 23:06:57,772 INFO anaconda:anaconda: bootloader: boot loader stage2 target device is vda2 23:06:57,889 DEBUG anaconda:anaconda: bootloader: new default image: 23:06:57,961 INFO anaconda:program: Running... xfs_freeze -f / 23:06:58,139 DEBUG anaconda:program: Return code: 0 23:06:58,140 INFO anaconda:program: Running... xfs_freeze -u / 23:06:58,164 DEBUG anaconda:program: Return code: 0 23:06:58,165 INFO anaconda:program: Running in chroot '/mnt/sysimage'... efibootmgr 23:06:58,184 INFO anaconda:program: Timeout: 3 seconds 23:06:58,185 INFO anaconda:program: BootOrder: 0000 23:06:58,185 INFO anaconda:program: Boot0000* UiApp 23:06:58,186 DEBUG anaconda:program: Return code: 0 23:06:58,187 INFO anaconda:program: Running in chroot '/mnt/sysimage'... efibootmgr -c -w -L CentOS Linux -d /dev/vda -p 1 -l \EFI\centos\shimaa64.efi 23:06:58,500 INFO anaconda:program: Timeout: 3 seconds 23:06:58,500 INFO anaconda:program: BootOrder: 0001,0000 23:06:58,501 INFO anaconda:program: Boot0000* UiApp 23:06:58,502 INFO anaconda:program: Boot0001* CentOS Linux 23:06:58,502 DEBUG anaconda:program: Return code: 0 23:06:58,508 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 23:06:58,510 INFO anaconda:program: Running in chroot '/mnt/sysimage'... grub2-set-default ec1a01998e6d4b8c934e66eb9539f8e9-4.18.0-147.3.1.el8_1.aarch64 23:06:58,580 DEBUG anaconda:program: Return code: 0 23:06:58,580 INFO anaconda:program: Running in chroot '/mnt/sysimage'... grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg 23:07:03,798 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/vda1 23:07:03,810 NOTICE root:os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/vda1 23:07:03,941 INFO anaconda:program: Generating grub configuration file ... 23:07:03,942 INFO anaconda:program: Adding boot menu entry for EFI firmware configuration 23:07:03,942 INFO anaconda:program: done 23:07:03,943 DEBUG anaconda:program: Return code: 0 23:07:03,944 INFO anaconda:anaconda: progress: Install bootloader 23:07:03,945 DEBUG anaconda:anaconda: installation: Task completed: Install bootloader (17/18) (6.2 s) 23:07:03,947 INFO anaconda:anaconda: progress: Performing post-installation setup tasks 23:07:03,948 INFO anaconda:anaconda: installation: Queue started: Post-installation setup tasks (9/9) 23:07:03,949 INFO anaconda:anaconda: installation: Task started: Run post-installation setup tasks (18/18) 23:07:03,951 INFO anaconda:dnf: The downloaded packages were saved in cache until the next successful transaction. 23:07:03,952 INFO anaconda:dnf: You can remove cached packages by executing 'dnf clean packages'. 23:07:03,995 DEBUG anaconda:anaconda: payload: The default target is already set. 23:07:04,000 INFO anaconda:anaconda: payload: Installation requirements: [('package', 'e2fsprogs', PayloadRequirement(id=e2fsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'xfsprogs', PayloadRequirement(id=xfsprogs, reasons=[PayloadRequirementReason(reason='storage', strong=True)])), ('package', 'dosfstools', PayloadRequirement(id=dosfstools, 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)]))] 23:07:04,001 INFO anaconda:anaconda: progress: Run post-installation setup tasks 23:07:04,001 DEBUG anaconda:anaconda: installation: Task completed: Run post-installation setup tasks (18/18) (0.1 s) 23:07:04,002 INFO anaconda:anaconda: threading: Thread Done: AnaInstallThread (281473338831328) 23:07:04,004 INFO anaconda:anaconda: threading: Running Thread: AnaConfigurationThread (281473330377184) 23:07:04,027 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 23:07:04,031 INFO anaconda:anaconda: installation: Queue started: Installed system configuration (1/7) 23:07:04,033 INFO anaconda:anaconda: progress: Configuring installed system 23:07:04,034 INFO anaconda:anaconda: installation: Task started: Configure authselect (1/20) 23:07:04,061 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /usr/sbin/authconfig --update --nostart --enableshadow --passalgo=sha512 23:07:04,863 INFO anaconda:program: Running authconfig compatibility tool. 23:07:04,863 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. 23:07:04,864 INFO anaconda:program: 23:07:04,865 INFO anaconda:program: IMPORTANT: authconfig is replaced by authselect, please update your scripts. 23:07:04,865 INFO anaconda:program: See man authselect-migration(7) to help you with migration to authselect 23:07:04,866 INFO anaconda:program: Warning: These options are not supported anymore and have no effect: 23:07:04,867 INFO anaconda:program: --enableshadow 23:07:04,867 INFO anaconda:program: --passalgo 23:07:04,868 INFO anaconda:program: 23:07:04,869 INFO anaconda:program: Executing: /usr/bin/authselect check 23:07:04,869 INFO anaconda:program: Executing: /usr/bin/authselect select sssd --force 23:07:04,870 DEBUG anaconda:program: Return code: 0 23:07:04,871 DEBUG anaconda:anaconda: installation: Task completed: Configure authselect (1/20) (0.8 s) 23:07:04,872 INFO anaconda:anaconda: progress: Configure authselect 23:07:04,873 INFO anaconda:anaconda: installation: Task started: Configure SELinux (2/20) 23:07:04,889 DEBUG anaconda:anaconda: installation: Task completed: Configure SELinux (2/20) (0.0 s) 23:07:04,890 INFO anaconda:anaconda: progress: Configure SELinux 23:07:04,891 INFO anaconda:anaconda: installation: Task started: Configure first boot tasks (3/20) 23:07:04,901 DEBUG anaconda:anaconda: kickstart: The initial-setup.service service will be disabled. 23:07:04,902 INFO anaconda:program: Running... systemctl disable initial-setup.service --root /mnt/sysimage 23:07:04,932 INFO anaconda:program: Failed to disable unit, unit initial-setup.service does not exist. 23:07:04,932 DEBUG anaconda:program: Return code: 0 23:07:04,934 DEBUG anaconda:anaconda: installation: Task completed: Configure first boot tasks (3/20) (0.0 s) 23:07:04,935 INFO anaconda:anaconda: progress: Configure first boot tasks 23:07:04,936 INFO anaconda:anaconda: installation: Task started: Configure services (4/20) 23:07:04,947 DEBUG anaconda:anaconda: kickstart: Disabling the service kdump. 23:07:04,948 INFO anaconda:program: Running... systemctl disable kdump --root /mnt/sysimage 23:07:04,979 INFO anaconda:program: Removed /mnt/sysimage/etc/systemd/system/multi-user.target.wants/kdump.service. 23:07:04,980 DEBUG anaconda:program: Return code: 0 23:07:04,986 DEBUG anaconda:anaconda: kickstart: Enabling the service NetworkManager. 23:07:04,987 INFO anaconda:program: Running... systemctl enable NetworkManager --root /mnt/sysimage 23:07:05,019 DEBUG anaconda:program: Return code: 0 23:07:05,020 DEBUG anaconda:anaconda: kickstart: Enabling the service sshd. 23:07:05,021 INFO anaconda:program: Running... systemctl enable sshd --root /mnt/sysimage 23:07:05,049 DEBUG anaconda:program: Return code: 0 23:07:05,050 DEBUG anaconda:anaconda: kickstart: Enabling the service rsyslog. 23:07:05,051 INFO anaconda:program: Running... systemctl enable rsyslog --root /mnt/sysimage 23:07:05,079 DEBUG anaconda:program: Return code: 0 23:07:05,080 DEBUG anaconda:anaconda: kickstart: Enabling the service chronyd. 23:07:05,080 INFO anaconda:program: Running... systemctl enable chronyd --root /mnt/sysimage 23:07:05,108 DEBUG anaconda:program: Return code: 0 23:07:05,109 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-init. 23:07:05,110 INFO anaconda:program: Running... systemctl enable cloud-init --root /mnt/sysimage 23:07:05,138 DEBUG anaconda:program: Return code: 0 23:07:05,139 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-init-local. 23:07:05,139 INFO anaconda:program: Running... systemctl enable cloud-init-local --root /mnt/sysimage 23:07:05,168 DEBUG anaconda:program: Return code: 0 23:07:05,169 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-config. 23:07:05,170 INFO anaconda:program: Running... systemctl enable cloud-config --root /mnt/sysimage 23:07:05,199 DEBUG anaconda:program: Return code: 0 23:07:05,199 DEBUG anaconda:anaconda: kickstart: Enabling the service cloud-final. 23:07:05,200 INFO anaconda:program: Running... systemctl enable cloud-final --root /mnt/sysimage 23:07:05,228 DEBUG anaconda:program: Return code: 0 23:07:05,229 DEBUG anaconda:anaconda: kickstart: Enabling the service rngd. 23:07:05,230 INFO anaconda:program: Running... systemctl enable rngd --root /mnt/sysimage 23:07:05,257 DEBUG anaconda:program: Return code: 0 23:07:05,258 DEBUG anaconda:anaconda: installation: Task completed: Configure services (4/20) (0.3 s) 23:07:05,259 INFO anaconda:anaconda: progress: Configure services 23:07:05,260 INFO anaconda:anaconda: installation: Task started: Configure keyboard (5/20) 23:07:05,296 INFO dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.188' (uid=0 pid=1707 comm="/usr/libexec/platform-python /sbin/anaconda " label="system_u:system_r:kernel_t:s0") 23:07:05,307 INFO systemd:Starting Locale Service... 23:07:06,134 INFO dbus-daemon:[system] Successfully activated service 'org.freedesktop.locale1' 23:07:06,134 INFO systemd:Started Locale Service. 23:07:06,138 WARNING kernel:kauditd_printk_skb: 428 callbacks suppressed 23:07:06,138 NOTICE kernel:audit: type=1130 audit(1578784026.120:521): 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' 23:07:06,146 DEBUG anaconda:anaconda: installation: Task completed: Configure keyboard (5/20) (0.9 s) 23:07:06,147 INFO anaconda:anaconda: progress: Configure keyboard 23:07:06,148 INFO anaconda:anaconda: installation: Task started: Configure timezone (6/20) 23:07:06,287 DEBUG anaconda:anaconda: installation: Task completed: Configure timezone (6/20) (0.1 s) 23:07:06,288 INFO anaconda:anaconda: progress: Configure timezone 23:07:06,289 INFO anaconda:anaconda: installation: Task started: Configure language (7/20) 23:07:06,298 WARNING org.fedoraproject.Anaconda.Modules.Localization:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization/Tasks/1. 23:07:06,308 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Running Thread: AnaTaskThread-LanguageInstallationTask-1 (281472844100064) 23:07:06,311 WARNING org.fedoraproject.Anaconda.Modules.Localization:INFO:anaconda.threading:Thread Done: AnaTaskThread-LanguageInstallationTask-1 (281472844100064) 23:07:06,317 DEBUG anaconda:anaconda: installation: Task completed: Configure language (7/20) (0.0 s) 23:07:06,317 INFO anaconda:anaconda: progress: Configure language 23:07:06,318 INFO anaconda:anaconda: installation: Task started: Configure firewall (8/20) 23:07:06,354 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /usr/bin/firewall-offline-cmd --enabled --service=ssh 23:07:07,841 INFO anaconda:program: Adding service 'ssh' to default zone. 23:07:07,842 INFO anaconda:program: ALREADY_ENABLED: ssh 23:07:07,842 INFO anaconda:program: success 23:07:07,843 DEBUG anaconda:program: Return code: 0 23:07:07,844 DEBUG anaconda:anaconda: installation: Task completed: Configure firewall (8/20) (1.5 s) 23:07:07,845 INFO anaconda:anaconda: progress: Configure firewall 23:07:07,846 INFO anaconda:anaconda: installation: Task started: Configure X (9/20) 23:07:07,861 DEBUG anaconda:anaconda: kickstart: Using the default target multi-user.target. 23:07:07,862 DEBUG anaconda:anaconda: desktop: Setting systemd default target to: multi-user.target 23:07:07,863 DEBUG anaconda:anaconda: installation: Task completed: Configure X (9/20) (0.0 s) 23:07:07,864 INFO anaconda:anaconda: progress: Configure X 23:07:07,865 INFO anaconda:anaconda: installation: Task started: Configure system purpose (10/20) 23:07:07,873 WARNING org.fedoraproject.Anaconda.Modules.Subscription:DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Subscription/Tasks/1. 23:07:07,883 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Running Thread: AnaTaskThread-SystemPurposeConfigurationTask-1 (281472755560928) 23:07:07,885 WARNING org.fedoraproject.Anaconda.Modules.Subscription:WARNING:anaconda.modules.subscription.system_purpose:not calling syspurpose as no fields have been provided 23:07:07,885 WARNING org.fedoraproject.Anaconda.Modules.Subscription:INFO:anaconda.threading:Thread Done: AnaTaskThread-SystemPurposeConfigurationTask-1 (281472755560928) 23:07:07,892 DEBUG anaconda:anaconda: installation: Task completed: Configure system purpose (10/20) (0.0 s) 23:07:07,893 INFO anaconda:anaconda: progress: Configure system purpose 23:07:07,894 INFO anaconda:anaconda: installation: Queue started: Network configuration (2/7) 23:07:07,895 INFO anaconda:anaconda: progress: Writing network configuration 23:07:07,896 INFO anaconda:anaconda: installation: Task started: Network configuration (11/20) 23:07:07,951 DEBUG anaconda:anaconda: installation: Task completed: Network configuration (11/20) (0.1 s) 23:07:07,952 INFO anaconda:anaconda: progress: Network configuration 23:07:07,953 INFO anaconda:anaconda: installation: Queue started: User creation (3/7) 23:07:07,955 INFO anaconda:anaconda: progress: Creating users 23:07:07,955 INFO anaconda:anaconda: installation: Task started: Configure root (12/20) 23:07:07,976 INFO anaconda:program: Running... chpasswd -R /mnt/sysimage -e 23:07:07,998 NOTICE kernel:audit: type=1108 audit(1578784027.980:522): pid=19739 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' 23:07:08,135 INFO anaconda:program: Running... chage -R /mnt/sysimage -d root 23:07:08,178 NOTICE kernel:audit: type=1102 audit(1578784028.160:523): pid=19745 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' 23:07:08,250 INFO chage:changed password expiry for root 23:07:08,252 DEBUG anaconda:program: Return code: 0 23:07:08,253 DEBUG anaconda:anaconda: installation: Task completed: Configure root (12/20) (0.3 s) 23:07:08,254 INFO anaconda:anaconda: progress: Configure root 23:07:08,255 INFO anaconda:anaconda: installation: Task started: Configure user groups (13/20) 23:07:08,256 DEBUG anaconda:anaconda: installation: Task completed: Configure user groups (13/20) (0.0 s) 23:07:08,257 INFO anaconda:anaconda: progress: Configure user groups 23:07:08,258 INFO anaconda:anaconda: installation: Task started: Configure user (14/20) 23:07:08,259 DEBUG anaconda:anaconda: installation: Task completed: Configure user (14/20) (0.0 s) 23:07:08,260 INFO anaconda:anaconda: progress: Configure user 23:07:08,261 INFO anaconda:anaconda: installation: Task started: Configure SSH key (15/20) 23:07:08,262 DEBUG anaconda:anaconda: installation: Task completed: Configure SSH key (15/20) (0.0 s) 23:07:08,262 INFO anaconda:anaconda: progress: Configure SSH key 23:07:08,263 INFO anaconda:anaconda: installation: Queue started: Anaconda addon configuration (4/7) 23:07:08,265 INFO anaconda:anaconda: progress: Configuring addons 23:07:08,266 INFO anaconda:anaconda: installation: Task started: Configure Anaconda addons (16/20) 23:07:08,267 INFO anaconda:anaconda: progress: Executing com_redhat_kdump addon 23:07:08,268 INFO anaconda:program: Running in chroot '/mnt/sysimage'... systemctl enable kdump.service 23:07:08,298 INFO anaconda:program: Created symlink /etc/systemd/system/multi-user.target.wants/kdump.service -> /usr/lib/systemd/system/kdump.service. 23:07:08,299 DEBUG anaconda:program: Return code: 0 23:07:08,300 INFO anaconda:anaconda: progress: Executing org_fedora_oscap addon 23:07:08,301 DEBUG anaconda:anaconda: installation: Task completed: Configure Anaconda addons (16/20) (0.0 s) 23:07:08,302 INFO anaconda:anaconda: progress: Configure Anaconda addons 23:07:08,303 INFO anaconda:anaconda: installation: Queue started: Initramfs generation (5/7) 23:07:08,305 INFO anaconda:anaconda: progress: Generating initramfs 23:07:08,306 INFO anaconda:anaconda: installation: Task started: Generate initramfs (17/20) 23:07:08,307 WARNING anaconda:anaconda: payload: new-kernel-pkg does not exist - grubby wasn't installed? using dracut instead. 23:07:08,413 INFO anaconda:anaconda: payload: recreating initrd for 4.18.0-147.3.1.el8_1.aarch64 23:07:08,414 INFO anaconda:program: Running in chroot '/mnt/sysimage'... depmod -a 4.18.0-147.3.1.el8_1.aarch64 23:07:14,004 DEBUG anaconda:program: Return code: 0 23:07:14,005 INFO anaconda:program: Running in chroot '/mnt/sysimage'... dracut -H --persistent-policy by-uuid -f /boot/initramfs-4.18.0-147.3.1.el8_1.aarch64.img 4.18.0-147.3.1.el8_1.aarch64 23:07:14,678 NOTICE kernel:audit: type=1400 audit(1578784034.660:524): avc: denied { write } for pid=19913 comm="systemd" path="/var/tmp/dracut.ObfsUZ/systemd-cat" dev="vda2" ino=5264219 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=fifo_file permissive=1 23:07:14,678 NOTICE kernel:audit: type=1300 audit(1578784034.660:524): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaaad27bf9f0 a1=aaaad27bf8a0 a2=aaaad27c8330 a3=ffff967ef710 items=0 ppid=19912 pid=19913 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="systemd" exe="/usr/lib/systemd/systemd" subj=system_u:system_r:init_t:s0 key=(null) 23:07:14,678 NOTICE kernel:audit: type=1327 audit(1578784034.660:524): proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D76657273696F6E Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13949/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13939/14400 23:07:36,228 NOTICE kernel:audit: type=1131 audit(1578784056.210:525): 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-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13929/14400 23:07:43,948 DEBUG anaconda:program: Return code: 0 23:07:43,949 DEBUG anaconda:anaconda: installation: Task completed: Generate initramfs (17/20) (35.6 s) 23:07:43,950 INFO anaconda:anaconda: progress: Generate initramfs 23:07:43,951 INFO anaconda:anaconda: installation: Queue started: Post installation scripts (6/7) 23:07:43,952 INFO anaconda:anaconda: progress: Running post-installation scripts 23:07:43,953 INFO anaconda:anaconda: installation: Task started: Run post installation scripts (18/20) 23:07:43,954 INFO anaconda:anaconda: kickstart.script: Running kickstart %%post script(s) 23:07:43,956 INFO anaconda:program: Running in chroot '/mnt/sysimage'... /bin/sh /tmp/ks-script-tbjuoblx 23:07:44,028 NOTICE kernel:audit: type=1108 audit(1578784064.010:526): pid=25984 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' 23:07:44,058 NOTICE kernel:audit: type=1135 audit(1578784064.040:527): pid=25985 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=locked-password id=0 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success' Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13919/14400 23:07:47,008 NOTICE kernel:audit: type=1400 audit(1578784066.990:528): avc: denied { transition } for pid=25998 comm="dnf" path="/usr/bin/bash" dev="vda2" ino=26186 scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:rpm_script_t:s0 tclass=process permissive=1 23:07:47,008 NOTICE kernel:audit: type=1300 audit(1578784066.990:528): arch=c00000b7 syscall=221 success=yes exit=0 a0=aaab21b205f0 a1=aaab21b7eb10 a2=ffffc0600ce0 a3=0 items=0 ppid=25996 pid=25998 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="sh" exe="/usr/bin/bash" subj=system_u:system_r:rpm_script_t:s0 key=(null) 23:07:47,008 NOTICE kernel:audit: type=1327 audit(1578784066.990:528): proctitle=2F62696E2F7368002F7661722F746D702F72706D2D746D702E6166736F6D6B00300030 23:07:47,058 NOTICE kernel:audit: type=1138 audit(1578784067.040:529): pid=25996 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="linux-firmware-20190516-94.git711d3297.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' 23:07:51,016 INFO systemd:Started /usr/bin/systemctl start man-db-cache-update. 23:07:51,019 NOTICE kernel:audit: type=1130 audit(1578784071.000:530): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=run-r71fc2b9e0d9a4594bd39de7fc07e68ec comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 23:07:51,038 NOTICE kernel:audit: type=1138 audit(1578784071.020:531): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-0.7.0-5.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' 23:07:51,038 NOTICE kernel:audit: type=1138 audit(1578784071.020:532): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-ebtables-1.8.2-16.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' 23:07:51,038 NOTICE kernel:audit: type=1138 audit(1578784071.020:533): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="firewalld-filesystem-0.7.0-5.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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:534): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="python3-firewall-0.7.0-5.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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:535): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="iptables-1.8.2-16.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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:536): pid=26000 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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:537): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="nftables-1:0.9.0-14.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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:538): pid=26000 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' 23:07:51,039 NOTICE kernel:audit: type=1138 audit(1578784071.020:539): pid=26000 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='op=remove sw="libnfnetlink-1.0.1-13.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' 23:07:51,041 INFO systemctl:Failed to start man-db-cache-update.service: Unit man-db-cache-update.service not found. 23:07:51,042 NOTICE systemd:run-r71fc2b9e0d9a4594bd39de7fc07e68ec.service: Main process exited, code=exited, status=5/NOTINSTALLED 23:07:51,043 WARNING systemd:run-r71fc2b9e0d9a4594bd39de7fc07e68ec.service: Failed with result 'exit-code'. Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13909/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13899/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13889/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13879/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13869/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13859/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13849/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13839/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13829/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13819/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13809/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13799/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13789/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13779/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13769/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13759/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13749/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13739/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13729/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13719/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13709/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13699/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13689/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13679/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13669/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13659/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13649/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13639/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13629/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13619/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13609/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13599/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13589/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13579/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13569/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13559/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13549/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13539/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13529/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13519/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13509/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13499/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13488/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13478/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13468/14400 23:15:22,472 INFO systemd:Starting Cleanup of Temporary Directories... 23:15:22,522 NOTICE systemd-tmpfiles:[/usr/lib/tmpfiles.d/mdadm.conf:1] Line references path below legacy directory /var/run/, updating /var/run/mdadm → /run/mdadm; please update the tmpfiles.d/ drop-in file accordingly. 23:15:22,541 INFO systemd:Started Cleanup of Temporary Directories. 23:15:22,548 WARNING kernel:kauditd_printk_skb: 3 callbacks suppressed 23:15:22,548 NOTICE kernel:audit: type=1130 audit(1578784522.530:543): 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' 23:15:22,548 NOTICE kernel:audit: type=1131 audit(1578784522.530:544): 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-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13458/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13448/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13438/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13428/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13418/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13408/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13398/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13388/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13378/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13368/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13358/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13348/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13338/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13328/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13318/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13308/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13298/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13288/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13278/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13268/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13258/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13248/14400 23:19:05,438 NOTICE kernel:audit: type=2309 audit(1578784745.420:545): pid=26270 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' 23:19:05,459 INFO anaconda:program: Removing password for user root. 23:19:05,460 INFO anaconda:program: passwd: Success 23:19:05,461 INFO anaconda:program: Locking password for user root. 23:19:05,461 INFO anaconda:program: passwd: Success 23:19:05,462 INFO anaconda:program: Creating grub.conf for pvgrub 23:19:05,462 INFO anaconda:program: . 23:19:05,463 INFO anaconda:program: Dependencies resolved. 23:19:05,464 INFO anaconda:program: ================================================================================ 23:19:05,464 INFO anaconda:program: Package Arch Version Repository Size 23:19:05,465 INFO anaconda:program: ================================================================================ 23:19:05,466 INFO anaconda:program: Removing: 23:19:05,466 INFO anaconda:program: linux-firmware noarch 20190516-94.git711d3297.el8 @anaconda 328 M 23:19:05,467 INFO anaconda:program: 23:19:05,468 INFO anaconda:program: Transaction Summary 23:19:05,468 INFO anaconda:program: ================================================================================ 23:19:05,469 INFO anaconda:program: Remove 1 Package 23:19:05,470 INFO anaconda:program: 23:19:05,470 INFO anaconda:program: Freed space: 328 M 23:19:05,471 INFO anaconda:program: Running transaction check 23:19:05,472 INFO anaconda:program: Transaction check succeeded. 23:19:05,472 INFO anaconda:program: Running transaction test 23:19:05,473 INFO anaconda:program: Transaction test succeeded. 23:19:05,474 INFO anaconda:program: Running transaction 23:19:05,474 INFO anaconda:program: Preparing : 1/1 23:19:05,475 INFO anaconda:program: Erasing : linux-firmware-20190516-94.git711d3297.el8.noarch 1/1 23:19:05,475 INFO anaconda:program: Running scriptlet: linux-firmware-20190516-94.git711d3297.el8.noarch 1/1 23:19:05,476 INFO anaconda:program: Verifying : linux-firmware-20190516-94.git711d3297.el8.noarch 1/1 23:19:05,477 INFO anaconda:program: 23:19:05,477 INFO anaconda:program: Removed: 23:19:05,478 INFO anaconda:program: linux-firmware-20190516-94.git711d3297.el8.noarch 23:19:05,479 INFO anaconda:program: 23:19:05,479 INFO anaconda:program: Complete! 23:19:05,480 INFO anaconda:program: Dependencies resolved. 23:19:05,481 INFO anaconda:program: ================================================================================ 23:19:05,481 INFO anaconda:program: Package Arch Version Repository Size 23:19:05,482 INFO anaconda:program: ================================================================================ 23:19:05,483 INFO anaconda:program: Removing: 23:19:05,483 INFO anaconda:program: firewalld noarch 0.7.0-5.el8 @anaconda 1.9 M 23:19:05,484 INFO anaconda:program: Removing unused dependencies: 23:19:05,485 INFO anaconda:program: firewalld-filesystem noarch 0.7.0-5.el8 @anaconda 239 23:19:05,485 INFO anaconda:program: ipset aarch64 7.1-1.el8 @anaconda 124 k 23:19:05,486 INFO anaconda:program: ipset-libs aarch64 7.1-1.el8 @anaconda 331 k 23:19:05,486 INFO anaconda:program: iptables aarch64 1.8.2-16.el8 @anaconda 9.0 M 23:19:05,487 INFO anaconda:program: iptables-ebtables aarch64 1.8.2-16.el8 @anaconda 14 k 23:19:05,488 INFO anaconda:program: libnetfilter_conntrack aarch64 1.0.6-5.el8 @anaconda 164 k 23:19:05,488 INFO anaconda:program: libnfnetlink aarch64 1.0.1-13.el8 @anaconda 87 k 23:19:05,489 INFO anaconda:program: libnftnl aarch64 1.1.1-4.el8 @anaconda 240 k 23:19:05,490 INFO anaconda:program: nftables aarch64 1:0.9.0-14.el8 @anaconda 933 k 23:19:05,490 INFO anaconda:program: python3-firewall noarch 0.7.0-5.el8 @anaconda 1.7 M 23:19:05,491 INFO anaconda:program: 23:19:05,492 INFO anaconda:program: Transaction Summary 23:19:05,492 INFO anaconda:program: ================================================================================ 23:19:05,493 INFO anaconda:program: Remove 11 Packages 23:19:05,494 INFO anaconda:program: 23:19:05,494 INFO anaconda:program: Freed space: 14 M 23:19:05,495 INFO anaconda:program: Running transaction check 23:19:05,495 INFO anaconda:program: Transaction check succeeded. 23:19:05,496 INFO anaconda:program: Running transaction test 23:19:05,497 INFO anaconda:program: Transaction test succeeded. 23:19:05,497 INFO anaconda:program: Running transaction 23:19:05,498 INFO anaconda:program: Preparing : 1/1 23:19:05,499 INFO anaconda:program: Running scriptlet: firewalld-0.7.0-5.el8.noarch 1/1 23:19:05,499 INFO anaconda:program: Running scriptlet: firewalld-0.7.0-5.el8.noarch 1/11 23:19:05,500 INFO anaconda:program: Erasing : firewalld-0.7.0-5.el8.noarch 1/11 23:19:05,501 INFO anaconda:program: Running scriptlet: firewalld-0.7.0-5.el8.noarch 1/11 23:19:05,501 INFO anaconda:program: Running in chroot, ignoring request: daemon-reload 23:19:05,502 INFO anaconda:program: 23:19:05,503 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.2-16.el8.aarch64 2/11 23:19:05,503 INFO anaconda:program: Erasing : iptables-ebtables-1.8.2-16.el8.aarch64 2/11 23:19:05,504 INFO anaconda:program: Running scriptlet: iptables-ebtables-1.8.2-16.el8.aarch64 2/11 23:19:05,504 INFO anaconda:program: Erasing : firewalld-filesystem-0.7.0-5.el8.noarch 3/11 23:19:05,505 INFO anaconda:program: Erasing : python3-firewall-0.7.0-5.el8.noarch 4/11 23:19:05,506 INFO anaconda:program: Erasing : iptables-1.8.2-16.el8.aarch64 5/11 23:19:05,506 INFO anaconda:program: Running scriptlet: iptables-1.8.2-16.el8.aarch64 5/11 23:19:05,507 INFO anaconda:program: Running scriptlet: ipset-7.1-1.el8.aarch64 6/11 23:19:05,508 INFO anaconda:program: Erasing : ipset-7.1-1.el8.aarch64 6/11 23:19:05,508 INFO anaconda:program: Running scriptlet: nftables-1:0.9.0-14.el8.aarch64 7/11 23:19:05,509 INFO anaconda:program: Erasing : nftables-1:0.9.0-14.el8.aarch64 7/11 23:19:05,510 INFO anaconda:program: Running scriptlet: nftables-1:0.9.0-14.el8.aarch64 7/11 23:19:05,510 INFO anaconda:program: Erasing : libnetfilter_conntrack-1.0.6-5.el8.aarch64 8/11 23:19:05,511 INFO anaconda:program: Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64 8/11 23:19:05,512 INFO anaconda:program: Erasing : libnfnetlink-1.0.1-13.el8.aarch64 9/11 23:19:05,512 INFO anaconda:program: Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64 9/11 23:19:05,513 INFO anaconda:program: Erasing : libnftnl-1.1.1-4.el8.aarch64 10/11 23:19:05,514 INFO anaconda:program: Running scriptlet: libnftnl-1.1.1-4.el8.aarch64 10/11 23:19:05,514 INFO anaconda:program: Erasing : ipset-libs-7.1-1.el8.aarch64 11/11 23:19:05,515 INFO anaconda:program: Running scriptlet: ipset-libs-7.1-1.el8.aarch64 11/11 23:19:05,515 INFO anaconda:program: Verifying : firewalld-0.7.0-5.el8.noarch 1/11 23:19:05,516 INFO anaconda:program: Verifying : firewalld-filesystem-0.7.0-5.el8.noarch 2/11 23:19:05,517 INFO anaconda:program: Verifying : ipset-7.1-1.el8.aarch64 3/11 23:19:05,517 INFO anaconda:program: Verifying : ipset-libs-7.1-1.el8.aarch64 4/11 23:19:05,518 INFO anaconda:program: Verifying : iptables-1.8.2-16.el8.aarch64 5/11 23:19:05,519 INFO anaconda:program: Verifying : iptables-ebtables-1.8.2-16.el8.aarch64 6/11 23:19:05,519 INFO anaconda:program: Verifying : libnetfilter_conntrack-1.0.6-5.el8.aarch64 7/11 23:19:05,520 INFO anaconda:program: Verifying : libnfnetlink-1.0.1-13.el8.aarch64 8/11 23:19:05,521 INFO anaconda:program: Verifying : libnftnl-1.1.1-4.el8.aarch64 9/11 23:19:05,521 INFO anaconda:program: Verifying : nftables-1:0.9.0-14.el8.aarch64 10/11 23:19:05,522 INFO anaconda:program: Verifying : python3-firewall-0.7.0-5.el8.noarch 11/11 23:19:05,523 INFO anaconda:program: 23:19:05,523 INFO anaconda:program: Removed: 23:19:05,524 INFO anaconda:program: firewalld-0.7.0-5.el8.noarch 23:19:05,524 INFO anaconda:program: firewalld-filesystem-0.7.0-5.el8.noarch 23:19:05,525 INFO anaconda:program: ipset-7.1-1.el8.aarch64 23:19:05,526 INFO anaconda:program: ipset-libs-7.1-1.el8.aarch64 23:19:05,526 INFO anaconda:program: iptables-1.8.2-16.el8.aarch64 23:19:05,527 INFO anaconda:program: iptables-ebtables-1.8.2-16.el8.aarch64 23:19:05,528 INFO anaconda:program: libnetfilter_conntrack-1.0.6-5.el8.aarch64 23:19:05,528 INFO anaconda:program: libnfnetlink-1.0.1-13.el8.aarch64 23:19:05,529 INFO anaconda:program: libnftnl-1.1.1-4.el8.aarch64 23:19:05,530 INFO anaconda:program: nftables-1:0.9.0-14.el8.aarch64 23:19:05,530 INFO anaconda:program: python3-firewall-0.7.0-5.el8.noarch 23:19:05,531 INFO anaconda:program: 23:19:05,532 INFO anaconda:program: Complete! 23:19:05,532 INFO anaconda:program: No match for argument: avahi* 23:19:05,533 INFO anaconda:program: No packages marked for removal. 23:19:05,533 INFO anaconda:program: Dependencies resolved. 23:19:05,534 INFO anaconda:program: Nothing to do. 23:19:05,535 INFO anaconda:program: Complete! 23:19:05,535 INFO anaconda:program: . 23:19:05,536 INFO anaconda:program: Created symlink /etc/systemd/system/tmp.mount -> /dev/null. 23:19:05,537 INFO anaconda:program: 0 files removed 23:19:05,537 INFO anaconda:program: Fixing SELinux contexts. 23:19:05,538 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man0p restorecon: No such file or directory. 23:19:05,539 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1 restorecon: No such file or directory. 23:19:05,539 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1p restorecon: No such file or directory. 23:19:05,540 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man1x restorecon: No such file or directory. 23:19:05,541 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2 restorecon: No such file or directory. 23:19:05,541 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man2x restorecon: No such file or directory. 23:19:05,542 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3 restorecon: No such file or directory. 23:19:05,542 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3p restorecon: No such file or directory. 23:19:05,543 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man3x restorecon: No such file or directory. 23:19:05,544 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4 restorecon: No such file or directory. 23:19:05,544 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man4x restorecon: No such file or directory. 23:19:05,545 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5 restorecon: No such file or directory. 23:19:05,546 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man5x restorecon: No such file or directory. 23:19:05,546 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6 restorecon: No such file or directory. 23:19:05,547 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man6x restorecon: No such file or directory. 23:19:05,548 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7 restorecon: No such file or directory. 23:19:05,548 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man7x restorecon: No such file or directory. 23:19:05,549 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8 restorecon: No such file or directory. 23:19:05,550 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man8x restorecon: No such file or directory. 23:19:05,550 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9 restorecon: No such file or directory. 23:19:05,551 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/man9x restorecon: No such file or directory. 23:19:05,551 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aa/mann restorecon: No such file or directory. 23:19:05,552 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man0p restorecon: No such file or directory. 23:19:05,553 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1 restorecon: No such file or directory. 23:19:05,553 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1p restorecon: No such file or directory. 23:19:05,554 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man1x restorecon: No such file or directory. 23:19:05,555 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2 restorecon: No such file or directory. 23:19:05,555 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man2x restorecon: No such file or directory. 23:19:05,556 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3 restorecon: No such file or directory. 23:19:05,557 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3p restorecon: No such file or directory. 23:19:05,557 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man3x restorecon: No such file or directory. 23:19:05,558 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4 restorecon: No such file or directory. 23:19:05,559 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man4x restorecon: No such file or directory. 23:19:05,559 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5 restorecon: No such file or directory. 23:19:05,560 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man5x restorecon: No such file or directory. 23:19:05,560 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6 restorecon: No such file or directory. 23:19:05,561 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man6x restorecon: No such file or directory. 23:19:05,562 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7 restorecon: No such file or directory. 23:19:05,562 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man7x restorecon: No such file or directory. 23:19:05,563 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8 restorecon: No such file or directory. 23:19:05,564 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man8x restorecon: No such file or directory. 23:19:05,564 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9 restorecon: No such file or directory. 23:19:05,565 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/man9x restorecon: No such file or directory. 23:19:05,566 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ab/mann restorecon: No such file or directory. 23:19:05,566 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man0p restorecon: No such file or directory. 23:19:05,567 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1 restorecon: No such file or directory. 23:19:05,567 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1p restorecon: No such file or directory. 23:19:05,568 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man1x restorecon: No such file or directory. 23:19:05,569 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2 restorecon: No such file or directory. 23:19:05,569 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man2x restorecon: No such file or directory. 23:19:05,570 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3 restorecon: No such file or directory. 23:19:05,571 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3p restorecon: No such file or directory. 23:19:05,571 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man3x restorecon: No such file or directory. 23:19:05,572 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4 restorecon: No such file or directory. 23:19:05,573 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man4x restorecon: No such file or directory. 23:19:05,573 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5 restorecon: No such file or directory. 23:19:05,574 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man5x restorecon: No such file or directory. 23:19:05,575 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6 restorecon: No such file or directory. 23:19:05,575 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man6x restorecon: No such file or directory. 23:19:05,576 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7 restorecon: No such file or directory. 23:19:05,576 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man7x restorecon: No such file or directory. 23:19:05,577 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8 restorecon: No such file or directory. 23:19:05,578 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man8x restorecon: No such file or directory. 23:19:05,578 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9 restorecon: No such file or directory. 23:19:05,579 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/man9x restorecon: No such file or directory. 23:19:05,580 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ace/mann restorecon: No such file or directory. 23:19:05,580 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man0p restorecon: No such file or directory. 23:19:05,581 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1 restorecon: No such file or directory. 23:19:05,582 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1p restorecon: No such file or directory. 23:19:05,582 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man1x restorecon: No such file or directory. 23:19:05,583 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2 restorecon: No such file or directory. 23:19:05,584 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man2x restorecon: No such file or directory. 23:19:05,584 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3 restorecon: No such file or directory. 23:19:05,585 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3p restorecon: No such file or directory. 23:19:05,585 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man3x restorecon: No such file or directory. 23:19:05,586 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4 restorecon: No such file or directory. 23:19:05,587 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man4x restorecon: No such file or directory. 23:19:05,587 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5 restorecon: No such file or directory. 23:19:05,588 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man5x restorecon: No such file or directory. 23:19:05,589 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6 restorecon: No such file or directory. 23:19:05,589 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man6x restorecon: No such file or directory. 23:19:05,590 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7 restorecon: No such file or directory. 23:19:05,591 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man7x restorecon: No such file or directory. 23:19:05,591 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8 restorecon: No such file or directory. 23:19:05,592 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man8x restorecon: No such file or directory. 23:19:05,593 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9 restorecon: No such file or directory. 23:19:05,593 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/man9x restorecon: No such file or directory. 23:19:05,594 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ach/mann restorecon: No such file or directory. 23:19:05,595 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man0p restorecon: No such file or directory. 23:19:05,595 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1 restorecon: No such file or directory. 23:19:05,596 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1p restorecon: No such file or directory. 23:19:05,596 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man1x restorecon: No such file or directory. 23:19:05,597 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2 restorecon: No such file or directory. 23:19:05,598 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man2x restorecon: No such file or directory. 23:19:05,598 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3 restorecon: No such file or directory. 23:19:05,599 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3p restorecon: No such file or directory. 23:19:05,600 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man3x restorecon: No such file or directory. 23:19:05,600 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4 restorecon: No such file or directory. 23:19:05,601 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man4x restorecon: No such file or directory. 23:19:05,602 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5 restorecon: No such file or directory. 23:19:05,602 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man5x restorecon: No such file or directory. 23:19:05,603 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6 restorecon: No such file or directory. 23:19:05,604 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man6x restorecon: No such file or directory. 23:19:05,604 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7 restorecon: No such file or directory. 23:19:05,605 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man7x restorecon: No such file or directory. 23:19:05,605 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8 restorecon: No such file or directory. 23:19:05,606 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man8x restorecon: No such file or directory. 23:19:05,607 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9 restorecon: No such file or directory. 23:19:05,607 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/man9x restorecon: No such file or directory. 23:19:05,608 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ada/mann restorecon: No such file or directory. 23:19:05,609 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man0p restorecon: No such file or directory. 23:19:05,609 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1 restorecon: No such file or directory. 23:19:05,610 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1p restorecon: No such file or directory. 23:19:05,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man1x restorecon: No such file or directory. 23:19:05,611 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2 restorecon: No such file or directory. 23:19:05,612 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man2x restorecon: No such file or directory. 23:19:05,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3 restorecon: No such file or directory. 23:19:05,613 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3p restorecon: No such file or directory. 23:19:05,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man3x restorecon: No such file or directory. 23:19:05,614 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4 restorecon: No such file or directory. 23:19:05,615 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man4x restorecon: No such file or directory. 23:19:05,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5 restorecon: No such file or directory. 23:19:05,616 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man5x restorecon: No such file or directory. 23:19:05,617 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6 restorecon: No such file or directory. 23:19:05,618 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man6x restorecon: No such file or directory. 23:19:05,618 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7 restorecon: No such file or directory. 23:19:05,619 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man7x restorecon: No such file or directory. 23:19:05,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8 restorecon: No such file or directory. 23:19:05,620 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man8x restorecon: No such file or directory. 23:19:05,621 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9 restorecon: No such file or directory. 23:19:05,622 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/man9x restorecon: No such file or directory. 23:19:05,622 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ady/mann restorecon: No such file or directory. 23:19:05,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man0p restorecon: No such file or directory. 23:19:05,623 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1 restorecon: No such file or directory. 23:19:05,624 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1p restorecon: No such file or directory. 23:19:05,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man1x restorecon: No such file or directory. 23:19:05,625 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2 restorecon: No such file or directory. 23:19:05,626 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man2x restorecon: No such file or directory. 23:19:05,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3 restorecon: No such file or directory. 23:19:05,627 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3p restorecon: No such file or directory. 23:19:05,628 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man3x restorecon: No such file or directory. 23:19:05,629 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4 restorecon: No such file or directory. 23:19:05,629 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man4x restorecon: No such file or directory. 23:19:05,630 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5 restorecon: No such file or directory. 23:19:05,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man5x restorecon: No such file or directory. 23:19:05,631 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6 restorecon: No such file or directory. 23:19:05,632 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man6x restorecon: No such file or directory. 23:19:05,633 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7 restorecon: No such file or directory. 23:19:05,633 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man7x restorecon: No such file or directory. 23:19:05,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8 restorecon: No such file or directory. 23:19:05,634 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man8x restorecon: No such file or directory. 23:19:05,635 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9 restorecon: No such file or directory. 23:19:05,636 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/man9x restorecon: No such file or directory. 23:19:05,636 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ae/mann restorecon: No such file or directory. 23:19:05,637 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man0p restorecon: No such file or directory. 23:19:05,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1 restorecon: No such file or directory. 23:19:05,638 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1p restorecon: No such file or directory. 23:19:05,639 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man1x restorecon: No such file or directory. 23:19:05,640 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2 restorecon: No such file or directory. 23:19:05,640 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man2x restorecon: No such file or directory. 23:19:05,641 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3 restorecon: No such file or directory. 23:19:05,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3p restorecon: No such file or directory. 23:19:05,642 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man3x restorecon: No such file or directory. 23:19:05,643 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4 restorecon: No such file or directory. 23:19:05,643 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man4x restorecon: No such file or directory. 23:19:05,644 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5 restorecon: No such file or directory. 23:19:05,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man5x restorecon: No such file or directory. 23:19:05,645 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6 restorecon: No such file or directory. 23:19:05,646 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man6x restorecon: No such file or directory. 23:19:05,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7 restorecon: No such file or directory. 23:19:05,647 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man7x restorecon: No such file or directory. 23:19:05,648 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8 restorecon: No such file or directory. 23:19:05,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man8x restorecon: No such file or directory. 23:19:05,649 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9 restorecon: No such file or directory. 23:19:05,650 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/man9x restorecon: No such file or directory. 23:19:05,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af/mann restorecon: No such file or directory. 23:19:05,651 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man0p restorecon: No such file or directory. 23:19:05,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1 restorecon: No such file or directory. 23:19:05,652 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1p restorecon: No such file or directory. 23:19:05,653 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man1x restorecon: No such file or directory. 23:19:05,654 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2 restorecon: No such file or directory. 23:19:05,654 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man2x restorecon: No such file or directory. 23:19:05,655 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3 restorecon: No such file or directory. 23:19:05,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3p restorecon: No such file or directory. 23:19:05,656 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man3x restorecon: No such file or directory. 23:19:05,657 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4 restorecon: No such file or directory. 23:19:05,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man4x restorecon: No such file or directory. 23:19:05,658 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5 restorecon: No such file or directory. 23:19:05,659 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man5x restorecon: No such file or directory. 23:19:05,660 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6 restorecon: No such file or directory. 23:19:05,660 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man6x restorecon: No such file or directory. 23:19:05,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7 restorecon: No such file or directory. 23:19:05,661 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man7x restorecon: No such file or directory. 23:19:05,662 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8 restorecon: No such file or directory. 23:19:05,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man8x restorecon: No such file or directory. 23:19:05,663 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9 restorecon: No such file or directory. 23:19:05,664 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/man9x restorecon: No such file or directory. 23:19:05,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/af_ZA/mann restorecon: No such file or directory. 23:19:05,665 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man0p restorecon: No such file or directory. 23:19:05,666 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1 restorecon: No such file or directory. 23:19:05,667 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1p restorecon: No such file or directory. 23:19:05,667 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man1x restorecon: No such file or directory. 23:19:05,668 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2 restorecon: No such file or directory. 23:19:05,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man2x restorecon: No such file or directory. 23:19:05,669 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3 restorecon: No such file or directory. 23:19:05,670 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3p restorecon: No such file or directory. 23:19:05,670 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man3x restorecon: No such file or directory. 23:19:05,671 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4 restorecon: No such file or directory. 23:19:05,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man4x restorecon: No such file or directory. 23:19:05,672 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5 restorecon: No such file or directory. 23:19:05,673 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man5x restorecon: No such file or directory. 23:19:05,674 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6 restorecon: No such file or directory. 23:19:05,674 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man6x restorecon: No such file or directory. 23:19:05,675 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7 restorecon: No such file or directory. 23:19:05,676 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man7x restorecon: No such file or directory. 23:19:05,677 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8 restorecon: No such file or directory. 23:19:05,677 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man8x restorecon: No such file or directory. 23:19:05,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9 restorecon: No such file or directory. 23:19:05,678 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/man9x restorecon: No such file or directory. 23:19:05,679 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afa/mann restorecon: No such file or directory. 23:19:05,680 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man0p restorecon: No such file or directory. 23:19:05,680 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1 restorecon: No such file or directory. 23:19:05,681 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1p restorecon: No such file or directory. 23:19:05,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man1x restorecon: No such file or directory. 23:19:05,682 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2 restorecon: No such file or directory. 23:19:05,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man2x restorecon: No such file or directory. 23:19:05,683 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3 restorecon: No such file or directory. 23:19:05,684 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3p restorecon: No such file or directory. 23:19:05,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man3x restorecon: No such file or directory. 23:19:05,685 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4 restorecon: No such file or directory. 23:19:05,686 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man4x restorecon: No such file or directory. 23:19:05,687 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5 restorecon: No such file or directory. 23:19:05,687 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man5x restorecon: No such file or directory. 23:19:05,688 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6 restorecon: No such file or directory. 23:19:05,689 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man6x restorecon: No such file or directory. 23:19:05,689 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7 restorecon: No such file or directory. 23:19:05,690 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man7x restorecon: No such file or directory. 23:19:05,691 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8 restorecon: No such file or directory. 23:19:05,691 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man8x restorecon: No such file or directory. 23:19:05,692 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9 restorecon: No such file or directory. 23:19:05,692 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/man9x restorecon: No such file or directory. 23:19:05,693 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/afh/mann restorecon: No such file or directory. 23:19:05,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man0p restorecon: No such file or directory. 23:19:05,694 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1 restorecon: No such file or directory. 23:19:05,695 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1p restorecon: No such file or directory. 23:19:05,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man1x restorecon: No such file or directory. 23:19:05,696 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2 restorecon: No such file or directory. 23:19:05,697 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man2x restorecon: No such file or directory. 23:19:05,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3 restorecon: No such file or directory. 23:19:05,698 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3p restorecon: No such file or directory. 23:19:05,699 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man3x restorecon: No such file or directory. 23:19:05,700 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4 restorecon: No such file or directory. 23:19:05,700 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man4x restorecon: No such file or directory. 23:19:05,701 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5 restorecon: No such file or directory. 23:19:05,701 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man5x restorecon: No such file or directory. 23:19:05,702 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6 restorecon: No such file or directory. 23:19:05,703 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man6x restorecon: No such file or directory. 23:19:05,703 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7 restorecon: No such file or directory. 23:19:05,704 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man7x restorecon: No such file or directory. 23:19:05,705 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8 restorecon: No such file or directory. 23:19:05,705 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man8x restorecon: No such file or directory. 23:19:05,706 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9 restorecon: No such file or directory. 23:19:05,707 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/man9x restorecon: No such file or directory. 23:19:05,707 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/agr/mann restorecon: No such file or directory. 23:19:05,708 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man0p restorecon: No such file or directory. 23:19:05,709 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1 restorecon: No such file or directory. 23:19:05,709 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1p restorecon: No such file or directory. 23:19:05,710 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man1x restorecon: No such file or directory. 23:19:05,710 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2 restorecon: No such file or directory. 23:19:05,711 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man2x restorecon: No such file or directory. 23:19:05,712 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3 restorecon: No such file or directory. 23:19:05,712 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3p restorecon: No such file or directory. 23:19:05,713 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man3x restorecon: No such file or directory. 23:19:05,714 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4 restorecon: No such file or directory. 23:19:05,714 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man4x restorecon: No such file or directory. 23:19:05,715 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5 restorecon: No such file or directory. 23:19:05,716 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man5x restorecon: No such file or directory. 23:19:05,716 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6 restorecon: No such file or directory. 23:19:05,717 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man6x restorecon: No such file or directory. 23:19:05,718 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7 restorecon: No such file or directory. 23:19:05,718 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man7x restorecon: No such file or directory. 23:19:05,719 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8 restorecon: No such file or directory. 23:19:05,719 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man8x restorecon: No such file or directory. 23:19:05,720 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9 restorecon: No such file or directory. 23:19:05,721 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/man9x restorecon: No such file or directory. 23:19:05,721 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ain/mann restorecon: No such file or directory. 23:19:05,722 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man0p restorecon: No such file or directory. 23:19:05,723 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1 restorecon: No such file or directory. 23:19:05,723 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1p restorecon: No such file or directory. 23:19:05,724 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man1x restorecon: No such file or directory. 23:19:05,725 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2 restorecon: No such file or directory. 23:19:05,725 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man2x restorecon: No such file or directory. 23:19:05,726 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3 restorecon: No such file or directory. 23:19:05,727 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3p restorecon: No such file or directory. 23:19:05,727 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man3x restorecon: No such file or directory. 23:19:05,728 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4 restorecon: No such file or directory. 23:19:05,728 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man4x restorecon: No such file or directory. 23:19:05,729 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5 restorecon: No such file or directory. 23:19:05,730 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man5x restorecon: No such file or directory. 23:19:05,730 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6 restorecon: No such file or directory. 23:19:05,731 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man6x restorecon: No such file or directory. 23:19:05,732 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7 restorecon: No such file or directory. 23:19:05,732 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man7x restorecon: No such file or directory. 23:19:05,733 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8 restorecon: No such file or directory. 23:19:05,734 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man8x restorecon: No such file or directory. 23:19:05,734 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9 restorecon: No such file or directory. 23:19:05,735 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/man9x restorecon: No such file or directory. 23:19:05,735 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ak/mann restorecon: No such file or directory. 23:19:05,736 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man0p restorecon: No such file or directory. 23:19:05,737 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1 restorecon: No such file or directory. 23:19:05,737 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1p restorecon: No such file or directory. 23:19:05,738 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man1x restorecon: No such file or directory. 23:19:05,739 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2 restorecon: No such file or directory. 23:19:05,739 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man2x restorecon: No such file or directory. 23:19:05,740 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3 restorecon: No such file or directory. 23:19:05,741 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3p restorecon: No such file or directory. 23:19:05,741 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man3x restorecon: No such file or directory. 23:19:05,742 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4 restorecon: No such file or directory. 23:19:05,743 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man4x restorecon: No such file or directory. 23:19:05,743 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5 restorecon: No such file or directory. 23:19:05,744 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man5x restorecon: No such file or directory. 23:19:05,744 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6 restorecon: No such file or directory. 23:19:05,745 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man6x restorecon: No such file or directory. 23:19:05,746 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7 restorecon: No such file or directory. 23:19:05,746 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man7x restorecon: No such file or directory. 23:19:05,747 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8 restorecon: No such file or directory. 23:19:05,748 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man8x restorecon: No such file or directory. 23:19:05,748 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9 restorecon: No such file or directory. 23:19:05,749 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/man9x restorecon: No such file or directory. 23:19:05,750 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/akk/mann restorecon: No such file or directory. 23:19:05,750 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man0p restorecon: No such file or directory. 23:19:05,751 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1 restorecon: No such file or directory. 23:19:05,752 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1p restorecon: No such file or directory. 23:19:05,752 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man1x restorecon: No such file or directory. 23:19:05,753 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2 restorecon: No such file or directory. 23:19:05,753 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man2x restorecon: No such file or directory. 23:19:05,754 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3 restorecon: No such file or directory. 23:19:05,755 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3p restorecon: No such file or directory. 23:19:05,755 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man3x restorecon: No such file or directory. 23:19:05,756 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4 restorecon: No such file or directory. 23:19:05,757 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man4x restorecon: No such file or directory. 23:19:05,757 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5 restorecon: No such file or directory. 23:19:05,758 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man5x restorecon: No such file or directory. 23:19:05,759 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man6 restorecon: No such file or directory. 23:19:05,759 INFO anaconda:program: /sbin/restorecon: Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13238/14400 SELinux: Could not get canonical path for /usr/share/man/ale/man6x restorecon: No such file or directory. 23:19:05,760 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7 restorecon: No such file or directory. 23:19:05,761 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man7x restorecon: No such file or directory. 23:19:05,761 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8 restorecon: No such file or directory. 23:19:05,762 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man8x restorecon: No such file or directory. 23:19:05,762 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9 restorecon: No such file or directory. 23:19:05,763 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/man9x restorecon: No such file or directory. 23:19:05,764 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ale/mann restorecon: No such file or directory. 23:19:05,764 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man0p restorecon: No such file or directory. 23:19:05,765 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1 restorecon: No such file or directory. 23:19:05,766 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1p restorecon: No such file or directory. 23:19:05,766 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man1x restorecon: No such file or directory. 23:19:05,767 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2 restorecon: No such file or directory. 23:19:05,768 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man2x restorecon: No such file or directory. 23:19:05,768 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3 restorecon: No such file or directory. 23:19:05,769 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3p restorecon: No such file or directory. 23:19:05,770 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man3x restorecon: No such file or directory. 23:19:05,770 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4 restorecon: No such file or directory. 23:19:05,771 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man4x restorecon: No such file or directory. 23:19:05,771 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5 restorecon: No such file or directory. 23:19:05,772 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man5x restorecon: No such file or directory. 23:19:05,773 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6 restorecon: No such file or directory. 23:19:05,773 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man6x restorecon: No such file or directory. 23:19:05,774 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7 restorecon: No such file or directory. 23:19:05,775 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man7x restorecon: No such file or directory. 23:19:05,775 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8 restorecon: No such file or directory. 23:19:05,776 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man8x restorecon: No such file or directory. 23:19:05,777 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9 restorecon: No such file or directory. 23:19:05,777 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/man9x restorecon: No such file or directory. 23:19:05,778 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alg/mann restorecon: No such file or directory. 23:19:05,779 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man0p restorecon: No such file or directory. 23:19:05,779 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1 restorecon: No such file or directory. 23:19:05,780 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1p restorecon: No such file or directory. 23:19:05,780 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man1x restorecon: No such file or directory. 23:19:05,781 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2 restorecon: No such file or directory. 23:19:05,782 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man2x restorecon: No such file or directory. 23:19:05,782 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3 restorecon: No such file or directory. 23:19:05,783 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3p restorecon: No such file or directory. 23:19:05,784 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man3x restorecon: No such file or directory. 23:19:05,784 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4 restorecon: No such file or directory. 23:19:05,785 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man4x restorecon: No such file or directory. 23:19:05,786 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5 restorecon: No such file or directory. 23:19:05,786 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man5x restorecon: No such file or directory. 23:19:05,787 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6 restorecon: No such file or directory. 23:19:05,787 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man6x restorecon: No such file or directory. 23:19:05,788 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7 restorecon: No such file or directory. 23:19:05,789 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man7x restorecon: No such file or directory. 23:19:05,789 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8 restorecon: No such file or directory. 23:19:05,790 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man8x restorecon: No such file or directory. 23:19:05,791 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9 restorecon: No such file or directory. 23:19:05,791 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/man9x restorecon: No such file or directory. 23:19:05,792 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/aln/mann restorecon: No such file or directory. 23:19:05,793 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man0p restorecon: No such file or directory. 23:19:05,793 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1 restorecon: No such file or directory. 23:19:05,794 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1p restorecon: No such file or directory. 23:19:05,795 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man1x restorecon: No such file or directory. 23:19:05,795 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2 restorecon: No such file or directory. 23:19:05,796 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man2x restorecon: No such file or directory. 23:19:05,796 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3 restorecon: No such file or directory. 23:19:05,797 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3p restorecon: No such file or directory. 23:19:05,798 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man3x restorecon: No such file or directory. 23:19:05,798 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4 restorecon: No such file or directory. 23:19:05,799 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man4x restorecon: No such file or directory. 23:19:05,800 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5 restorecon: No such file or directory. 23:19:05,800 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man5x restorecon: No such file or directory. 23:19:05,801 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6 restorecon: No such file or directory. 23:19:05,802 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man6x restorecon: No such file or directory. 23:19:05,802 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7 restorecon: No such file or directory. 23:19:05,803 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man7x restorecon: No such file or directory. 23:19:05,804 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8 restorecon: No such file or directory. 23:19:05,804 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man8x restorecon: No such file or directory. 23:19:05,805 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9 restorecon: No such file or directory. 23:19:05,805 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/man9x restorecon: No such file or directory. 23:19:05,806 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/alt/mann restorecon: No such file or directory. 23:19:05,807 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man0p restorecon: No such file or directory. 23:19:05,807 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1 restorecon: No such file or directory. 23:19:05,808 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1p restorecon: No such file or directory. 23:19:05,809 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man1x restorecon: No such file or directory. 23:19:05,809 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2 restorecon: No such file or directory. 23:19:05,810 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man2x restorecon: No such file or directory. 23:19:05,811 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3 restorecon: No such file or directory. 23:19:05,811 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3p restorecon: No such file or directory. 23:19:05,812 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man3x restorecon: No such file or directory. 23:19:05,813 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4 restorecon: No such file or directory. 23:19:05,813 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man4x restorecon: No such file or directory. 23:19:05,814 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5 restorecon: No such file or directory. 23:19:05,814 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man5x restorecon: No such file or directory. 23:19:05,815 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6 restorecon: No such file or directory. 23:19:05,816 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man6x restorecon: No such file or directory. 23:19:05,816 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7 restorecon: No such file or directory. 23:19:05,817 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man7x restorecon: No such file or directory. 23:19:05,818 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8 restorecon: No such file or directory. 23:19:05,818 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man8x restorecon: No such file or directory. 23:19:05,819 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9 restorecon: No such file or directory. 23:19:05,820 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/man9x restorecon: No such file or directory. 23:19:05,820 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/am/mann restorecon: No such file or directory. 23:19:05,821 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man0p restorecon: No such file or directory. 23:19:05,822 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1 restorecon: No such file or directory. 23:19:05,822 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1p restorecon: No such file or directory. 23:19:05,823 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man1x restorecon: No such file or directory. 23:19:05,823 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2 restorecon: No such file or directory. 23:19:05,824 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man2x restorecon: No such file or directory. 23:19:05,825 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3 restorecon: No such file or directory. 23:19:05,825 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3p restorecon: No such file or directory. 23:19:05,826 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man3x restorecon: No such file or directory. 23:19:05,827 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4 restorecon: No such file or directory. 23:19:05,827 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man4x restorecon: No such file or directory. 23:19:05,828 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5 restorecon: No such file or directory. 23:19:05,829 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man5x restorecon: No such file or directory. 23:19:05,829 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6 restorecon: No such file or directory. 23:19:05,830 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man6x restorecon: No such file or directory. 23:19:05,831 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7 restorecon: No such file or directory. 23:19:05,831 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man7x restorecon: No such file or directory. 23:19:05,832 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8 restorecon: No such file or directory. 23:19:05,832 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man8x restorecon: No such file or directory. 23:19:05,833 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9 restorecon: No such file or directory. 23:19:05,834 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/man9x restorecon: No such file or directory. 23:19:05,834 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/an/mann restorecon: No such file or directory. 23:19:05,835 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man0p restorecon: No such file or directory. 23:19:05,836 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1 restorecon: No such file or directory. 23:19:05,836 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1p restorecon: No such file or directory. 23:19:05,837 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man1x restorecon: No such file or directory. 23:19:05,838 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2 restorecon: No such file or directory. 23:19:05,838 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man2x restorecon: No such file or directory. 23:19:05,839 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3 restorecon: No such file or directory. 23:19:05,840 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3p restorecon: No such file or directory. 23:19:05,840 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man3x restorecon: No such file or directory. 23:19:05,841 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4 restorecon: No such file or directory. 23:19:05,841 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man4x restorecon: No such file or directory. 23:19:05,842 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5 restorecon: No such file or directory. 23:19:05,843 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man5x restorecon: No such file or directory. 23:19:05,843 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6 restorecon: No such file or directory. 23:19:05,844 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man6x restorecon: No such file or directory. 23:19:05,845 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7 restorecon: No such file or directory. 23:19:05,845 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man7x restorecon: No such file or directory. 23:19:05,846 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8 restorecon: No such file or directory. 23:19:05,847 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man8x restorecon: No such file or directory. 23:19:05,847 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9 restorecon: No such file or directory. 23:19:05,848 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/man9x restorecon: No such file or directory. 23:19:05,849 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ang/mann restorecon: No such file or directory. 23:19:05,849 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man0p restorecon: No such file or directory. 23:19:05,850 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1 restorecon: No such file or directory. 23:19:05,850 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1p restorecon: No such file or directory. 23:19:05,851 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man1x restorecon: No such file or directory. 23:19:05,852 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2 restorecon: No such file or directory. 23:19:05,852 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man2x restorecon: No such file or directory. 23:19:05,853 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3 restorecon: No such file or directory. 23:19:05,854 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3p restorecon: No such file or directory. 23:19:05,854 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man3x restorecon: No such file or directory. 23:19:05,855 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4 restorecon: No such file or directory. 23:19:05,856 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man4x restorecon: No such file or directory. 23:19:05,856 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5 restorecon: No such file or directory. 23:19:05,857 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man5x restorecon: No such file or directory. 23:19:05,858 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6 restorecon: No such file or directory. 23:19:05,858 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man6x restorecon: No such file or directory. 23:19:05,859 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7 restorecon: No such file or directory. 23:19:05,860 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man7x restorecon: No such file or directory. 23:19:05,860 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8 restorecon: No such file or directory. 23:19:05,861 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man8x restorecon: No such file or directory. 23:19:05,861 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9 restorecon: No such file or directory. 23:19:05,862 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/man9x restorecon: No such file or directory. 23:19:05,863 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/anp/mann restorecon: No such file or directory. 23:19:05,863 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man0p restorecon: No such file or directory. 23:19:05,864 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1 restorecon: No such file or directory. 23:19:05,865 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1p restorecon: No such file or directory. 23:19:05,865 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man1x restorecon: No such file or directory. 23:19:05,866 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2 restorecon: No such file or directory. 23:19:05,867 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man2x restorecon: No such file or directory. 23:19:05,867 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3 restorecon: No such file or directory. 23:19:05,868 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3p restorecon: No such file or directory. 23:19:05,869 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man3x restorecon: No such file or directory. 23:19:05,869 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4 restorecon: No such file or directory. 23:19:05,870 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man4x restorecon: No such file or directory. 23:19:05,871 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5 restorecon: No such file or directory. 23:19:05,871 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man5x restorecon: No such file or directory. 23:19:05,872 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6 restorecon: No such file or directory. 23:19:05,872 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man6x restorecon: No such file or directory. 23:19:05,873 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7 restorecon: No such file or directory. 23:19:05,874 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man7x restorecon: No such file or directory. 23:19:05,874 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8 restorecon: No such file or directory. 23:19:05,875 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man8x restorecon: No such file or directory. 23:19:05,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9 restorecon: No such file or directory. 23:19:05,876 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/man9x restorecon: No such file or directory. 23:19:05,877 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/apa/mann restorecon: No such file or directory. 23:19:05,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man0p restorecon: No such file or directory. 23:19:05,878 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1 restorecon: No such file or directory. 23:19:05,879 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1p restorecon: No such file or directory. 23:19:05,880 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man1x restorecon: No such file or directory. 23:19:05,880 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2 restorecon: No such file or directory. 23:19:05,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man2x restorecon: No such file or directory. 23:19:05,881 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3 restorecon: No such file or directory. 23:19:05,882 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3p restorecon: No such file or directory. 23:19:05,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man3x restorecon: No such file or directory. 23:19:05,883 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4 restorecon: No such file or directory. 23:19:05,884 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man4x restorecon: No such file or directory. 23:19:05,885 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5 restorecon: No such file or directory. 23:19:05,885 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man5x restorecon: No such file or directory. 23:19:05,886 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6 restorecon: No such file or directory. 23:19:05,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man6x restorecon: No such file or directory. 23:19:05,887 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7 restorecon: No such file or directory. 23:19:05,888 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man7x restorecon: No such file or directory. 23:19:05,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8 restorecon: No such file or directory. 23:19:05,889 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man8x restorecon: No such file or directory. 23:19:05,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9 restorecon: No such file or directory. 23:19:05,890 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/man9x restorecon: No such file or directory. 23:19:05,891 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar/mann restorecon: No such file or directory. 23:19:05,892 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man0p restorecon: No such file or directory. 23:19:05,892 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1 restorecon: No such file or directory. 23:19:05,893 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1p restorecon: No such file or directory. 23:19:05,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man1x restorecon: No such file or directory. 23:19:05,894 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2 restorecon: No such file or directory. 23:19:05,895 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man2x restorecon: No such file or directory. 23:19:05,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3 restorecon: No such file or directory. 23:19:05,896 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3p restorecon: No such file or directory. 23:19:05,897 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man3x restorecon: No such file or directory. 23:19:05,898 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4 restorecon: No such file or directory. 23:19:05,898 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man4x restorecon: No such file or directory. 23:19:05,899 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5 restorecon: No such file or directory. 23:19:05,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man5x restorecon: No such file or directory. 23:19:05,900 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6 restorecon: No such file or directory. 23:19:05,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man6x restorecon: No such file or directory. 23:19:05,901 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7 restorecon: No such file or directory. 23:19:05,902 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man7x restorecon: No such file or directory. 23:19:05,903 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8 restorecon: No such file or directory. 23:19:05,903 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man8x restorecon: No such file or directory. 23:19:05,904 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9 restorecon: No such file or directory. 23:19:05,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/man9x restorecon: No such file or directory. 23:19:05,905 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_DZ/mann restorecon: No such file or directory. 23:19:05,906 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man0p restorecon: No such file or directory. 23:19:05,907 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1 restorecon: No such file or directory. 23:19:05,907 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1p restorecon: No such file or directory. 23:19:05,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man1x restorecon: No such file or directory. 23:19:05,908 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2 restorecon: No such file or directory. 23:19:05,909 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man2x restorecon: No such file or directory. 23:19:05,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3 restorecon: No such file or directory. 23:19:05,910 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3p restorecon: No such file or directory. 23:19:05,911 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man3x restorecon: No such file or directory. 23:19:05,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4 restorecon: No such file or directory. 23:19:05,912 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man4x restorecon: No such file or directory. 23:19:05,913 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5 restorecon: No such file or directory. 23:19:05,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man5x restorecon: No such file or directory. 23:19:05,914 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6 restorecon: No such file or directory. 23:19:05,915 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man6x restorecon: No such file or directory. 23:19:05,915 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7 restorecon: No such file or directory. 23:19:05,916 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man7x restorecon: No such file or directory. 23:19:05,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8 restorecon: No such file or directory. 23:19:05,917 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man8x restorecon: No such file or directory. 23:19:05,918 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9 restorecon: No such file or directory. 23:19:05,919 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/man9x restorecon: No such file or directory. 23:19:05,919 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ar_SY/mann restorecon: No such file or directory. 23:19:05,920 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man0p restorecon: No such file or directory. 23:19:05,921 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1 restorecon: No such file or directory. 23:19:05,921 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1p restorecon: No such file or directory. 23:19:05,922 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man1x restorecon: No such file or directory. 23:19:05,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2 restorecon: No such file or directory. 23:19:05,923 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man2x restorecon: No such file or directory. 23:19:05,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3 restorecon: No such file or directory. 23:19:05,924 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3p restorecon: No such file or directory. 23:19:05,925 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man3x restorecon: No such file or directory. 23:19:05,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4 restorecon: No such file or directory. 23:19:05,926 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man4x restorecon: No such file or directory. 23:19:05,927 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5 restorecon: No such file or directory. 23:19:05,928 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man5x restorecon: No such file or directory. 23:19:05,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6 restorecon: No such file or directory. 23:19:05,929 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man6x restorecon: No such file or directory. 23:19:05,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7 restorecon: No such file or directory. 23:19:05,930 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man7x restorecon: No such file or directory. 23:19:05,931 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8 restorecon: No such file or directory. 23:19:05,932 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man8x restorecon: No such file or directory. 23:19:05,932 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9 restorecon: No such file or directory. 23:19:05,933 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/man9x restorecon: No such file or directory. 23:19:05,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arc/mann restorecon: No such file or directory. 23:19:05,934 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man0p restorecon: No such file or directory. 23:19:05,935 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1 restorecon: No such file or directory. 23:19:05,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1p restorecon: No such file or directory. 23:19:05,936 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man1x restorecon: No such file or directory. 23:19:05,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2 restorecon: No such file or directory. 23:19:05,937 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man2x restorecon: No such file or directory. 23:19:05,938 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3 restorecon: No such file or directory. 23:19:05,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3p restorecon: No such file or directory. 23:19:05,939 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man3x restorecon: No such file or directory. 23:19:05,940 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4 restorecon: No such file or directory. 23:19:05,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man4x restorecon: No such file or directory. 23:19:05,941 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5 restorecon: No such file or directory. 23:19:05,942 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man5x restorecon: No such file or directory. 23:19:05,943 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6 restorecon: No such file or directory. 23:19:05,943 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man6x restorecon: No such file or directory. 23:19:05,944 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7 restorecon: No such file or directory. 23:19:05,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man7x restorecon: No such file or directory. 23:19:05,945 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8 restorecon: No such file or directory. 23:19:05,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man8x restorecon: No such file or directory. 23:19:05,946 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9 restorecon: No such file or directory. 23:19:05,947 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/man9x restorecon: No such file or directory. 23:19:05,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arn/mann restorecon: No such file or directory. 23:19:05,948 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man0p restorecon: No such file or directory. 23:19:05,949 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1 restorecon: No such file or directory. 23:19:05,950 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1p restorecon: No such file or directory. 23:19:05,950 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man1x restorecon: No such file or directory. 23:19:05,951 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2 restorecon: No such file or directory. 23:19:05,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man2x restorecon: No such file or directory. 23:19:05,952 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3 restorecon: No such file or directory. 23:19:05,953 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3p restorecon: No such file or directory. 23:19:05,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man3x restorecon: No such file or directory. 23:19:05,954 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4 restorecon: No such file or directory. 23:19:05,955 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man4x restorecon: No such file or directory. 23:19:05,955 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5 restorecon: No such file or directory. 23:19:05,956 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man5x restorecon: No such file or directory. 23:19:05,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6 restorecon: No such file or directory. 23:19:05,957 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man6x restorecon: No such file or directory. 23:19:05,958 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7 restorecon: No such file or directory. 23:19:05,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man7x restorecon: No such file or directory. 23:19:05,959 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8 restorecon: No such file or directory. 23:19:05,960 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man8x restorecon: No such file or directory. 23:19:05,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9 restorecon: No such file or directory. 23:19:05,961 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/man9x restorecon: No such file or directory. 23:19:05,962 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arp/mann restorecon: No such file or directory. 23:19:05,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man0p restorecon: No such file or directory. 23:19:05,963 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1 restorecon: No such file or directory. 23:19:05,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1p restorecon: No such file or directory. 23:19:05,964 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man1x restorecon: No such file or directory. 23:19:05,965 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2 restorecon: No such file or directory. 23:19:05,966 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man2x restorecon: No such file or directory. 23:19:05,966 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3 restorecon: No such file or directory. 23:19:05,967 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3p restorecon: No such file or directory. 23:19:05,968 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man3x restorecon: No such file or directory. 23:19:05,968 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4 restorecon: No such file or directory. 23:19:05,969 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man4x restorecon: No such file or directory. 23:19:05,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5 restorecon: No such file or directory. 23:19:05,970 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man5x restorecon: No such file or directory. 23:19:05,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6 restorecon: No such file or directory. 23:19:05,971 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man6x restorecon: No such file or directory. 23:19:05,972 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7 restorecon: No such file or directory. 23:19:05,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man7x restorecon: No such file or directory. 23:19:05,973 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8 restorecon: No such file or directory. 23:19:05,974 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man8x restorecon: No such file or directory. 23:19:05,975 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9 restorecon: No such file or directory. 23:19:05,975 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/man9x restorecon: No such file or directory. 23:19:05,976 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/art/mann restorecon: No such file or directory. 23:19:05,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man0p restorecon: No such file or directory. 23:19:05,977 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1 restorecon: No such file or directory. 23:19:05,978 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1p restorecon: No such file or directory. 23:19:05,979 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man1x restorecon: No such file or directory. 23:19:05,979 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2 restorecon: No such file or directory. 23:19:05,980 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man2x restorecon: No such file or directory. 23:19:05,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3 restorecon: No such file or directory. 23:19:05,981 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3p restorecon: No such file or directory. 23:19:05,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man3x restorecon: No such file or directory. 23:19:05,982 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4 restorecon: No such file or directory. 23:19:05,983 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man4x restorecon: No such file or directory. 23:19:05,984 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5 restorecon: No such file or directory. 23:19:05,984 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man5x restorecon: No such file or directory. 23:19:05,985 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6 restorecon: No such file or directory. 23:19:05,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man6x restorecon: No such file or directory. 23:19:05,986 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7 restorecon: No such file or directory. 23:19:05,987 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man7x restorecon: No such file or directory. 23:19:05,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8 restorecon: No such file or directory. 23:19:05,988 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man8x restorecon: No such file or directory. 23:19:05,989 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9 restorecon: No such file or directory. 23:19:05,989 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/man9x restorecon: No such file or directory. 23:19:05,990 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/arw/mann restorecon: No such file or directory. 23:19:05,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man0p restorecon: No such file or directory. 23:19:05,991 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1 restorecon: No such file or directory. 23:19:05,992 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1p restorecon: No such file or directory. 23:19:05,993 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man1x restorecon: No such file or directory. 23:19:05,993 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2 restorecon: No such file or directory. 23:19:05,994 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man2x restorecon: No such file or directory. 23:19:05,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3 restorecon: No such file or directory. 23:19:05,995 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3p restorecon: No such file or directory. 23:19:05,996 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man3x restorecon: No such file or directory. 23:19:05,997 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4 restorecon: No such file or directory. 23:19:05,997 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man4x restorecon: No such file or directory. 23:19:05,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5 restorecon: No such file or directory. 23:19:05,998 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man5x restorecon: No such file or directory. 23:19:05,999 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6 restorecon: No such file or directory. 23:19:06,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man6x restorecon: No such file or directory. 23:19:06,000 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7 restorecon: No such file or directory. 23:19:06,001 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man7x restorecon: No such file or directory. 23:19:06,002 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8 restorecon: No such file or directory. 23:19:06,002 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man8x restorecon: No such file or directory. 23:19:06,003 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9 restorecon: No such file or directory. 23:19:06,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/man9x restorecon: No such file or directory. 23:19:06,004 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/as/mann restorecon: No such file or directory. 23:19:06,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man0p restorecon: No such file or directory. 23:19:06,005 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1 restorecon: No such file or directory. 23:19:06,006 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1p restorecon: No such file or directory. 23:19:06,007 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man1x restorecon: No such file or directory. 23:19:06,007 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2 restorecon: No such file or directory. 23:19:06,008 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man2x restorecon: No such file or directory. 23:19:06,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3 restorecon: No such file or directory. 23:19:06,009 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3p restorecon: No such file or directory. 23:19:06,010 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man3x restorecon: No such file or directory. 23:19:06,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4 restorecon: No such file or directory. 23:19:06,011 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man4x restorecon: No such file or directory. 23:19:06,012 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5 restorecon: No such file or directory. 23:19:06,013 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man5x restorecon: No such file or directory. 23:19:06,013 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6 restorecon: No such file or directory. 23:19:06,014 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man6x restorecon: No such file or directory. 23:19:06,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7 restorecon: No such file or directory. 23:19:06,015 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man7x restorecon: No such file or directory. 23:19:06,016 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8 restorecon: No such file or directory. 23:19:06,016 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man8x restorecon: No such file or directory. 23:19:06,017 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9 restorecon: No such file or directory. 23:19:06,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/man9x restorecon: No such file or directory. 23:19:06,018 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ast/mann restorecon: No such file or directory. 23:19:06,019 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man0p restorecon: No such file or directory. 23:19:06,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1 restorecon: No such file or directory. 23:19:06,020 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1p restorecon: No such file or directory. 23:19:06,021 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man1x restorecon: No such file or directory. 23:19:06,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2 restorecon: No such file or directory. 23:19:06,022 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man2x restorecon: No such file or directory. 23:19:06,023 INFO anaconda:program: /sbin/restorecon: SELinux: Could not get canonical path for /usr/share/man/ath/man3 restorecon: No such file or directory. 23:19:06,023 INFO Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish installing, 13228/14400 Waiting for factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 to finish shutdown, 300/300 Install of factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 succeeded Generate XML for guest factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 with bootdev hd Generated XML: factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8 4194304 4194304 ec1a0199-8e6d-4b8c-934e-66eb9539f8e9 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/6082/76082/output_image/ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.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 (ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8): {'status': 'COMPLETE', 'identifier': 'ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8', 'parameters': {'libvirt_xml': '\n factory-build-ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8\n 4194304\n 4194304\n ec1a0199-8e6d-4b8c-934e-66eb9539f8e9\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"\nignoredisk --only-use=vda\n# System bootloader configuration\nbootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda\nreqpart\n# Clear the Master Boot Record\nzerombr\n# Partition clearing information\nclearpart --all --initlabel\n# Disk partitioning information\npart / --fstype="xfs" --ondisk=vda --size=8000\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# 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/6082/76082/output_image/ea1b65e0-7fbf-4a8f-aef2-70c73f5c55e8.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=902285&filepath=tasks%2F6082%2F76082&fileverify=adler32&callnum=9&filename=qemu-img-qcow2-aarch64.log&session-key=25-CLGoqh9jSjh06ojieG9&offset=0&overwrite=1 HTTP/1.1" 200 427