09:46:46,233 INFO anaconda: /usr/sbin/anaconda 24.13-1 09:46:46,430 INFO anaconda: 20680304 kB (20195 MB) are available 09:46:46,437 INFO anaconda: check_memory(): total:20195, needed:320, graphical:410 09:46:46,437 INFO anaconda: Not doing 'syslog setup' in directory installation 09:46:46,438 INFO anaconda: Not doing 'early exception handler' in directory installation 09:46:46,441 INFO anaconda: Not doing 'start audit daemon' in directory installation 09:46:46,441 INFO anaconda: anaconda called with cmdline = ['/usr/sbin/anaconda', '--kickstart', '/tmp/koji-image-f24-build-13271582.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:54616'] 09:46:46,442 INFO anaconda: Default encoding = utf-8 09:46:46,452 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. dest="format", default=True, nargs=0) 09:46:46,452 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. dest="format", default=True, nargs=0) 09:46:46,453 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. option = self.option_class(*args, **kwargs) 09:46:46,454 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:294: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. default=False) 09:46:46,455 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:308: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=part_cb, nargs=1, type="string") 09:46:46,457 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reboot.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. default=False) 09:46:46,458 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/device.py:90: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--opts", dest="moduleOpts", default="") 09:46:46,459 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshpw.py:113: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--username", dest="username", required=True) 09:46:46,460 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/dmraid.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. required=1) 09:46:46,461 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/harddrive.py:63: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--biospart", dest="biospart") 09:46:46,461 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/liveimg.py:66: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--url", required=1) 09:46:46,462 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/group.py:74: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--name", required=1) 09:46:46,463 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firstboot.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. action="store_const", const=FIRSTBOOT_SKIP) 09:46:46,464 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/fcoe.py:107: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--nic", dest="nic", required=1) 09:46:46,465 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. callback=services_cb, nargs=1, type="string") 09:46:46,465 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=services_cb, nargs=1, type="string") 09:46:46,465 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/multipath.py:77: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. required=1) 09:46:46,466 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/xconfig.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--card") 09:46:46,468 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:100: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. action="store_false") 09:46:46,468 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:108: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=firewall_port_cb, nargs=1, type="string") 09:46:46,469 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--utc", dest="isUtc", action="store_true", default=False) 09:46:46,470 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:156: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=servers_cb, nargs=1, type="string") 09:46:46,471 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/nfs.py:53: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--server", dest="server", required=1) 09:46:46,471 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:173: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--name", dest="name", required=1) 09:46:46,472 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:225: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. nargs=1, type="string") 09:46:46,473 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. callback=groups_cb, nargs=1, type="string") 09:46:46,473 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=groups_cb, nargs=1, type="string") 09:46:46,474 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. dest="device", type="string", nargs=1, required=1) 09:46:46,474 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. dest="device", type="string", nargs=1, required=1) 09:46:46,476 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/iscsi.py:130: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--target", dest="target", action="store", type="string") 09:46:46,477 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:347: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. choices=self.bootprotoList) 09:46:46,478 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:509: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=teamslaves_cb, nargs=1, type="string") 09:46:46,479 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:71: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. const=CLEARPART_TYPE_ALL) 09:46:46,479 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:73: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=drive_cb, nargs=1, type="string") 09:46:46,480 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshkey.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--username", dest="username", required=True) 09:46:46,481 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:373: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--fstype", dest="fstype") 09:46:46,481 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:380: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. dest="format", default=True, nargs=0) 09:46:46,483 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ostreesetup.py:61: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--osname", dest="osname", required=1) 09:46:46,484 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/selinux.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. const=SELINUX_DISABLED) 09:46:46,485 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rootpw.py:56: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. default=False) 09:46:46,485 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:114: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--vckeymap", dest="vc_keymap", action="store", default="") 09:46:46,486 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:116: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=csv_parse_callback, nargs=1, type="string") 09:46:46,487 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:85: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--append", dest="appendLine") 09:46:46,487 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=driveorder_cb, nargs=1, type="string") 09:46:46,488 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/driverdisk.py:108: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--source") 09:46:46,489 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reqpart.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--add-boot", action="store_true", dest="addBoot", default=False) 09:46:46,490 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/upgrade.py:86: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--root-device", dest="root_device") 09:46:46,490 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. callback=drive_cb, nargs=1, type="string", required=1) 09:46:46,491 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=drive_cb, nargs=1, type="string", required=1) 09:46:46,492 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/url.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--url", dest="url", required=1) 09:46:46,492 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. callback=list_cb, nargs=1, type="string") 09:46:46,493 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. callback=list_cb, nargs=1, type="string") 09:46:46,493 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rescue.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--nomount", dest="nomount", action="store_true", default=False) 09:46:46,494 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/eula.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. dest="agreed", action="store_true", default=False) 09:46:46,495 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--encrypted", action="store_true", default=False) 09:46:46,495 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:260: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. dest="type", nargs=0) 09:46:46,496 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. dest="format", default=True, nargs=0) 09:46:46,497 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. dest="format", default=True, nargs=0) 09:46:46,498 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autostep.py:48: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. action="store_true", default=False) 09:46:46,498 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/zfcp.py:95: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--devnum", dest="devnum", required=1) 09:46:46,499 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--connect") 09:46:46,500 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. nargs=1, type="string") 09:46:46,500 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logging.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--host") 09:46:46,501 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. op.add_option("--minlen", type="int") 09:46:46,505 INFO anaconda: Parsing kickstart: /tmp/koji-image-f24-build-13271582.ks 09:46:46,562 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/xconfig.py:100: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,562 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/url.py:60: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,564 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:194: PendingDeprecationWarning: _setToObj has been renamed to set_to_obj. The old name will be removed in a future release. self._setToObj(self.op, opts, rd) 09:46:46,565 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reboot.py:82: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,565 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:57: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,566 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/selinux.py:63: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,566 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:65: PendingDeprecationWarning: _setToSelf has been renamed to set_to_self. The old name will be removed in a future release. self._setToSelf(self.op, opts) 09:46:46,569 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:330: UserWarning: A partition with the mountpoint / has already been defined. warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint) 09:46:46,570 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/sections.py:148: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. default=False) 09:46:46,570 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. option = self.option_class(*args, **kwargs) 09:46:46,595 INFO anaconda: Not doing 'activate keyboard' in directory installation 09:46:46,597 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,597 ERR anaconda: Failed to get safe_dbus connection: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,599 ERR anaconda: Failed to get the value for the systemd-localed's VConsoleKeymap property 09:46:46,599 ERR anaconda: Failed to set keymap: ('Unable to connect to system bus: %s', GLib.Error('Could not connect: No such file or directory', 'g-io-error-quark', 1)) 09:46:46,600 ERR anaconda: Failed to get the value for the systemd-localed's X11Layout property 09:46:46,600 ERR anaconda: Failed to set keymap: ('Unable to connect to system bus: %s', GLib.Error('Could not connect: No such file or directory', 'g-io-error-quark', 1)) 09:46:46,604 DEBUG anaconda: scripts found for locale en_US.UTF-8: ['Latn'] 09:46:46,604 DEBUG anaconda: console fonts found for locale en_US.UTF-8: ['eurlatgr'] 09:46:46,604 DEBUG anaconda: setting console font to eurlatgr 09:46:46,677 DEBUG anaconda: console font set successfully to eurlatgr 09:46:46,677 DEBUG anaconda: setting locale to: en_US.UTF-8 09:46:46,678 INFO anaconda: Not doing 'networkInitialize' in directory installation 09:46:46,679 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140187934119680) 09:46:46,681 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,681 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,681 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,682 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,682 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,683 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,684 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,684 INFO anaconda: got 0 NTP servers from DHCP 09:46:46,684 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,685 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140187934119680) 09:46:46,685 WARN anaconda.stdout: Not asking for VNC because we don't have Xvnc 09:46:46,686 INFO anaconda: Display mode = c 09:46:46,687 INFO anaconda: 20680304 kB (20195 MB) are available 09:46:46,693 INFO anaconda: check_memory(): total:20195, needed:320, graphical:410 09:46:46,769 INFO anaconda: Fedora is the highest priority installclass, using it 09:46:46,822 INFO anaconda: bootloader GRUB2 on X86 platform 09:46:46,823 INFO anaconda: Detected 19.63 GiB of memory 09:46:46,824 INFO anaconda: Suggested swap size (9.81 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. 09:46:46,825 INFO anaconda: Swap attempt of 0.0 09:46:46,825 INFO anaconda: bootloader GRUB2 on X86 platform 09:46:46,826 INFO anaconda: Not doing 'initialize time' in directory installation 09:46:46,830 INFO anaconda: Running Thread: AnaPayloadRestartThread (140187934119680) 09:46:46,831 INFO anaconda: Not doing 'start chronyd' in directory installation 09:46:46,832 INFO anaconda: Thread Done: AnaPayloadRestartThread (140187934119680) 09:46:46,836 INFO anaconda: Running Thread: AnaPayloadThread (140187776665344) 09:46:46,967 INFO anaconda: Running Thread: AnaSourceWatcher (140187934119680) 09:46:46,968 INFO anaconda: Running Thread: AnaSoftwareWatcher (140187767748352) 09:46:46,968 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,969 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:46:46,969 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:46:46,970 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:47:40,017 INFO anaconda: Thread Done: AnaPayloadThread (140187776665344) 09:47:40,017 INFO anaconda: Thread Done: AnaSourceWatcher (140187934119680) 09:47:40,018 INFO anaconda: Thread Done: AnaSoftwareWatcher (140187767748352) 09:47:40,052 INFO anaconda: Not doing 'require network connection' in directory installation 09:47:40,052 INFO anaconda: Not doing 'require network connection' in directory installation 09:47:40,053 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:47:40,053 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:47:40,053 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:47:40,054 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:47:40,054 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:47:40,054 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:47:40,057 INFO anaconda: Not doing 'require network connection' in directory installation 09:47:40,073 INFO anaconda: fs space: 10.18 GiB needed: 2.79 GiB 09:47:40,077 INFO anaconda: Running Thread: AnaInstallThread (140187767748352) 09:47:40,077 INFO anaconda: Not doing 'save system time to HW clock' in directory installation 09:47:40,079 INFO anaconda: Setting up the installation environment 09:47:40,079 INFO anaconda: Setting up the installation environment -- DONE 09:47:40,174 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,196 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,216 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,235 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,254 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,274 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,292 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,311 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,330 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,351 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,387 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,406 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,426 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,446 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,465 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,484 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,504 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,524 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,543 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,563 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,594 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,612 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,630 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,649 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,667 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,685 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,703 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,719 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,739 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,756 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,774 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,794 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,826 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,844 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,864 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,883 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,902 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,920 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,939 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,956 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,973 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:40,992 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,012 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,031 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,050 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,072 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,106 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,124 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,144 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,163 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,183 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,203 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,223 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,242 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,261 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,280 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,300 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,320 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,338 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,355 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,375 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,394 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,437 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,456 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,475 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,493 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,513 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,534 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,552 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,569 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,591 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,613 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,635 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,654 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,674 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,695 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,716 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,737 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. yield Device.from_sys_path(self.context, name) 09:47:41,755 INFO anaconda: Running pre-installation scripts 09:47:41,755 INFO anaconda: Running pre-installation scripts -- DONE 09:47:41,757 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 09:47:41,757 ERR anaconda: _get_proxy failed: g-io-error-quark: Could not connect: No such file or directory (1) 09:47:41,757 INFO anaconda: Not doing 'copy /etc/resolv.conf to sysroot' in directory installation 09:47:41,775 INFO anaconda: Starting package installation process 09:47:41,779 WARN anaconda: /usr/lib/python3.5/site-packages/dnf/base.py:1277: DeprecationWarning: group_install() expects group id instead of Comps object. dnf.logging.depr(msg) 09:50:59,367 INFO anaconda: Preparing transaction from installation source 10:04:56,096 INFO anaconda: Performing post-installation setup tasks 10:16:36,945 INFO anaconda: Performing post-installation setup tasks 10:16:36,946 INFO anaconda: Performing post-installation setup tasks -- DONE 10:16:36,947 INFO anaconda: Thread Done: AnaInstallThread (140187767748352) 10:16:36,948 INFO anaconda: Running Thread: AnaConfigurationThread (140187742570240) 10:16:36,949 INFO anaconda: Configuring installed system 10:16:40,124 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 10:16:40,124 ERR anaconda: Failed to get safe_dbus connection: g-io-error-quark: Could not connect: No such file or directory (1) 10:16:40,125 INFO anaconda: Not doing 'raise GLib.GError' in directory installation 10:16:40,125 ERR anaconda: Failed to get safe_dbus connection: g-io-error-quark: Could not connect: No such file or directory (1) 10:16:40,126 ERR anaconda: Failed to get the value for the systemd-localed's X11Layout property 10:16:40,126 ERR anaconda: Failed to get the value for the systemd-localed's X11Options property 10:16:40,127 ERR anaconda: Failed to set layouts: ('Unable to connect to system bus: %s', GLib.Error('Could not connect: No such file or directory', 'g-io-error-quark', 1)) 10:16:40,136 ERR anaconda: Failed to set layouts: ('Unable to connect to system bus: %s', GLib.Error('Could not connect: No such file or directory', 'g-io-error-quark', 1)) 10:16:43,447 INFO anaconda: Configuring installed system -- DONE 10:16:43,448 INFO anaconda: Creating users 10:16:43,448 INFO anaconda: user account root setup with no password 10:16:44,304 INFO anaconda: Creating users -- DONE 10:16:44,307 INFO anaconda: Configuring addons 10:16:44,307 INFO anaconda: Configuring addons -- DONE 10:16:44,308 INFO anaconda: Generating initramfs 10:18:01,673 INFO anaconda: Generating initramfs -- DONE 10:18:01,674 INFO anaconda: Running post-installation scripts 10:18:01,675 INFO anaconda: Running kickstart %%post script(s) 10:18:19,977 ERR anaconda: Error code 1 running the kickstart script at line 293 10:18:20,945 ERR anaconda: Error code 1 running the kickstart script at line 33 10:18:20,946 INFO anaconda: All kickstart %%post script(s) have been run 10:18:20,946 INFO anaconda: Running post-installation scripts -- DONE 10:18:20,948 INFO anaconda: Thread Done: AnaConfigurationThread (140187742570240)